This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCHv2][PR 81376] Remove unnecessary float casts in comparisons
- From: Jeff Law <law at redhat dot com>
- To: Yuri Gribov <tetra2005 at gmail dot com>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Cc: Marc Glisse <marc dot glisse at inria dot fr>, Joseph Myers <joseph at codesourcery dot com>, Richard Biener <richard dot guenther at gmail dot com>
- Date: Sun, 18 Feb 2018 13:46:59 -0700
- Subject: Re: [PATCHv2][PR 81376] Remove unnecessary float casts in comparisons
- Authentication-results: sourceware.org; auth=none
- References: <CAJOtW+4Y=7b=50kCNkcPFvGSq+CpKT19dkVtoW3kdgzpf3S6qg@mail.gmail.com>
On 02/18/2018 11:52 AM, Yuri Gribov wrote:
> Hi all,
>
> This is a second iteration of patch which gets rid of float casts in
> comparisons when all values of casted integral type are exactly
> representable by the float type
> (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81376). The new version
> addresses Richard's review
> (https://gcc.gnu.org/ml/gcc-patches/2017-10/msg00481.html).
>
> Bootstrapped and regtested on x64_64. Ok to commit?
This should defer into the next stage1 IMHO.
jeff