diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-08-07 06:08:58 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-08-07 00:08:58 -0600 |
commit | 80d255306b06419aca4c992dc1e7c7ba82be6119 (patch) | |
tree | ba76c24c8da33cb7cbf9254ba6783f86ffe471a8 | |
parent | ff76d1ee8676697b5ddccca40330b96efde1c07e (diff) | |
download | gcc-80d255306b06419aca4c992dc1e7c7ba82be6119.zip gcc-80d255306b06419aca4c992dc1e7c7ba82be6119.tar.gz gcc-80d255306b06419aca4c992dc1e7c7ba82be6119.tar.bz2 |
* gcc.texi: Update bug reporting text.
From-SVN: r28574
-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. |