On Mon, Apr 2, 2012 at 12:57 PM, Eric Botcazou <ebotca...@adacore.com> wrote:
>> You should be able to use fold_unary instead of fold_build1.
>> make_signed_type should also not be used, but
>> build_nonstandard_integer_type (or even better, get an integer mode of the
>> same size of the float mode and then use type_for_mode).
>
> Using the mode size wouldn't work directly for XFmode on x86.  Moreover the
> precision seems to be the right property in this bit-field context.
>
> Adjusted patch attached, tested on i586-suse-linux, OK for mainline?

Ok.

Thanks,
Richard.

> --
> Eric Botcazou

Reply via email to