aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2003-04-12 21:13:12 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2003-04-12 17:13:12 -0400
commit4440f5b597e8f08058628b15a585c363179b5f71 (patch)
tree1eb7cc8d7b8b599c2252dc41d50d61b9f5ef1e92
parenta67bac5fc49398f26611dedaa0b62990b134d642 (diff)
downloadgcc-4440f5b597e8f08058628b15a585c363179b5f71.zip
gcc-4440f5b597e8f08058628b15a585c363179b5f71.tar.gz
gcc-4440f5b597e8f08058628b15a585c363179b5f71.tar.bz2
3983-fstream.cc: Change basic_streambuf instantiation to "unsigned char".
* testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc: Change basic_streambuf instantiation to "unsigned char". * testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Same. From-SVN: r65526
-rw-r--r--libstdc++-v3/ChangeLog6
-rw-r--r--libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc4
-rw-r--r--libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc4
3 files changed, 10 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 10791e4..ea8571c 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2003-04-12 David Edelsohn <edelsohn@gnu.org>
+
+ * testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc:
+ Change basic_streambuf instantiation to "unsigned char".
+ * testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Same.
+
2003-04-12 Paolo Carlini <pcarlini@unitus.it>
Remove _M_buf_size_opt, use directly _M_buf_size instead.
diff --git a/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc
index ede3dbc..465e67a 100644
--- a/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc
+++ b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc
@@ -182,8 +182,8 @@ template
std::basic_string<unsigned char>::_Rep::_S_terminal;
template
- std::basic_streambuf<gnu_char_type>::int_type
- std::basic_streambuf<gnu_char_type>::_S_pback_size;
+ std::basic_streambuf<unsigned char>::int_type
+ std::basic_streambuf<unsigned char>::_S_pback_size;
#endif
int main()
diff --git a/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc
index 8fe5fd3..e675c8d 100644
--- a/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc
+++ b/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc
@@ -153,8 +153,8 @@ template
std::basic_string<unsigned char>::_Rep::_S_terminal;
template
- std::basic_streambuf<gnu_char_type>::int_type
- std::basic_streambuf<gnu_char_type>::_S_pback_size;
+ std::basic_streambuf<unsigned char>::int_type
+ std::basic_streambuf<unsigned char>::_S_pback_size;
#endif
int main()