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
2df53c0b
Commit
2df53c0b
authored
Aug 26, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(expand_expr): For BIND_EXPR, call insert_block on the block.
From-SVN: r1960
parent
1b81aa14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
gcc/expr.c
+4
-3
No files found.
gcc/expr.c
View file @
2df53c0b
...
@@ -3354,9 +3354,10 @@ expand_expr (exp, target, tmode, modifier)
...
@@ -3354,9 +3354,10 @@ expand_expr (exp, target, tmode, modifier)
if there are any cleanups they most be contained here. */
if there are any cleanups they most be contained here. */
expand_start_bindings
(
0
);
expand_start_bindings
(
0
);
/* Mark the corresponding BLOCK for output. */
/* Mark the corresponding BLOCK for output in its proper place. */
if
(
TREE_OPERAND
(
exp
,
2
)
!=
0
)
if
(
TREE_OPERAND
(
exp
,
2
)
!=
0
TREE_USED
(
TREE_OPERAND
(
exp
,
2
))
=
1
;
&&
!
TREE_USED
(
TREE_OPERAND
(
exp
,
2
)))
insert_block
(
TREE_OPERAND
(
exp
,
2
));
/* If VARS have not yet been expanded, expand them now. */
/* If VARS have not yet been expanded, expand them now. */
while
(
vars
)
while
(
vars
)
...
...
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