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]

Build broken in cp/parser.c


Mark,

something seems not ok with your last commits involving 'pending_lang_change':

gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -I. -Icp -I../../Sandbox-head/gcc/gcc -I../../Sandbox-head/gcc/gcc/cp -I../../Sandbox-head/gcc/gcc/config -I../../Sandbox-head/gcc/gcc/../include ../../Sandbox-head/gcc/gcc/cp/parser.c -o cp/parser.o
../../Sandbox-head/gcc/gcc/cp/parser.c: In function `cp_parser_declaration_seq_opt':
../../Sandbox-head/gcc/gcc/cp/parser.c:6484: `pending_lang_change' undeclared (first use in this function)
../../Sandbox-head/gcc/gcc/cp/parser.c:6484: (Each undeclared identifier is reported only once
../../Sandbox-head/gcc/gcc/cp/parser.c:6484: for each function it appears in.)
make[1]: *** [cp/parser.o] Error 1

Thanks,
Paolo.


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