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
dabf8373
Commit
dabf8373
authored
Jul 14, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(stor_expr): Force stack adjust before NO_DEFER_POP.
(expand_expr, case COND_EXPR): Likewise. From-SVN: r10131
parent
3669e646
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
gcc/expr.c
+2
-0
No files found.
gcc/expr.c
View file @
dabf8373
...
@@ -2709,6 +2709,7 @@ store_expr (exp, target, want_value)
...
@@ -2709,6 +2709,7 @@ store_expr (exp, target, want_value)
emit_queue
();
emit_queue
();
target
=
protect_from_queue
(
target
,
1
);
target
=
protect_from_queue
(
target
,
1
);
do_pending_stack_adjust
();
NO_DEFER_POP
;
NO_DEFER_POP
;
jumpifnot
(
TREE_OPERAND
(
exp
,
0
),
lab1
);
jumpifnot
(
TREE_OPERAND
(
exp
,
0
),
lab1
);
store_expr
(
TREE_OPERAND
(
exp
,
1
),
target
,
0
);
store_expr
(
TREE_OPERAND
(
exp
,
1
),
target
,
0
);
...
@@ -5823,6 +5824,7 @@ expand_expr (exp, target, tmode, modifier)
...
@@ -5823,6 +5824,7 @@ expand_expr (exp, target, tmode, modifier)
=
invert_truthvalue
(
TREE_OPERAND
(
exp
,
0
));
=
invert_truthvalue
(
TREE_OPERAND
(
exp
,
0
));
}
}
do_pending_stack_adjust
();
NO_DEFER_POP
;
NO_DEFER_POP
;
op0
=
gen_label_rtx
();
op0
=
gen_label_rtx
();
...
...
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