Re: MinGW: C++11 perfect forwarding support is broken

2013-02-24 Thread Stephan Bergmann
On 02/24/2013 06:33 PM, David Ostrovsky wrote: diff --git a/solenv/gbuild/platform/WNT_INTEL_GCC.mk b/solenv/gbuild/platform/WNT_INTEL_GCC.mk index b9edab0..70a4608 100644 --- a/solenv/gbuild/platform/WNT_INTEL_GCC.mk +++ b/solenv/gbuild/platform/WNT_INTEL_GCC.mk @@ -87,6 +87,7 @@ endif ifeq ($

Re: MinGW: C++11 perfect forwarding support is broken

2013-02-24 Thread David Ostrovsky
Am 24.02.2013 02:23, schrieb Gábor Stefanik: On Sun, Feb 24, 2013 at 12:43 AM, David Ostrovsky wrote: >So we have weird breakage on MinGW: > >in configure phase i686-w64-mingw32-g++ reports back success for that check: > >configure:15247: checking whether ccache i686-w64-mingw32-g++ supports C

Re: MinGW: C++11 perfect forwarding support is broken

2013-02-23 Thread Gábor Stefanik
On Sun, Feb 24, 2013 at 12:43 AM, David Ostrovsky wrote: > So we have weird breakage on MinGW: > > in configure phase i686-w64-mingw32-g++ reports back success for that check: > > configure:15247: checking whether ccache i686-w64-mingw32-g++ supports C++11 > perfect forwarding > configure:15275: c

MinGW: C++11 perfect forwarding support is broken

2013-02-23 Thread David Ostrovsky
So we have weird breakage on MinGW: in configure phase i686-w64-mingw32-g++ reports back success for that check: configure:15247: checking whether ccache i686-w64-mingw32-g++ supports C++11 perfect forwarding configure:15275: ccache i686-w64-mingw32-g++ -c -std=gnu++0x conftest.cpp >&5 confi