3.cc: _S_pback_size now belongs to basic_filebuf.
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
This commit is contained in:
parent
249ed716c8
commit
06f5e63748
@ -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.
|
||||
|
@ -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()
|
||||
|
@ -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()
|
||||
|
@ -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()
|
||||
|
@ -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();
|
||||
|
@ -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();
|
||||
|
@ -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();
|
||||
|
@ -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()
|
||||
|
@ -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();
|
||||
|
@ -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()
|
||||
|
@ -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();
|
||||
|
@ -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()
|
||||
|
@ -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();
|
||||
|
@ -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()
|
||||
|
@ -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();
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user