* testsuite/17_intro/headers/all.cc,
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Jun 2008 15:03:52 +0000 (15:03 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Jun 2008 15:03:52 +0000 (15:03 +0000)
testsuite/17_intro/headers/all_c++200x_compatibility.cc,
testsuite/17_intro/headers/all_pedantic_errors.cc,
testsuite/ext/headers.cc: Only include
<ext/codecvt_specializations.h> and <ext/enc_filebuf.h> if
_GLIBCXX_HAVE_ICONV.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136485 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/17_intro/headers/all.cc
libstdc++-v3/testsuite/17_intro/headers/all_c++200x_compatibility.cc
libstdc++-v3/testsuite/17_intro/headers/all_pedantic_errors.cc
libstdc++-v3/testsuite/ext/headers.cc

index 0f2e56c..5f720d8 100644 (file)
@@ -1,3 +1,12 @@
+2008-06-06  Joseph Myers  <joseph@codesourcery.com>
+
+       * testsuite/17_intro/headers/all.cc,
+       testsuite/17_intro/headers/all_c++200x_compatibility.cc,
+       testsuite/17_intro/headers/all_pedantic_errors.cc,
+       testsuite/ext/headers.cc: Only include
+       <ext/codecvt_specializations.h> and <ext/enc_filebuf.h> if
+       _GLIBCXX_HAVE_ICONV.
+
 2008-06-05  Johannes Singler  <singler@ira.uka.de>
 
         * include/parallel/random_shuffle.h:
index 662bad6..706e4cf 100644 (file)
 #include <ext/array_allocator.h>
 #include <ext/atomicity.h>
 #include <ext/bitmap_allocator.h>
+#if _GLIBCXX_HAVE_ICONV
 #include <ext/codecvt_specializations.h>
+#endif
 #include <ext/concurrence.h>
 #include <ext/debug_allocator.h>
+#if _GLIBCXX_HAVE_ICONV
 #include <ext/enc_filebuf.h>
+#endif
 #include <ext/functional>
 #include <ext/iterator>
 #include <ext/malloc_allocator.h>
index 9410805..9ba46cf 100644 (file)
 #include <ext/array_allocator.h>
 #include <ext/atomicity.h>
 #include <ext/bitmap_allocator.h>
+#if _GLIBCXX_HAVE_ICONV
 #include <ext/codecvt_specializations.h>
+#endif
 #include <ext/concurrence.h>
 #include <ext/debug_allocator.h>
+#if _GLIBCXX_HAVE_ICONV
 #include <ext/enc_filebuf.h>
+#endif
 #include <ext/functional>
 #include <ext/iterator>
 #include <ext/malloc_allocator.h>
index 2b72a39..955afef 100644 (file)
 #include <ext/array_allocator.h>
 #include <ext/atomicity.h>
 #include <ext/bitmap_allocator.h>
+#if _GLIBCXX_HAVE_ICONV
 #include <ext/codecvt_specializations.h>
+#endif
 #include <ext/concurrence.h>
 #include <ext/debug_allocator.h>
+#if _GLIBCXX_HAVE_ICONV
 #include <ext/enc_filebuf.h>
+#endif
 #include <ext/functional>
 #include <ext/iterator>
 #include <ext/malloc_allocator.h>
index a1bdbb3..d4c079e 100644 (file)
 #include <ext/array_allocator.h>
 #include <ext/atomicity.h>
 #include <ext/bitmap_allocator.h>
+#if _GLIBCXX_HAVE_ICONV
 #include <ext/codecvt_specializations.h>
+#endif
 #include <ext/concurrence.h>
 #include <ext/debug_allocator.h>
+#if _GLIBCXX_HAVE_ICONV
 #include <ext/enc_filebuf.h>
+#endif
 #include <ext/functional>
 #include <ext/iterator>
 #include <ext/malloc_allocator.h>