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
224c649b
Commit
224c649b
authored
Jan 16, 1998
by
Bruno Haible
Committed by
Jason Merrill
Jan 16, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* error.c (dump_decl): For enum tags, output the tag, not its value.
From-SVN: r17381
parent
5d483f63
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/cp/ChangeLog
+4
-0
gcc/cp/error.c
+2
-0
No files found.
gcc/cp/ChangeLog
View file @
224c649b
Fri Jan 16 11:40:50 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
* error.c (dump_decl): For enum tags, output the tag, not its value.
1998-01-13 Brendan Kehoe <brendan@cygnus.com>
* decl.c (init_decl_processing): Only call init_rtti_processing
...
...
gcc/cp/error.c
View file @
224c649b
...
...
@@ -810,6 +810,8 @@ dump_decl (t, v)
||
(
DECL_INITIAL
(
t
)
&&
TREE_CODE
(
DECL_INITIAL
(
t
))
==
TEMPLATE_CONST_PARM
))
goto
general
;
else
if
(
DECL_NAME
(
t
))
dump_decl
(
DECL_NAME
(
t
),
v
);
else
if
(
DECL_INITIAL
(
t
))
dump_expr
(
DECL_INITIAL
(
t
),
0
);
else
...
...
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