aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-02-08 02:29:38 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-02-08 02:29:38 +0000
commitf4d07b5e44772889b28cc27894b7c1a2e961f4a2 (patch)
treef397c52a1085d7145505c53ba3625b5868415096
parent7e5fd99fd3388808163a565c13792902d276edff (diff)
downloadgcc-f4d07b5e44772889b28cc27894b7c1a2e961f4a2.zip
gcc-f4d07b5e44772889b28cc27894b7c1a2e961f4a2.tar.gz
gcc-f4d07b5e44772889b28cc27894b7c1a2e961f4a2.tar.bz2
default.exp, [...]: Remove bug reporting instructions with ancient email addresses.
* config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp, gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp, g++.dg/dg.exp, g++.old-deja/old-deja.exp, g77.f-torture/execute/execute.exp, g77.f-torture/noncompile/noncompile.exp, gcc.c-torture/execute/execute.exp, gcc.c-torture/execute/memcheck/memcheck.exp, gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp, gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp, gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp, gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp, gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp, lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp, lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp: Remove bug reporting instructions with ancient email addresses. From-SVN: r39532
-rw-r--r--gcc/testsuite/ChangeLog19
-rw-r--r--gcc/testsuite/config/default.exp3
-rw-r--r--gcc/testsuite/g++.dg/dg.exp3
-rw-r--r--gcc/testsuite/g++.old-deja/old-deja.exp3
-rw-r--r--gcc/testsuite/g77.f-torture/execute/execute.exp3
-rw-r--r--gcc/testsuite/g77.f-torture/noncompile/noncompile.exp3
-rw-r--r--gcc/testsuite/gcc.c-torture/execute/execute.exp3
-rw-r--r--gcc/testsuite/gcc.c-torture/execute/memcheck/memcheck.exp3
-rw-r--r--gcc/testsuite/gcc.dg/cpp/cpp.exp3
-rw-r--r--gcc/testsuite/gcc.dg/dg.exp3
-rw-r--r--gcc/testsuite/gcc.dg/format/format.exp3
-rw-r--r--gcc/testsuite/gcc.dg/noncompile/noncompile.exp3
-rw-r--r--gcc/testsuite/gcc.misc-tests/acker1.exp3
-rw-r--r--gcc/testsuite/gcc.misc-tests/dg-test.exp3
-rw-r--r--gcc/testsuite/gcc.misc-tests/dhry.exp3
-rw-r--r--gcc/testsuite/gcc.misc-tests/gcov.exp3
-rw-r--r--gcc/testsuite/gcc.misc-tests/linkage.exp3
-rw-r--r--gcc/testsuite/gcc.misc-tests/matrix1.exp3
-rw-r--r--gcc/testsuite/gcc.misc-tests/mg.exp3
-rw-r--r--gcc/testsuite/gcc.misc-tests/msgs.exp3
-rw-r--r--gcc/testsuite/gcc.misc-tests/sieve.exp3
-rw-r--r--gcc/testsuite/gcc.misc-tests/sort2.exp3
-rw-r--r--gcc/testsuite/lib/g++-dg.exp3
-rw-r--r--gcc/testsuite/lib/g++.exp3
-rw-r--r--gcc/testsuite/lib/g77.exp3
-rw-r--r--gcc/testsuite/lib/gcc-dg.exp3
-rw-r--r--gcc/testsuite/lib/gcc.exp3
-rw-r--r--gcc/testsuite/lib/mike-g++.exp3
-rw-r--r--gcc/testsuite/lib/mike-gcc.exp3
-rw-r--r--gcc/testsuite/lib/old-dejagnu.exp3
-rw-r--r--gcc/testsuite/lib/scanasm.exp3
-rw-r--r--gcc/testsuite/objc/execute/execute.exp3
32 files changed, 19 insertions, 93 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 78bae3b..0a4ce49 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,22 @@
+2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
+ gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
+ g++.dg/dg.exp, g++.old-deja/old-deja.exp,
+ g77.f-torture/execute/execute.exp,
+ g77.f-torture/noncompile/noncompile.exp,
+ gcc.c-torture/execute/execute.exp,
+ gcc.c-torture/execute/memcheck/memcheck.exp,
+ gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
+ gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
+ gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
+ gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
+ gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
+ lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
+ lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
+ lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
+ Remove bug reporting instructions with ancient email addresses.
+
2001-02-07 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/20010202-1.c: New test.
diff --git a/gcc/testsuite/config/default.exp b/gcc/testsuite/config/default.exp
index 9ae55bc..4c79b4d 100644
--- a/gcc/testsuite/config/default.exp
+++ b/gcc/testsuite/config/default.exp
@@ -14,7 +14,4 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
load_lib "standard.exp"
diff --git a/gcc/testsuite/g++.dg/dg.exp b/gcc/testsuite/g++.dg/dg.exp
index e1e82e5..d7f4e99 100644
--- a/gcc/testsuite/g++.dg/dg.exp
+++ b/gcc/testsuite/g++.dg/dg.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
# G++ testsuite that uses the `dg.exp' driver.
# Load support procs.
diff --git a/gcc/testsuite/g++.old-deja/old-deja.exp b/gcc/testsuite/g++.old-deja/old-deja.exp
index 73be7a7..9ded8f3 100644
--- a/gcc/testsuite/g++.old-deja/old-deja.exp
+++ b/gcc/testsuite/g++.old-deja/old-deja.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-g++@prep.ai.mit.edu
-
# This file was written by Rob Savoye. (rob@cygnus.com)
#
diff --git a/gcc/testsuite/g77.f-torture/execute/execute.exp b/gcc/testsuite/g77.f-torture/execute/execute.exp
index 31608ee..cd9eba5 100644
--- a/gcc/testsuite/g77.f-torture/execute/execute.exp
+++ b/gcc/testsuite/g77.f-torture/execute/execute.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-g77@prep.ai.mit.edu
-
# This file was written by Rob Savoye. (rob@cygnus.com)
# Modified and maintained by Jeffrey Wheat (cassidy@cygnus.com)
diff --git a/gcc/testsuite/g77.f-torture/noncompile/noncompile.exp b/gcc/testsuite/g77.f-torture/noncompile/noncompile.exp
index 7087aa2..e88d3fb 100644
--- a/gcc/testsuite/g77.f-torture/noncompile/noncompile.exp
+++ b/gcc/testsuite/g77.f-torture/noncompile/noncompile.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
# This file was written by Jeff Law. (law@cs.utah.edu)
#
diff --git a/gcc/testsuite/gcc.c-torture/execute/execute.exp b/gcc/testsuite/gcc.c-torture/execute/execute.exp
index 8c896cb..2bcce4bf 100644
--- a/gcc/testsuite/gcc.c-torture/execute/execute.exp
+++ b/gcc/testsuite/gcc.c-torture/execute/execute.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
# This file was written by Rob Savoye. (rob@cygnus.com)
# Modified and maintained by Jeffrey Wheat (cassidy@cygnus.com)
diff --git a/gcc/testsuite/gcc.c-torture/execute/memcheck/memcheck.exp b/gcc/testsuite/gcc.c-torture/execute/memcheck/memcheck.exp
index 29fb897..0d36253 100644
--- a/gcc/testsuite/gcc.c-torture/execute/memcheck/memcheck.exp
+++ b/gcc/testsuite/gcc.c-torture/execute/memcheck/memcheck.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
# This file was written by Rob Savoye. (rob@cygnus.com)
# Modified and maintained by Jeffrey Wheat (cassidy@cygnus.com)
diff --git a/gcc/testsuite/gcc.dg/cpp/cpp.exp b/gcc/testsuite/gcc.dg/cpp/cpp.exp
index 67b3505..3d2f452 100644
--- a/gcc/testsuite/gcc.dg/cpp/cpp.exp
+++ b/gcc/testsuite/gcc.dg/cpp/cpp.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
# GCC testsuite that uses the `dg.exp' driver.
# Load support procs.
diff --git a/gcc/testsuite/gcc.dg/dg.exp b/gcc/testsuite/gcc.dg/dg.exp
index 6053a04..14cf79d 100644
--- a/gcc/testsuite/gcc.dg/dg.exp
+++ b/gcc/testsuite/gcc.dg/dg.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
# GCC testsuite that uses the `dg.exp' driver.
# Load support procs.
diff --git a/gcc/testsuite/gcc.dg/format/format.exp b/gcc/testsuite/gcc.dg/format/format.exp
index 90695fc..b478fac 100644
--- a/gcc/testsuite/gcc.dg/format/format.exp
+++ b/gcc/testsuite/gcc.dg/format/format.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
# Don't run this directory with any default CFLAGS, but run tests with
# and without -DWIDE.
diff --git a/gcc/testsuite/gcc.dg/noncompile/noncompile.exp b/gcc/testsuite/gcc.dg/noncompile/noncompile.exp
index 9e20469..f0ca4b4 100644
--- a/gcc/testsuite/gcc.dg/noncompile/noncompile.exp
+++ b/gcc/testsuite/gcc.dg/noncompile/noncompile.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
# Test error reporting.
# Don't run this directory with any default CFLAGS, but do cycle through
# torture options.
diff --git a/gcc/testsuite/gcc.misc-tests/acker1.exp b/gcc/testsuite/gcc.misc-tests/acker1.exp
index 3462d66..cacfb64 100644
--- a/gcc/testsuite/gcc.misc-tests/acker1.exp
+++ b/gcc/testsuite/gcc.misc-tests/acker1.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
global PERF_TEST
if { ![info exists PERF_TEST] || "$PERF_TEST" != "yes" } {
return
diff --git a/gcc/testsuite/gcc.misc-tests/dg-test.exp b/gcc/testsuite/gcc.misc-tests/dg-test.exp
index 4236425..820e28d 100644
--- a/gcc/testsuite/gcc.misc-tests/dg-test.exp
+++ b/gcc/testsuite/gcc.misc-tests/dg-test.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
# Test the dg.exp driver.
# This is a testsuite tester tester. As such we *want* to test things like
# expected failure handling. But expected failures must continually be
diff --git a/gcc/testsuite/gcc.misc-tests/dhry.exp b/gcc/testsuite/gcc.misc-tests/dhry.exp
index 890f250..07e0ca1 100644
--- a/gcc/testsuite/gcc.misc-tests/dhry.exp
+++ b/gcc/testsuite/gcc.misc-tests/dhry.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
global PERF_TEST
if { ![info exists PERF_TEST] || "$PERF_TEST" != "yes" } {
return
diff --git a/gcc/testsuite/gcc.misc-tests/gcov.exp b/gcc/testsuite/gcc.misc-tests/gcov.exp
index 747465d..72cb93c 100644
--- a/gcc/testsuite/gcc.misc-tests/gcov.exp
+++ b/gcc/testsuite/gcc.misc-tests/gcov.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
# Gcov test driver.
# Load support procs.
diff --git a/gcc/testsuite/gcc.misc-tests/linkage.exp b/gcc/testsuite/gcc.misc-tests/linkage.exp
index 8389484..785b1f1 100644
--- a/gcc/testsuite/gcc.misc-tests/linkage.exp
+++ b/gcc/testsuite/gcc.misc-tests/linkage.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
# This file used to be gcc.c-torture/special/special.exp, which
# was written by Rob Savoye. (rob@cygnus.com)
# All the other tests driven by that file have since been moved elsewhere.
diff --git a/gcc/testsuite/gcc.misc-tests/matrix1.exp b/gcc/testsuite/gcc.misc-tests/matrix1.exp
index a90ae5c..03d9a29 100644
--- a/gcc/testsuite/gcc.misc-tests/matrix1.exp
+++ b/gcc/testsuite/gcc.misc-tests/matrix1.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
global PERF_TEST
if { ![info exists PERF_TEST] || "$PERF_TEST" != "yes" } {
return
diff --git a/gcc/testsuite/gcc.misc-tests/mg.exp b/gcc/testsuite/gcc.misc-tests/mg.exp
index dacdf1c..2d5558f 100644
--- a/gcc/testsuite/gcc.misc-tests/mg.exp
+++ b/gcc/testsuite/gcc.misc-tests/mg.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
# Test the -MG flag.
load_lib mike-gcc.exp
diff --git a/gcc/testsuite/gcc.misc-tests/msgs.exp b/gcc/testsuite/gcc.misc-tests/msgs.exp
index dbe3f24..219facd 100644
--- a/gcc/testsuite/gcc.misc-tests/msgs.exp
+++ b/gcc/testsuite/gcc.misc-tests/msgs.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
# Test gcc warning and error messages.
# Our testcases are named m-*.c ("m" and not "msg" to avoid DOS problems).
diff --git a/gcc/testsuite/gcc.misc-tests/sieve.exp b/gcc/testsuite/gcc.misc-tests/sieve.exp
index a6c7665..697b89a 100644
--- a/gcc/testsuite/gcc.misc-tests/sieve.exp
+++ b/gcc/testsuite/gcc.misc-tests/sieve.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
global PERF_TEST
if { ![info exists PERF_TEST] || "$PERF_TEST" != "yes" } {
return
diff --git a/gcc/testsuite/gcc.misc-tests/sort2.exp b/gcc/testsuite/gcc.misc-tests/sort2.exp
index ab5f099..dd75542 100644
--- a/gcc/testsuite/gcc.misc-tests/sort2.exp
+++ b/gcc/testsuite/gcc.misc-tests/sort2.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
global PERF_TEST
if { ![info exists PERF_TEST] || "$PERF_TEST" != "yes" } {
return
diff --git a/gcc/testsuite/lib/g++-dg.exp b/gcc/testsuite/lib/g++-dg.exp
index febba81..a47a8fa 100644
--- a/gcc/testsuite/lib/g++-dg.exp
+++ b/gcc/testsuite/lib/g++-dg.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-g++@prep.ai.mit.edu
-
# Define g++ callbacks for dg.exp.
load_lib dg.exp
diff --git a/gcc/testsuite/lib/g++.exp b/gcc/testsuite/lib/g++.exp
index 640cd40..650b49c 100644
--- a/gcc/testsuite/lib/g++.exp
+++ b/gcc/testsuite/lib/g++.exp
@@ -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-g++@prep.ai.mit.edu
-
# This file was written by Rob Savoye (rob@cygnus.com)
# Many modifications by Jeffrey Wheat (cassidy@cygnus.com)
# With modifications by Mike Stump <mrs@cygnus.com>.
diff --git a/gcc/testsuite/lib/g77.exp b/gcc/testsuite/lib/g77.exp
index 3b2beb3..d508b95 100644
--- a/gcc/testsuite/lib/g77.exp
+++ b/gcc/testsuite/lib/g77.exp
@@ -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-g77@prep.ai.mit.edu
-
# This file was written by Rob Savoye (rob@cygnus.com)
# Currently maintained by Doug Evans (dje@cygnus.com)
diff --git a/gcc/testsuite/lib/gcc-dg.exp b/gcc/testsuite/lib/gcc-dg.exp
index 8dcc6c6..80ef655 100644
--- a/gcc/testsuite/lib/gcc-dg.exp
+++ b/gcc/testsuite/lib/gcc-dg.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
load_lib dg.exp
load_lib file-format.exp
load_lib target-supports.exp
diff --git a/gcc/testsuite/lib/gcc.exp b/gcc/testsuite/lib/gcc.exp
index e9ad678..5966f9c 100644
--- a/gcc/testsuite/lib/gcc.exp
+++ b/gcc/testsuite/lib/gcc.exp
@@ -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-gcc@prep.ai.mit.edu
-
# This file was written by Rob Savoye (rob@cygnus.com)
# Currently maintained by Doug Evans (dje@cygnus.com)
diff --git a/gcc/testsuite/lib/mike-g++.exp b/gcc/testsuite/lib/mike-g++.exp
index 10a1d2b..61cd526 100644
--- a/gcc/testsuite/lib/mike-g++.exp
+++ b/gcc/testsuite/lib/mike-g++.exp
@@ -16,9 +16,6 @@
# This file was written by Mike Stump <mrs@cygnus.com>
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-g++@prep.ai.mit.edu
-
#
# mike_cleanup -- remove any files that are created by the testcase
#
diff --git a/gcc/testsuite/lib/mike-gcc.exp b/gcc/testsuite/lib/mike-gcc.exp
index f9c766a..89becfb 100644
--- a/gcc/testsuite/lib/mike-gcc.exp
+++ b/gcc/testsuite/lib/mike-gcc.exp
@@ -16,9 +16,6 @@
# This file was derived from mike-g++.exp written by Mike Stump <mrs@cygnus.com>
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
#
# mike_cleanup -- remove any files that are created by the testcase
#
diff --git a/gcc/testsuite/lib/old-dejagnu.exp b/gcc/testsuite/lib/old-dejagnu.exp
index 6633763..aaac095b 100644
--- a/gcc/testsuite/lib/old-dejagnu.exp
+++ b/gcc/testsuite/lib/old-dejagnu.exp
@@ -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-g++@prep.ai.mit.edu
-
# This file was written by Rob Savoye. (rob@cygnus.com)
# With modifications by Mike Stump <mrs@cygnus.com>.
diff --git a/gcc/testsuite/lib/scanasm.exp b/gcc/testsuite/lib/scanasm.exp
index da0a7a0..9720b38 100644
--- a/gcc/testsuite/lib/scanasm.exp
+++ b/gcc/testsuite/lib/scanasm.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
# Various utilities for scanning assembler output, used by gcc-dg.exp and
# g++-dg.exp.
diff --git a/gcc/testsuite/objc/execute/execute.exp b/gcc/testsuite/objc/execute/execute.exp
index 0f598a3..0b37654 100644
--- a/gcc/testsuite/objc/execute/execute.exp
+++ b/gcc/testsuite/objc/execute/execute.exp
@@ -14,9 +14,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
-
# This file was written by Rob Savoye. (rob@cygnus.com)
# Modified by Ovidiu Predescu (ovidiu@aracnet.com)