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 6.5 bootstrap failure on trunk: g++ error while configur ing libstdc++-v3


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


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