From: Phil Edwards Date: Sat, 17 Mar 2001 00:32:56 +0000 (+0000) Subject: gccbug.in: Remove high priority. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cf440c3ce3523961adb3bf0287c681b33cbfaa86;p=gcc.git gccbug.in: Remove high priority. 2001-03-16 Phil Edwards * gccbug.in: Remove high priority. From-SVN: r40566 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e32560475f9..87e40c117a3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-03-16 Phil Edwards + + * gccbug.in: Remove high priority. + 2001-03-16 Richard Henerson * aclocal.m4 (gcc_AC_EXAMINE_OBJECT): Substitute leading od diff --git a/gcc/gccbug.in b/gcc/gccbug.in index 774548cec0f..42b52aec6b1 100755 --- a/gcc/gccbug.in +++ b/gcc/gccbug.in @@ -227,7 +227,7 @@ SYNOPSIS_C='' if [ -z "$SEVERITY_C" ]; then SEVERITY_C='<[ non-critical | serious | critical ] (one line)>' fi -PRIORITY_C='<[ low | medium | high ] (one line)>' +PRIORITY_C='<[ low | medium ] (one line)>' CATEGORY_C='' RELEASE_C='' ENVIRONMENT_C='' @@ -321,7 +321,6 @@ SEND-PR: critical GCC is completely not operational; no work-around known. SEND-PR: serious GCC is not working properly; a work-around is possible. SEND-PR: non-critical Report indicates minor problem. >Priority: $PRIORITY_C -SEND-PR: high A solution is necessary as soon as possible. SEND-PR: medium The problem should be solved in the next release. SEND-PR: low The problem should be solve in a future release. >Category: $CATEGORY_C @@ -423,7 +422,8 @@ while [ -z "$REQUEST_ID" ]; do PATTERN=">Priority:" PRIORITY=`eval sed -n -e "\"$SED_CMD\"" $TEMP` case "$PRIORITY" in - ""|low|medium|high) CNT=`expr $CNT + 1` ;; + ""|low|medium) CNT=`expr $CNT + 1` ;; + high) echo "$COMMAND: \`Priority: high' is reserved for GCC maintainers." ;; *) echo "$COMMAND: \`$PRIORITY' is not a valid value for \`Priority'." esac #