This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Exception-handling bugs
- To: Anthony Green <green at cygnus dot com>
- Subject: Re: Exception-handling bugs
- From: Mumit Khan <khan at NanoTech dot Wisc dot EDU>
- Date: Sat, 29 Jan 2000 12:12:41 -0600
- cc: gcc-bugs at gcc dot gnu dot org
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