This is the mail archive of the gcc-bugs@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]

cpp changes don't bootstrap


Using current CVS, a bootstrap yields:

gcc -c  -DIN_GCC  -DSVR4  -g -W -Wall -Wtraditional -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I../../unified/gcc -I../../unified/gcc/config
-I../../unified/gcc/../include ../../unified/gcc/cpplib.c
../../unified/gcc/cpplib.c: In function `_cpp_check_directive':
../../unified/gcc/cpplib.c:139: number of arguments doesn't match prototype
../../unified/gcc/cpphash.h:281: prototype declaration
../../unified/gcc/cpplib.c:145: structure has no member named `state'
../../unified/gcc/cpplib.c:160: structure has no member named `state'
../../unified/gcc/cpplib.c:179: structure has no member named `state'
../../unified/gcc/cpplib.c:184: structure has no member named `state'
../../unified/gcc/cpplib.c:201: structure has no member named `state'
../../unified/gcc/cpplib.c: In function `_cpp_check_linemarker':
../../unified/gcc/cpplib.c:211: number of arguments doesn't match prototype
../../unified/gcc/cpphash.h:283: prototype declaration
../../unified/gcc/cpplib.c:226: structure has no member named `state'
../../unified/gcc/cpplib.c: In function `cpp_push_buffer':
../../unified/gcc/cpplib.c:1513: structure has no member named `pfile'
../../unified/gcc/cpplib.c:1515: structure has no member named `read_ahead'
../../unified/gcc/cpplib.c:1516: structure has no member named `extra_char'
gmake[2]: *** [cpplib.o] Error 1
gmake[2]: Leaving directory `/stuff/pme/2test/gcc'
gmake[1]: *** [stage_a] Error 2
gmake[1]: Leaving directory `/stuff/pme/2test/gcc'
gmake: *** [bootstrap] Error 2


-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.

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