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
Showing
- libstdc++-v3/ChangeLog 13 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/c_global/cwctype 7 additions, 1 deletionlibstdc++-v3/include/c_global/cwctype
- libstdc++-v3/include/c_std/cwctype 7 additions, 1 deletionlibstdc++-v3/include/c_std/cwctype
- libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/error_code.cc 2 additions, 2 deletions...27_io/basic_ostream/inserters_other/wchar_t/error_code.cc
- libstdc++-v3/testsuite/util/testsuite_abi.h 2 additions, 4 deletionslibstdc++-v3/testsuite/util/testsuite_abi.h
- libstdc++-v3/testsuite/util/testsuite_allocator.h 2 additions, 3 deletionslibstdc++-v3/testsuite/util/testsuite_allocator.h
Loading
Please register or sign in to comment