Bootstrap failure: gcc/cppexp.c:430: structure has no member named`n_true'
Gerald Pfeifer
pfeifer@dbai.tuwien.ac.at
Wed Feb 7 14:01:00 GMT 2001
Zack, I'm afraid the following change
2001-02-07 Zack Weinberg <zack@wolery.stanford.edu>
* cpphash.h (struct spec_nodes): Add n_true and n_false.
* cppinit.c (cpp_create_reader): Initialize them.
(append_include_chain): cxx_aware arg might be unused.
* cppexp.c (lex): In C++ mode, recognize 'true' and 'false'
keywords and give them their phase 7 meaning. Pedwarn about
this unless '__bool_true_false_are_defined' is defined.
broke bootstrap. Tested on sparc-sun-solaris2-8 and i386-linux-gnu:
gcc -c -DIN_GCC -DSVR4 -g -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H
-I. -I. -I/sw/test/gcc/cvs/gcc -I/sw/test/gcc/cvs/gcc/.
-I/sw/test/gcc/cvs/gcc/config
-I/sw/test/gcc/cvs/gcc/../include /sw/test/gcc/cvs/gcc/cppfiles.c -o
cppfiles.o
/sw/test/gcc/cvs/gcc/cppexp.c: In function `lex':
/sw/test/gcc/cvs/gcc/cppexp.c:430: structure has no member named `na_true'
/sw/test/gcc/cvs/gcc/cppexp.c:431: structure has no member named `n_false'
/sw/test/gcc/cvs/gcc/cppexp.c:435: structure has no member named `n_true'
gmake[2]: *** [cppexp.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
Gerald
--
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/
More information about the Gcc-bugs
mailing list