]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
*.cc: Remove spaces, make sure testcases return zero.
authorBenjamin Kosnik <bkoz@redhat.com>
Sat, 12 May 2001 16:53:08 +0000 (16:53 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Sat, 12 May 2001 16:53:08 +0000 (16:53 +0000)
2001-05-11   Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/*/*.cc: Remove spaces, make sure testcases return zero.
* testsuite/config/default.exp: Update bugs email address.

From-SVN: r41997

92 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/17_intro/header_ciso646.cc
libstdc++-v3/testsuite/17_intro/header_cstdio.cc
libstdc++-v3/testsuite/17_intro/header_cstdlib.cc
libstdc++-v3/testsuite/17_intro/header_cstring.cc
libstdc++-v3/testsuite/17_intro/header_ctime.cc
libstdc++-v3/testsuite/17_intro/header_cwchar.cc
libstdc++-v3/testsuite/17_intro/header_cwctype.cc
libstdc++-v3/testsuite/17_intro/header_fstream.cc
libstdc++-v3/testsuite/17_intro/header_iomanip.cc
libstdc++-v3/testsuite/17_intro/header_ios.cc
libstdc++-v3/testsuite/17_intro/header_iosfwd.cc
libstdc++-v3/testsuite/17_intro/header_iostream.cc
libstdc++-v3/testsuite/17_intro/header_istream.cc
libstdc++-v3/testsuite/17_intro/header_ostream.cc
libstdc++-v3/testsuite/17_intro/header_sstream.cc
libstdc++-v3/testsuite/17_intro/header_streambuf.cc
libstdc++-v3/testsuite/17_intro/headers.cc
libstdc++-v3/testsuite/17_intro/headers_c++.cc
libstdc++-v3/testsuite/17_intro/headers_c.cc
libstdc++-v3/testsuite/18_support/numeric_limits.cc
libstdc++-v3/testsuite/21_strings/append.cc
libstdc++-v3/testsuite/21_strings/c_strings.cc
libstdc++-v3/testsuite/21_strings/capacity.cc
libstdc++-v3/testsuite/21_strings/char_traits_requirements.cc
libstdc++-v3/testsuite/21_strings/compare.cc
libstdc++-v3/testsuite/21_strings/ctor_copy_dtor.cc
libstdc++-v3/testsuite/21_strings/element_access.cc
libstdc++-v3/testsuite/21_strings/find.cc
libstdc++-v3/testsuite/21_strings/insert.cc
libstdc++-v3/testsuite/21_strings/inserters_extractors.cc
libstdc++-v3/testsuite/21_strings/invariants.cc
libstdc++-v3/testsuite/21_strings/nonmember.cc
libstdc++-v3/testsuite/21_strings/operations.cc
libstdc++-v3/testsuite/21_strings/replace.cc
libstdc++-v3/testsuite/21_strings/rfind.cc
libstdc++-v3/testsuite/21_strings/substr.cc
libstdc++-v3/testsuite/22_locale/codecvt_char_char.cc
libstdc++-v3/testsuite/22_locale/codecvt_unicode_char.cc
libstdc++-v3/testsuite/22_locale/codecvt_unicode_wchar_t.cc
libstdc++-v3/testsuite/22_locale/codecvt_wchar_t_char.cc
libstdc++-v3/testsuite/22_locale/ctype_char_members.cc
libstdc++-v3/testsuite/22_locale/ctype_wchar_t_members.cc
libstdc++-v3/testsuite/22_locale/facet.cc
libstdc++-v3/testsuite/22_locale/members.cc
libstdc++-v3/testsuite/22_locale/numpunct_byname.cc
libstdc++-v3/testsuite/22_locale/numpunct_char_members.cc
libstdc++-v3/testsuite/23_containers/multiset.cc
libstdc++-v3/testsuite/23_containers/vector_ctor.cc
libstdc++-v3/testsuite/23_containers/vector_element_access.cc
libstdc++-v3/testsuite/23_containers/vector_modifiers.cc
libstdc++-v3/testsuite/24_iterators/istreambuf_iterator.cc
libstdc++-v3/testsuite/24_iterators/iterator.cc
libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator.cc
libstdc++-v3/testsuite/25_algorithms/lower_bound.cc
libstdc++-v3/testsuite/25_algorithms/min_max.cc
libstdc++-v3/testsuite/26_numerics/binary_closure.cc
libstdc++-v3/testsuite/26_numerics/buggy_complex.cc
libstdc++-v3/testsuite/26_numerics/c_math.cc
libstdc++-v3/testsuite/26_numerics/complex_inserters_extractors.cc
libstdc++-v3/testsuite/26_numerics/valarray.cc
libstdc++-v3/testsuite/27_io/filebuf.cc
libstdc++-v3/testsuite/27_io/filebuf_members.cc
libstdc++-v3/testsuite/27_io/fpos.cc
libstdc++-v3/testsuite/27_io/ifstream_members.cc
libstdc++-v3/testsuite/27_io/ios_base_callbacks.cc
libstdc++-v3/testsuite/27_io/ios_base_members_static.cc
libstdc++-v3/testsuite/27_io/ios_base_storage.cc
libstdc++-v3/testsuite/27_io/ios_ctor.cc
libstdc++-v3/testsuite/27_io/ios_members.cc
libstdc++-v3/testsuite/27_io/istream.cc
libstdc++-v3/testsuite/27_io/istream_extractor_arith.cc
libstdc++-v3/testsuite/27_io/istream_extractor_char.cc
libstdc++-v3/testsuite/27_io/istream_extractor_other.cc
libstdc++-v3/testsuite/27_io/istream_manip.cc
libstdc++-v3/testsuite/27_io/istream_seeks.cc
libstdc++-v3/testsuite/27_io/istream_sentry.cc
libstdc++-v3/testsuite/27_io/istream_unformatted.cc
libstdc++-v3/testsuite/27_io/istringstream_members.cc
libstdc++-v3/testsuite/27_io/narrow_stream_objects.cc
libstdc++-v3/testsuite/27_io/ofstream_members.cc
libstdc++-v3/testsuite/27_io/ostream.cc
libstdc++-v3/testsuite/27_io/ostream_inserter_arith.cc
libstdc++-v3/testsuite/27_io/ostream_inserter_char.cc
libstdc++-v3/testsuite/27_io/ostream_inserter_other.cc
libstdc++-v3/testsuite/27_io/ostream_manip.cc
libstdc++-v3/testsuite/27_io/ostream_seeks.cc
libstdc++-v3/testsuite/27_io/ostream_unformatted.cc
libstdc++-v3/testsuite/27_io/streambuf.cc
libstdc++-v3/testsuite/27_io/stringbuf.cc
libstdc++-v3/testsuite/27_io/stringstream.cc
libstdc++-v3/testsuite/config/default.exp

index a88f124dd0d14c8d13d884100ec52382748a2fb2..d283b7ffbcd80a3bc0a6c1d8ac1d4a69da629039 100644 (file)
@@ -1,3 +1,8 @@
+2001-05-11   Benjamin Kosnik  <bkoz@redhat.com>
+
+       * testsuite/*/*.cc: Remove spaces, make sure testcases return zero.
+       * testsuite/config/default.exp: Update bugs email address.
+       
 2001-05-11  Richard Henderson  <rth@redhat.com>
 
        * libsupc++/eh_personality.cc: Include unwind-pe.h.  Remove
@@ -17,7 +22,6 @@
        Change LDFLAGS to LIBS.
        Consistently name procedures libstdc++-XXX.
        * testsuite/libstdc++.tests/tests.exp: Use new procedure names.
-       * testsuite/config/default.exp: Kill spaces.
        
 2001-05-08  Benjamin Kosnik  <bkoz@fillmore.constant.com>
 
index 30a8982fa398f23cf0dcb97848e436e6c16b3803..29f786abe431072bb492a2655d152061e401d660 100644 (file)
@@ -125,11 +125,3 @@ int main(void)
 
   return 0;
 }
