From: Jason Merrill Date: Mon, 16 Nov 1998 19:30:13 +0000 (+0000) Subject: * typeck2.c (my_friendly_abort): Don't fatal twice in a row. X-Git-Tag: prereleases/egcs-1.1.1-prerelease-3~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9b6589c95c7df190507134a35f0ad494cf2f389;p=thirdparty%2Fgcc.git * typeck2.c (my_friendly_abort): Don't fatal twice in a row. From-SVN: r23677 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 3185cb59bd41..41bd0d5ab907 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +1998-11-16 Jason Merrill + + * typeck2.c (my_friendly_abort): Don't fatal twice in a row. + 1998-11-15 Jason Merrill * typeck2.c (my_friendly_abort): Add URL in the other case, too. diff --git a/gcc/cp/typeck2.c b/gcc/cp/typeck2.c index 8250edd3ab2d..56082fed98f8 100644 --- a/gcc/cp/typeck2.c +++ b/gcc/cp/typeck2.c @@ -398,7 +398,7 @@ my_friendly_abort (i) else error ("Internal compiler error %d.", i); - fatal ("Please submit a full bug report to `egcs-bugs@cygnus.com'."); + error ("Please submit a full bug report to `egcs-bugs@cygnus.com'."); fatal ("See for details."); }