Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.duke.edu!wouk From: wouk@cs.duke.edu (Arthur Wouk) Newsgroups: gnu.utils.bug Subject: compiling bison with gcc-1.35 bug Message-ID: <8905042344.AA18602@romeo.cs.duke.edu> Date: 4 May 89 23:44:42 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 31 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.