diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-07 22:42:11 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-07 22:42:11 +0000 |
commit | ac117bfb154ad5bcf39429c898e58753440f139c (patch) | |
tree | 1c6b9f49a1244cf857482489fef13eb4f84116a2 | |
parent | 32e728d8906ca1847388fa934e4d6ec64b073f8c (diff) | |
download | gcc-ac117bfb154ad5bcf39429c898e58753440f139c.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36782 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/testsuite/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.eh/cond1.C | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/bitfld3.C | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/cond5.C | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/decl3.C | 2 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/decl5.C | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/cast-qual-1.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/return-type-1.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/unused-1.c | 2 |
9 files changed, 20 insertions, 12 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1203c8282a6..65a149d228d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/g++.old-deja/g++.eh/cond1.C b/gcc/testsuite/g++.old-deja/g++.eh/cond1.C index 67b66ca61ad..734e3000c43 100644 --- a/gcc/testsuite/g++.old-deja/g++.eh/cond1.C +++ b/gcc/testsuite/g++.old-deja/g++.eh/cond1.C @@ -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 diff --git a/gcc/testsuite/g++.old-deja/g++.other/bitfld3.C b/gcc/testsuite/g++.old-deja/g++.other/bitfld3.C index bbddc7c93ec..eb70151b736 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/bitfld3.C +++ b/gcc/testsuite/g++.old-deja/g++.other/bitfld3.C @@ -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 diff --git a/gcc/testsuite/g++.old-deja/g++.other/cond5.C b/gcc/testsuite/g++.old-deja/g++.other/cond5.C index fb561e26724..a9b5580ce60 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/cond5.C +++ b/gcc/testsuite/g++.old-deja/g++.other/cond5.C @@ -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 diff --git a/gcc/testsuite/g++.old-deja/g++.other/decl3.C b/gcc/testsuite/g++.old-deja/g++.other/decl3.C index 6068e3105dc..18fc5d87bb0 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/decl3.C +++ b/gcc/testsuite/g++.old-deja/g++.other/decl3.C @@ -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] diff --git a/gcc/testsuite/g++.old-deja/g++.other/decl5.C b/gcc/testsuite/g++.old-deja/g++.other/decl5.C index 528574cb66c..98a7c462d42 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/decl5.C +++ b/gcc/testsuite/g++.old-deja/g++.other/decl5.C @@ -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 diff --git a/gcc/testsuite/gcc.dg/cast-qual-1.c b/gcc/testsuite/gcc.dg/cast-qual-1.c index 464fd45119d..407d138d1d5 100644 --- a/gcc/testsuite/gcc.dg/cast-qual-1.c +++ b/gcc/testsuite/gcc.dg/cast-qual-1.c @@ -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 diff --git a/gcc/testsuite/gcc.dg/return-type-1.c b/gcc/testsuite/gcc.dg/return-type-1.c index 4b245533ac9..2507cafa5e4 100644 --- a/gcc/testsuite/gcc.dg/return-type-1.c +++ b/gcc/testsuite/gcc.dg/return-type-1.c @@ -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 diff --git a/gcc/testsuite/gcc.dg/unused-1.c b/gcc/testsuite/gcc.dg/unused-1.c index be941860e49..8db7c2ccfff 100644 --- a/gcc/testsuite/gcc.dg/unused-1.c +++ b/gcc/testsuite/gcc.dg/unused-1.c @@ -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 |