This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Latest C++ patch causing bootstrap failure


...on i386-unknown-freebsd4.9 bootstrapping with GCC 3.2.3:

stage1/xgcc -Bstage1/ -B/sw/gcc-current/i386-unknown-freebsd4.9/bin/ -c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -Werror -fno-common   -DHAVE_CONFIG_H    -I. -Icp -I/sw/test/gcc/cvs/gcc -I/sw/test/gcc/cvs/gcc/cp -I/sw/test/gcc/cvs/gcc/../include -I./../intl -I/sw/test/gcc/cvs/gcc/../libcpp/include   /sw/test/gcc/cvs/gcc/cp/rtti.c -o cp/rtti.o
/sw/test/gcc/cvs/gcc/cp/parser.c: In function `cp_parser_simple_type_specifier':
/sw/test/gcc/cvs/gcc/cp/parser.c:9472: warning: assignment makes integer from pointer without a cast
gmake[2]: *** [cp/parser.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory `/files/pfeifer/OBJ-0720-2052/gcc'
gmake[1]: *** [stage2_build] Error 2
gmake[1]: Leaving directory `/files/pfeifer/OBJ-0720-2052/gcc'

The patch in question is

  2004-07-20  Mark Mitchell  <mark@codesourcery.com>

        PR c++/16637
        * parser.c (cp_parser_simple_type_specifier): Do not record usage
        of globally-qualified names.

as far as I can see.

Gerald


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]