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
62906aaa
Commit
62906aaa
authored
Aug 19, 2009
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak comment
From-SVN: r150940
parent
595de302
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
gcc/cp/decl2.c
+4
-3
No files found.
gcc/cp/decl2.c
View file @
62906aaa
...
@@ -3953,12 +3953,13 @@ mark_used (tree decl)
...
@@ -3953,12 +3953,13 @@ mark_used (tree decl)
within the body of a function so as to avoid collecting live data
within the body of a function so as to avoid collecting live data
on the stack (such as overload resolution candidates).
on the stack (such as overload resolution candidates).
??? Now that inlining is done unit-at-a-time, we ought to defer
We could just let cp_write_global_declarations handle synthesizing
synthesis like we do templates. */
this function, since we just added it to deferred_fns, but doing
it at the use site produces better error messages. */
++
function_depth
;
++
function_depth
;
synthesize_method
(
decl
);
synthesize_method
(
decl
);
--
function_depth
;
--
function_depth
;
/* If
we've already synthesized the
method we don't need to
/* If
this is a synthesized
method we don't need to
do the instantiation test below. */
do the instantiation test below. */
}
}
else
if
((
DECL_NON_THUNK_FUNCTION_P
(
decl
)
||
TREE_CODE
(
decl
)
==
VAR_DECL
)
else
if
((
DECL_NON_THUNK_FUNCTION_P
(
decl
)
||
TREE_CODE
(
decl
)
==
VAR_DECL
)
...
...
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