From: Jason Merrill Date: Sun, 15 Nov 1998 19:47:49 +0000 (+0000) Subject: * typeck2.c (my_friendly_abort): Add URL in the other case, too. X-Git-Tag: prereleases/egcs-1.1.1-prerelease-3~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25feafa8d56f08702d6cbb84e2ba24cadcf334b7;p=thirdparty%2Fgcc.git * typeck2.c (my_friendly_abort): Add URL in the other case, too. From-SVN: r23668 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index ef3d9374a826..3185cb59bd41 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +1998-11-15 Jason Merrill + + * typeck2.c (my_friendly_abort): Add URL in the other case, too. + 1998-11-13 Jason Merrill * rtti.c (synthesize_tinfo_fn): Call import_export_decl here. diff --git a/gcc/cp/typeck2.c b/gcc/cp/typeck2.c index f91d67bcc6a3..8250edd3ab2d 100644 --- a/gcc/cp/typeck2.c +++ b/gcc/cp/typeck2.c @@ -399,6 +399,7 @@ my_friendly_abort (i) error ("Internal compiler error %d.", i); fatal ("Please submit a full bug report to `egcs-bugs@cygnus.com'."); + fatal ("See for details."); } void