diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/gcc.texi | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6eaa20f..82b987c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sat Aug 7 00:06:54 1999 Jeffrey A Law (law@cygnus.com) + + * gcc.texi: Update bug reporting text. + 1999-08-6 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl> * reg-stack.c (change_stack) Fixed problem with negative array index. diff --git a/gcc/gcc.texi b/gcc/gcc.texi index 8d54b8d..bcc4063 100644 --- a/gcc/gcc.texi +++ b/gcc/gcc.texi @@ -2258,7 +2258,10 @@ for improvement of GCC are welcome in any case. @cindex bug report mailing lists @kindex gcc-bugs@@gcc.gnu.org or bug-gcc@@gnu.org Send bug reports for the GNU Compiler Collection to -@samp{gcc-bugs@@gcc.gnu.org} or @samp{bug-gcc@@gnu.org}. +@samp{gcc-bugs@@gcc.gnu.org}. In accordance with the GNU-wide +convention, in which bug reports for tool ``foo'' are sent +to @samp{bug-foo@@gnu.org}, the address @samp{bug-gcc@@gnu.org} +may also be used; it will forward to the address given above. Please read @samp{<URL:http://www.gnu.org/software/gcc/faq.html#bugreport>} for bug reporting instructions before you post a bug report. |