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
de81ffd4
Commit
de81ffd4
authored
Jan 28, 2004
by
Jan Hubicka
Committed by
Jan Hubicka
Jan 28, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* semantics.c (expand_body) Do emit_associated_thunks before
expansion. From-SVN: r76804
parent
469ef4a3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/cp/ChangeLog
+5
-0
gcc/cp/semantics.c
+3
-3
No files found.
gcc/cp/ChangeLog
View file @
de81ffd4
2004-01-28 Jan Hubicka <jh@suse.cz>
* semantics.c (expand_body) Do emit_associated_thunks before
expansion.
2004-01-27 Devang Patel <dpatel@apple.com>
* name-lookup.c: Include "debug.h"
...
...
gcc/cp/semantics.c
View file @
de81ffd4
...
...
@@ -2885,6 +2885,9 @@ expand_body (tree fn)
/* ??? When is this needed? */
saved_function
=
current_function_decl
;
/* Emit any thunks that should be emitted at the same time as FN. */
emit_associated_thunks
(
fn
);
timevar_push
(
TV_INTEGRATION
);
optimize_function
(
fn
);
timevar_pop
(
TV_INTEGRATION
);
...
...
@@ -2895,9 +2898,6 @@ expand_body (tree fn)
extract_interface_info
();
/* Emit any thunks that should be emitted at the same time as FN. */
emit_associated_thunks
(
fn
);
/* If this function is marked with the constructor attribute, add it
to the list of functions to be called along with constructors
from static duration objects. */
...
...
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