From: Jonathan Yong Date: Wed, 31 Oct 2012 11:34:27 +0000 (+0000) Subject: os_defines.h: Do not define anymore _GLIBCXX_HAVE_BROKEN_VSWPRINTF. X-Git-Tag: releases/gcc-4.8.0~2379 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3b744420b4666b4153e30c2364a79cb9748ad07;p=thirdparty%2Fgcc.git os_defines.h: Do not define anymore _GLIBCXX_HAVE_BROKEN_VSWPRINTF. 2012-10-31 Jonathan Yong * config/os/mingw32-w64/os_defines.h: Do not define anymore _GLIBCXX_HAVE_BROKEN_VSWPRINTF. From-SVN: r193032 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 3b2cb0d29ff4..444efda6960d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2012-10-31 Jonathan Yong + + * config/os/mingw32-w64/os_defines.h: Do not define anymore + _GLIBCXX_HAVE_BROKEN_VSWPRINTF. + 2012-10-31 Jonathan Wakely * include/bits/forward_list.h (forward_list): Adjust comments. diff --git a/libstdc++-v3/config/os/mingw32-w64/os_defines.h b/libstdc++-v3/config/os/mingw32-w64/os_defines.h index c8f827d4d85e..11043026f85f 100644 --- a/libstdc++-v3/config/os/mingw32-w64/os_defines.h +++ b/libstdc++-v3/config/os/mingw32-w64/os_defines.h @@ -63,8 +63,9 @@ // See libstdc++/20806. #define _GLIBCXX_HAVE_DOS_BASED_FILESYSTEM 1 -// See libstdc++/37522. -#define _GLIBCXX_HAVE_BROKEN_VSWPRINTF 1 +// See libstdc++/37522. mingw-w64 stdio redirect for C++ +// #define _GLIBCXX_HAVE_BROKEN_VSWPRINTF 1 +// Workaround added for mingw-w64 trunk headers r5437 // See libstdc++/43738 // On native windows targets there is no ioctl function. And the existing