This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: PR target/54347: REAL_VALUE_TO_TARGET_LONG_DOUBLE shouldn't be used in i386
- From: Uros Bizjak <ubizjak at gmail dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 22 Aug 2012 21:02:43 +0200
- Subject: Re: PATCH: PR target/54347: REAL_VALUE_TO_TARGET_LONG_DOUBLE shouldn't be used in i386
- References: <20120821150527.GA22965@intel.com>
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.