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
18cf0da2
Commit
18cf0da2
authored
Jun 16, 2004
by
Geoffrey Keating
Committed by
Geoffrey Keating
Jun 16, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pt.c (mark_decl_instantiated): Don't call defer_fn.
From-SVN: r83267
parent
5e04daf3
Hide 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/pt.c
+0
-5
No files found.
gcc/cp/ChangeLog
View file @
18cf0da2
2004-06-16 Geoffrey Keating <geoffk@apple.com>
* pt.c (mark_decl_instantiated): Don't call defer_fn.
2004-06-16 Richard Henderson <rth@redhat.com>
* parser.c (cp_parser_labeled_statement): Update commentary.
...
...
gcc/cp/pt.c
View file @
18cf0da2
...
...
@@ -10157,11 +10157,6 @@ mark_decl_instantiated (tree result, int extern_p)
else
if
(
TREE_PUBLIC
(
result
))
maybe_make_one_only
(
result
);
}
if
(
TREE_CODE
(
result
)
==
FUNCTION_DECL
&&
(
DECL_ARTIFICIAL
(
result
)
||
(
DECL_DECLARED_INLINE_P
(
result
)
&&
TREE_USED
(
result
))))
defer_fn
(
result
);
}
/* Given two function templates PAT1 and PAT2, return:
...
...
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