On 12/11/2012 03:16 AM, Jakub Jelinek wrote:
+ if (constraint_parsed && !allows_reg && allows_mem) + operand = mark_rvalue_use (TREE_VALUE (t));
This should be mark_lvalue_use, since we're using its address rather than its value. OK with that change.
Jason