-
-
-
-
-
-
-
-
index 38d7cd565a3c4d287001822db19c4c0b19495b77..383cc0a529339eeb0d78146aa5fb903b2a95faca 100644 (file)
 
 #include <cstdio>
 
-
 int main(void)
 {
   // Make sure size_t is in namespace std
-  std::size_t i = 5;            // { dg-do compile }
+  std::size_t i = 5;
   return 0;
 }
-
-
-
-
index 5ce60cb05f364da19b02b825d8eb2f6bbb61a6c7..32827cfbca0d58a35b26c72ee28696446217f454 100644 (file)
@@ -32,7 +32,7 @@ void test01()
 void test02()
 {
   // Make sure size_t is in namespace std
-  std::size_t i = 5;            // { dg-do compile }
+  std::size_t i = 5;
 }
 
 int main()
@@ -41,6 +41,3 @@ int main()
   test02();
   return 0;
 }
-
-
-
index 02d51eae697e8583a29b8fd677baa9633f434921..ae8852a43e06e7276f03456f093ab66c7d549f35 100644 (file)
 int main(void)
 {
   // Make sure size_t is in namespace std
-  // { dg-do compile }
   std::size_t i = std::strlen("tibet shop/san francisco (415) 982-0326");
   return 0;
 }
-
-
-
-
index 98f48b7e8790a94fdcffecb918d83f116226d41a..03f8294cda6179a61adb405bfd3af78a514131b7 100644 (file)
 int main(void)
 {
   // Make sure size_t is in namespace std
-  std::size_t i = 5;            // { dg-do compile }
+  std::size_t i = 5;
   return 0;
 }
