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]

egcs-980328 problems compiling on axp/Linux


After removing "po" from SUBDIRS line in Makfile
and trying again:

gcc  -DIN_GCC    -g -O2  -DHAVE_CONFIG_H -DHAIFA    -I. -I. -I./config
-c insn-emit.c
insn-emit.c: In function `gen_split_275':
insn-emit.c:4651: parse error before `else'
insn-emit.c: At top level:
insn-emit.c:4654: `emit_operand' undeclared here (not in a function)
insn-emit.c:4654: warning: data definition has no type or storage class
etc...etc...
insn-emit.c:5815: initializer element is not constant
insn-emit.c:5815: warning: data definition has no type or storage class
insn-emit.c:5816: warning: data definition has no type or storage class
insn-emit.c:5817: parse error before `return'
make[1]: *** [insn-emit.o] Error 1
make[1]: Leaving directory `/usr/local/src/egcs-980328/gcc'
make: *** [all-gcc] Error 2

--
Bob Williams, http://bob.usuf2.usuhs.mil/





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