re PR libstdc++/33771 (FAIL: 17_intro/headers/c++1998/all.cc (test for excess errors))
authorPaolo Carlini <paolo@gcc.gnu.org>
Mon, 15 Oct 2007 09:34:56 +0000 (09:34 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 15 Oct 2007 09:34:56 +0000 (09:34 +0000)
commit5c7c209b1f094110552c56f556ade12c20e58823
treef5101978b304516d08ab9a0f7051e58bb79d4bfd
parent54bdca68ec7d645d28317fe31f0b7a11fab0da54
re PR libstdc++/33771 (FAIL: 17_intro/headers/c++1998/all.cc (test for excess errors))

2007-10-15  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/33771
PR libstdc++/33773
* testsuite/21_strings/headers/cwchar/macros.cc: Guard test with
_GLIBCXX_HAVE_WCHAR_H.
* testsuite/21_strings/headers/cwctype/macros.cc: Likewise with
_GLIBCXX_HAVE_WCTYPE_H.
* testsuite/17_intro/headers/c++200x/all.cc: Guard inclusions
of <wchar.h> and <wctype.h>.
* testsuite/17_intro/headers/c++200x/all_multiple_inclusion.cc:
Likewise.
* testsuite/17_intro/headers/c++1998/all.cc: Likewise.
* testsuite/17_intro/headers/c++1998/all_multiple_inclusion.cc:
Likewise.

From-SVN: r129314
libstdc++-v3/ChangeLog