-
-
-
-
index 0b421ee1d2a65e24987f4915e4ac1ec2c31c3c87..cdc91b2a89332f244b1a5bf2b1ebe30e937fbef0 100644 (file)
@@ -26,6 +26,6 @@
 int main(void)
 {
   // Make sure size_t is in namespace std
-  std::size_t i = 5;            // { dg-do compile }
+  std::size_t i = 5;
   return 0;
 }
index e5db1b53756ebb182a208173c37ab0a018308659..8374a4602ca7bbcee13e80f6ae9997ad03c39f41 100644 (file)
 #if _GLIBCPP_USE_WCHAR_T
 #include <cwctype>
   // Make sure wint_t is in namespace std
-  std::wint_t i = 5;            // { dg-do compile }
+  std::wint_t i = 5;
 #endif
 
 int main(void)
 {
   return 0;
 }
-
-
-
-
index 1163fd119445b6e523cac158d1b3ad37da2aabf9..9d510acbffce1933356b98b38fdb23407c3f57cc 100644 (file)
@@ -20,7 +20,7 @@
 
 // 17.4.1.2 Headers, fstream
 
-#include <fstream>              // { dg-do compile }
+#include <fstream>
 #include <debug_assert.h>
 
 
@@ -28,7 +28,3 @@ int main(void)
 {
   return 0;
 }
-
-
-
-
index d9929f4d671c7cd9ce7c47febd2d01e6bfa916fe..68067d9dfb89bbf4e032276915d1279e4cffa813 100644 (file)
@@ -20,7 +20,7 @@
 
 // 17.4.1.2 Headers, iomanip
 
-#include <iomanip>              // { dg-do compile }
+#include <iomanip>
 #include <debug_assert.h>
 
 
@@ -28,7 +28,3 @@ int main(void)
 {
   return 0;
 }
-
-
-
-
index facbecba65bf9ebeaff2c1d07cd0661067238eb3..1f6c1aae004656fd93eb6732c1054639e675faca 100644 (file)
@@ -20,7 +20,7 @@
 
 // 17.4.1.2 Headers, ios
 
-#include <ios>                  // { dg-do compile }
+#include <ios>
 #include <debug_assert.h>
 
 
@@ -28,7 +28,3 @@ int main(void)
 {
   return 0;
 }
-
-
-
-
index 695b832df55aa13292d23d489fcbf37ae24ca9b4..4766e3596a313126465ffeb3d47363c94133bf66 100644 (file)
@@ -20,7 +20,7 @@
 
 // 17.4.1.2 Headers, iosfwd
 
-#include <iosfwd>               // { dg-do compile }
+#include <iosfwd> 
 #include <debug_assert.h>
 
 
@@ -28,7 +28,3 @@ int main(void)
 {
   return 0;
 }
-
-
-
-
index 790846f188eaff386d2a5bda11d6c9e74b2fe1ab..7067709cdffdb862a0d86b0bbcdbfafde7fa0442 100644 (file)
@@ -20,7 +20,7 @@
 
 // 17.4.1.2 Headers, iostream
 
-#include <iostream>             // { dg-do compile }
+#include <iostream>
 #include <debug_assert.h>
 
 
@@ -28,7 +28,3 @@ int main(void)
 {
   return 0;
 }
-
-
-
-
index 72eb22436007829fd99bd52803d92800c6e7c3d9..e22550cee291c7f79641dbd3d3b14f23a7861dfd 100644 (file)
@@ -20,7 +20,7 @@
 
 // 17.4.1.2 Headers, istream
 
-#include <istream>              // { dg-do compile }
+#include <istream>
 #include <debug_assert.h>
 
 
@@ -28,7 +28,3 @@ int main(void)
 {
   return 0;
 }
-
-
-
-
index d365105b78b4904a030bf031822e2a2952708805..93ddc1944f24f3fc261ad34fe46a0f9f9dcb21c5 100644 (file)
@@ -20,7 +20,7 @@
 
 // 17.4.1.2 Headers, ostream
 
-#include <ostream>              // { dg-do compile }
+#include <ostream>
 #include <debug_assert.h>
 
 
@@ -28,7 +28,3 @@ int main(void)
 {
   return 0;
 }
-
-
-
-
index bdbf0c46197aa2cb209c925669dea0c14b09b802..2a76ff97dece7f58ce4d378b8c4c7410dc83ea58 100644 (file)
@@ -20,7 +20,7 @@
 
 // 17.4.1.2 Headers, sstream
 
-#include <sstream>              // { dg-do compile }
+#include <sstream>
 #include <debug_assert.h>
 
 
@@ -28,7 +28,3 @@ int main(void)
 {
   return 0;
 }
