http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34684
Kai Tietz <ktietz at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |ktietz at gcc dot gnu.org
Resolution| |FIXED
--- Comment #4 from Kai Tietz <ktietz at gcc dot gnu.org> 2010-09-24 21:08:50
UTC ---
For gcc version 4.5.x and newer mingw/cygwin targets are supporting shared
version of libgcc and libstdc++ OOTB. By using them (see option
-shared-libgcc/libstdc++) cross-DLL throw/catch is working.
The static variant is still not working. This could be solved by using SEH
unwinding, which isn't a feature of gcc for 32-bit x86 at the moment.
So I close this bug, as there is now a working way to handle this problem
--
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.