This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
bison 1.33 problem with mainline c-parse.in: yyfree_stacks
- From: Michael Elizabeth Chastain <mec at shout dot net>
- To: rth at gcc dot gnu dot org
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 26 Apr 2002 10:56:00 -0500
- Subject: bison 1.33 problem with mainline c-parse.in: yyfree_stacks
I'm building gcc trunk with bison 1.33. I'm getting an undeclared symbol
error for "yyfree_stacks". It looks like yyfree_stacks does not exist in
recent versions of bison.simple.
This is native i686-pc-linux-gnu configuration. This worked for me
on 2002-04-21.
Michael C
===
gcc -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I/berman/fsf/_today_/source/gcc/HEAD/gcc/gcc -I/berman/fsf/_today_/source/gcc/HEAD/gcc/gcc/. -I/berman/fsf/_today_/source/gcc/HEAD/gcc/gcc/config -I/berman/fsf/_today_/source/gcc/HEAD/gcc/gcc/../include \
-c /berman/fsf/_today_/source/gcc/HEAD/gcc/gcc/c-parse.c -o c-parse.o
/berman/migchain/install/native/bison-1.33/share/bison/bison.simple: In function `yyparse':
/berman/migchain/install/native/bison-1.33/share/bison/bison.simple:521: `yyfree_stacks' undeclared (first use in this function)
/berman/migchain/install/native/bison-1.33/share/bison/bison.simple:521: (Each undeclared identifier is reported only once
/berman/migchain/install/native/bison-1.33/share/bison/bison.simple:521: for each function it appears in.)
/berman/migchain/install/native/bison-1.33/share/bison/bison.simple:945: warning: label `yyoverflowlab' defined but not used
make[1]: *** [c-parse.o] Error 1
make[1]: Leaving directory `/berman/fsf/_today_/berman/native/build/gcc/HEAD/gcc'
make: *** [all-gcc] Error 2