From 25feafa8d56f08702d6cbb84e2ba24cadcf334b7 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Sun, 15 Nov 1998 19:47:49 +0000 Subject: [PATCH] * typeck2.c (my_friendly_abort): Add URL in the other case, too. From-SVN: r23668 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/typeck2.c | 1 + 2 files changed, 5 insertions(+) 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 -- 2.47.2