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


Anthony Green <green@cygnus.com> writes:
> 
> There's a similar patch for x86, but it is only necessary when using
> sjlj exceptions.  Does the Win32 compiler use sjlj exceptions?

Yes, the win32 ports still use sjlj-based EH. 

Is this patch only necessary for pic/PIC code? x86-win32 also does not 
support PIC code (except for x86-interix, but that uses the POSIX, not 
windows32, subystem).

Regards,
Mumit


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