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>
* pt.c (determine_specialization): Tighten error-checking.
......
......@@ -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
......
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