This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[3.4 bib] bootstrap failure on irix6.5
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- To: <gcc-bugs at gcc dot gnu dot org>
- Date: Fri, 6 Dec 2002 17:16:40 +1100
- Subject: [3.4 bib] bootstrap failure on irix6.5
Just tried to build 3.4 bib on irix6.5. It fails in stage 1 with
cc -c -g -DIN_GCC -DHAVE_CONFIG_H -I. -I. -I/exd2/billingd/src/gcc-3.4-bib/gcc -I/exd2/billingd/src/gcc-3.4-bib/gcc/. -I/exd2/billingd/src/gcc-3.4-bib/gcc/config -I/exd2/billingd/src/gcc-3.4-bib/gcc/../include \
/exd2/billingd/src/gcc-3.4-bib/gcc/config/mips/mips.c -o mips.o
"/exd2/billingd/src/gcc-3.4-bib/gcc/config/mips/mips.c", line 628: warning(1185):
enumerated type mixed with another type
{ 0, 0, 0 }
^
"/exd2/billingd/src/gcc-3.4-bib/gcc/config/mips/mips.c", line 673: error(1020):
identifier "hook_bool_tree_tree_false" is undefined
struct gcc_target targetm = TARGET_INITIALIZER;
^