3.cc: _S_pback_size now belongs to basic_filebuf.
authorPaolo Carlini <pcarlini@unitus.it>
Wed, 23 Apr 2003 22:34:51 +0000 (00:34 +0200)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 23 Apr 2003 22:34:51 +0000 (22:34 +0000)
2003-04-23  Paolo Carlini  <pcarlini@unitus.it>

* testsuite/27_io/basic_filebuf/3.cc: _S_pback_size now
belongs to basic_filebuf.
* testsuite/27_io/basic_fstream/3.cc: Likewise.
* testsuite/27_io/basic_ifstream/3.cc: Likewise.
* testsuite/27_io/basic_ios/3.cc: Remove _S_pback_size
instantiation (now belongs to basic_filebuf).
* testsuite/27_io/basic_iostream/3.cc: Likewise.
* testsuite/27_io/basic_istream/3.cc: Likewise.
* testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc:
_S_pback_size now belongs to basic_filebuf.
* testsuite/27_io/basic_istringstream/3.cc: Remove _S_pback_size
instantiation (now belongs to basic_filebuf).
* testsuite/27_io/basic_ofstream/3.cc: _S_pback_size now
belongs to basic_filebuf.
* testsuite/27_io/basic_ostream/3.cc: Remove _S_pback_size
instantiation (now belongs to basic_filebuf).
* testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc:
_S_pback_size now belongs to basic_filebuf.
* testsuite/27_io/basic_ostringstream/3.cc: Remove _S_pback_size
instantiation (now belongs to basic_filebuf).
* testsuite/27_io/basic_streambuf/3.cc: _S_pback_size now belongs
to basic_filebuf.
* testsuite/27_io/basic_stringbuf/3.cc: Remove _S_pback_size
instantiation (now belongs to basic_filebuf).
* testsuite/27_io/basic_stringstream/3.cc: Likewise.

From-SVN: r66018

16 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/27_io/basic_filebuf/3.cc
libstdc++-v3/testsuite/27_io/basic_fstream/3.cc
libstdc++-v3/testsuite/27_io/basic_ifstream/3.cc
libstdc++-v3/testsuite/27_io/basic_ios/3.cc
libstdc++-v3/testsuite/27_io/basic_iostream/3.cc
libstdc++-v3/testsuite/27_io/basic_istream/3.cc
libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc
libstdc++-v3/testsuite/27_io/basic_istringstream/3.cc
libstdc++-v3/testsuite/27_io/basic_ofstream/3.cc
libstdc++-v3/testsuite/27_io/basic_ostream/3.cc
libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc
libstdc++-v3/testsuite/27_io/basic_ostringstream/3.cc
libstdc++-v3/testsuite/27_io/basic_streambuf/3.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/3.cc
libstdc++-v3/testsuite/27_io/basic_stringstream/3.cc

index 72659a0495cee69ad8d9b4d59960eb3dd5721407..e3cd6ef3f4e7da78f25b880b0a0602f09750d701 100644 (file)
@@ -1,3 +1,31 @@
+2003-04-23  Paolo Carlini  <pcarlini@unitus.it>
+
+       * testsuite/27_io/basic_filebuf/3.cc: _S_pback_size now
+       belongs to basic_filebuf.
+       * testsuite/27_io/basic_fstream/3.cc: Likewise.
+       * testsuite/27_io/basic_ifstream/3.cc: Likewise.
+       * testsuite/27_io/basic_ios/3.cc: Remove _S_pback_size
+       instantiation (now belongs to basic_filebuf).
+       * testsuite/27_io/basic_iostream/3.cc: Likewise.
+       * testsuite/27_io/basic_istream/3.cc: Likewise.
+       * testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc:
+       _S_pback_size now belongs to basic_filebuf.
+       * testsuite/27_io/basic_istringstream/3.cc: Remove _S_pback_size
+       instantiation (now belongs to basic_filebuf).
+       * testsuite/27_io/basic_ofstream/3.cc: _S_pback_size now
+       belongs to basic_filebuf.
+       * testsuite/27_io/basic_ostream/3.cc: Remove _S_pback_size
+       instantiation (now belongs to basic_filebuf).
+       * testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc:
+       _S_pback_size now belongs to basic_filebuf.
+       * testsuite/27_io/basic_ostringstream/3.cc: Remove _S_pback_size
+       instantiation (now belongs to basic_filebuf).
+       * testsuite/27_io/basic_streambuf/3.cc: _S_pback_size now belongs
+       to basic_filebuf.
+       * testsuite/27_io/basic_stringbuf/3.cc: Remove _S_pback_size
+       instantiation (now belongs to basic_filebuf).
+       * testsuite/27_io/basic_stringstream/3.cc: Likewise.
+
 2003-04-23  Benjamin Kosnik  <bkoz@redhat.com>
 
        * configure.in: Move GLIBCPP_CHECK_PCH before native/cross conditions.
