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
a90f8ad5
Commit
a90f8ad5
authored
Dec 22, 2004
by
Volker Reichelt
Committed by
Volker Reichelt
Dec 22, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* name-lookup.c (pushtag): Add missing POP_TIMEVAR_AND_RETURN.
From-SVN: r92484
parent
df35e33c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/cp/ChangeLog
+4
-0
gcc/cp/name-lookup.c
+1
-1
No files found.
gcc/cp/ChangeLog
View file @
a90f8ad5
2004-12-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* name-lookup.c (pushtag): Add missing POP_TIMEVAR_AND_RETURN.
2004-12-21 Andrew Pinski <pinskia@physics.uc.edu>
PR c++/18984
...
...
gcc/cp/name-lookup.c
View file @
a90f8ad5
...
...
@@ -4649,7 +4649,7 @@ pushtag (tree name, tree type, int globalize)
d
=
maybe_process_template_type_declaration
(
type
,
globalize
,
b
);
if
(
d
==
error_mark_node
)
return
error_mark_node
;
POP_TIMEVAR_AND_RETURN
(
TV_NAME_LOOKUP
,
error_mark_node
)
;
if
(
b
->
kind
==
sk_class
)
{
...
...
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