C compiler bug

Chris Torek chris at umcp-cs.UUCP
Sat Aug 25 20:22:49 AEST 1984


Index: lib/pcc 4.2BSD

Description:
	The C compiler aborts with a compiler error if function arguments
	are declared `static'.

	(I happened to notice that the code which does arguments doesn't
	check for `static's among its declared arguments; probably that
	is all that is required to `fix' it.)

Repeat-By:
	Compile this:

		foo (i)
		static i;
		{
		}



More information about the Comp.bugs.4bsd.ucb-fixes mailing list