aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>2001-05-17 13:21:53 +0200
committerGerald Pfeifer <gerald@gcc.gnu.org>2001-05-17 11:21:53 +0000
commit8d2b611685ccdcf5815f307bf1371d0fc41d93d5 (patch)
tree3160d837bb607d2d42a01c99e3aac5fd0a99b1d3
parent0314a6ce8ba2b844056660c66d8cb6149faf1419 (diff)
downloadgcc-8d2b611685ccdcf5815f307bf1371d0fc41d93d5.zip
gcc-8d2b611685ccdcf5815f307bf1371d0fc41d93d5.tar.gz
gcc-8d2b611685ccdcf5815f307bf1371d0fc41d93d5.tar.bz2
gcc.texi (gccbug): Refer to the web pages for detailed information on GNATS.
* gcc.texi (gccbug): Refer to the web pages for detailed information on GNATS. From-SVN: r42194
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/gcc.texi113
2 files changed, 6 insertions, 112 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fee0ec8..9224499 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+
+ * gcc.texi (gccbug): Refer to the web pages for detailed information
+ on GNATS.
+
2001-05-16 Zack Weinberg <zackw@stanford.edu>
* libgcc1-test.c, libgcc1.c, config/i386/perform.h: Delete file.
diff --git a/gcc/gcc.texi b/gcc/gcc.texi
index b0060c9..aa87a22 100644
--- a/gcc/gcc.texi
+++ b/gcc/gcc.texi
@@ -2620,119 +2620,8 @@ of the report. When the you quit the editor, the report is automatically
send to the bug reporting address.
A number of fields in this bug report form are specific to GCC, and are
-explained here.
+explained at @uref{http://gcc.gnu.org/gnats.html}.
-@table @code
-
-@cindex @code{Category} field
-@cindex @code{>Category:}
-@item >Category:
-The category of a GCC problem can be one of the following:
-
-@table @code
-@item c
-A problem with the C compiler proper.
-driver.
-
-@item c++
-A problem with the C++ compiler.
-driver.
-
-@item fortran
-A problem with the Fortran 77.
-
-@item java
-A problem with the Java compiler.
-
-@item objc
-A problem with the Objective C compiler.
-
-@item libstdc++
-A problem with the C++ standard library.
-
-@item libf2c
-A problem with the Fortran 77 library.
-
-@item libobjc
-A problem with the Objective C library.
-
-@item optimization
-The problem occurs only when generating optimized code.
-
-@item debug
-The problem occurs only when generating code for debugging.
-
-@item target
-The problem is specific to the target architecture.
-
-@item middle-end
-The problem is independent from target architecture and programming
-language.
-
-@item other
-It is a problem in some other part of the GCC software.
-
-@item web
-There is a problem with the GCC home page.
-
-@end table
-
-@cindex @code{Class} field
-@cindex @code{>Class:}
-@item >Class:
-The class of a problem can be one of the following:
-
-@table @code
-@cindex @emph{doc-bug} class
-@item doc-bug
-A problem with the documentation.
-
-@cindex @emph{accepts-illegal} class
-@item accepts-illegal
-GCC fails to reject erroneous code.
-
-@cindex @emph{rejects-legal} class
-@item rejects-legal
-GCC gives an error message for correct code.
-
-@cindex @emph{wrong-code} class
-@item wrong-code
-The machine code generated by gcc is incorrect.
-
-@cindex @emph{ice-on-legal-code} class
-@item ice-on-legal-code
-GCC gives an Internal Compiler Error (ICE) for correct code.
-
-@cindex @emph{ice-on-illegal-code} class
-@item ice-on-illegal-code
-GCC gives an ICE instead of reporting an error
-
-@cindex @emph{pessimizes-code} class
-@item pessimizes-code
-GCC misses an important optimization opportunity.
-
-@cindex @emph{sw-bug} class
-@item sw-bug
-A general product problem. (@samp{sw} stands for ``software''.)
-
-@cindex @emph{change-request} class
-@item change-request
-A request for a change in behavior, etc.
-
-@cindex @emph{support} class
-@item support
-A support problem or question.
-
-@cindex @emph{duplicate} class
-@item duplicate (@var{pr-number})
-Duplicate PR. @var{pr-number} should be the number of the original PR.
-
-@noindent
-The default is @samp{sw-bug}.
-@sp 1
-@end table
-
-@end table
@node Sending Patches,, gccbug, Bugs
@section Sending Patches for GCC