This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Exception-handling bugs
- To: David_Abrahams at Dragonsys dot com
- Subject: Re: Exception-handling bugs
- From: Anthony Green <green at cygnus dot com>
- Date: 29 Jan 2000 09:12:08 -0800
- CC: gcc-bugs at gcc dot gnu dot org
- References: <85256875.00035F5E.00@notes-mta.dragonsys.com>
David wrote:
> Very serious problems, crashes almost immediately under any
> configuration:
> powerpc-unknown-linux (powerpc linux hosted and targeted).**
Are there shared libraries involved? Here's an important patch:
1999-12-08 Geoff Keating <geoffk@cygnus.com>
* config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
define_expand/define_insn pair, and handle restore of the
SVR4 -fpic register.
There's a similar patch for x86, but it is only necessary when using
sjlj exceptions. Does the Win32 compiler use sjlj exceptions?
It's hard to know what else it could be without more information.
AG
--
Anthony Green Red Hat
Sunnyvale, California