This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: PR target/54347: REAL_VALUE_TO_TARGET_LONG_DOUBLE shouldn't be used in i386


On Tue, Aug 21, 2012 at 5:05 PM, H.J. Lu <hongjiu.lu@intel.com> wrote:

> long double may not be 80-bit on i386.  We can't use
> REAL_VALUE_TO_TARGET_LONG_DOUBLE for XFmode.  This patch replaces
> REAL_VALUE_TO_TARGET_LONG_DOUBLE with real_to_target.  OK to install?
>
> Thanks.
>
> H.J.
> ---
> 2012-08-21  H.J. Lu  <hongjiu.lu@intel.com>
>
>         PR target/54347
>         * config/i386/i386.c (ix86_split_to_parts): Replace
>         REAL_VALUE_TO_TARGET_LONG_DOUBLE with real_to_target.

OK.

Thanks,
Uros.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]