Re: [PATCH] Fix handling of EXPAND_MEMORY for TFmode memory constraint in asm

2013-01-02 Thread Richard Henderson
On 12/01/2012 02:46 PM, John David Anglin wrote: > PR middle-end/55198 > * expr.c (expand_expr_real_1): Don't use bitfield extraction for non > BLKmode objects when EXPAND_MEMORY is specified. Ok. r~

Re: [PATCH] Fix handling of EXPAND_MEMORY for TFmode memory constraint in asm

2012-12-30 Thread John David Anglin
Ping. On 1-Dec-12, at 5:46 PM, John David Anglin wrote: The attached change fixes the compilation of the following asm in libquadmath/math/fmaq.c: asm volatile ("" : : "m" (v.value)); The issue arises because there is no support for directly loading TFmode objects. Ok for trunk? Dave --