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 bug in latest cvs


This is from the latest cvs gcc:

gcc -c  -DIN_GCC    -g -W -Wall -Wtraditional -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I../../egcs/gcc -I../../egcs/gcc/config -I../../egcs/gcc/../include ../../egcs/gcc/cppinit.c
../../egcs/gcc/cppinit.c: In function `initialize_builtins':
../../egcs/gcc/cppinit.c:621: structure has no member named `user_label_prefix'
../../egcs/gcc/cppinit.c: In function `cpp_start_read':
../../egcs/gcc/cppinit.c:829: structure has no member named `user_label_prefix'
../../egcs/gcc/cppinit.c:830: structure has no member named `user_label_prefix'
../../egcs/gcc/cppinit.c: In function `cpp_handle_option':
../../egcs/gcc/cppinit.c:1228: structure has no member named `user_label_prefix'../../egcs/gcc/cppinit.c:1231: structure has no member named `user_label_prefix'make: *** [cppinit.o] Error 1


Looks like part of a commit was left out.

Tom

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