Google
 

Trailing-Edge - PDP-10 Archives - bb-bt99h-bb - revhst.c14
There are no other files named revhst.c14 in the archive.
 REP 3/1	;14C1
	TITLE	REVHST	10(2564) Revision History for the FORTRAN compiler
	SUBTTL	Authors:  DCE/TFV/EGM/SRM/EDS/CKS/AHM/CDM/RVM/PLB/TJK/AlB/MEM/JB 17-Dec-85

	;Previous Authors (before V6):
	;	DONALD LEWINE/DAL/FI/HPW/DBT/NEA/MD/JNT/DCE/SJW/JNG/RDH/TFV/EGM

	;COPYRIGHT (C) DIGITAL EQUIPMENT CORPORATION 1981, 1985
 WIT
	TITLE	REVHST	10(2573) Revision History for the FORTRAN compiler
	SUBTTL	Authors:  DCE/TFV/EGM/SRM/EDS/CKS/AHM/CDM/RVM/PLB/TJK/AlB/MEM/JB 17-Mar-86

	;Previous Authors (before V6):
	;	DONALD LEWINE/DAL/FI/HPW/DBT/NEA/MD/JNT/DCE/SJW/JNG/RDH/TFV/EGM/MEM

	;COPYRIGHT (C) DIGITAL EQUIPMENT CORPORATION 1981, 1986
 REP 6381/1	;14C2
	;		CDM,26-AUG-85,SPR:NONE
 WIT
	;		CDM,26-AUG-85,SPR:20-21125
 REP 6474/1	;14C3
	;;.ENDA		19-DEC-85
 WIT
	;.ENDA		19-DEC-85
	;;	
	;.AUTOPATCH 14
	;.EDIT	2565	LONG CONTINUATION LINES CAUSE COMPILER TO LOOP INFINITELY
	;;	After lexica's buffer is full, it keeps on writing over the next
	;;	contiguous words in memory. This obviously can cause problems,
	;;	so don't let LINLCURR (pointer into buffer) ever advance past the 
	;;	end of the buffer.
	;		MEM,8-Jan-85,SPR:10-35425
	;		A:SRC REVHST.MAC,LEXCLA.BLI
	;;
	;;.EDIT	2566	RESERVED FOR AUTOPATCH
	;;.ENDA 	23-JAN-86
	;;
	;.EDIT	2567	INCORRECT ARRAYREFS FOR ADJUSTABLY DIMENSIONED ARRAYS
	;; 	Dimsension table was shared between two arrays if the upper
	;;	bounds are the same and the lower bound of the first array is 1.
	;;	This is bad news for subsequent arrays with the same upper bound
	;;	but with different lower bounds.
	;		MEM,6-Feb-85,SPR:10-35439
	;		A:SRC REVHST.MAC,ACT1.BLI
	;;
	;.EDIT	2570	ICES WITH ARRAYS WITH BOTH CONSTANT AND VARIABLE DIMENSIONS
	;;	When we have adjustably dimensioned arrays, .Innnn variables are
	;;	created. A use count (IDUSECNT) is associated with each variable that
	;;	tells the number of uses of that variable - if this use count drops to
	;;	zero then we don't need to allocate the variable. When some of the 
	;;	dimensions of an array are constant and some are variable, the IDUSECNT
	;;	field was being set in the constant table entries. This should not be.
	;		MEM,19-Feb-85,SPR:10-35308
	;		A:SRC REVHST.MAC,ACT1.BLI
	;;
	;;.EDIT	2571	RESERVED FOR AUTOPATCH
	;;.ENDA 	28-Feb-86
	;;
	;.EDIT	2572	REG ALLOC FOR OPEN DONE IN DIFFERENT ORDER FROM CODE GENERATION
	;;	Complexity walk, register allocation and code generation must be done
	;;	in the same order. For the open statement the register allocation was
	;;	done in the reverse order from complexity and code generation.
	;		MEM,12-Mar-86,SPR:10-35449
	;		A:SRC REVHST.MAC,STREGA.BLI
	;;
	;.EDIT	2573	EXTRA ERROR MESSAGE IF 99-100 CONTINUATION LINES
	;;	When there are exactly 99-100 continuation lines, routine SKIPDL
	;;	gives an extra error message. This error message should never be
	;;	put out.
	;		MEM,17-Mar-86,SPR:10-35425
	;		A:SRC REVHST.MAC,LEXICA.BLI
	;;.EDIT	2574	RESERVED FOR AUTOPATCH
	;;.ENDA 	08-APR-86
	;;
 REP 6489/1	;14C4
	EDNUM==2564	;EDIT NUMBER
 WIT
	EDNUM==2573	;EDIT NUMBER
 SUM 109324