irix6.5 bootstrap failure in mips/mips.c
Billinghurst, David (CRTS)
David.Billinghurst@riotinto.com
Mon Mar 25 20:00:00 GMT 2002
In /usr/include/sys/ucontext.h there is
#include <standards.h>
#include <sgidefs.h>
#if _SGIAPI && !defined(__SGI_NOUCONTEXT_COMPAT)
#define fpregset __fpregset
#define fp_r __fp_r
#define fp_dregs __fp_dregs
#define fp_fregs __fp_fregs
#define fp_regs __fp_regs
#define fp_csr __fp_csr
#define fp_pad __fp_pad
#define gregs __gregs
#define fpregs __fpregs
#define ucontext __ucontext
#define sigaltstack _sigaltstack
#endif
-----Original Message-----
From: Richard Henderson [mailto:rth@redhat.com]
Sent: Tuesday, 26 March 2002 9:42
To: Billinghurst, David (CRTS)
Cc: gcc-bugs@gcc.gnu.org
Subject: Re: irix6.5 bootstrap failure in mips/mips.c
On Mon, Mar 25, 2002 at 11:47:52AM +1100, Billinghurst, David (CRTS) wrote:
> "/exd4/billingd/src/gcc/gcc/config/mips/mips.c", line 4026: error(1565):
> struct "mips_args" has no field "__fp_regs"
> ? cum->fp_regs
> ^
Now, that's odd. Can you tell where the
#define fp_regs __fp_regs
is coming from?
(This has to be merely coincidence that it's now failing. I
can't see how my patch could possibly have caused such a thing.)
r~
More information about the Gcc-bugs
mailing list