Possible C Compiler Bug?
    john at wvlpdp 
    john at wvlpdp
       
    Sat Jun  7 06:28:00 AEST 1986
    
    
  
	I am using Ultrix-11 Version 2.0 on a PDP 11/73
	and ran into a problem when trying to compile some code.
	After much tearing of hair and grinding of teeth the problem boiled down
	to the following:
This compiles:
main()
{
	A lot of code here;
	goto here;
		
	More code here;
here:
	;
}
This will not:
main()
{
	A lot of code here;
	goto here;
		
	More code here;
here:
}
	Is this a compiler bug?
John A. Ebersold 				World Video Library
ihnp4!convex!ctvax!trsvax!hal6000!wvlpdp!john	2747 Airport Freeway
						Fort Worth, Texas 76111
						(817)-831-3811
    
    
More information about the Comp.unix
mailing list