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
55c6e1a6
Commit
55c6e1a6
authored
Jun 07, 2003
by
Andreas Jaeger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cp/decl.c (xref_tag): Remove undefined macro NONNESTED_CLASSES.
From-SVN: r67592
parent
a5fe455b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
gcc/cp/ChangeLog
+4
-0
gcc/cp/decl.c
+0
-5
No files found.
gcc/cp/ChangeLog
View file @
55c6e1a6
2003
-
06
-
07
Andreas
Jaeger
<
aj
@
suse.de
>
*
cp
/
decl.c
(
xref_tag
):
Remove
undefined
macro
NONNESTED_CLASSES.
2003
-
06
-
07
Neil
Booth
<
neil
@
daikokuya.co.uk
>
*
cp
-lang.c
(
LANG_HOOKS_DECODE_OPTON
):
Drop.
...
...
gcc/cp/decl.c
View file @
55c6e1a6
...
...
@@ -12757,11 +12757,6 @@ xref_tag (enum tag_types tag_code, tree name, tree attributes,
ref
=
make_aggr_type
(
code
);
TYPE_CONTEXT
(
ref
)
=
context
;
#ifdef NONNESTED_CLASSES
/* Class types don't nest the way enums do. */
class_binding_level
=
(
struct
cp_binding_level
*
)
0
;
#endif
pushtag
(
name
,
ref
,
globalize
);
class_binding_level
=
old_b
;
}
...
...
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