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
b32369e6
Commit
b32369e6
authored
Feb 16, 2000
by
Jason Merrill
Committed by
Jason Merrill
Feb 16, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl.c (xref_tag): Don't SET_IDENTIFIER_NAMESPACE_VALUE.
From-SVN: r32015
parent
7a15eef5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
gcc/cp/ChangeLog
+4
-0
gcc/cp/decl.c
+0
-8
No files found.
gcc/cp/ChangeLog
View file @
b32369e6
2000-02-15 Jason Merrill <jason@casey.cygnus.com>
* decl.c (xref_tag): Don't SET_IDENTIFIER_NAMESPACE_VALUE.
2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Make-lang.in (g++spec.o): Depend on $(GCC_H), not gcc.h.
...
...
gcc/cp/decl.c
View file @
b32369e6
...
...
@@ -12351,14 +12351,6 @@ xref_tag (code_type_node, name, globalize)
}
else
{
/* If it no longer looks like a nested type, make sure it's
in global scope.
If it is not an IDENTIFIER, this is not a declaration */
if
(
b
->
namespace_p
&&
!
class_binding_level
&&
TREE_CODE
(
name
)
==
IDENTIFIER_NODE
&&
IDENTIFIER_NAMESPACE_VALUE
(
name
)
==
NULL_TREE
)
SET_IDENTIFIER_NAMESPACE_VALUE
(
name
,
TYPE_NAME
(
ref
));
if
(
!
globalize
&&
processing_template_decl
&&
IS_AGGR_TYPE
(
ref
))
redeclare_class_template
(
ref
,
current_template_parms
);
}
...
...
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