OSDN Git Service

* g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Oct 2000 22:42:11 +0000 (22:42 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Oct 2000 22:42:11 +0000 (22:42 +0000)
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36782 138bc75d-0d04-0410-961f-82ee72b054a4

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 1203c82..65a149d 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 67b66ca..734e300 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 bbddc7c..eb70151 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 fb561e2..a9b5580 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 6068e31..18fc5d8 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 528574c..98a7c46 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 464fd45..407d138 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 4b24553..2507caf 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 be94186..8db7c2c 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