diff options
author | Martin v. Löwis <loewis@informatik.hu-berlin.de> | 2000-02-18 12:26:50 +0000 |
---|---|---|
committer | Martin v. Löwis <loewis@gcc.gnu.org> | 2000-02-18 12:26:50 +0000 |
commit | 8b97e23b7601eec320ef0600448a9ee686fde12b (patch) | |
tree | c87fd4de1ea1b6bad16ef5e8c6fa926ec58ad2b8 /gcc/gcc.texi | |
parent | 7eeb2431024ac0cda66c1d91f74b1068972e30db (diff) | |
download | gcc-8b97e23b7601eec320ef0600448a9ee686fde12b.zip gcc-8b97e23b7601eec320ef0600448a9ee686fde12b.tar.gz gcc-8b97e23b7601eec320ef0600448a9ee686fde12b.tar.bz2 |
gcc.texi (Bug Reporting): Refer to bugs.html.
* gcc.texi (Bug Reporting): Refer to bugs.html.
(Bug Lists): Likewise.
* system.h (GCCBUGURL): New preprocessor define.
* rtl.c (fancy_abort): Use it.
* gcc.c (main): Likewise.
* typeck2.c (my_friendly_abort): Use GCCBUGURL.
* g77spec.c (lang_specific_driver): Use GCCBUGURL.
* gjavah.c (help): Use GCCBUGURL.
* jv-scan.c (help): Likewise.
* jcf-dump.c (help): Likewise.
From-SVN: r32049
Diffstat (limited to 'gcc/gcc.texi')
-rw-r--r-- | gcc/gcc.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcc.texi b/gcc/gcc.texi index 5122e0c1..0ffe739 100644 --- a/gcc/gcc.texi +++ b/gcc/gcc.texi @@ -2238,7 +2238,7 @@ 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 +Please read @samp{<URL:http://www.gnu.org/software/gcc/bugs.html>} for bug reporting instructions before you post a bug report. Often people think of posting bug reports to the newsgroup instead of @@ -2262,7 +2262,7 @@ Boston, MA 02111-1307, USA @cindex compiler bugs, reporting You may find additional and/or more up-to-date instructions at -@samp{<URL:http://www.gnu.org/software/gcc/faq.html#bugreport>}. +@samp{<URL:http://www.gnu.org/software/gcc/bugs.html>}. The fundamental principle of reporting bugs usefully is this: @strong{report all the facts}. If you are not sure whether to state a |