From 665cdd2c8589ea86654576ac15483e46c17081dd Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Wed, 11 Aug 2004 13:47:24 +0000 Subject: [PATCH] 1.cc: Declare test variable. 2004-08-11 Paolo Carlini * testsuite/27_io/basic_stringbuf/imbue/char/1.cc: Declare test variable. * testsuite/27_io/basic_stringbuf/imbue/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/in_avail/char/1.cc: Remove junk. * testsuite/27_io/basic_stringbuf/in_avail/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sbumpc/char/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sbumpc/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/setbuf/char/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/setbuf/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sgetc/char/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sgetc/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sgetn/char/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sgetn/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/snextc/char/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/snextc/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sputbackc/char/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sputbackc/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sputc/char/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sputc/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sputn/char/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sputn/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sungetc/char/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sungetc/wchar_t/1.cc: Ditto. From-SVN: r85802 --- libstdc++-v3/ChangeLog | 26 +++++++++++++++++++ .../27_io/basic_stringbuf/imbue/char/1.cc | 4 ++- .../27_io/basic_stringbuf/imbue/wchar_t/1.cc | 2 ++ .../27_io/basic_stringbuf/in_avail/char/1.cc | 8 +----- .../basic_stringbuf/in_avail/wchar_t/1.cc | 6 ----- .../27_io/basic_stringbuf/sbumpc/char/1.cc | 6 +---- .../27_io/basic_stringbuf/sbumpc/wchar_t/1.cc | 6 +---- .../27_io/basic_stringbuf/setbuf/char/1.cc | 9 +------ .../27_io/basic_stringbuf/setbuf/wchar_t/1.cc | 7 ----- .../27_io/basic_stringbuf/sgetc/char/1.cc | 6 +---- .../27_io/basic_stringbuf/sgetc/wchar_t/1.cc | 4 --- .../27_io/basic_stringbuf/sgetn/char/1.cc | 6 +---- .../27_io/basic_stringbuf/sgetn/wchar_t/1.cc | 4 --- .../27_io/basic_stringbuf/snextc/char/1.cc | 4 --- .../27_io/basic_stringbuf/snextc/wchar_t/1.cc | 4 --- .../27_io/basic_stringbuf/sputbackc/char/1.cc | 5 +--- .../basic_stringbuf/sputbackc/wchar_t/1.cc | 3 --- .../27_io/basic_stringbuf/sputc/char/1.cc | 6 +---- .../27_io/basic_stringbuf/sputc/wchar_t/1.cc | 4 --- .../27_io/basic_stringbuf/sputn/char/1.cc | 5 +--- .../27_io/basic_stringbuf/sputn/wchar_t/1.cc | 3 --- .../27_io/basic_stringbuf/sungetc/char/1.cc | 5 +--- .../basic_stringbuf/sungetc/wchar_t/1.cc | 3 --- 23 files changed, 41 insertions(+), 95 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 005df423706..0df5feb701e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,29 @@ +2004-08-11 Paolo Carlini + + * testsuite/27_io/basic_stringbuf/imbue/char/1.cc: Declare test + variable. + * testsuite/27_io/basic_stringbuf/imbue/wchar_t/1.cc: Ditto. + * testsuite/27_io/basic_stringbuf/in_avail/char/1.cc: Remove junk. + * testsuite/27_io/basic_stringbuf/in_avail/wchar_t/1.cc: Ditto. + * testsuite/27_io/basic_stringbuf/sbumpc/char/1.cc: Ditto. + * testsuite/27_io/basic_stringbuf/sbumpc/wchar_t/1.cc: Ditto. + * testsuite/27_io/basic_stringbuf/setbuf/char/1.cc: Ditto. + * testsuite/27_io/basic_stringbuf/setbuf/wchar_t/1.cc: Ditto. + * testsuite/27_io/basic_stringbuf/sgetc/char/1.cc: Ditto. + * testsuite/27_io/basic_stringbuf/sgetc/wchar_t/1.cc: Ditto. + * testsuite/27_io/basic_stringbuf/sgetn/char/1.cc: Ditto. + * testsuite/27_io/basic_stringbuf/sgetn/wchar_t/1.cc: Ditto. + * testsuite/27_io/basic_stringbuf/snextc/char/1.cc: Ditto. + * testsuite/27_io/basic_stringbuf/snextc/wchar_t/1.cc: Ditto. + * testsuite/27_io/basic_stringbuf/sputbackc/char/1.cc: Ditto. + * testsuite/27_io/basic_stringbuf/sputbackc/wchar_t/1.cc: Ditto. + * testsuite/27_io/basic_stringbuf/sputc/char/1.cc: Ditto. + * testsuite/27_io/basic_stringbuf/sputc/wchar_t/1.cc: Ditto. + * testsuite/27_io/basic_stringbuf/sputn/char/1.cc: Ditto. + * testsuite/27_io/basic_stringbuf/sputn/wchar_t/1.cc: Ditto. + * testsuite/27_io/basic_stringbuf/sungetc/char/1.cc: Ditto. + * testsuite/27_io/basic_stringbuf/sungetc/wchar_t/1.cc: Ditto. + 2004-08-11 Paolo Carlini Petur Runolfsson diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/char/1.cc index 153d7df6a8a..4ca9a2411ef 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 +// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -28,6 +28,8 @@ std::stringbuf strb_01(str_01); // test the streambuf/stringbuf locale settings void test02() { + bool test __attribute__((unused)) = true; + std::locale loc_c = std::locale::classic(); loc_c = strb_01.getloc(); strb_01.pubimbue(loc_c); //This should initialize _M_init to true diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/wchar_t/1.cc index 855580d04ad..b12e92d1476 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/wchar_t/1.cc @@ -28,6 +28,8 @@ std::wstringbuf strb_01(str_01); // test the streambuf/stringbuf locale settings void test02() { + bool test __attribute__((unused)) = true; + std::locale loc_c = std::locale::classic(); loc_c = strb_01.getloc(); strb_01.pubimbue(loc_c); //This should initialize _M_init to true diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/char/1.cc index e8e8dc9972e..99942f76610 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 +// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -33,13 +33,7 @@ std::stringbuf strb_03(str_03, std::ios_base::out); void test04() { bool test __attribute__((unused)) = true; - std::string str_tmp; - std::stringbuf strb_tmp; std::streamoff strmof_1(-1), strmof_2; - typedef std::stringbuf::int_type int_type; - typedef std::stringbuf::traits_type traits_type; - typedef std::stringbuf::pos_type pos_type; - typedef std::stringbuf::off_type off_type; // GET // int in_avail() diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/wchar_t/1.cc index 96fcbcdaf10..ed6f2484dbc 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/wchar_t/1.cc @@ -33,13 +33,7 @@ std::wstringbuf strb_03(str_03, std::ios_base::out); void test04() { bool test __attribute__((unused)) = true; - std::wstring str_tmp; - std::wstringbuf strb_tmp; std::streamoff strmof_1(-1), strmof_2; - typedef std::wstringbuf::int_type int_type; - typedef std::wstringbuf::traits_type traits_type; - typedef std::wstringbuf::pos_type pos_type; - typedef std::wstringbuf::off_type off_type; // GET // int in_avail() diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/char/1.cc index df5173ae2b2..b73bb5d80f7 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 +// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -33,13 +33,9 @@ std::stringbuf strb_03(str_03, std::ios_base::out); void test04() { bool test __attribute__((unused)) = true; - std::string str_tmp; - std::stringbuf strb_tmp; std::streamoff strmof_1(-1), strmof_2; typedef std::stringbuf::int_type int_type; typedef std::stringbuf::traits_type traits_type; - typedef std::stringbuf::pos_type pos_type; - typedef std::stringbuf::off_type off_type; // GET strmof_1 = strb_01.in_avail(); diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/wchar_t/1.cc index 188a87ee600..4db8ac47fd2 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/wchar_t/1.cc @@ -33,13 +33,9 @@ std::wstringbuf strb_03(str_03, std::ios_base::out); void test04() { bool test __attribute__((unused)) = true; - std::wstring str_tmp; - std::wstringbuf strb_tmp; std::streamoff strmof_1(-1), strmof_2; typedef std::wstringbuf::int_type int_type; - typedef std::wstringbuf::traits_type traits_type; - typedef std::wstringbuf::pos_type pos_type; - typedef std::wstringbuf::off_type off_type; + typedef std::stringbuf::traits_type traits_type; // GET strmof_1 = strb_01.in_avail(); diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/1.cc index cfed7cb319f..662ba120854 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 +// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -23,10 +23,8 @@ #include std::string str_01("mykonos. . . or what?"); -std::string str_02("paris, or sainte-maxime?"); std::string str_03; std::stringbuf strb_01(str_01); -std::stringbuf strb_02(str_02, std::ios_base::in); std::stringbuf strb_03(str_03, std::ios_base::out); // test overloaded virtual functions @@ -34,11 +32,6 @@ void test04() { bool test __attribute__((unused)) = true; std::string str_tmp; - std::stringbuf strb_tmp; - typedef std::stringbuf::int_type int_type; - typedef std::stringbuf::traits_type traits_type; - typedef std::stringbuf::pos_type pos_type; - typedef std::stringbuf::off_type off_type; // PUT strb_03.str(str_01); //reset diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/wchar_t/1.cc index ba01e1d395d..4e6d3ea0e82 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/wchar_t/1.cc @@ -23,10 +23,8 @@ #include std::wstring str_01(L"mykonos. . . or what?"); -std::wstring str_02(L"paris, or sainte-maxime?"); std::wstring str_03; std::wstringbuf strb_01(str_01); -std::wstringbuf strb_02(str_02, std::ios_base::in); std::wstringbuf strb_03(str_03, std::ios_base::out); // test overloaded virtual functions @@ -34,11 +32,6 @@ void test04() { bool test __attribute__((unused)) = true; std::wstring str_tmp; - std::wstringbuf strb_tmp; - typedef std::wstringbuf::int_type int_type; - typedef std::wstringbuf::traits_type traits_type; - typedef std::wstringbuf::pos_type pos_type; - typedef std::wstringbuf::off_type off_type; // PUT strb_03.str(str_01); //reset diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetc/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetc/char/1.cc index 274cd6159e3..9c925843630 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetc/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetc/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 +// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -33,13 +33,9 @@ std::stringbuf strb_03(str_03, std::ios_base::out); void test04() { bool test __attribute__((unused)) = true; - std::string str_tmp; - std::stringbuf strb_tmp; std::streamoff strmof_1(-1), strmof_2; typedef std::stringbuf::int_type int_type; typedef std::stringbuf::traits_type traits_type; - typedef std::stringbuf::pos_type pos_type; - typedef std::stringbuf::off_type off_type; // GET strmof_1 = strb_01.in_avail(); diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetc/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetc/wchar_t/1.cc index 5912b05ad8f..38182de709c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetc/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetc/wchar_t/1.cc @@ -33,13 +33,9 @@ std::wstringbuf strb_03(str_03, std::ios_base::out); void test04() { bool test __attribute__((unused)) = true; - std::wstring str_tmp; - std::wstringbuf strb_tmp; std::streamoff strmof_1(-1), strmof_2; typedef std::wstringbuf::int_type int_type; typedef std::wstringbuf::traits_type traits_type; - typedef std::wstringbuf::pos_type pos_type; - typedef std::wstringbuf::off_type off_type; // GET strmof_1 = strb_01.in_avail(); diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetn/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetn/char/1.cc index c68ad1424b5..d95f94a5d98 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetn/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetn/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 +// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -33,14 +33,10 @@ std::stringbuf strb_03(str_03, std::ios_base::out); void test04() { bool test __attribute__((unused)) = true; - std::string str_tmp; - std::stringbuf strb_tmp; std::streamsize strmsz_1, strmsz_2; std::streamoff strmof_1(-1), strmof_2; typedef std::stringbuf::int_type int_type; typedef std::stringbuf::traits_type traits_type; - typedef std::stringbuf::pos_type pos_type; - typedef std::stringbuf::off_type off_type; // GET strmof_1 = strb_01.in_avail(); diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetn/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetn/wchar_t/1.cc index e03806831b3..8208d6f5c49 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetn/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetn/wchar_t/1.cc @@ -33,14 +33,10 @@ std::wstringbuf strb_03(str_03, std::ios_base::out); void test04() { bool test __attribute__((unused)) = true; - std::wstring str_tmp; - std::wstringbuf strb_tmp; std::streamsize strmsz_1, strmsz_2; std::streamoff strmof_1(-1), strmof_2; typedef std::wstringbuf::int_type int_type; typedef std::wstringbuf::traits_type traits_type; - typedef std::wstringbuf::pos_type pos_type; - typedef std::wstringbuf::off_type off_type; // GET strmof_1 = strb_01.in_avail(); diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/snextc/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/snextc/char/1.cc index c94342143a0..310dee1dcaa 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/snextc/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/snextc/char/1.cc @@ -33,13 +33,9 @@ std::stringbuf strb_03(str_03, std::ios_base::out); void test04() { bool test __attribute__((unused)) = true; - std::string str_tmp; - std::stringbuf strb_tmp; std::streamoff strmof_1(-1), strmof_2; typedef std::stringbuf::int_type int_type; typedef std::stringbuf::traits_type traits_type; - typedef std::stringbuf::pos_type pos_type; - typedef std::stringbuf::off_type off_type; // GET strmof_1 = strb_01.in_avail(); diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/snextc/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/snextc/wchar_t/1.cc index fa82e656594..eb2c40e2460 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/snextc/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/snextc/wchar_t/1.cc @@ -33,13 +33,9 @@ std::wstringbuf strb_03(str_03, std::ios_base::out); void test04() { bool test __attribute__((unused)) = true; - std::wstring str_tmp; - std::wstringbuf strb_tmp; std::streamoff strmof_1(-1), strmof_2; typedef std::wstringbuf::int_type int_type; typedef std::wstringbuf::traits_type traits_type; - typedef std::wstringbuf::pos_type pos_type; - typedef std::wstringbuf::off_type off_type; // GET strmof_1 = strb_01.in_avail(); diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/char/1.cc index 853339e23c1..79ce099bbd0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 +// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -34,12 +34,9 @@ void test04() { bool test __attribute__((unused)) = true; std::string str_tmp, str_tmp2; - std::stringbuf strb_tmp; std::streamsize strmsz_1, strmsz_2; typedef std::stringbuf::int_type int_type; typedef std::stringbuf::traits_type traits_type; - typedef std::stringbuf::pos_type pos_type; - typedef std::stringbuf::off_type off_type; int_type c1 = strb_01.sbumpc(); int_type c2 = strb_02.sbumpc(); diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/wchar_t/1.cc index a6e8ae62379..eed6591b24e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/wchar_t/1.cc @@ -34,12 +34,9 @@ void test04() { bool test __attribute__((unused)) = true; std::wstring str_tmp, str_tmp2; - std::wstringbuf strb_tmp; std::streamsize strmsz_1, strmsz_2; typedef std::wstringbuf::int_type int_type; typedef std::wstringbuf::traits_type traits_type; - typedef std::wstringbuf::pos_type pos_type; - typedef std::wstringbuf::off_type off_type; int_type c1 = strb_01.sbumpc(); int_type c2 = strb_02.sbumpc(); diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/char/1.cc index 5fc08f2ba9b..241c9b999d1 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 +// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -33,12 +33,8 @@ std::stringbuf strb_03(str_03, std::ios_base::out); void test04() { bool test __attribute__((unused)) = true; - std::string str_tmp; - std::stringbuf strb_tmp; typedef std::stringbuf::int_type int_type; typedef std::stringbuf::traits_type traits_type; - typedef std::stringbuf::pos_type pos_type; - typedef std::stringbuf::off_type off_type; int_type c1 = strb_01.sbumpc(); int_type c2 = strb_02.sbumpc(); diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/wchar_t/1.cc index 2c749711ab4..6c9f2f62ae0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/wchar_t/1.cc @@ -33,12 +33,8 @@ std::wstringbuf strb_03(str_03, std::ios_base::out); void test04() { bool test __attribute__((unused)) = true; - std::wstring str_tmp; - std::wstringbuf strb_tmp; typedef std::wstringbuf::int_type int_type; typedef std::wstringbuf::traits_type traits_type; - typedef std::wstringbuf::pos_type pos_type; - typedef std::wstringbuf::off_type off_type; int_type c1 = strb_01.sbumpc(); int_type c2 = strb_02.sbumpc(); diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/char/1.cc index 801ae7f44bd..23948934ff0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 +// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -34,12 +34,9 @@ void test04() { bool test __attribute__((unused)) = true; std::string str_tmp; - std::stringbuf strb_tmp; std::streamsize strmsz_1, strmsz_2; typedef std::stringbuf::int_type int_type; typedef std::stringbuf::traits_type traits_type; - typedef std::stringbuf::pos_type pos_type; - typedef std::stringbuf::off_type off_type; // PUT strb_03.str(str_01); //reset diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/wchar_t/1.cc index 450c2e70c98..e8ec016b511 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/wchar_t/1.cc @@ -34,12 +34,9 @@ void test04() { bool test __attribute__((unused)) = true; std::wstring str_tmp; - std::wstringbuf strb_tmp; std::streamsize strmsz_1, strmsz_2; typedef std::wstringbuf::int_type int_type; typedef std::wstringbuf::traits_type traits_type; - typedef std::wstringbuf::pos_type pos_type; - typedef std::wstringbuf::off_type off_type; // PUT strb_03.str(str_01); //reset diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sungetc/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sungetc/char/1.cc index a90885a1c6c..1d9effcecc2 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sungetc/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sungetc/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 +// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -34,12 +34,9 @@ void test04() { bool test __attribute__((unused)) = true; std::string str_tmp; - std::stringbuf strb_tmp; std::streamsize strmsz_1, strmsz_2; typedef std::stringbuf::int_type int_type; typedef std::stringbuf::traits_type traits_type; - typedef std::stringbuf::pos_type pos_type; - typedef std::stringbuf::off_type off_type; int_type c1 = strb_01.sbumpc(); int_type c2 = strb_02.sbumpc(); diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sungetc/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sungetc/wchar_t/1.cc index a25ded4362b..f718c2c5d2a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sungetc/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sungetc/wchar_t/1.cc @@ -34,12 +34,9 @@ void test04() { bool test __attribute__((unused)) = true; std::wstring str_tmp; - std::wstringbuf strb_tmp; std::streamsize strmsz_1, strmsz_2; typedef std::wstringbuf::int_type int_type; typedef std::wstringbuf::traits_type traits_type; - typedef std::wstringbuf::pos_type pos_type; - typedef std::wstringbuf::off_type off_type; int_type c1 = strb_01.sbumpc(); int_type c2 = strb_02.sbumpc(); -- 2.30.2