]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* typeck2.c (my_friendly_abort): Add URL.
authorJason Merrill <jason@yorick.cygnus.com>
Mon, 2 Nov 1998 11:32:24 +0000 (11:32 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 2 Nov 1998 11:32:24 +0000 (06:32 -0500)
From-SVN: r23502

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

index 97a711acc0939b8e51ab21e93642499be31aedfc..03b949a8d8ac2634bae3a9263e1103909d34f136 100644 (file)
@@ -47,6 +47,8 @@
        * tinfo.cc: Add #pragma implementation.
        (operator==): Move from inc/typeinfo and tinfo2.cc.
 
+       * typeck2.c (my_friendly_abort): Add URL.
+
 1998-10-05  Martin von Löwis  <loewis@informatik.hu-berlin.de>
 
        * method.c (build_decl_overload_real): Clear
index 265b387fd232585367ea4951b7c164018e250b14..f91d67bcc6a3a79990d70ed8538b5f530754b5f3 100644 (file)
@@ -384,6 +384,7 @@ my_friendly_abort (i)
          else
            ack ("Internal compiler error %d.", i);
          ack ("Please submit a full bug report to `egcs-bugs@cygnus.com'.");
+         ack ("See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.");
        }
       else
        error ("confused by earlier errors, bailing out");