Re: [Mingw-w64-public] exceptions are not being caught on W7 platform (64 bit)

2010-04-20 Thread leon zadorin
On 4/20/10, leon zadorin wrote: > there is anyone out there who is using mingw64 to build native W7 > (pro) 64 bit simple (e.g. single-threaded) C++ applications which > throw exceptions and have them unwind using dwarf2 (i.e. > --disable-sjlj-exceptions)? Has it been done? Minor

[Mingw-w64-public] exceptions are not being caught on W7 platform (64 bit)

2010-04-20 Thread leon zadorin
I have tried with both 4.4.2 and 4.4.3 gcc to build a c++ application to run natively (as a 64bit app) on W7 (pro) 64 bit -- but the thing does not catch thrown exceptions. The building process (a cross-compiler) was done on freebsd. The building process proceeds ok (and, in fact, is working for m