]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
os_defines.h: Do not define anymore _GLIBCXX_HAVE_BROKEN_VSWPRINTF.
authorJonathan Yong <jon_y@users.sourceforge.net>
Wed, 31 Oct 2012 11:34:27 +0000 (11:34 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 31 Oct 2012 11:34:27 +0000 (11:34 +0000)
2012-10-31  Jonathan Yong  <jon_y@users.sourceforge.net>

* config/os/mingw32-w64/os_defines.h: Do not define anymore
_GLIBCXX_HAVE_BROKEN_VSWPRINTF.

From-SVN: r193032

libstdc++-v3/ChangeLog
libstdc++-v3/config/os/mingw32-w64/os_defines.h

index 3b2cb0d29ff476e0115749ec2f05c82a06ccd93a..444efda6960d34173b1e80255c3eea52d34d9ff6 100644 (file)
@@ -1,3 +1,8 @@
+2012-10-31  Jonathan Yong  <jon_y@users.sourceforge.net>
+
+       * config/os/mingw32-w64/os_defines.h: Do not define anymore
+       _GLIBCXX_HAVE_BROKEN_VSWPRINTF.
+
 2012-10-31  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
        * include/bits/forward_list.h (forward_list): Adjust comments.
index c8f827d4d85ed7b67d9d50a04428fbb877cf15f9..11043026f85f415e7497855ad23cdfd1c11fd538 100644 (file)
@@ -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