This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: irix bootstrap dies in builtins.c


Actually it was declared in except.h.  This patch gives me a working gcc.

Index: except.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/except.h,v
retrieving revision 1.47
diff -u -r1.47 except.h
--- except.h    2001/03/28 11:03:51     1.47
+++ except.h    2001/04/01 03:00:50
@@ -131,6 +131,7 @@
 extern rtx expand_builtin_eh_return_data_regno PARAMS ((tree));
 extern rtx expand_builtin_extract_return_addr  PARAMS ((tree));
 extern rtx expand_builtin_frob_return_addr     PARAMS ((tree));
+extern rtx expand_builtin_dwarf_fp_regnum       PARAMS ((void));
 extern void expand_builtin_eh_return           PARAMS ((tree, tree));
 extern void expand_eh_return                   PARAMS ((void));




> -----Original Message-----
> From:	Richard Henderson [SMTP:rth@redhat.com]
> Sent:	Friday, 30 March 2001 17:20
> To:	Billinghurst, David (CRTS)
> Cc:	'gcc-bugs@gcc.gnu.org'
> Subject:	Re: irix bootstrap dies in builtins.c
> 
> On Fri, Mar 30, 2001 at 04:48:49AM -0000, Billinghurst, David (CRTS)
> wrote:
> > 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
> 
> Huh?  Error?  That function has _never_ been declared anywhere.
> 
> 
> r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]