This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Branch breakage on IRIX 6.5
- To: Jeffrey Oldham <oldham at codesourcery dot com>
- Subject: Re: Branch breakage on IRIX 6.5
- From: Richard Henderson <rth at redhat dot com>
- Date: Mon, 14 May 2001 09:03:19 -0700
- Cc: Mark Mitchell <mark at codesourcery dot com>, gcc-bugs at gcc dot gnu dot org, David dot Billinghurst at riotinto dot com
- References: <20010514005214Y.mitchell@codesourcery.com> <20010514083123.A12867@codesourcery.com>
On Mon, May 14, 2001 at 08:31:23AM -0700, Jeffrey Oldham wrote:
> libstdc++-v3/libsupc++/eh_personality.cc, lines 126--132? For
> __gxx_personality_v0, what should the value of
> `__builtin_eh_return_data_regno(x)' be?
It's a builtin in that case.
> Perhaps, the following is the right patch?
> It permits compilation to continue.
The problem is that we've incorrectly determined the exception method.
It appears I failed to merge the libstdc++ configure.in patches. That
should solve things.
r~