]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* testsuite/util/testsuite_abi.h: Work around glibc BZ 9694.
authorJason Merrill <jason@redhat.com>
Sat, 5 Jun 2010 13:13:46 +0000 (09:13 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 5 Jun 2010 13:13:46 +0000 (09:13 -0400)
From-SVN: r160313

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/util/testsuite_abi.h

index c42c1bb7e84829306bfc225d477b5f0b0c1b4259..03b1d64f30fac8cc00e1b271e97a8553558e7f5f 100644 (file)
@@ -1,3 +1,7 @@
+2010-06-04  Jason Merrill  <jason@redhat.com>
+
+       * testsuite/util/testsuite_abi.h: Work around glibc BZ 9694.
+
 2010-06-03  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * testsuite/util/testsuite_iterators.h: Don't include <cstddef>,
index ff413fdccf32929250f02221236ef3f517a99915..cad40b6eb85de77b7ecae93679519739d08b4645 100644 (file)
@@ -19,6 +19,8 @@
 
 // Benjamin Kosnik  <bkoz@redhat.com>
 
+// Include stddef now to work around glibc BZ 9694
+#include <stddef.h>
 #include <string>
 #include <stdexcept>
 #include <vector>