Commit 70ade953 by Alexandre Oliva Committed by Jeff Law

typeck2.c (my_friendly_abort): Updated URL with bug reporting instructions to gcc.gnu.org.


        * typeck2.c (my_friendly_abort): Updated URL with bug reporting
        instructions to gcc.gnu.org.  Removed e-mail address.

From-SVN: r28153
parent e67df273
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> 1999-07-17 Mark Mitchell <mark@codesourcery.com>
* pt.c (determine_specialization): Tighten error-checking. * pt.c (determine_specialization): Tighten error-checking.
......
...@@ -343,8 +343,8 @@ my_friendly_abort (i) ...@@ -343,8 +343,8 @@ my_friendly_abort (i)
ack ("Internal compiler error."); ack ("Internal compiler error.");
else else
ack ("Internal compiler error %d.", i); ack ("Internal compiler error %d.", i);
ack ("Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'."); ack ("Please submit a full bug report.");
ack ("See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details."); ack ("See <URL:http://gcc.gnu.org/faq.html#bugreport> for instructions.");
} }
else else
error ("confused by earlier errors, bailing out"); error ("confused by earlier errors, bailing out");
...@@ -358,8 +358,8 @@ my_friendly_abort (i) ...@@ -358,8 +358,8 @@ my_friendly_abort (i)
else else
error ("Internal compiler error %d.", i); error ("Internal compiler error %d.", i);
error ("Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'."); error ("Please submit a full bug report.");
fatal ("See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details."); fatal ("See <URL:http://egcs.cygnus.com/faq.html#bugreport> for instructions.");
} }
void void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment