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~
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
--
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
--
J. David Anglin dave.ang...@n