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
This commit is contained in:
Gerald Pfeifer 2001-05-17 13:21:53 +02:00 committed by Gerald Pfeifer
parent 0314a6ce8b
commit 8d2b611685
2 changed files with 6 additions and 112 deletions

View File

@ -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.

View File

@ -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