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
4167e8d4
Commit
4167e8d4
authored
Sep 26, 2013
by
Eric Botcazou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* expr.c (expand_assignment): Remove obsolete comment.
From-SVN: r202938
parent
5254eac4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
gcc/ChangeLog
+5
-1
gcc/expr.c
+0
-4
No files found.
gcc/ChangeLog
View file @
4167e8d4
2013
-
09
-
26
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
expr
.
c
(
expand_assignment
):
Remove
obsolete
comment
.
2013
-
09
-
25
Jeff
Law
<
law
@
redhat
.
com
>
*
tree
-
flow
.
h
(
thread_through_all_blocks
):
Prototype
moved
into
...
...
@@ -33,7 +37,7 @@
(
strip_address_mutations
):
Add
bitfield
operations
handling
.
(
must_be_index_p
):
Add
shifting
and
rotate
operations
handling
.
(
set_address_base
):
Use
must_be_base_p
predicate
.
(
set_address_index
):
Use
must_be_index_p
predicate
.
(
set_address_index
):
Use
must_be_index_p
predicate
.
2013
-
09
-
25
Alexander
Ivchenko
<
alexander
.
ivchenko
@
intel
.
com
>
Maxim
Kuznetsov
<
maxim
.
kuznetsov
@
intel
.
com
>
...
...
gcc/expr.c
View file @
4167e8d4
...
...
@@ -4836,11 +4836,7 @@ expand_assignment (tree to, tree from, bool nontemporal)
/* If the field is at offset zero, we could have been given the
DECL_RTX of the parent struct. Don't munge it. */
to_rtx
=
shallow_copy_rtx
(
to_rtx
);
set_mem_attributes_minus_bitpos
(
to_rtx
,
to
,
0
,
bitpos
);
/* Deal with volatile and readonly fields. The former is only
done for MEM. Also set MEM_KEEP_ALIAS_SET_P if needed. */
if
(
volatilep
)
MEM_VOLATILE_P
(
to_rtx
)
=
1
;
}
...
...
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