This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Bootstrap failure on irix6.5
- To: "'gcc-bugs at gcc dot gnu dot org'" <gcc-bugs at gcc dot gnu dot org>
- Subject: Bootstrap failure on irix6.5
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- Date: Thu, 14 Jun 2001 00:31:11 +0100
- Cc: "'rth at redhat dot com'" <rth at redhat dot com>
Bootstrap of branch fails on irix 6.5
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I.
-I/exd4/billingd/src/gcc/gcc -I/exd4/billingd/src/gcc/gcc/.
-I/exd4/billingd/src/gcc/gcc/config -I/exd4/billingd/src/gcc/gcc/../include
/exd4/billingd/src/gcc/gcc/ifcvt.c -o ifcvt.o
"/exd4/billingd/src/gcc/gcc/ifcvt.c", line 1963: error(1119): return value
type does not match the function type
return NULL_RTX;
This is most likely due to
2001-06-13 Richard Henderson <rth@redhat.com>
* ifcvt.c (cond_exec_get_condition): Use reversed_comparison_code.
(cond_exec_process_if_block, dead_or_predicable): Likewise.
Off to a meeting. Will follow up later today.