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]

[HEAD] bootstrap error using flex-2.5.31


Using flex-2.5.31 instead of 2.5.4a breaks bootstrap with

stage1/xgcc -Bstage1/ -B/usr/lib/gcc-experimental/i386-linux/bin/ -c   -O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Werror -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/config -I../../src/gcc/../include \
  ../../src/gcc/gengtype-lex.c -o gengtype-lex.o
-:3079: warning: no previous prototype for `yyget_lineno'
-:3088: warning: no previous prototype for `yyget_in'
-:3096: warning: no previous prototype for `yyget_out'
-:3104: warning: no previous prototype for `yyget_leng'
-:3113: warning: no previous prototype for `yyget_text'
-:3122: warning: no previous prototype for `yyset_lineno'
-:3134: warning: no previous prototype for `yyset_in'
-:3139: warning: no previous prototype for `yyset_out'
-:3144: warning: no previous prototype for `yyget_debug'
-:3149: warning: no previous prototype for `yyset_debug'
-:3155: warning: no previous prototype for `yylex_destroy'
make[4]: *** [gengtype-lex.o] Error 1


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