Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=489100
--- Comment #2 from Wolfgang Glas wolfgang.glas@ev-i.at 2009-03-07 11:06:50 EDT --- Created an attachment (id=334400) --> (https://bugzilla.redhat.com/attachment.cgi?id=334400) A testcaes, which trowas an exception across a DLL boundary.
This testcase throw an exception from iside a DLL an catches it in the main program. The generated 64 bit executables of mingw-w64 are working as expected.
The 32bit executables fail with
terminate called after throwing an instance of 'MyException'
BTW, I'm only using C++ programs which are all compiled by the same version of gcc.