diff options
author | loewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-14 09:50:58 +0000 |
---|---|---|
committer | loewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-14 09:50:58 +0000 |
commit | 57083eaea2952f77c284342a4e318ecd6eb8fade (patch) | |
tree | 962e4379d6bf4e08307a09640ccb6d10cc9e27fb /gcc/gccbug.in | |
parent | fd5279fc830624af35f310b93b37faa9846324fd (diff) | |
download | gcc-57083eaea2952f77c284342a4e318ecd6eb8fade.tar.gz |
* gccbug.in: Add web category, gcc specific classes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32525 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gccbug.in')
-rwxr-xr-x | gcc/gccbug.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/gccbug.in b/gcc/gccbug.in index dc362fab4d9..04f968a5812 100755 --- a/gcc/gccbug.in +++ b/gcc/gccbug.in @@ -177,7 +177,7 @@ while [ $# -gt 0 ]; do done # spam does not need to be listed here -CATEGORIES="c++ c debug fortran gc host java libf2c libgcc libobjc libstdc++ middle-end objc optimization other profiling target" +CATEGORIES="c++ c debug fortran gc host java libf2c libgcc libobjc libstdc++ middle-end objc optimization other profiling target web" case "$FORMAT" in lisp) echo "$CATEGORIES" | \ @@ -206,11 +206,11 @@ if [ -z "$SEVERITY_C" ]; then fi PRIORITY_C='<[ low | medium | high ] (one line)>' CATEGORY_C='<choose from the list of categories above (one line)>' -CLASS_C='<[ sw-bug | doc-bug | change-request | support ] (one line)>' +CLASS_C='<[ doc-bug | accepts-illegal | rejects-legal | wrong-code | ice-on-legal-code| ice-on-illegal-code | pessimizes-code | sw-bug | change-request | support ] (one line)>' RELEASE_C='<release number or tag (one line)>' ENVIRONMENT_C='<machine, os, target, libraries (multiple lines)>' DESCRIPTION_C='<precise description of the problem (multiple lines)>' -HOW_TO_REPEAT_C='<code/input/activities to reproduce the problem (multiple lines)>' +HOW_TO_REPEAT_C='<When reporting a compiler error, preprocessor output must be included>' FIX_C='<how to correct or work around the problem, if known (multiple lines)>' # Catch some signals. ($xs kludge needed by Sun /bin/sh) |