Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
d5fb67d3
Commit
d5fb67d3
authored
Mar 14, 2000
by
Martin v. Löwis
Committed by
Martin v. Löwis
Mar 14, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gccbug.in: Add web category, gcc specific classes.
From-SVN: r32525
parent
b451555a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/gccbug.in
+3
-3
No files found.
gcc/ChangeLog
View file @
d5fb67d3
2000
-
03
-
14
Martin
v
.
Lwis
<
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
.
...
...
gcc/gccbug.in
View file @
d5fb67d3
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment