diff options
| author | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-09 19:52:39 +0000 |
|---|---|---|
| committer | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-09 19:52:39 +0000 |
| commit | 4d04c75bfa77e4e595762567f9e3a5e3dbbfdfc0 (patch) | |
| tree | 4934e66aa895764ef3af3fb5c91a02e1ecbb2c83 | |
| parent | 25854e9a2030dfbb7e956b387ffce49fc728c71c (diff) | |
| download | ppe42-gcc-4d04c75bfa77e4e595762567f9e3a5e3dbbfdfc0.tar.gz ppe42-gcc-4d04c75bfa77e4e595762567f9e3a5e3dbbfdfc0.zip | |
Correct bug-report address and point to the FAQ
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26847 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/f/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/f/g77spec.c | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 3977351fd85..b8ac7310884 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 f1e85de6fce..4bf318d4399 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 |

