OSDN Git Service

2003-04-23 Paolo Carlini <pcarlini@unitus.it>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Apr 2003 22:34:51 +0000 (22:34 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Apr 2003 22:34:51 +0000 (22:34 +0000)
* 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.

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

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 72659a0..e3cd6ef 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 a67d596..ddec01c 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 a9eb113..216e9a2 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 c1d2544..9de0c62 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 fa9e8b1..fd3742b 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 9cad305..004a363 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 1a7a04c..8bd7b8a 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 465e67a..c702757 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 9b53545..0b051e9 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 0b2d7c9..5149ecd 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 0c71061..09eb94c 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 e675c8d..a38bddc 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 777b702..f7e9688 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 ffc765f..36e5290 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 93358cc..14275c2 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 d877dbb..036d7e5 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();