diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-05 13:13:46 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-05 13:13:46 +0000 |
commit | d2b26e75426c8f214495c659a4fda25c1c59e438 (patch) | |
tree | d1443c5f68b1c43be8e75e633a1d82d934dca58d /libstdc++-v3 | |
parent | 51e2543339c12c813f716f8fc959337b2e6ebf10 (diff) | |
download | gcc-d2b26e75426c8f214495c659a4fda25c1c59e438.tar.gz |
* testsuite/util/testsuite_abi.h: Work around glibc BZ 9694.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160313 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/util/testsuite_abi.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c42c1bb7e84..03b1d64f30f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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>, diff --git a/libstdc++-v3/testsuite/util/testsuite_abi.h b/libstdc++-v3/testsuite/util/testsuite_abi.h index ff413fdccf3..cad40b6eb85 100644 --- a/libstdc++-v3/testsuite/util/testsuite_abi.h +++ b/libstdc++-v3/testsuite/util/testsuite_abi.h @@ -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> |