mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 14:09:52 +08:00
Correct bug-report address and point to the FAQ
From-SVN: r26847
This commit is contained in:
parent
6e9a3c382d
commit
418a84c257
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user