* typeck2.c (my_friendly_abort): Updated URL with bug reporting
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Jul 1999 03:50:30 +0000 (03:50 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Jul 1999 03:50:30 +0000 (03:50 +0000)
        instructions to gcc.gnu.org.  Removed e-mail address.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28153 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 090fc86..a6f09b7 100644 (file)
@@ -1,3 +1,8 @@
+1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
+        
+       * typeck2.c (my_friendly_abort): Updated URL with bug reporting
+       instructions to gcc.gnu.org.  Removed e-mail address.
+
 1999-07-17  Mark Mitchell  <mark@codesourcery.com>
 
        * pt.c (determine_specialization): Tighten error-checking.
index 652ca39..fbd3d27 100644 (file)
@@ -343,8 +343,8 @@ my_friendly_abort (i)
            ack ("Internal compiler error.");
          else
            ack ("Internal compiler error %d.", i);
-         ack ("Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.");
-         ack ("See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.");
+         ack ("Please submit a full bug report.");
+         ack ("See <URL:http://gcc.gnu.org/faq.html#bugreport> for instructions.");
        }
       else
        error ("confused by earlier errors, bailing out");
@@ -358,8 +358,8 @@ my_friendly_abort (i)
   else
     error ("Internal compiler error %d.", i);
 
-  error ("Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.");
-  fatal ("See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.");
+  error ("Please submit a full bug report.");
+  fatal ("See <URL:http://egcs.cygnus.com/faq.html#bugreport> for instructions.");
 }
 
 void