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
d29ab376
Commit
d29ab376
authored
Jan 22, 1998
by
Mark Mitchell
Committed by
Jason Merrill
Jan 22, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl2.c (grok_x_components): Always call grok_enum_decls.
From-SVN: r17448
parent
e1402e7d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
gcc/cp/ChangeLog
+4
-0
gcc/cp/decl2.c
+1
-4
No files found.
gcc/cp/ChangeLog
View file @
d29ab376
Thu Jan 22 21:30:42 1998 Mark Mitchell <mmitchell@usa.net>
* decl2.c (grok_x_components): Always call grok_enum_decls.
Wed Jan 21 10:29:57 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
* pt.c (coerce_template_parms): Don't access elements of ARGLIST
...
...
gcc/cp/decl2.c
View file @
d29ab376
...
...
@@ -931,10 +931,7 @@ grok_x_components (specs, components)
else
{
t
=
TREE_TYPE
(
components
);
if
(
TREE_CODE
(
t
)
==
ENUMERAL_TYPE
&&
TREE_NONLOCAL_FLAG
(
t
))
return
grok_enum_decls
(
t
,
components
);
else
return
components
;
return
grok_enum_decls
(
t
,
components
);
}
}
...
...
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