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

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

Reply via email to