]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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)
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

index 3e41f634904b3538d076fa4dea5fe589cdce5c8d..51a17640618342bbce11417797643b412b85a938 100644 (file)
@@ -1,3 +1,19 @@
+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.
+
 2007-10-14  Paolo Carlini  <pcarlini@suse.de>
 
        * include/bits/stl_algo.h (is_sorted, is_sorted_until): Add.