Re: gcc-6.3.0-1 regression: libstdc++6 DLL breaks exception handling

2017-02-07 Thread Christian Franke
JonY wrote: On 01/26/2017 10:30 AM, Christian Franke wrote: After upgrading to gcc test version 6.3.0-1, C++ exception handling is broken if DLL version of new libstdc++6 is used. Noted, I'll consider the test version broken for now. Meantime I examined the testcase with gdb: The DLL expor

Re: gcc-6.3.0-1 regression: libstdc++6 DLL breaks exception handling

2017-02-07 Thread JonY
On 01/26/2017 10:30 AM, Christian Franke wrote: > After upgrading to gcc test version 6.3.0-1, C++ exception handling is > broken if DLL version of new libstdc++6 is used. > Noted, I'll consider the test version broken for now. signature.asc Description: OpenPGP digital signature

gcc-6.3.0-1 regression: libstdc++6 DLL breaks exception handling

2017-01-26 Thread Christian Franke
After upgrading to gcc test version 6.3.0-1, C++ exception handling is broken if DLL version of new libstdc++6 is used. Testcase: $ uname -srvmo CYGWIN_NT-10.0-WOW 2.6.1(0.305/5/3) 2016-12-16 11:50 i686 Cygwin or: CYGWIN_NT-10.0 2.6.1(0.305/5/3) 2016-12-16 11:55 x86_64 Cygwin $ cygcheck -f /bi