Bug in System V C compiler

chris at umcp-cs.UUCP chris at umcp-cs.UUCP
Tue Aug 21 15:18:37 AEST 1984


Not having a Sys V Rel 1 compiler handy to test this, I will only say
that the compiler is doing weird things if it does complain about #1
or doesn't complain about #2.

#1:
	foo () {
		int a2345678;
		int a2345679;

		a2345678 = 1;
		a2345679 = 0;
	}

#2:
	int a2345678;
	int a2345679;

	foo () {
		a2345678 = 1;
		a2345679 = 0;
	}

(I prefer FLEXNAMES myself!)
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci (301) 454-7690
UUCP:	{seismo,allegra,brl-bmd}!umcp-cs!chris
CSNet:	chris at umcp-cs		ARPA:	chris at maryland



More information about the Comp.unix.wizards mailing list