]> git.ipfire.org Git - thirdparty/gcc.git/commit
expr.c (expand_expr_real_1): Pass type, not the expression, to set_mem_attributes...
authorMartin Jambor <mjambor@suse.cz>
Fri, 13 Apr 2012 17:12:33 +0000 (19:12 +0200)
committerMartin Jambor <jamborm@gcc.gnu.org>
Fri, 13 Apr 2012 17:12:33 +0000 (19:12 +0200)
commit65dc645a1506b95c45817f6b5281d975fecb9295
treed43ec3fd9297e9086ec2e59da2e1fb04119e501e
parent1adbb3614d87c487eb0b3c3eebbe1c6bb6e7438f
expr.c (expand_expr_real_1): Pass type, not the expression, to set_mem_attributes for a memory temporary.

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.

From-SVN: r186426
gcc/ChangeLog
gcc/expr.c