]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/57134 (ICE with -mstrict-align and inline assembly on ppc64)
authorAlan Modra <amodra@gmail.com>
Tue, 24 Sep 2013 11:32:28 +0000 (21:02 +0930)
committerAlan Modra <amodra@gcc.gnu.org>
Tue, 24 Sep 2013 11:32:28 +0000 (21:02 +0930)
commit5a8c2b571c68cea56cab84c90bf407363c8a3587
treef766572dc170a811c372091c20ec61420cd13e4f
parentf40333afeb570012ed42439cb9ce3c7aaa63b916
re PR middle-end/57134 (ICE with -mstrict-align and inline assembly on ppc64)

PR middle-end/57134
PR middle-end/57586
* stmt.c (expand_asm_operands): Call expand_expr with
EXPAND_MEMORY for output operands that disallow regs.  Don't
use EXPAND_WRITE on inout operands.

From-SVN: r202866
gcc/ChangeLog
gcc/stmt.c