[Bug target/12579] gengtype core dumping on Origin with MIPSpro 7.4
rrr6399 at futuretek dot com
gcc-bugzilla@gcc.gnu.org
Sun Oct 12 13:37:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12579
------- Additional Comments From rrr6399 at futuretek dot com 2003-10-12 13:37 -------
FYI:
These are some of the errors I get when I try using:
CC="gcc -I/opt/MIPSpro/74/usr/include"
/opt/MIPSpro/74/usr/include/stdlib.h:302:2: warning: suggest hiding #pragma from
traditional C with an indented #
concat.c: In function `vconcat_length':
concat.c:81: warning: implicit declaration of function `__NO_CFOLD_WARNING'
concat.c:81: warning: implicit declaration of function `__builtin_alignof'
concat.c:81: parse error before "const"
concat.c:81: parse error before "const"
concat.c:81: parse error before "const"
concat.c:81: parse error before "const"
concat.c:81: warning: implicit declaration of function `__builtin_classof'
concat.c:81: parse error before "const"
concat.c:81: parse error before ')' token
concat.c: In function `vconcat_copy':
concat.c:97: warning: function `__NO_CFOLD_WARNING' was previously declared
within a block
concat.c:97: warning: function `__builtin_alignof' was previously declared
within a block
concat.c:97: parse error before "const"
concat.c:97: parse error before "const"
concat.c:97: parse error before "const"
concat.c:97: parse error before "const"
concat.c:97: warning: function `__builtin_classof' was previously declared
within a block
concat.c:97: parse error before "const"
concat.c:97: parse error before ')' token
concat.c:100: `length' undeclared (first use in this function)
concat.c:100: (Each undeclared identifier is reported only once
concat.c:100: for each function it appears in.)
concat.c:102: warning: no return statement in function returning non-void
concat.c: At top level:
concat.c:103: warning: type defaults to `int' in declaration of `end'
concat.c:103: ISO C forbids data definition with no type or storage class
concat.c:105: parse error before "return"
gmake[1]: *** [concat.o] Error 1
gmake[1]: Leaving directory `/u/ba/rrr6399/src/gcc-3.3.1/libiberty'
gmake: *** [all-libiberty] Error 2
More information about the Gcc-bugs
mailing list