This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
irix bootstrap dies in builtins.c
- To: "'gcc-bugs at gcc dot gnu dot org'" <gcc-bugs at gcc dot gnu dot org>
- Subject: irix bootstrap dies in builtins.c
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- Date: Fri, 30 Mar 2001 04:48:49 -0000
- Cc: "'rth at redhat dot com'" <rth at redhat dot com>
mips-sgi-irix6.5 bootstrap of CVS with cc dies with
"/exd4/billingd/src/gcc-mainline/gcc/builtins.c", line 3597: error(1119):
return value type does not match the function type
return expand_builtin_dwarf_fp_regnum ();
and we see that expand_builtin_dwarf_fp_regnum is not declared in builtins.c
Last change to this file was
2001-03-28 Richard Henderson <rth@redhat.com>
* except.c: Rewrite entirely for IA-64 ABI exception handling.
* except.h: Likewise.
and so on ...