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
99edd65d
Commit
99edd65d
authored
Sep 17, 2003
by
Richard Henderson
Committed by
Richard Henderson
Sep 17, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* semantics.c (expand_or_defer_fn): Inc/dec function_depth.
From-SVN: r71473
parent
3b2d7c47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/cp/ChangeLog
+4
-0
gcc/cp/semantics.c
+4
-0
No files found.
gcc/cp/ChangeLog
View file @
99edd65d
2003
-
09
-
17
Richard
Henderson
<
rth
@
redhat.com
>
*
semantics.c
(
expand_or_defer_fn
):
Inc
/
dec
function_depth.
2003
-
09
-
16
Kriang
Lerdsuwanakij
<
lerdsuwa
@
users.sourceforge.net
>
2003
-
09
-
16
Kriang
Lerdsuwanakij
<
lerdsuwa
@
users.sourceforge.net
>
PR
c
++/
7939
PR
c
++/
7939
...
...
gcc/cp/semantics.c
View file @
99edd65d
...
@@ -2939,8 +2939,12 @@ expand_or_defer_fn (tree fn)
...
@@ -2939,8 +2939,12 @@ expand_or_defer_fn (tree fn)
if
(
DECL_DECLARED_INLINE_P
(
fn
))
if
(
DECL_DECLARED_INLINE_P
(
fn
))
import_export_decl
(
fn
);
import_export_decl
(
fn
);
function_depth
++
;
/* Expand or defer, at the whim of the compilation unit manager. */
/* Expand or defer, at the whim of the compilation unit manager. */
cgraph_finalize_function
(
fn
,
function_depth
>
1
);
cgraph_finalize_function
(
fn
,
function_depth
>
1
);
function_depth
--
;
}
}
/* Helper function for walk_tree, used by finish_function to override all
/* Helper function for walk_tree, used by finish_function to override all
...
...
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