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
2c01f8df
Commit
2c01f8df
authored
Jul 27, 2005
by
Devang Patel
Committed by
Devang Patel
Jul 27, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* name-lookup.c (pushtag): Do no set DECL_IGNORED_P bit.
From-SVN: r102437
parent
a9fdd472
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/cp/ChangeLog
+4
-0
gcc/cp/name-lookup.c
+0
-4
No files found.
gcc/cp/ChangeLog
View file @
2c01f8df
2005-07-27 Devang Patel <dpatel@apple.com>
* name-lookup.c (pushtag): Do no set DECL_IGNORED_P bit.
2005-07-25 Ian Lance Taylor <ian@airs.com>
* ptree.c (cxx_print_identifier): Print a leading space if the
...
...
gcc/cp/name-lookup.c
View file @
2c01f8df
...
...
@@ -4716,10 +4716,6 @@ pushtag (tree name, tree type, tag_scope scope)
if
(
d
==
error_mark_node
)
POP_TIMEVAR_AND_RETURN
(
TV_NAME_LOOKUP
,
error_mark_node
);
/* FIXME what if it gets a name from typedef? */
if
(
ANON_AGGRNAME_P
(
name
))
DECL_IGNORED_P
(
d
)
=
1
;
TYPE_CONTEXT
(
type
)
=
DECL_CONTEXT
(
d
);
/* If this is a local class, keep track of it. We need this
...
...
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