GCC for Windows 64 & 32 bits
Mingw-w64 is an advancement of the original mingw.org project, created to support the GCC compiler on Windows systems. It has forked it in 2007 in order to provide support for 64 bits and new APIs. It has since then gained widespread use and distribution.
The development and community are very active and welcoming with new contributors every month and simple installers.
5.0.1: 2017-01-06
initial Release: 2016-10-19
You can also look at the full list of versions.
Mingw-w64 interacts a lot with other projects in order to help everyone move forward. Contributions have been going to and coming from these projects:
I can catch a deadlock! I'll try to investigate this...
How many virtual cores is VM configured with? 1 =) Sorry, I'll retest now...
I tried Sandy, vanilla variant deadlocks either with or with no optimization enabled....
it deadlocks for me even if built with no optimization. The same result. Did you...
Compiled using: g++ -O2 partest.cpp -opartest -pthread Executed as: for i in seq...
Hm, it deadlocks for me even if built with no optimization. Did you run it sufficiently...
Compiled using: g++ -O2 partest.cpp -opartest -pthread
Use -O2. It should deadlock (not each and every time, but pretty often).