Re: [Mingw-w64-public] GCC 4.9+ unable to catch exceptions when built with my admittedly ancient scripts

2016-06-13 Thread lh mouse
g++ 6.1.1 (HEAD of gcc-6-branch) seems fine here both with `-static` and without it. The scripts for building GCC 5.x and 6.x can be found here: https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-gcc-git I haven't been updating the patches for gcc-5-branch since quite a long time a

[Mingw-w64-public] GCC 4.9+ unable to catch exceptions when built with my admittedly ancient scripts

2016-06-13 Thread Ruben Van Boxem
Hi guys, When I read the email asking for GCC 6.1, I took a look at MinGW-builds and MSYS2's MinGW-packages and saw both were stuck somewhere in 5.x. I decided to see if I could blow the dust off my aeons-old build scripts that are still gathering some stars on github, but were otherwise unused.