+Sat Feb 6 17:00:48 1999 Jeffrey A Law (law@cygnus.com)
+
+ * typeck2.c: Update email addresses.
+
1998-11-16 Jason Merrill <jason@yorick.cygnus.com>
* typeck2.c (my_friendly_abort): Don't fatal twice in a row.
ack ("Internal compiler error.");
else
ack ("Internal compiler error %d.", i);
- ack ("Please submit a full bug report to `egcs-bugs@cygnus.com'.");
+ 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.");
}
else
else
error ("Internal compiler error %d.", i);
- error ("Please submit a full bug report to `egcs-bugs@cygnus.com'.");
+ 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.");
}