[gnu.utils.bug] problem compiling latest bison using gcc-1.35

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

the subject line tells it all. i am running on an at&t 3b1.

over the weekend i successively compiled gcc-1.34, and with its aid
gcc-1.35. i used an older bison which had been compiloed using unix cc
as furnished by at&t in release 3.41 of 3b1 unix. worked fine.

i used gcc-1.35 to compile the sc spreadsheet 6.1 which was recently
distributed over the net. so gcc works.

today i tried to recompile the same bison using gcc-1.35. it failed
with an error message similar to what occurred later so i don't
include it. i got the latest bison from prep.ai.mit.edu this
afternoon, downloaded it and set up the compile. the following is the
report of the compile. any suggestions?

	gcc -g -DUSG -c LR0.c
	gcc -g -DUSG -c allocate.c
	gcc -g -DUSG -c closure.c
	gcc -g -DUSG -c conflicts.c
	gcc -g -DUSG -c derives.c
	gcc -c -g -DUSG -DXPFILE=\"/usr/local/lib/bison.simple\"  -DXPFILE1=\"/usr/local/lib/bison.hairy\" files.c
	gcc -g -DUSG -c getargs.c
	gcc -g -DUSG -c gram.c
	gcc -g -DUSG -c lalr.c
	gcc -g -DUSG -c lex.c
	gcc -g -DUSG -c main.c
	gcc -g -DUSG -c nullable.c
	gcc -g -DUSG -c output.c
	gcc -g -DUSG -c print.c
	gcc -g -DUSG -c reader.c
	gcc -g -DUSG -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.