------- Comment #11 from singler at kit dot edu 2010-06-07 09:35 ------- Obviously, I'm not the only one having this problem, Jason has patched libstdc++-v3/testsuite/util/testsuite_abi.h in the meantime.
------------------------------------------------------------------------ r160313 | jason | 2010-06-05 15:13:46 +0200 (Sat, 05 Jun 2010) | 1 line * testsuite/util/testsuite_abi.h: Work around glibc BZ 9694. +// Include stddef now to work around glibc BZ 9694 +#include <stddef.h> related to <http://sourceware.org/bugzilla/show_bug.cgi?id=9694> This solves the problem testsuite_abi.h, but then, the next test fails, namely testsuite_allocator.h. I have tested all that using a different user ID, with a completely clean environment and new checkout, but the problem persists. -- singler at kit dot edu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason at redhat dot com Status|RESOLVED |UNCONFIRMED Resolution|WORKSFORME | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44417