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