-
-
-
-
index 50234a654431a49243683f3940787839dd79a375..5eb39cf00db509a12b940557aa407069aa5894a5 100644 (file)
@@ -20,7 +20,7 @@
 
 // 17.4.1.2 Headers, streambuf
 
-#include <streambuf>            // { dg-do compile }
+#include <streambuf>
 #include <debug_assert.h>
 
 
index 2ec4041dd10d09c1b2dfd2fd1087a9f66b21c169..eb930f1ff00211f0299c61a9e6bc6d564944bb0d 100644 (file)
@@ -80,4 +80,4 @@
   #include <cwctype>
 #endif
 
-int main() { }                  // { dg-do compile }
+int main() { return 0; }
index d5c01a83d58fe7a8deaeb3e854ae83cb02a1c68a..ad75bca52494c9387b859de74b9dc93a50420992 100644 (file)
@@ -67,4 +67,4 @@
   #include <wctype.h>
 #endif
 
-int main() { }                  // { dg-do compile }
+int main() { return 0; }
index 406bc9802e42e11359c774264d42a00f868ab00c..5831887e448f4746fd98481be844d80401d86641 100644 (file)
@@ -67,4 +67,4 @@
   #include <cwctype>
 #endif
 
-int main() { }                  // { dg-do compile }
+int main() { return 0; }
index fce32abb2b021843b3d373661c7aa784ad46beb5..f6173751f7f185d698c92b8cccd829dd1f60c002 100644 (file)
@@ -86,8 +86,3 @@ int main()
 
   return 0;
 }
-
-
-
-
-
index 07b170674a4727e64070024801bfca0f2ff1ee12..2333cc3dd8755f2efcd1b9326b3db4d42e1d137b 100644 (file)
@@ -160,9 +160,5 @@ bool test01(void)
 int main()
 { 
   test01();
+  return 0;
 }
-
-
-
-
-
index e8536b7d137678d4375499400a58060311fd15f0..de0ad2571a5bebfa03036a5341dc371f216131e8 100644 (file)
@@ -89,7 +89,3 @@ int main()
 
   return 0;
 }
-
-
-
-
index b93e6fe64c890e1c24d21fc299046f42e0a728be..82202092a698467565e915f714b3c22afe4af8a5 100644 (file)
@@ -175,5 +175,3 @@ int main()
 
   return 0;
 }
-
-
index 4682c72b68812ede5d08b3d3d958af7594ac5c42..f1e2080f1cdef03a4606c5991f046d8ae3ce6829 100644 (file)
@@ -200,9 +200,5 @@ int main()
 #if _GLIBCPP_USE_WCHAR_T
   test02();
 #endif
+  return 0;
 }
-
-
-
-
-
index ba10e61f5cf40a23ff71cebc6e21f4f22affc2ff..bf5b8daaeb9656ed29e8175246113ea3b7188605 100644 (file)
@@ -135,9 +135,3 @@ main()
   
   return 0;
 }
-
-
-
-
-
-
index f38c42df94464c3b233705e8c831f62a5b66effd..8a2647c9351ad1a563d7141cfc62fe43c3ddaa3f 100644 (file)
@@ -180,12 +180,5 @@ int main()
 { 
   test01();
   test02();
+  return 0;
 }
-
-
-
-
-
-
-
-
index 34d63923a9420788cb93df3b17684e507215776d..4deabda1b7b8047720294578891c9a4d452cbad0 100644 (file)
@@ -89,12 +89,6 @@ bool test01(void)
 
 int main()
 { 
-
-
   test01();
+  return 0;
 }
-
-
-
-
-
index 8bafeb4ab1010c11ba27f9e43168cc7bdd0cfb62..88e6371e7a22248ad7c2986bd174d2ca6a864b96 100644 (file)
@@ -194,9 +194,5 @@ bool test01(void)
 int main()
 { 
   test01();
+  return 0;
 }
-
-
-
-
-
index da51000bd0856d76bced68f3bcdfa621ff378abd..12af8e487fba02e121b5c5a6c05f4bff4f13c40a 100644 (file)
@@ -190,9 +190,5 @@ int test01(void)
 int main()
 { 
   test01();
+  return 0;
 }
-
-
-
-
-
index 559598d8e8a212b63cd769435dce2522b04f3a31..261f572b94d56d30f4d091a1d44f6591cbc31a69 100644 (file)
@@ -41,9 +41,9 @@ bool test01(void)
   csize_type npos = std::string::npos;
   csize_type csz01, csz02;
 
