On 06/07/2015 18:32, John Maddock wrote:
The short program below passes with MSVC and GCC Linux, but fails with
Mingw-x64 at runtime (the expected failures count gets ignored).
Update: works if you build with link=static, so it's some kind of dll-issue.
John.