[v3] Remove uses of <cstddef> as an implementation detail

Jason Merrill jason@redhat.com
Sat Jun 5 03:55:00 GMT 2010


After this patch testsuite_abi.cc no longer builds on glibc 2.8 and 
earlier systems (such as gcc14), because of

   http://sources.redhat.com/bugzilla/show_bug.cgi?id=9694

causing ptrdiff_t to never get defined.  This patch (to include stddef 
early rather than wait until cxxabi.h brings it in) works around the 
glibc bug.  What do you think?

Jason

-------------- next part --------------
A non-text attachment was scrubbed...
Name: glibc-wchar-bug.patch
Type: text/x-patch
Size: 622 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20100605/2f7afd42/attachment.bin>


More information about the Gcc-patches mailing list