-  const char str_lit01[] = "sailing grand traverse bay
-                           from Elk Rapids to the point reminds me of miles";
-  const std::string str01(str_lit01);
+  // { dg-warning "string literals" "" { xfail *-*-* } 45 }
+  const std::string str01("sailing grand traverse bay
+                           from Elk Rapids to the point reminds me of miles");
   const std::string str02("sailing");
   const std::string str03("grand");
   const std::string str04("traverse");
@@ -124,7 +124,7 @@ bool test01(void)
     getline(istrs02, str10);
     VERIFY( istrs02.fail() );
     VERIFY( istrs02.eof() );
-    VERIFY( str10 == "\t    from Elk Rapids to the point reminds me of miles" );
+    VERIFY( str10 =="\t    from Elk Rapids to the point reminds me of miles" );
   }
   catch(std::exception& fail) {
     VERIFY( false ); // shouldn't throw
@@ -323,10 +323,3 @@ int main()
   test08();
   return 0;
 }
-
-
-
-
-
-
-
index 5a00281170f1011dfe496fb89bc28bb6f03e34e8..9f77660b7d225a68157f511a2af56882909f4192 100644 (file)
@@ -171,9 +171,5 @@ int main()
 { 
   test01();
   test02();
+  return 0;
 }
-
-
-
-
-
index 61704fda6ccccb15d347e6c850cabe7591b16052..fdc85d81e5f27c7a5d83d741895adce4a715e575 100644 (file)
@@ -293,12 +293,8 @@ template<class charT, class traits, class Allocator>
   return 0;
 }
 
-int main() {
+int main() 
+{
   test01();
+  return 0;
 }
-
-
-
-
-
-
index 996d7d566ef5127f0f16d13b76970db02ee85890..d837320b9f98aed9c2b8de25a27a29092d15efea 100644 (file)
@@ -52,5 +52,5 @@ int test01(void)
 int main()
 { 
   test01();
+  return 0;
 }
-
index 2ad1ab61a6590d91872dd68d7e6b8d4c54361181..2c211b16309d565c135e9da976a8887cd8abe211 100644 (file)
@@ -86,9 +86,5 @@ bool test01(void)
 int main()
 { 
   test01();
+  return 0;
 }
-
-
-
-
-
index cf826dda52cac4df82ceb85607ab63786b834c95..269816877deaf9097a999a944e0b877cf638ad59 100644 (file)
@@ -121,4 +121,5 @@ int main()
   test01();
   test02();
   test03();
+  return 0;
 }
index 5c643576276b4a0ca51f0254d3d6a8a758e16f25..ce42eb75b53dc80d3fe1087a688b8f79b8c65c1f 100644 (file)
@@ -76,9 +76,5 @@ bool test01(void)
 int main()
 { 
   test01();
+  return 0;
 }
-
-
-
-
-
index a86e7ff9ef86b5df135c3a50a6c6e1edb8db94eb..2055e427b1eaccab505995da5aacfa963073a374 100644 (file)
@@ -85,6 +85,3 @@ int main ()
 
   return 0;
 }
-
-
-
index 86fbc69376a3354259390e4c2f90e360d95fbf52..2233bd2344f7a74b1c4759c8bb9c03572f6a3090 100644 (file)
@@ -237,6 +237,3 @@ int main ()
 
   return 0;
 }
-
-
-
index 606c7168b576ed772b26da55113637da5c30394d..694f414b413f30acef0c059607116b0394ec9334 100644 (file)
@@ -130,6 +130,3 @@ int main ()
 
   return 0;
 }
-
-
-
index 8ea65743a1ff1e2e0cfda93435da2a4843f0184d..e9f98a8a1f470a1f75fa55a7329768ed5c1506da 100644 (file)
@@ -121,6 +121,3 @@ int main ()
 
   return 0;
 }
-
-
-
index 93eedd171ce7e8960382a08fedbb58d1ca07c292..ebea4031e3bbaee86b9e9dd2858f45578b5bab38 100644 (file)
@@ -172,5 +172,3 @@ int main() {
   test01();
   return 0;
 }
-
-
index f4a104e25cea35003819060775c4a65d5bce3f47..ccf784919f84298fd9b5f53952997283c7c60f99 100644 (file)
@@ -105,5 +105,3 @@ int main() {
 #endif /* !defined(_GLIBCPP_USE_WCHAR_T) */
   return 0;
 }
-
-
index 1f1a42fa914206ec4d36440e99114473ea2b8171..170b5ff68adf682b588596a93412cae325110073 100644 (file)
@@ -239,11 +239,3 @@ int main ()
 
   return 0;
 }
-
-
-
-
-
-
-
-
index c474a17ee8744c3d22816191648eb27417a1c762..f7395d376310fcde62c42d5d5a68e5a35c4c2717 100644 (file)
@@ -135,6 +135,3 @@ int main()
   test02();
   return 0;
 }
-
-
-
index 444f364a2e5f4f48cfc9463114169ca15f04483a..26bde347c96b39d9b0c3ee0f64619460c96a2c46 100644 (file)
@@ -68,6 +68,3 @@ int main()
 
   return 0;
 }
