diff options
author | Paolo Carlini <paolo.carlini@oracle.com> | 2010-06-08 01:46:10 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2010-06-08 01:46:10 +0000 |
commit | c8061de73f1ec2db31588f1c20693d570d576a20 (patch) | |
tree | ef9373142d6e954982f2fd1f84a6ac933ffe2d79 /libstdc++-v3/ChangeLog | |
parent | 567d4027a3ca0dc36fd0d828925a34a237ad62db (diff) | |
download | gcc-c8061de73f1ec2db31588f1c20693d570d576a20.zip gcc-c8061de73f1ec2db31588f1c20693d570d576a20.tar.gz gcc-c8061de73f1ec2db31588f1c20693d570d576a20.tar.bz2 |
re PR libstdc++/44417 (make check-target-libstdc++-v3 fails due to undefined ptrdiff_t)
2010-06-07 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/44417
* include/c_std/cwctype: Provide a workaround for bug glibc
BZ 9694 affecting glibc 2.9 and older.
* include/c_global/cwctype: Likewise.
* testsuite/util/testsuite_abi.h: Remove temporary workaround.
* testsuite/util/testsuite_allocator.h: Use everywhere std::size_t
and std::ptrdiff_t, don't include <cstddef>.
* testsuite/27_io/basic_ostream/inserters_other/wchar_t/
error_code.cc: Minor tweak, prefer <cwchar> to <wchar.h>.
From-SVN: r160417
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 1a2d410..0f24ab4 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,18 @@ 2010-06-07 Paolo Carlini <paolo.carlini@oracle.com> + PR libstdc++/44417 + * include/c_std/cwctype: Provide a workaround for bug glibc + BZ 9694 affecting glibc 2.9 and older. + * include/c_global/cwctype: Likewise. + * testsuite/util/testsuite_abi.h: Remove temporary workaround. + * testsuite/util/testsuite_allocator.h: Use everywhere std::size_t + and std::ptrdiff_t, don't include <cstddef>. + + * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ + error_code.cc: Minor tweak, prefer <cwchar> to <wchar.h>. + +2010-06-07 Paolo Carlini <paolo.carlini@oracle.com> + * include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp: Avoid -Wall warnings. * testsuite/27_io/ios_base/failure/what-3.cc: Likewise. |