This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
3.1.1 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: Tue, 4 Jun 2002 11:12:05 +1000
- Subject: 3.1.1 bootstrap failure on irix6.5
3.1.1 bootstrap on irix6.5 fails with cvs of Mon Jun 03 07:18:01 2002 UTC.
Will follow up when time permits.
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I/exd2/billingd/src/gcc-3.1/gcc -I/exd2/billingd/src/gcc-3.1/gcc/. -I/exd2/billingd/src/gcc-3.1/gcc/config -I/exd2/billingd/src/gcc-3.1/gcc/../include /exd2/billingd/src/gcc-3.1/gcc/gengenrtl.c -o gengenrtl.o
"/usr/include/stdio.h", line 53: error(1084): invalid combination of type
specifiers
typedef int ssize_t;
^
"/usr/include/sys/types.h", line 120: warning(1349): declaration requires a
typedef name
typedef long pid_t; /* proc & grp IDs */
^
"/exd2/billingd/src/gcc-3.1/gcc/gengenrtl.c", line 151: warning(1116):
non-void function "type_from_format" (declared at line 125) should
return a value
}
^
"/exd2/billingd/src/gcc-3.1/gcc/gengenrtl.c", line 185: warning(1116):
non-void function "accessor_from_format" (declared at line 156)
should return a value
}
^
1 error detected in the compilation of "/exd2/billingd/src/gcc-3.1/gcc/gengenrtl.c".