]> gcc.gnu.org Git - gcc.git/commit
expr.c (expand_assignment): Handle misaligned scalar writes to memory through top...
authorMartin Jambor <mjambor@suse.cz>
Tue, 13 Mar 2012 14:29:42 +0000 (15:29 +0100)
committerMartin Jambor <jamborm@gcc.gnu.org>
Tue, 13 Mar 2012 14:29:42 +0000 (15:29 +0100)
commit43332529edd116f18441629f484c36a645ccb763
treeaf2735f2d09cbd822cac8b47433a66135561bf9f
parent3985be599e422e875867c8f64dd0eb8b39d77f63
expr.c (expand_assignment): Handle misaligned scalar writes to memory through top-level MEM_REFs by calling...

2012-03-13  Martin Jambor  <mjambor@suse.cz>

* expr.c (expand_assignment): Handle misaligned scalar writes to
memory through top-level MEM_REFs by calling store_bit_field.

* testsuite/gcc.dg/misaligned-expand-2.c: New test.

From-SVN: r185336
gcc/ChangeLog
gcc/expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/misaligned-expand-2.c [new file with mode: 0644]
This page took 0.062665 seconds and 5 git commands to generate.