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]
Other format: [Raw text]

Re: irix6.5 bootstrap failure in mips/mips.c


> Partial error message is:
> 
> "/exd4/billingd/src/gcc/gcc/config/mips/mips.c", line 4026: error(1565):
>           struct "mips_args" has no field "__fp_regs"
>   		      ? cum->fp_regs
>   		             ^
> 
> The recent change in this file is
> 
> 2002-03-24  Richard Henderson  <rth@redhat.com>
> 
> 	* mips.c (mips_function_value): Only promote_mode for non-libcalls.

This is likely Richard Sandiford's change, however, the error message is
just weird. I'm not sure why the irix compiler is adding the two
underscores to the field names, but I'll take a look.

-eric


-- 
I will not use abbrev.


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