aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Carlini <paolo@gcc.gnu.org>2007-10-15 09:34:56 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2007-10-15 09:34:56 +0000
commit5c7c209b1f094110552c56f556ade12c20e58823 (patch)
treef5101978b304516d08ab9a0f7051e58bb79d4bfd
parent54bdca68ec7d645d28317fe31f0b7a11fab0da54 (diff)
downloadgcc-5c7c209b1f094110552c56f556ade12c20e58823.zip
gcc-5c7c209b1f094110552c56f556ade12c20e58823.tar.gz
gcc-5c7c209b1f094110552c56f556ade12c20e58823.tar.bz2
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
-rw-r--r--libstdc++-v3/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 3e41f63..51a1764 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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.