[Mingw-w64-public] Things broke between October and February?

2013-05-29 Thread Suresh Govindachar
Hello, I downloaded Ruben's build in October 2012 and in February 2013 (x86_64-w64-mingw32-g++.exe (rubenvb-4.6.3-2-release) 4.6.3). Simple code that used to build last year no longer build today -- for example, in Makefile below, the flag std=c++11 is not recognized. gcc =

Re: [Mingw-w64-public] [PATCH] Fix bug in InterlockedOr

2013-05-29 Thread dw
On 5/24/2013 8:43 PM, dw wrote: I looked at the hand-crafted and the built-in, and they both generate the same code. In the end, I went with the __sync_fetch_and_OP() built-in (attached). The comments above still apply. I'm going to wait for this patch to get committed before sending the