diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-21 22:08:39 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-21 22:08:39 +0000 |
commit | 7524d23a4f3d6b92c6b5d0282f539d9889e23b5e (patch) | |
tree | 9b139276184fbf3931cf1d833c90ee004b8d51f9 /libstdc++-v3/testsuite | |
parent | e968bd04a187d10ceda4dbb6b7b1b22b7a1e7362 (diff) | |
download | gcc-7524d23a4f3d6b92c6b5d0282f539d9889e23b5e.tar.gz |
* acinclude.m4, configure.in, mkcheck.in,
testsuite/21_strings/ctor_copy_dtor.cc,
testsuite/21_strings/inserters_extractors.cc,
testsuite/23_containers/map_operators.cc,
testsuite/23_containers/vector_element_access.cc,
testsuite/25_algorithms/lower_bound.cc,
testsuite/27_io/ifstream_members.cc,
testsuite/27_io/istream_extractor_arith.cc,
testsuite/27_io/istream_unformatted.cc,
testsuite/27_io/ofstream_members.cc,
testsuite/27_io/ostream_inserter_char.cc,
testsuite/27_io/ostream_inserter_other.cc,
testsuite/27_io/ostream_manip.cc, testsuite/27_io/streambuf.cc:
Change sourceware.cygnus.com and sources.redhat.com URLs for
libstdc++ web pages and list archives to point to gcc.gnu.org
* aclocal.m4, configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38428 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/testsuite')
13 files changed, 19 insertions, 19 deletions
diff --git a/libstdc++-v3/testsuite/21_strings/ctor_copy_dtor.cc b/libstdc++-v3/testsuite/21_strings/ctor_copy_dtor.cc index abb590695db..f38c42df944 100644 --- a/libstdc++-v3/testsuite/21_strings/ctor_copy_dtor.cc +++ b/libstdc++-v3/testsuite/21_strings/ctor_copy_dtor.cc @@ -61,7 +61,7 @@ int test01(void) #if 0 // XXX These tests have been temporarily disabled. - //http://sources.redhat.com/ml/libstdc++/2000-10/msg00033.html + //http://gcc.gnu.org/ml/libstdc++/2000-10/msg00033.html // basic_string(const char* s, size_type n, alloc) csz01 = str01.max_size(); // NB: As strlen(str_lit01) != csz01, this test is undefined. It diff --git a/libstdc++-v3/testsuite/21_strings/inserters_extractors.cc b/libstdc++-v3/testsuite/21_strings/inserters_extractors.cc index 6b1c2d8dbfe..6ba5bdac284 100644 --- a/libstdc++-v3/testsuite/21_strings/inserters_extractors.cc +++ b/libstdc++-v3/testsuite/21_strings/inserters_extractors.cc @@ -237,7 +237,7 @@ void test05(int size) // istringstream/stringbuf extractor properly size buffer based on // actual, not allocated contents (string.size() vs. string.capacity()). -// http://sourceware.cygnus.com/ml/libstdc++/1999-q4/msg00049.html +// http://gcc.gnu.org/ml/libstdc++/1999-q4/msg00049.html void test06(void) { bool test = true; @@ -265,7 +265,7 @@ void test06(void) #endif } -// http://sourceware.cygnus.com/ml/libstdc++/2000-q1/msg00085.html +// http://gcc.gnu.org/ml/libstdc++/2000-q1/msg00085.html // istream::operator>>(string) // sets failbit // NB: this is a defect in the standard. diff --git a/libstdc++-v3/testsuite/23_containers/map_operators.cc b/libstdc++-v3/testsuite/23_containers/map_operators.cc index 21b62ed5e4e..4def7aa79aa 100644 --- a/libstdc++-v3/testsuite/23_containers/map_operators.cc +++ b/libstdc++-v3/testsuite/23_containers/map_operators.cc @@ -44,7 +44,7 @@ void test01() return 0; } -// http://sources.redhat.com/ml/libstdc++/2000-11/msg00093.html +// http://gcc.gnu.org/ml/libstdc++/2000-11/msg00093.html void test02() { typedef std::map<int,const int> MapInt; diff --git a/libstdc++-v3/testsuite/23_containers/vector_element_access.cc b/libstdc++-v3/testsuite/23_containers/vector_element_access.cc index 6bf94a19114..016310b9d3b 100644 --- a/libstdc++-v3/testsuite/23_containers/vector_element_access.cc +++ b/libstdc++-v3/testsuite/23_containers/vector_element_access.cc @@ -30,7 +30,7 @@ struct A { }; struct B { }; -// http://sources.redhat.com/ml/libstdc++/2000-09/msg00002.html +// http://gcc.gnu.org/ml/libstdc++/2000-09/msg00002.html bool test01() { bool test = true; diff --git a/libstdc++-v3/testsuite/25_algorithms/lower_bound.cc b/libstdc++-v3/testsuite/25_algorithms/lower_bound.cc index c6e12dcc38a..714d4557f5c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/lower_bound.cc +++ b/libstdc++-v3/testsuite/25_algorithms/lower_bound.cc @@ -19,7 +19,7 @@ #include <algorithm> #include <debug_assert.h> -// http://sourceware.cygnus.com/ml/libstdc++/2000-06/msg00316.html +// http://gcc.gnu.org/ml/libstdc++/2000-06/msg00316.html struct foo { }; bool operator== (const foo&, const foo&) { return true; }; diff --git a/libstdc++-v3/testsuite/27_io/ifstream_members.cc b/libstdc++-v3/testsuite/27_io/ifstream_members.cc index b9d788c1ebd..e87aa76016a 100644 --- a/libstdc++-v3/testsuite/27_io/ifstream_members.cc +++ b/libstdc++-v3/testsuite/27_io/ifstream_members.cc @@ -25,7 +25,7 @@ const char name_01[] = "testsuite/ifstream_members-1.tst"; const char name_02[] = "testsuite/ifstream_members-1.txt"; -// http://sourceware.cygnus.com/ml/libstdc++/2000-06/msg00136.html +// http://gcc.gnu.org/ml/libstdc++/2000-06/msg00136.html bool test00() { bool test = true; @@ -52,7 +52,7 @@ bool test00() return test; } -// http://sourceware.cygnus.com/ml/libstdc++/2000-07/msg00004.html +// http://gcc.gnu.org/ml/libstdc++/2000-07/msg00004.html bool test01() { bool test = true; diff --git a/libstdc++-v3/testsuite/27_io/istream_extractor_arith.cc b/libstdc++-v3/testsuite/27_io/istream_extractor_arith.cc index 219cd35f5ad..635e1711ce5 100644 --- a/libstdc++-v3/testsuite/27_io/istream_extractor_arith.cc +++ b/libstdc++-v3/testsuite/27_io/istream_extractor_arith.cc @@ -168,7 +168,7 @@ bool test03() return test; } -// http://sourceware.cygnus.com/ml/libstdc++/2000-q1/msg00081.html +// http://gcc.gnu.org/ml/libstdc++/2000-q1/msg00081.html // Jim Parsons void test06() { diff --git a/libstdc++-v3/testsuite/27_io/istream_unformatted.cc b/libstdc++-v3/testsuite/27_io/istream_unformatted.cc index ec96d490a33..3e479f2a629 100644 --- a/libstdc++-v3/testsuite/27_io/istream_unformatted.cc +++ b/libstdc++-v3/testsuite/27_io/istream_unformatted.cc @@ -320,7 +320,7 @@ test03() return 0; } -// http://sourceware.cygnus.com/ml/libstdc++/2000-q1/msg00177.html +// http://gcc.gnu.org/ml/libstdc++/2000-q1/msg00177.html int test04() { @@ -351,7 +351,7 @@ test04() return 0; } -// http://sourceware.cygnus.com/ml/libstdc++/2000-07/msg00003.html +// http://gcc.gnu.org/ml/libstdc++/2000-07/msg00003.html int test05() { @@ -421,7 +421,7 @@ aaaaaaaaaaaaaa } -// http://sources.redhat.com/ml/libstdc++/2000-07/msg00126.html +// http://gcc.gnu.org/ml/libstdc++/2000-07/msg00126.html int test06() { @@ -454,7 +454,7 @@ test06() } // bug reported by bgarcia@laurelnetworks.com -// http://sources.redhat.com/ml/libstdc++-prs/2000-q3/msg00041.html +// http://gcc.gnu.org/ml/libstdc++-prs/2000-q3/msg00041.html int test07() { diff --git a/libstdc++-v3/testsuite/27_io/ofstream_members.cc b/libstdc++-v3/testsuite/27_io/ofstream_members.cc index 578ad1ff4eb..4a20d2f5751 100644 --- a/libstdc++-v3/testsuite/27_io/ofstream_members.cc +++ b/libstdc++-v3/testsuite/27_io/ofstream_members.cc @@ -25,7 +25,7 @@ const char name_01[] = "testsuite/ofstream_members-1.tst"; const char name_02[] = "testsuite/ofstream_members-1.txt"; -// http://sourceware.cygnus.com/ml/libstdc++/2000-06/msg00136.html +// http://gcc.gnu.org/ml/libstdc++/2000-06/msg00136.html bool test00() { bool test = true; @@ -53,7 +53,7 @@ bool test00() } -// http://sourceware.cygnus.com/ml/libstdc++/2000-07/msg00004.html +// http://gcc.gnu.org/ml/libstdc++/2000-07/msg00004.html bool test01() { bool test = true; diff --git a/libstdc++-v3/testsuite/27_io/ostream_inserter_char.cc b/libstdc++-v3/testsuite/27_io/ostream_inserter_char.cc index c22b53bf788..59a1bd27e74 100644 --- a/libstdc++-v3/testsuite/27_io/ostream_inserter_char.cc +++ b/libstdc++-v3/testsuite/27_io/ostream_inserter_char.cc @@ -226,7 +226,7 @@ bool test05() // ostringstream and positioning, multiple writes -// http://sourceware.cygnus.com/ml/libstdc++/2000-q1/msg00326.html +// http://gcc.gnu.org/ml/libstdc++/2000-q1/msg00326.html void test06() { bool test = true; diff --git a/libstdc++-v3/testsuite/27_io/ostream_inserter_other.cc b/libstdc++-v3/testsuite/27_io/ostream_inserter_other.cc index a62a218ae82..465890e2109 100644 --- a/libstdc++-v3/testsuite/27_io/ostream_inserter_other.cc +++ b/libstdc++-v3/testsuite/27_io/ostream_inserter_other.cc @@ -93,7 +93,7 @@ test02() } // via Brent Verner <brent@rcfile.org> -// http://sourceware.cygnus.com/ml/libstdc++/2000-06/msg00005.html +// http://gcc.gnu.org/ml/libstdc++/2000-06/msg00005.html int test03(void) { diff --git a/libstdc++-v3/testsuite/27_io/ostream_manip.cc b/libstdc++-v3/testsuite/27_io/ostream_manip.cc index 17d376a8c8e..ec019e7673d 100644 --- a/libstdc++-v3/testsuite/27_io/ostream_manip.cc +++ b/libstdc++-v3/testsuite/27_io/ostream_manip.cc @@ -81,7 +81,7 @@ bool test01(void) // based vaguely on this: -// http://sourceware.cygnus.com/ml/libstdc++/2000-q2/msg00109.html +// http://gcc.gnu.org/ml/libstdc++/2000-q2/msg00109.html bool test02() { using namespace std; diff --git a/libstdc++-v3/testsuite/27_io/streambuf.cc b/libstdc++-v3/testsuite/27_io/streambuf.cc index 17de46b02ea..8b289889314 100644 --- a/libstdc++-v3/testsuite/27_io/streambuf.cc +++ b/libstdc++-v3/testsuite/27_io/streambuf.cc @@ -191,7 +191,7 @@ void test02() } // test03 -// http://sourceware.cygnus.com/ml/libstdc++/2000-q1/msg00151.html +// http://gcc.gnu.org/ml/libstdc++/2000-q1/msg00151.html template<typename charT, typename traits = std::char_traits<charT> > class basic_nullbuf : public std::basic_streambuf<charT, traits> { |