This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[3.3] bootstrap error using bison-1.875 building objc-parse-c
- From: Matthias Klose <doko at cs dot tu-berlin dot de>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 10 Jan 2003 08:21:54 +0100
- Subject: [3.3] bootstrap error using bison-1.875 building objc-parse-c
CVS 20030109 3.3 branch on i386-linux:
cd ../../src/gcc/objc; \
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: 32 shift/reduce, 1 reduce/reduce
objc-parse.y: expected 0 reduce/reduce conflicts
make[4]: *** [../../src/gcc/objc/objc-parse.c] Error 1
make[4]: Leaving directory `/build/packages/gcc/snap/gcc-snapshot-20030109/build/gcc'
make[3]: *** [stage2_build] Error 2