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]
Other format: [Raw text]

treelang does not build (trunk)


Bootstrapping the treelang compiler from current cvs sources does not
work on the main line. The compilation crashes in
gcc/gcc/treelang/parse.c:

Hope this helps,

Peter Schmid

stage1/xgcc -Bstage1/ -B/usr/local/i686-pc-linux-gnu/bin/ -o treelang/parse.o -c -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wmissing-prototypes -Wmissing-declarations  -DHAVE_CONFIG_H -I. -Itreelang -I../../gcc/gcc -I../../gcc/gcc/treelang -I../../gcc/gcc/config -I../../gcc/gcc/../include ../../gcc/gcc/treelang/parse.c
In file included from config.h:33,
                 from ../../gcc/gcc/treelang/parse.y:54:
insn-flags.h:685: error: parse error before "gen_cmpdi_ccno_1_rex64"
insn-flags.h:685: warning: type defaults to `int' in declaration of `gen_cmpdi_ccno_1_rex64'
insn-flags.h:685: warning: parameter names (without types) in function declaration
insn-flags.h:685: error: ISO C forbids data definition with no type or storage class
insn-flags.h:687: error: parse error before "gen_cmpdi_ccno_1_rex64"
insn-flags.h:688: error: parse error before "rtx"
insn-flags.h:688: warning: type defaults to `int' in declaration of `a'
insn-flags.h:688: error: ISO C forbids data definition with no type or storage class
insn-flags.h:689: error: parse error before "b"
insn-flags.h:689: warning: type defaults to `int' in declaration of `b'
insn-flags.h:689: error: ISO C forbids data definition with no type or storage class
insn-flags.h:690: error: parse error before '{' token
insn-flags.h:693: error: parse error before "gen_cmpdi_1_insn_rex64"
insn-flags.h:693: warning: type defaults to `int' in declaration of `gen_cmpdi_1_insn_rex64'
insn-flags.h:693: warning: parameter names (without types) in function declaration
insn-flags.h:693: error: ISO C forbids data definition with no type or storage class
insn-flags.h:695: error: parse error before "gen_cmpdi_1_insn_rex64"
insn-flags.h:696: error: parse error before "rtx"
insn-flags.h:696: warning: type defaults to `int' in declaration of `a'
insn-flags.h:696: error: ISO C forbids data definition with no type or storage class
insn-flags.h:697: error: parse error before "b"
insn-flags.h:697: warning: type defaults to `int' in declaration of `b'
insn-flags.h:697: error: ISO C forbids data definition with no type or storage class
insn-flags.h:698: error: parse error before '{' token


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