]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* typeck2.c (my_friendly_abort): Add URL in the other case, too.
authorJason Merrill <jason@yorick.cygnus.com>
Sun, 15 Nov 1998 19:47:49 +0000 (19:47 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 15 Nov 1998 19:47:49 +0000 (14:47 -0500)
From-SVN: r23668

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

index ef3d9374a82610c8ec4a05c445e6eef7b6410d77..3185cb59bd41ffa956c3508895ae1261471f70b3 100644 (file)
@@ -1,3 +1,7 @@
+1998-11-15  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * typeck2.c (my_friendly_abort): Add URL in the other case, too.
+
 1998-11-13  Jason Merrill  <jason@yorick.cygnus.com>
 
        * rtti.c (synthesize_tinfo_fn): Call import_export_decl here.
index f91d67bcc6a3a79990d70ed8538b5f530754b5f3..8250edd3ab2de75de63f9687e29e5177b93814cb 100644 (file)
@@ -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 <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.");
 }
 
 void