diff options
author | jamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-04-13 17:12:33 +0000 |
---|---|---|
committer | jamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-04-13 17:12:33 +0000 |
commit | 75d525a2e9406dcfd3a3f94dcf5e9ef4e361ca1c (patch) | |
tree | d43ec3fd9297e9086ec2e59da2e1fb04119e501e /gcc/ChangeLog | |
parent | 2abb79fc589e6dbb9f7f7c5cb4c095dd6764dffa (diff) | |
download | gcc-75d525a2e9406dcfd3a3f94dcf5e9ef4e361ca1c.tar.gz |
2012-04-13 Martin Jambor <mjambor@suse.cz>
* expr.c (expand_expr_real_1): Pass type, not the expression, to
set_mem_attributes for a memory temporary. Do not call the function
for the memory temporary created for a bitfield.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186426 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c0df5218a2b..721f68135eb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2012-04-13 Martin Jambor <mjambor@suse.cz> + + * expr.c (expand_expr_real_1): Pass type, not the expression, to + set_mem_attributes for a memory temporary. Do not call the function + for the memory temporary created for a bitfield. + 2012-04-13 Alexandre Oliva <aoliva@redhat.com> PR debug/48866 |