bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: bison-1.875 lets gcc bootstraps fail


From: Paul Eggert
Subject: FYI: bison-1.875 lets gcc bootstraps fail
Date: Fri, 10 Jan 2003 22:50:01 -0800 (PST)

------------- Begin Forwarded Message -------------

X-Coding-System: undecided-unix
From: Matthias Klose <address@hidden>
Date: Fri, 10 Jan 2003 08:56:07 +0100
To: address@hidden, address@hidden (Paul Eggert)
CC: address@hidden
Subject: FYI: bison-1.875 lets gcc bootstraps fail

fails building gcc-3.2 and gcc-snapshot packages.
gcc-snapshot is a package of the gcc 3.3 branch.

if bison  -o op$$.c objc-parse.y ; then \
  test -f op$$.output && mv -f op$$.output objc-parse.output ; \
  mv -f op$$.c objc-parse.c ; \
else \
  rm -f op$$.* ; \
  false ; \
fi
objc-parse.y: conflicts: 31 shift/reduce, 1 reduce/reduce
objc-parse.y: expected 0 reduce/reduce conflicts
make[4]: *** [../../src/gcc/objc/objc-parse.c] Error 1


------------- End Forwarded Message -------------

Attachment: objc-parse.y.gz
Description: objc-parse.y.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]