* gccbug.in: Add web category, gcc specific classes.
authorMartin v. Löwis <loewis@informatik.hu-berlin.de>
Tue, 14 Mar 2000 09:50:58 +0000 (09:50 +0000)
committerMartin v. Löwis <loewis@gcc.gnu.org>
Tue, 14 Mar 2000 09:50:58 +0000 (09:50 +0000)
From-SVN: r32525

gcc/ChangeLog
gcc/gccbug.in

index 3550050bef6c92acadbbeca9e639f1074d3a1002..08c2594d8def5338eb62b83548313f3cdc7264d8 100644 (file)
@@ -1,3 +1,7 @@
+2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
+
+       * gccbug.in: Add web category, gcc specific classes.
+
 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
 
        * stor-layout.c (finalize_record_size): Fix typo.
index dc362fab4d9688b22012640156c5f0d9c417b1c3..04f968a581253432551d8813b74c19f4188630f9 100755 (executable)
@@ -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)