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
This commit is contained in:
Alexandre Oliva 1999-07-18 03:50:30 +00:00 committed by Jeff Law
parent e67df273a1
commit 70ade953eb
2 changed files with 9 additions and 4 deletions

View 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.

View 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