irix 6.5 bootstrap failure on trunk: g++ error while configuring libstdc++-v3

Billinghurst, David (CRTS) David.Billinghurst@riotinto.com
Thu Apr 26 19:40:00 GMT 2001


With the change below I still get the original error.

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



More information about the Gcc-bugs mailing list