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
df4556a3
Commit
df4556a3
authored
Aug 06, 2001
by
Richard Henderson
Committed by
Richard Henderson
Aug 06, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* expr.c (store_constructor): Don't clobber memory targets.
From-SVN: r44667
parent
d7730f7a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
gcc/ChangeLog
+7
-0
gcc/expr.c
+1
-1
No files found.
gcc/ChangeLog
View file @
df4556a3
2001
-
08
-
06
Richard
Henderson
<
rth
@redhat
.
com
>
*
except
.
c
(
convert_from_eh_region_ranges_1
)
:
Never
mark
USE
or
CLOBBER
insns
as
throwing
.
*
expr
.
c
(
store_constructor
)
:
Don
'
t
clobber
memory
targets
.
2001
-
08
-
06
Andreas
Jaeger
<
aj
@suse
.
de
>
2001
-
08
-
06
Andreas
Jaeger
<
aj
@suse
.
de
>
*
profile
.
c
(
branch_prob
)
:
Remove
unused
variable
insn
.
*
profile
.
c
(
branch_prob
)
:
Remove
unused
variable
insn
.
...
...
gcc/expr.c
View file @
df4556a3
...
@@ -4777,7 +4777,7 @@ store_constructor (exp, target, align, cleared, size)
...
@@ -4777,7 +4777,7 @@ store_constructor (exp, target, align, cleared, size)
clear_storage
(
target
,
GEN_INT
(
size
),
align
);
clear_storage
(
target
,
GEN_INT
(
size
),
align
);
cleared
=
1
;
cleared
=
1
;
}
}
else
else
if
(
REG_P
(
target
))
/* Inform later passes that the old value is dead. */
/* Inform later passes that the old value is dead. */
emit_insn
(
gen_rtx_CLOBBER
(
VOIDmode
,
target
));
emit_insn
(
gen_rtx_CLOBBER
(
VOIDmode
,
target
));
...
...
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