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
f79c7a76
Commit
f79c7a76
authored
Jun 28, 1995
by
Jason Merrill
Committed by
Richard Kenner
Jun 28, 1995
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(cplus_expand_expr): Don't mess with temp slots.
From-SVN: r10075
parent
f7522313
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
gcc/cp/expr.c
+0
-4
No files found.
gcc/cp/expr.c
View file @
f79c7a76
...
@@ -132,8 +132,6 @@ cplus_expand_expr (exp, target, tmode, modifier)
...
@@ -132,8 +132,6 @@ cplus_expand_expr (exp, target, tmode, modifier)
}
}
if
(
call_target
)
if
(
call_target
)
{
{
preserve_temp_slots
(
call_target
);
/* Make this a valid memory address now. The code below assumes
/* Make this a valid memory address now. The code below assumes
that it can compare rtx and make assumptions based on the
that it can compare rtx and make assumptions based on the
result. The assumptions are true only if the address was
result. The assumptions are true only if the address was
...
@@ -141,11 +139,9 @@ cplus_expand_expr (exp, target, tmode, modifier)
...
@@ -141,11 +139,9 @@ cplus_expand_expr (exp, target, tmode, modifier)
call_target
=
validize_mem
(
call_target
);
call_target
=
validize_mem
(
call_target
);
}
}
preserve_temp_slots
(
DECL_RTL
(
slot
));
call_exp
=
build
(
CALL_EXPR
,
type
,
func
,
args
,
0
);
call_exp
=
build
(
CALL_EXPR
,
type
,
func
,
args
,
0
);
TREE_SIDE_EFFECTS
(
call_exp
)
=
1
;
TREE_SIDE_EFFECTS
(
call_exp
)
=
1
;
return_target
=
expand_call
(
call_exp
,
call_target
,
ignore
);
return_target
=
expand_call
(
call_exp
,
call_target
,
ignore
);
free_temp_slots
();
if
(
call_target
==
0
)
if
(
call_target
==
0
)
{
{
if
(
pcc_struct_return
)
if
(
pcc_struct_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