This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Failure in parser.c /stage 1 (actual stage=stage2)
- From: "Robert McNulty Junior" <bmj2001 at bellsouth dot net>
- To: <gcc at gcc dot gnu dot org>
- Date: Tue, 31 Dec 2002 05:46:01 -0600
- Subject: Failure in parser.c /stage 1 (actual stage=stage2)
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c -g -O2 -DIN_
GCC
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-co
mmon
-DHAVE_CONFIG_H -DCYGWIN_CROSS_DIR=\"/usr/local/i686-pc-cygwin\" -I. -Ic
p -I
../../gcc/gcc -I../../gcc/gcc/cp -I../../gcc/gcc/config -I../../gcc/gcc/../i
nclu
de ../../gcc/gcc/cp/lex.c -o cp/lex.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c -g -O2 -DIN_
GCC
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-co
mmon
-DHAVE_CONFIG_H -DCYGWIN_CROSS_DIR=\"/usr/local/i686-pc-cygwin\" -I. -Ic
p -I
../../gcc/gcc -I../../gcc/gcc/cp -I../../gcc/gcc/config -I../../gcc/gcc/../i
nclu
de ../../gcc/gcc/cp/parser.c -o cp/parser.o
../../gcc/gcc/cp/parser.c: In function `cp_parser_declaration_seq_opt':
../../gcc/gcc/cp/parser.c:6484: error: `pending_lang_change' undeclared
(first u
se in this function)
../../gcc/gcc/cp/parser.c:6484: error: (Each undeclared identifier is
reported o
nly once
../../gcc/gcc/cp/parser.c:6484: error: for each function it appears in.)
make[2]: *** [cp/parser.o] Error 1
make[2]: Leaving directory `/home/Robert/gcc-3.4/o2/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/home/Robert/gcc-3.4/o2/gcc'
make: *** [bootstrap] Error 2
Robert@BMJ2001 ~/gcc-3.4/o2
$