This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
I stumbled across this the other day. Now that we're in stage 1, I'm committing the following patch as obvious.
* README: Update the DejaGnu bug reporting address.
* lib/c-torture.exp: Remove the DejaGnu bug reporting address.
* lib/objc-torture.exp: Likewise.Index: README =================================================================== RCS file: /home/bje/gcc-cvs/gcc/gcc/testsuite/README,v retrieving revision 1.8 diff -u -p -r1.8 README --- README 24 Feb 2003 22:01:56 -0000 1.8 +++ README 28 Feb 2005 03:12:10 -0000 @@ -6,7 +6,7 @@ need a current DejaGnu snapshot, which i ftp://gcc.gnu.org/pub/gcc/infrastructure, for example.
These tests are included "as is". If any of them fails, do not report -a bug. Bug reports for DejaGnu can go to bug-dejagnu@prep.ai.mit.edu. +a bug. Bug reports for DejaGnu can go to bug-dejagnu@gnu.org. Discussion and comments about this testsuite should be sent to gcc@gcc.gnu.org; additions and changes to should go to sent to gcc-patches@gcc.gnu.org. Index: lib/c-torture.exp =================================================================== RCS file: /home/bje/gcc-cvs/gcc/gcc/testsuite/lib/c-torture.exp,v retrieving revision 1.17 diff -u -p -r1.17 c-torture.exp --- lib/c-torture.exp 25 May 2002 03:40:20 -0000 1.17 +++ lib/c-torture.exp 28 Feb 2005 03:12:10 -0000 @@ -14,9 +14,6 @@ # along with this program; if not, write to the Free Software # Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Please email any bugs, comments, and/or additions to this file to: -# bug-dejagnu@gnu.org. - # This file was written by Rob Savoye. (rob@cygnus.com)
load_lib file-format.exp Index: lib/objc-torture.exp =================================================================== RCS file: /home/bje/gcc-cvs/gcc/gcc/testsuite/lib/objc-torture.exp,v retrieving revision 1.6 diff -u -p -r1.6 objc-torture.exp --- lib/objc-torture.exp 1 Jul 2002 18:54:39 -0000 1.6 +++ lib/objc-torture.exp 28 Feb 2005 03:12:10 -0000 @@ -14,9 +14,6 @@ # along with this program; if not, write to the Free Software # Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Please email any bugs, comments, and/or additions to this file to: -# bug-dejagnu@gnu.org. - # This file was written by Rob Savoye. (rob@cygnus.com)
Attachment:
signature.asc
Description: OpenPGP digital signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |