cond1.C, [...]: Update URLs of messages in list archives.
authorJoseph Myers <jsm28@cam.ac.uk>
Sat, 7 Oct 2000 22:42:11 +0000 (23:42 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sat, 7 Oct 2000 22:42:11 +0000 (23:42 +0100)
* g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
in list archives.

From-SVN: r36782

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.eh/cond1.C
gcc/testsuite/g++.old-deja/g++.other/bitfld3.C
gcc/testsuite/g++.old-deja/g++.other/cond5.C
gcc/testsuite/g++.old-deja/g++.other/decl3.C
gcc/testsuite/g++.old-deja/g++.other/decl5.C
gcc/testsuite/gcc.dg/cast-qual-1.c
gcc/testsuite/gcc.dg/return-type-1.c
gcc/testsuite/gcc.dg/unused-1.c

index 1203c8282a679db1a0ac126e90b4cc534d5a8dfc..65a149d228df273f28b80be4b054430856791842 100644 (file)
@@ -1,3 +1,11 @@
+2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
+       g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
+       g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
+       gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
+       in list archives.
+
 2000-10-06  Richard Henderson  <rth@cygnus.com>
 
        * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
index 67b66ca61adde347ec17a0713d0f1713e7669b5f..734e3000c4384fd7b87a8e4f8be8d10cfd8c258a 100644 (file)
@@ -1,10 +1,10 @@
 // Build don't link:
 
-// Copyright (C) 1999 Free Software Foundation, Inc.
+// Copyright (C) 1999, 2000 Free Software Foundation, Inc.
 // Contributed by Nathan Sidwell 11 Apr 1999 <nathan@acm.org>
 // Derived from bug report from Gabriel Dos Reis
 // <Gabriel.Dos-Reis@cmla.ens-cachan.fr>
-// http://egcs.cygnus.com/ml/egcs-bugs/1999-03/msg00883.html
+// http://gcc.gnu.org/ml/gcc-bugs/1999-03n/msg00888.html
 
 // conditional exprs have some funny rules when one of the types is void.
 // [expr.cond] 5.16, make sure we do the right things
index bbddc7c93ec7312c94aafb6b0e1a2b0f23357eac..eb70151b736f244f4537743e23dd910e0e5a1093 100644 (file)
@@ -1,9 +1,9 @@
 // Build don't link:
 
-// Copyright (C) 1999 Free Software Foundation, Inc.
+// Copyright (C) 1999, 2000 Free Software Foundation, Inc.
 // Contributed by Nathan Sidwell 4 Jun 1999 <nathan@acm.org>
 // Derived from a bug report from Stephan Riess <riess@bfw-online.de>
-// http://egcs.cygnus.com/ml/egcs-bugs/1999-06/msg00107.html
+// http://gcc.gnu.org/ml/gcc-bugs/1999-06n/msg00107.html
 
 // Builtin ops don't always need reference bindings, and we weren't removing
 // them always after doing overload resolution. This caused us to try and take
index fb561e26724b97371c7cfc4c326342450a7af540..a9b5580ce6045bb7efa4d034ad45776a0a12a9a6 100644 (file)
@@ -1,11 +1,11 @@
 // Build don't link:
 // Special g++ Options: -W -pedantic -ansi
 
-// Copyright (C) 1999 Free Software Foundation, Inc.
+// Copyright (C) 1999, 2000 Free Software Foundation, Inc.
 // Contributed by Nathan Sidwell 1 Sep 1999 <nathan@acm.org>
 // Derived from bug report from Gabriel Dos Reis
 // <Gabriel.Dos-Reis@cmla.ens-cachan.fr>
-// http://egcs.cygnus.com/ml/egcs-bugs/1999-03/msg00883.html
+// http://gcc.gnu.org/ml/gcc-bugs/1999-03n/msg00888.html
 
 // conditional exprs have some funny rules when one of the types is void.
 // [expr.cond] 5.16, make sure we do the right things
index 6068e3105dccd87e903ca80f7bde1e3b0fd6bb48..18fc5d87bb047473cb99b507ab9b37f71250542d 100644 (file)
@@ -2,7 +2,7 @@
 
 // Origin:  Adapted by Nathan Sidwell 29 Apr 1999 <nathan@acm.org>
 //          from a test case submitted by Corey Kosak <kosak@cs.cmu.edu>
-//          http://egcs.cygnus.com/ml/egcs-bugs/1999-04/msg00502.html
+//          http://gcc.gnu.org/ml/gcc-bugs/1999-04n/msg00505.html
 
 // We should not allow arrays of abstract type. [class.abstract/2]
 
index 528574cb66c1ccdf0cf8a18311d38aac7c92d968..98a7c462d426873383290175aec325e33a5df512 100644 (file)
@@ -1,9 +1,9 @@
 // Build don't link:
 
-// Copyright (C) 1999 Free Software Foundation, Inc.
+// Copyright (C) 1999, 2000 Free Software Foundation, Inc.
 // Contributed by Nathan Sidwell 22 Apr 1999 <nathan@acm.org>
 // derived from a bug report by <rch@larissa.sd.bi.ruhr-uni-bochum.de>
-// http://egcs.cygnus.com/ml/egcs-bugs/1999-04/msg00626.html
+// http://gcc.gnu.org/ml/gcc-bugs/1999-04n/msg00631.html
 // the code is wrong, but we fell over badly
 
 
index 464fd45119d53c3e75d58c98506e5b49ec4ab053..407d138d1d5ea4a92ac5709d2407c342f19a7444 100644 (file)
@@ -2,7 +2,7 @@
    in bad_cast and bad_assign; bad_assign gets the correct warning, but
    good_cast may get the warning instead of bad_cast.
    gcc 2.7.2.3 passes, egcs-1.1.2 and egcs-ss-19990428 fail.
-   http://www.cygnus.com/ml/egcs-bugs/1998-Aug/0635.html */
+   http://gcc.gnu.org/ml/gcc-bugs/1998-08/msg00645.html */
 /* { dg-do compile } */
 /* { dg-options "-Wcast-qual" } */
 void
index 4b245533ac91adbc208a2bef51493efffa2906f8..2507cafa5e4f872b42109cb2a6a15737946ad897 100644 (file)
@@ -1,6 +1,6 @@
 /* Missing warning for falling off the end of a non-void function.
    egcs-1.1.2 passes, egcs-ss-19990428 fails.
-   http://egcs.cygnus.com/ml/egcs-bugs/1999-03/msg00220.html */
+   http://gcc.gnu.org/ml/gcc-bugs/1999-03n/msg00221.html */
 /* { dg-do compile } */
 /* { dg-options "-O -Wreturn-type" } */
 int
index be941860e4931b2c9b66f783280332569f35e2f3..8db7c2ccfff521d9786c34740cb20cebec32e6d9 100644 (file)
@@ -1,6 +1,6 @@
 /* Missing `unused parameter' warning.
    egcs-1.1.2 fails, egcs-ss-19990418 passes.
-   http://www.cygnus.com/ml/egcs-bugs/1998-Sep/0199.html */
+   http://gcc.gnu.org/ml/gcc-bugs/1998-09/msg00199.html */
 /* { dg-do compile } */
 /* { dg-options "-O -Wall -W" } */
 int