index a67d596189729d617f880400feb3a8a738bf937f..ddec01c02e312d5c69057168b712343690af665d 100644 (file)
@@ -130,8 +130,8 @@ void test07()
 #if !__GXX_WEAK__
 // Explicitly instantiate for systems with no COMDAT or weak support.
 template 
-  std::basic_streambuf<gnu_char_type>::int_type
-  std::basic_streambuf<gnu_char_type>::_S_pback_size;
+  std::basic_filebuf<gnu_char_type>::int_type
+  std::basic_filebuf<gnu_char_type>::_S_pback_size;
 #endif
 
 int main() 
index a9eb1137a26a35f2b84fe1401538c8f7de1b642e..216e9a2621650f898e5d0893ff9454c5e4d5b601 100644 (file)
@@ -134,8 +134,8 @@ void test07()
 #if !__GXX_WEAK__
 // Explicitly instantiate for systems with no COMDAT or weak support.
 template 
-  std::basic_streambuf<gnu_char_type>::int_type
-  std::basic_streambuf<gnu_char_type>::_S_pback_size;
+  std::basic_filebuf<gnu_char_type>::int_type
+  std::basic_filebuf<gnu_char_type>::_S_pback_size;
 #endif
 
 int main() 
index c1d2544dc3522fc3a77c261bffe6119d3a8d626d..9de0c62a0197f00a24475b4136fdfc24c4fdd1f9 100644 (file)
@@ -134,8 +134,8 @@ void test07()
 #if !__GXX_WEAK__
 // Explicitly instantiate for systems with no COMDAT or weak support.
 template 
-  std::basic_streambuf<gnu_char_type>::int_type
-  std::basic_streambuf<gnu_char_type>::_S_pback_size;
+  std::basic_filebuf<gnu_char_type>::int_type
+  std::basic_filebuf<gnu_char_type>::_S_pback_size;
 #endif
 
 int main() 
index fa9e8b1804e1ab9e402577dfcfe8c62c76c6e917..fd3742bf8abc55e36edbf6c9727d288729656a85 100644 (file)
@@ -129,13 +129,6 @@ void test07()
     }
 }
 
-#if !__GXX_WEAK__
-// Explicitly instantiate for systems with no COMDAT or weak support.
-template 
-  std::basic_streambuf<gnu_char_type>::int_type
-  std::basic_streambuf<gnu_char_type>::_S_pback_size;
-#endif
-
 int main() 
 {
   test07();
index 9cad3051aeba40d9224cb1e55dddf2a33d4f236f..004a363063de54c4538e0a69efb7b22c09f35592 100644 (file)
@@ -131,13 +131,6 @@ void test07()
     }
 }
 
-#if !__GXX_WEAK__
-// Explicitly instantiate for systems with no COMDAT or weak support.
-template 
-  std::basic_streambuf<gnu_char_type>::int_type
-  std::basic_streambuf<gnu_char_type>::_S_pback_size;
-#endif
-
 int main() 
 {
   test07();
index 1a7a04c703c3d0e89a6b39b82a0c131fb7bcff04..8bd7b8a72268b5cb742591c04c934e39917b87ef 100644 (file)
@@ -129,13 +129,6 @@ void test07()
     }
 }
 
-#if !__GXX_WEAK__
-// Explicitly instantiate for systems with no COMDAT or weak support.
-template 
-  std::basic_streambuf<gnu_char_type>::int_type
-  std::basic_streambuf<gnu_char_type>::_S_pback_size;
-#endif
-
 int main() 
 {
   test07();
index 465e67aeb7251b0c39b00cd0771078e991f3907a..c70275745ceb46a5bba5e347b523ccba31691285 100644 (file)
@@ -182,8 +182,8 @@ template
   std::basic_string<unsigned char>::_Rep::_S_terminal;
 
 template
-  std::basic_streambuf<unsigned char>::int_type
-  std::basic_streambuf<unsigned char>::_S_pback_size;
+  std::basic_filebuf<unsigned char>::int_type
+  std::basic_filebuf<unsigned char>::_S_pback_size;
 #endif
 
 int main()
index 9b5354531cacb10815b295b2752d077ede9b3aac..0b051e972001d044cd4595dcea35bd3c14d89344 100644 (file)
@@ -131,13 +131,6 @@ void test07()
     }
 }
 
