This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: irix 6.5 bootstrap failure on trunk: g++ error while configur ing libstdc++-v3
- To: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- Subject: Re: irix 6.5 bootstrap failure on trunk: g++ error while configur ing libstdc++-v3
- From: Jeffrey Oldham <oldham at codesourcery dot com>
- Date: Thu, 26 Apr 2001 20:18:12 -0700
- Cc: Jason Merrill <jason_merrill at redhat dot com>, gcc-bugs at gcc dot gnu dot org, oldham at codesourcery dot com
- Organization: CodeSourcery LLC
- References: <8D00C32549556B4E977F81DBC24E985D1B1963@crtsmail1.technol_exch.corp.riotinto.org>
On Fri, Apr 27, 2001 at 02:39:56AM -0000, Billinghurst, David (CRTS) wrote:
> With the change below I still get the original error.
I concur. An XXX->mips-sgi-irix6.5 still demonstrates the problem.
Jason, I recommend you back out the quick patch you committed until
the problem is solved.
Thanks,
Jeffrey D. Oldham
oldham@codesourcery.com
> diff -u -r1.154 except.c
> --- except.c 2001/04/26 23:32:49 1.154
> +++ except.c 2001/04/27 02:28:30
> @@ -2343,7 +2343,7 @@
> /* These registers are used by the landing pads. Make sure they
> have been generated. */
> get_exception_pointer ();
> - get_exception_filter ();
> + cfun->eh->filter = gen_reg_rtx (word_mode);
>
> /* Construct the landing pads. */
>
> > -----Original Message-----
> > From: Jeffrey Oldham [SMTP:oldham@codesourcery.com]
> > Sent: Friday, 27 April 2001 11:06
> > To: Jason Merrill
> > Cc: Billinghurst, David (CRTS); gcc-bugs@gcc.gnu.org; Jeffrey Oldham
> > Subject: Re: irix 6.5 bootstrap failure on trunk: g++ error while
> > configuring libstdc++-v3
> >
> > On Fri, Apr 27, 2001 at 01:32:35AM +0100, Jason Merrill wrote:
> > > I just fixed my change to use word_mode instead of Pmode. Does that fix
> > it
> > > for you?
> >
> > I conjecture it should be sufficient, but I cannot confirm or deny
> > correctness. Please test the change and check it in. See also Mark
> > Mitchell's comments. Be sure to omit my two changes, which he did not
> > like.
> >
> > Thanks,
> > Jeffrey D. Oldham
> > oldham@codesourcery.com
--
Jeffrey D. Oldham
oldham@codesourcery.com