-
-
-
index 64c329fee199974f08215cb0c999d50dafe26b01..77d716fc05c71c996093ec6182b6bf354a8e6a38 100644 (file)
@@ -88,4 +88,3 @@ int main()
 
   return 0;
 }
-
index 5e9c195c84cdc0264cb4e517c2d0ba1147683db7..90cd1c6d5df2397f0b6fbf5b9b254d5982af92dc 100644 (file)
@@ -70,4 +70,3 @@ int main ()
 69 9
 69 4
 */
-
index 10a244f533ba8619d62d0fef82d860da2e57576f..6e97159281ba3f3af6d254f10fbfb62b0dda1cf9 100644 (file)
@@ -64,6 +64,3 @@ int main()
   test02(); 
   return 0;
 }
-
-
-
index 016310b9d3b9af65fede62a14254c94a5a2d9a48..22ec0cf627f937bc376bd4cb955e3b69b9493f09 100644 (file)
@@ -66,6 +66,3 @@ int main()
 
   return 0;
 }
-
-
-
index f1ba0229d6185909174651ccb5cba258c878c3d1..7ca7cf6390e21bdf21cdec744daf77fa9b257955 100644 (file)
@@ -63,7 +63,3 @@ int main()
 
   return 0;
 }
-
-
-
-
index 8325c97fa3b229a5ff065d4572981472ceb46f37..d3fb0b2153655df2dde9b617727fe36e3e5efc6e 100644 (file)
@@ -158,5 +158,3 @@ int main()
 
   return 0;
 }
-
-
index 4930f149a0b8b8ddabc150d59b5ac8cd5b1b70e0..b11da0c653a219754353466988f3dc11f86a641a 100644 (file)
@@ -594,6 +594,5 @@ main(int argc, char **argv)
    assert (failures == 0);
 #endif
 
-   return failures ? 1 : 0;
+   return 0;
 }
-
index eec7f980577bf549033e7649740068a23d537061..f9f07a293741786fc4a86ecd8ba386834b9413b0 100644 (file)
@@ -96,8 +96,3 @@ int main()
 
   return 0;
 }
-
-
-
-
-
index 714d4557f5cc9b9446a63bdf62541b600fc0e044..cb9e8b5e4e3fdc3c7275787b736ea6ecbd3fd342 100644 (file)
@@ -43,6 +43,3 @@ int main()
 {
   return 0;
 }
-
-
-
index 04cd6302a349b75ca81269108f0d3bcd3ca0e256..a60cd58b0972f9cf33e216502b21daee88eaf11f 100644 (file)
@@ -44,6 +44,3 @@ int main()
   test01();
   return 0;
 }
-
-
-
index f670d4ac3c822ced241df977251844f240b51314..7dbcfbd52287fc226f5c336721180d0b830af4f0 100644 (file)
@@ -33,4 +33,5 @@ int main()
     d = (a + 2.0* b );
 
     std::cout << "d[4] = " << d[4] << std::endl;
+    return 0;
 }
index ebe8e98bdb89dfcf23b9e1f63f3cfb301642d5c2..37930fc5b0b16acaa1deee6e1142d501baaea942 100644 (file)
@@ -34,4 +34,3 @@ int main()
 
     return 0;
 }
-
index 119c0d37f0ab1f3fa3a2664dad83594fdf90c2e9..df19b02e65b4ea31c515fcf7c528276b365f0349 100644 (file)
@@ -69,4 +69,3 @@ main()
   test04();
   return 0;
 }
-
index e195651160f40628e21d7ea43b3c71bf85d38275..a9c36e8fd35ef6ab953cc0cb04d2c69a62d6d51b 100644 (file)
@@ -96,4 +96,3 @@ main()
   testall<long double>();
   return 0;
 }
-
index 8702198ca3577f0d9ea3fa2bdab881f422486a66..f2348f018abe810eb030ff54f3859e257c7bd18f 100644 (file)
@@ -41,6 +41,3 @@ int main()
 
   return 0;
 }
-
-
-
index d31614c0213cb4ae69da4d11c00b9865ac588dc5..4dc4acc94eb71145c142f3c91b9ca226d3fa056c 100644 (file)
@@ -586,13 +586,3 @@ int main()
 
 
 // more surf!!!
-
-
-
-
-
-
-
-
-
-
index 2e212329f573e7fff22548c022844ce5649e4f10..59d6ea13acd2433e24743c45b2d0e4ac4e9b52e7 100644 (file)
@@ -85,7 +85,3 @@ main()
   test_01();
   return 0;
 }
-
-
-
-
index bfbd8cae96e71bb254536ab22c8a2acdc4a4a003..a5427fda1f605eb6e25fbbc6535158ba1fdb7f2a 100644 (file)
@@ -171,7 +171,3 @@ int main() {
   test03();
   return 0;
 }
