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: Exception-handling bugs



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

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