]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* typeck2.c (my_friendly_abort): Don't fatal twice in a row.
authorJason Merrill <jason@yorick.cygnus.com>
Mon, 16 Nov 1998 19:30:13 +0000 (19:30 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 16 Nov 1998 19:30:13 +0000 (14:30 -0500)
From-SVN: r23677

gcc/cp/ChangeLog
gcc/cp/typeck2.c

index 3185cb59bd41ffa956c3508895ae1261471f70b3..41bd0d5ab907af7d0701f834324695cee840a232 100644 (file)
@@ -1,3 +1,7 @@
+1998-11-16  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * typeck2.c (my_friendly_abort): Don't fatal twice in a row.
+
 1998-11-15  Jason Merrill  <jason@yorick.cygnus.com>
 
        * typeck2.c (my_friendly_abort): Add URL in the other case, too.
index 8250edd3ab2de75de63f9687e29e5177b93814cb..56082fed98f8c09073a1e0f9234b812ae0385c16 100644 (file)
@@ -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 <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.");
 }