]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* typeck2.c: Update email addresses.
authorJeffrey A Law <law@cygnus.com>
Sat, 6 Feb 1999 16:04:32 +0000 (16:04 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 6 Feb 1999 16:04:32 +0000 (09:04 -0700)
From-SVN: r25058

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

index 41bd0d5ab907af7d0701f834324695cee840a232..7be1a540751d859728ce7521d2ce31c448ecb2a1 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 56082fed98f8c09073a1e0f9234b812ae0385c16..39b0626c465a4c1ff51a0d3e4bb088d8efb88a71 100644 (file)
@@ -383,7 +383,7 @@ 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@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
@@ -398,7 +398,7 @@ my_friendly_abort (i)
   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.");
 }