From 01c05561439c4630882c62ed7b80c7835de342bc Mon Sep 17 00:00:00 2001 From: law Date: Sun, 18 Jul 1999 03:50:30 +0000 Subject: [PATCH] * typeck2.c (my_friendly_abort): Updated URL with bug reporting instructions to gcc.gnu.org. Removed e-mail address. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28153 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 090fc8620ad..a6f09b7e60e 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-17 Mark Mitchell * pt.c (determine_specialization): Tighten error-checking. diff --git a/gcc/cp/typeck2.c b/gcc/cp/typeck2.c index 652ca3914e8..fbd3d27db87 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.11.4.GIT