[gnu.utils.bug] compiling bison with gcc-1.35 bug

wouk@cs.duke.edu (Arthur Wouk) (05/05/89)

i now have the bug report from my previously described attempt to
compile an older bison, about a 6 weeks old, with gcc-1.35 on my 3b1.
here is what happened that time:

	gcc -g -c LR0.c
	gcc -g -c allocate.c
	gcc -g -c closure.c
	gcc -g -c conflicts.c
	gcc -g -c derives.c
	gcc -c -g -DXPFILE=\"/usr/local/lib/bison.simple\"  -DXPFILE1=\"/usr/local/lib/bison.hairy\" files.c
	gcc -g -c getargs.c
	gcc -g -c gram.c
	gcc -g -c lalr.c
	gcc -g -c lex.c
	gcc -g -c main.c
	gcc -g -c nullable.c
	gcc -g -c output.c
	gcc -g -c print.c
	gcc -g -c reader.c
	gcc -g -c reduce.c
reduce.c: In function print_notices:
reduce.c:543: `fixed_outfiles' undeclared (first use this function)
reduce.c:543: (Each undeclared identifier is reported only once
reduce.c:543: for each function it appears in.)
*** Error code 1

Stop.


i am currently trying to compile the latest bison sitting at
mit.ai.prep.edu today, using cc. report to follow.