-
-
-
-
index 3fb7a6d1156abc3832b87fe02278556904c32b00..6a88ff489898695b6b93277c13ef58589e7c6140 100644 (file)
@@ -78,4 +78,5 @@ int main()
 {
   test00();
   test01();
+  return 0;
 }
index 298574982dbaa35caec3344d477160521cb66675..236e9eb67155ea6d72ff2ef699158c29d598da9d 100644 (file)
@@ -66,7 +66,3 @@ int main(void)
 
   return 0;
 }
-
-
-
-
index ab6d48e26a2b74e48851ab20d09d058d90355e60..0a30506868b8bd703924fa1b678784db935cdaed 100644 (file)
@@ -83,5 +83,3 @@ int main(void)
   test02();
   return 0;
 }
-
-
index c116383dc8efd22728f40e7639ec6daab5ad776e..7a86c01a8ae664bad07fa17fd39c406ed0b88f21 100644 (file)
@@ -48,7 +48,3 @@ int main(void)
 
   return 0;
 }
-
-
-
-
index acebb87fe9326d06188e8d15114c3918dd596637..10fd9bb8dc0accefe84659683c16ab9beaa13961 100644 (file)
@@ -89,4 +89,3 @@ int main() {
   test01();
   return 0;
 }
-
index b096d42cf4e72421784624f28f91b0e87fef4a3b..a7ac3e5ac54b9ce92c00d52b4b878d7690dfdbab 100644 (file)
@@ -146,5 +146,3 @@ int main() {
   test02();
   return 0;
 }
-
-
index 0eaa3e0bb8df32fe968154bedbc997f3c0b092d7..c43aebdeb23f7108408354b22d75cf9cc3ec41a3 100644 (file)
@@ -55,5 +55,3 @@ namespace test {
 int main() {
   return 0;
 }
-
-
index 635e1711ce5470aecec2f11faf3d42a1e80204ea..f0d386c4c58af2b0a6e40f35ed17d1388e730eb3 100644 (file)
@@ -529,21 +529,4 @@ int main()
   return 0;
 }
 
-
-
-
-
 // paul miller was right on with riddim warfare!
-
-
-
-
-
-
-
-
-
-
-
-
-
index f70d4fb94924950160baf0ca47ed8b53f57f4466..d488c146f67e9a713d100a5d83c9bbdf74514ef3 100644 (file)
@@ -227,4 +227,3 @@ int main()
 
   return 0;
 }
-
index 4925c297c12283e316b2ede01d1d76c0aca341eb..01ae50d5d6c0d9237af0cea113d3ba9e7db9541a 100644 (file)
@@ -206,8 +206,3 @@ int main()
   test03();
   return 0;
 }
-
-
-
-
-
index 68f83ab4b5ffa671f65a26be5236e1a7ceb316f2..661e075cf09cbd666a0b7efc37f1c9f2bbc4babd 100644 (file)
@@ -83,9 +83,5 @@ bool test01(void)
 int main()
 { 
   test01();
+  return 0;
 }
-
-
-
-
-
index 5a3931475a3e2efeae057b330b34161fb03011b6..7b3b8910f03d16a0234a37b596cca0104a94d8aa 100644 (file)
@@ -293,11 +293,3 @@ int main()
   test05();
   return 0;
 }
-
-
-
-
-
-
-
-
index 4b5634d7078bcc93dad0b3d4300e70de61bf0f64..2fa6a19fce0c17ca6ce89324d0a578e1c57fe8da 100644 (file)
@@ -85,16 +85,3 @@ int main()
   test02();
   return 0;
 }
-
-
-
-
-
-
-
-
-
-
-
-
-
index c57065cc57d4857f42706fa1bdbe385b4a105471..fd88b9c56e69fe00626bd83a971c9483429bc5df 100644 (file)
@@ -142,6 +142,7 @@ test02()
   typedef std::char_traits<char>       traits_type;
 
   bool test = true;
+  // { dg-warning "string literals" "" { xfail *-*-* } 146 }
   const char str_lit01[] = "                       sun*ra 
                             and his myth science arkestra present
                             angles and demons @ play
@@ -200,6 +201,7 @@ test02()
   VERIFY( is_04.gcount() == 64 );
   VERIFY( state1 != state2 );
   VERIFY( state2 == statefail );
+  // { dg-warning "string literals" "" { xfail *-*-* } 205 }
   VERIFY( !traits_type::compare("                            and his myth science arkestra presen", carray1, 65) );
 
   is_04.clear();
@@ -232,6 +234,7 @@ test03()
   typedef std::char_traits<char>       traits_type;
 
   bool test = true;
