1.cc: Declare test variable.
authorPaolo Carlini <pcarlini@suse.de>
Wed, 11 Aug 2004 13:47:24 +0000 (13:47 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 11 Aug 2004 13:47:24 +0000 (13:47 +0000)
2004-08-11  Paolo Carlini  <pcarlini@suse.de>

* 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

23 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/char/1.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/wchar_t/1.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/char/1.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/wchar_t/1.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/char/1.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/wchar_t/1.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/1.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/wchar_t/1.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetc/char/1.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetc/wchar_t/1.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetn/char/1.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetn/wchar_t/1.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/snextc/char/1.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/snextc/wchar_t/1.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/char/1.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/wchar_t/1.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/char/1.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/wchar_t/1.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/char/1.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/wchar_t/1.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/sungetc/char/1.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/sungetc/wchar_t/1.cc

index 005df42370649fb8166dfff99fd3e7964bc0605c..0df5feb701e6acdd46b2d896677b17a2b94b8fc3 100644 (file)
@@ -1,3 +1,29 @@
+2004-08-11  Paolo Carlini  <pcarlini@suse.de>
+       
+       * 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  <pcarlini@suse.de>
            Petur Runolfsson  <peturr02@ru.is>
 
index 153d7df6a8a62b57033e6917c64e45f7abd832a3..4ca9a2411efa68085dfb5a5fa0fedc3eef6db610 100644 (file)
@@ -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
index 855580d04adf9d28dc8fd9fee77bef3417076237..b12e92d14760afef3adb520ec92d2467d67843ab 100644 (file)
@@ -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
index e8e8dc9972e5cfca23cf7bcddf63603d795d76a9..99942f766101603691ddc7445755b3ad755a2398 100644 (file)
@@ -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()
index 96fcbcdaf1016cdc00eaa41bcd3be6e147512281..ed6f2484dbc3a6071b93d856a698bfccd04cbfef 100644 (file)
@@ -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()
index df5173ae2b286b7b0ffe76e4868ff07d7b6f148b..b73bb5d80f75076cd447619d4577a6f3a624c4ac 100644 (file)
@@ -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();
index 188a87ee600034acfa150eae77857dcaa4d59817..4db8ac47fd28e5ac20012f238b0eaba70bdadb34 100644 (file)
@@ -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();
index cfed7cb319f9c342caef2a5215fe437ca63ad673..662ba120854257fd636d747558c36cfef01aaecf 100644 (file)
@@ -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
 #include <testsuite_hooks.h>
 
 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
index ba01e1d395d66038378b692fd8b0c1508817d1e3..4e6d3ea0e82389e615f7276354e23af0dc79f1d8 100644 (file)
 #include <testsuite_hooks.h>
 
 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
index 274cd6159e3607f416e0dfdab31ce49f702025e9..9c92584363009b4ad133cda2d5e6506b39688173 100644 (file)
@@ -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();
index 5912b05ad8f32cefb22e38f082bedacf1cf2da56..38182de709c8f50fb3828629b898d362237ef4cf 100644 (file)
@@ -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();
index c68ad1424b5272874888e02d41fe71b2f216ec35..d95f94a5d98a415998c44cbd5a08ed349eddf266 100644 (file)
@@ -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();
index e03806831b38f18abce2cbb7e76bfd37625dcbaa..8208d6f5c498030369f2edf418a961e3d3e02728 100644 (file)
@@ -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();
index c94342143a0128d66c408087a571f94332856d73..310dee1dcaa419df86a9cdb6ddf4aca7845b21ec 100644 (file)
@@ -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();
index fa82e656594487b5af158d1e9069d5968acbbbfa..eb2c40e24604079f31b082a598d54cd1ac9933c7 100644 (file)
@@ -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();
index 853339e23c12356d5412941258dd0ee53a8d4419..79ce099bbd06fa7e9b5a2538f4359117bff969fb 100644 (file)
@@ -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();
index a6e8ae623797405096f6c1e36852780b0e10994e..eed6591b24e55389e3b712c24e4ba92a54a0e488 100644 (file)
@@ -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();
index 5fc08f2ba9b1df0eddaf08c891b5ea878b51da7d..241c9b999d12f8af894806d2f2146286ce06aebf 100644 (file)
@@ -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();
index 2c749711ab435342bba566e09eab3ff0ab84b41d..6c9f2f62ae097d7bfe3566759923a89d82b4b294 100644 (file)
@@ -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();
index 801ae7f44bd74f02eb31f89c8bc8b54d997de5d2..23948934ff04fb76444844d97c4e789d3901c0b4 100644 (file)
@@ -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
index 450c2e70c981830a53a2ce8dab55661e213ba832..e8ec016b511e2709f255cc27683e92b8de69e9d1 100644 (file)
@@ -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
index a90885a1c6ceebee143f11fbad308f54a8bf71c8..1d9effcecc214a269833f855e0c8faaafd1232fa 100644 (file)
@@ -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();
index a25ded4362b720ed59080dc81b0a5640e27c6c46..f718c2c5d2a8723493d54157146b3bdadf8ec342 100644 (file)
@@ -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();