-#if !__GXX_WEAK__
-// Explicitly instantiate for systems with no COMDAT or weak support.
-template 
-  std::basic_streambuf<gnu_char_type>::int_type
-  std::basic_streambuf<gnu_char_type>::_S_pback_size;
-#endif
-
 int main() 
 {
   test07();
index 0b2d7c979e3f859001d5c5835584f7b9f0c33674..5149ecd55807c479e25e73c26723456e45d253fc 100644 (file)
@@ -134,8 +134,8 @@ void test07()
 #if !__GXX_WEAK__
 // Explicitly instantiate for systems with no COMDAT or weak support.
 template 
-  std::basic_streambuf<gnu_char_type>::int_type
-  std::basic_streambuf<gnu_char_type>::_S_pback_size;
+  std::basic_filebuf<gnu_char_type>::int_type
+  std::basic_filebuf<gnu_char_type>::_S_pback_size;
 #endif
 
 int main() 
index 0c71061c3c76ff4b14f1055ab3f196999a156e9a..09eb94c8b1b9f07f589d86c0dc64aebba7bbc70f 100644 (file)
@@ -131,13 +131,6 @@ void test07()
     }
 }
 
-#if !__GXX_WEAK__
-// Explicitly instantiate for systems with no COMDAT or weak support.
-template 
-  std::basic_streambuf<gnu_char_type>::int_type
-  std::basic_streambuf<gnu_char_type>::_S_pback_size;
-#endif
-
 int main() 
 {
   test07();
index e675c8db0296d6342226cf1946226fd37e63d799..a38bddc162b114998637d894bfb50d2f8f1a3faa 100644 (file)
@@ -153,8 +153,8 @@ template
   std::basic_string<unsigned char>::_Rep::_S_terminal;
 
 template
-  std::basic_streambuf<unsigned char>::int_type
-  std::basic_streambuf<unsigned char>::_S_pback_size;
+  std::basic_filebuf<unsigned char>::int_type
+  std::basic_filebuf<unsigned char>::_S_pback_size;
 #endif
 
 int main()
index 777b70226a7921792f13d5597f0acb1de38f77ba..f7e96885ea3f8b495d9a952c2d98d0ec00dace42 100644 (file)
@@ -131,13 +131,6 @@ void test07()
     }
 }
 
-#if !__GXX_WEAK__
-// Explicitly instantiate for systems with no COMDAT or weak support.
-template 
-  std::basic_streambuf<gnu_char_type>::int_type
-  std::basic_streambuf<gnu_char_type>::_S_pback_size;
-#endif
-
 int main() 
 {
   test07();
index ffc765f77f9d13f74ef964731f3ed53ad0d5bb22..36e5290540d941b06ee36852238fc552b2be4e2f 100644 (file)
@@ -132,8 +132,8 @@ void test07()
 #if !__GXX_WEAK__
 // Explicitly instantiate for systems with no COMDAT or weak support.
 template 
-  std::basic_streambuf<gnu_char_type>::int_type
-  std::basic_streambuf<gnu_char_type>::_S_pback_size;
+  std::basic_filebuf<gnu_char_type>::int_type
+  std::basic_filebuf<gnu_char_type>::_S_pback_size;
 #endif
 
 int main() 
index 93358ccfe58347cb292f0e4a3ba02b27d313e367..14275c2e64ad09e89c498fcc0fe94c6d20a81c89 100644 (file)
@@ -127,13 +127,6 @@ void test07()
     }
 }
 
-#if !__GXX_WEAK__
-// Explicitly instantiate for systems with no COMDAT or weak support.
-template 
-  std::basic_streambuf<gnu_char_type>::int_type
-  std::basic_streambuf<gnu_char_type>::_S_pback_size;
-#endif
-
 int main() 
 {
   test07();
index d877dbb7bafcdf6b769097cafe856e5d80494b03..036d7e59bdb84e1a9ed6edb01ab10e10c5951aa3 100644 (file)
@@ -131,13 +131,6 @@ void test07()
     }
 }
 
-#if !__GXX_WEAK__
-// Explicitly instantiate for systems with no COMDAT or weak support.
-template 
-  std::basic_streambuf<gnu_char_type>::int_type
-  std::basic_streambuf<gnu_char_type>::_S_pback_size;
-#endif
-
 int main() 
 {
   test07();