Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.1 6/24/83; site umcp-cs.UUCP
Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!zehntel!hplabs!hao!seismo!rlgvax!cvl!umcp-cs!chris
From: chris@umcp-cs.UUCP
Newsgroups: net.unix-wizards
Subject: Re: Bug in System V C compiler
Message-ID: <8112@umcp-cs.UUCP>
Date: Tue, 21-Aug-84 01:18:37 EDT
Article-I.D.: umcp-cs.8112
Posted: Tue Aug 21 01:18:37 1984
Date-Received: Sat, 18-Aug-84 00:33:29 EDT
References: <114@ihnp3.UUCP>
Organization: U of Maryland, Computer Science Dept., College Park, MD
Lines: 27

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@umcp-cs		ARPA:	chris@maryland