+  // { dg-warning "string literals" "" { xfail *-*-* } 238 }
   const char str_lit01[] = "   sun*ra 
                           & his arkestra, featuring john gilmore: 
                          jazz in silhouette: images and forecasts of tomorrow";
@@ -357,6 +360,7 @@ test04()
 int
 test05()
 {
+  // { dg-warning "string literals" "" { xfail *-*-* } 364 }
   const char* charray = "
 a
 aa
@@ -491,12 +495,3 @@ main()
 
   return 0;
 }
-
-
-
-
-
-
-
-
-
index e11b6ab5fff5d5ec1fafa85e36323ac1a9c5c35e..a803e3b0915ed713376f9032978e186201ad9120 100644 (file)
@@ -80,5 +80,3 @@ int main()
   test01();
   return 0;
 }
-
-
index a52e1384e46d839bea6bc4800c947748ceff14a3..630be99685b03dcb6725eb6574dc2a721364673f 100644 (file)
@@ -122,4 +122,3 @@ main()
   // test03();
   return 0;
 }
-
index d965b3efbfc83bcc5345021da3be789292e5d372..744036f0d7afdb258909bc8b2f709e004ec6253d 100644 (file)
@@ -78,4 +78,5 @@ int main()
 {
   test00();
   test01();
+  return 0;
 }
index 33cc35876449df36b01e6995fcff09217b02f9ff..df77421aeaa7d882c0d1d358bfb30ff7d53373a7 100644 (file)
@@ -46,4 +46,3 @@ namespace test {
 int main() {
   return 0;
 }
-
index f503ad37f61474682202effdb2f6344d8e0fc952..1329cf721cd1da7997980512a3c3c73d6f87d42a 100644 (file)
@@ -318,13 +318,3 @@ main()
 #endif
   return 0;
 }
-
-
-
-
-
-
-
-
-
-
index 0c7f18915fc5a52a7963022ba6edb6c806f090ca..3270f80eda4e8e2c9a150ef23d3d56999445420e 100644 (file)
@@ -266,4 +266,3 @@ int main()
   test06();
   return 0;
 }
-
index ec3a028e82f6552f7303aa250bdcab114274bf57..6b9c1c0aa4588d78e7f772d16ed6bd21809b3fd3 100644 (file)
@@ -143,4 +143,3 @@ main()
 
   return 0;
 }
-
index ec019e7673d36c002f31e0db7f2ef28f4b2d604f..e89cc666735087ab744815cbc87b13e0cba023c7 100644 (file)
@@ -121,9 +121,5 @@ bool test02()
 int main()
 { 
   test01();
+  return 0;
 }
-
-
-
-
-
index df927562a2ba1f47fee293bf0a2ccb9c6372e71d..52c2860400473b77212fba473cbe957a2e9a3d56 100644 (file)
@@ -292,11 +292,3 @@ int main()
   //  test05();
   return 0;
 }
-
-
-
-
-
-
-
-
index 657aa79f372f809ef3af440f9143bee99b9db38f..b2ba70ec86d26506753dbb2e1128c10adb3e6197 100644 (file)
@@ -50,4 +50,5 @@ void test01()
 int main()
 {
   test01();
+  return 0;
 }
index 30a449979c88828d4258dc76bba209af8fc7c69e..038c12c950241aac82b81f5d31626bff31d28996 100644 (file)
@@ -347,16 +347,3 @@ int main()
   test05();
   return 0;
 }
-
-
-
-
-
-
-
-
-
-
-
-
-
index 556b0c09303d72b3646515967898e81f8fcc7b5c..da571c3cbc345e1aa6d5bc3246a6b232d9828af6 100644 (file)
@@ -441,10 +441,3 @@ int main() {
 
 
 // more candy!!!
-
-
-
-
-
-
-
index 2a8f97ea3a163d2ca734ab273159833bec3d0492..ed3ed83073c9858cf4568a0a9acabb6109efe12e 100644 (file)
@@ -28,7 +28,6 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-
 #include <vector>
 #include <string>
 #include <sstream>
@@ -49,6 +48,7 @@ test01()
   VERIFY( len == 0 );
 
   // Full string sanity check.
+  // { dg-warning "string literals" "" { xfail *-*-* } 52 }
   std::string str02("these golden days, i spend waiting for you:\n 
               Betty Carter on Verve with I'm Yours and You're Mine.");
   __i_start = str02.begin();
@@ -159,14 +159,3 @@ main()
   
   return 0;
 }
-
-
-
-
-
-
-
-
-
-
-
index 3ae770e782d70ba85386a9d05f7129bbe6f95da2..dbe227be7a6e164ca01f3bacded97f3d56eeb12d 100644 (file)
@@ -15,7 +15,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
 
 # Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
+# libstdc++@gcc.gnu.org
 
 load_lib "standard.exp"