aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@bitrange.com>1999-05-09 19:52:39 +0000
committerCraig Burley <burley@gcc.gnu.org>1999-05-09 15:52:39 -0400
commit418a84c2577ffce4d2c158f7c5878ff0bc6ba7c7 (patch)
tree4934e66aa895764ef3af3fb5c91a02e1ecbb2c83
parent6e9a3c382d146499ab6683a53233cf252679b268 (diff)
downloadgcc-418a84c2577ffce4d2c158f7c5878ff0bc6ba7c7.zip
gcc-418a84c2577ffce4d2c158f7c5878ff0bc6ba7c7.tar.gz
gcc-418a84c2577ffce4d2c158f7c5878ff0bc6ba7c7.tar.bz2
Correct bug-report address and point to the FAQ
From-SVN: r26847
-rw-r--r--gcc/f/ChangeLog5
-rw-r--r--gcc/f/g77spec.c5
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index 3977351..b8ac731 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -1,3 +1,8 @@
+Sun May 9 18:52:13 1999 Hans-Peter Nilsson <hp@bitrange.com>
+
+ * f/g77spec.c (lang_specific_driver): Correct bug-report address
+ and point to the FAQ.
+
Thu May 6 12:40:21 1999 Craig Burley <craig@jcb-sc.com>
* g77.texi (Arbitrary Concatenation): Put this under
diff --git a/gcc/f/g77spec.c b/gcc/f/g77spec.c
index f1e85de..4bf318d 100644
--- a/gcc/f/g77spec.c
+++ b/gcc/f/g77spec.c
@@ -1,5 +1,5 @@
/* Specific flags and argument handling of the Fortran front-end.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -427,7 +427,8 @@ code-generation methodology, and so on.\n\
For more information on g77 and gcc, type the commands `info -f g77'\n\
and `info -f gcc' to read the Info documentation.\n\
\n\
-Report bugs to <egcs-bugs@cygnus.org>.\n");
+Report bugs to <egcs-bugs@egcs.cygnus.com>.\n\
+See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.\n");
exit (0);
break;
#endif