From 853a9dbf1aefe9d1388593450f8e30831d3b8b4f Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sun, 18 Jul 1999 03:48:56 +0000 Subject: [PATCH] typeck2.c (my_friendly_abort): Updated URL with bug reporting instructions to gcc.gnu.org. * typeck2.c (my_friendly_abort): Updated URL with bug reporting instructions to gcc.gnu.org. Removed e-mail address. From-SVN: r28152 --- gcc/cp/ChangeLog | 5 +++++ gcc/cp/typeck2.c | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 73a996c52e55..ededd90d8ea4 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +1999-07-17 Alexandre Oliva + + * typeck2.c (my_friendly_abort): Updated URL with bug reporting + instructions to gcc.gnu.org. Removed e-mail address. + 1999-07-15 Mark Mitchell * pt.c (check_default_tmpl_args): Handle friends defined in the diff --git a/gcc/cp/typeck2.c b/gcc/cp/typeck2.c index 3dae61ecc668..55039f9aa338 100644 --- a/gcc/cp/typeck2.c +++ b/gcc/cp/typeck2.c @@ -343,8 +343,8 @@ my_friendly_abort (i) ack ("Internal compiler error."); else ack ("Internal compiler error %d.", i); - ack ("Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'."); - ack ("See for details."); + ack ("Please submit a full bug report."); + ack ("See for instructions."); } else error ("confused by earlier errors, bailing out"); @@ -358,8 +358,8 @@ my_friendly_abort (i) else error ("Internal compiler error %d.", i); - error ("Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'."); - fatal ("See for details."); + error ("Please submit a full bug report."); + fatal ("See for instructions."); } void -- 2.47.2