re PR inline-asm/56405 (ICE on questionable "m" argument)
authorJakub Jelinek <jakub@redhat.com>
Thu, 21 Feb 2013 09:33:49 +0000 (10:33 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 21 Feb 2013 09:33:49 +0000 (10:33 +0100)
commit7bcc6e758e039a4d6b2f9642d38217beffd1cdd9
treea3adc5c0ebfe969edeaf00c02a48cf42ed614335
parent58edd811c65a5819556df49732bd9f547ccf3d3c
re PR inline-asm/56405 (ICE on questionable "m" argument)

PR inline-asm/56405
* expr.c (expand_expr_real_1) <case TARGET_MEM_REF, MEM_REF>: Don't
use movmisalign or extract_bit_field for EXPAND_MEMORY modifier.

* gcc.c-torture/compile/pr56405.c: New test.

From-SVN: r196195
gcc/ChangeLog
gcc/expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr56405.c [new file with mode: 0644]