cond1.C, [...]: Update URLs of messages in list archives.
* 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
This commit is contained in:
parent
9a1ba437e8
commit
54d7ee59db
9 changed files with 20 additions and 12 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue