typeck2.c (my_friendly_abort): Updated URL with bug reporting instructions to gcc...
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sun, 18 Jul 1999 03:50:30 +0000 (03:50 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 18 Jul 1999 03:50:30 +0000 (21:50 -0600)
        * typeck2.c (my_friendly_abort): Updated URL with bug reporting
        instructions to gcc.gnu.org.  Removed e-mail address.

From-SVN: r28153

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

index 090fc8620adc853086d7f802305878f1ae04c7a4..a6f09b7e60e2c68e9248105e8208d1a601c3c453 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 652ca3914e8af71c09c089abadf2f183f51b20b1..fbd3d27db875db93a8caa4622d64a86ab2763333 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