This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch] Remove all uses of TARGET_FLT_EVAL_METHOD_NON_DEFAULT and poison it
- From: James Greenhalgh <james dot greenhalgh at arm dot com>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: <gcc-patches at gcc dot gnu dot org>, <nd at arm dot com>, <rth at redhat dot com>, <charlet at adacore dot com>, <ebotcazou at libertysurf dot fr>, <aph at redhat dot com>, <tromey at redhat dot com>, <fortran at gcc dot gnu dot org>
- Date: Wed, 28 Sep 2016 17:19:35 +0100
- Subject: Re: [Patch] Remove all uses of TARGET_FLT_EVAL_METHOD_NON_DEFAULT and poison it
- Authentication-results: sourceware.org; auth=none
- Nodisclaimer: True
- References: <1474562612-38327-1-git-send-email-james.greenhalgh@arm.com> <alpine.DEB.2.20.1609221755010.19208@digraph.polyomino.org.uk>
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
On Thu, Sep 22, 2016 at 05:55:21PM +0000, Joseph Myers wrote:
> On Thu, 22 Sep 2016, James Greenhalgh wrote:
>
> > The relaxation isn't portable, and keeping it in place is tricky, so this
> > patch removes it, and poisons TARGET_FLT_EVAL_METHOD_NON_DEFAULT in
> > system.h to prevent future use.
> >
> > Bootstrapped and tested on x86_64 with --enable-languages=all,ada,go,obj-c++
> > with no issues.
> >
> > OK?
>
> OK.
Hi Joseph,
Is this OK sufficient for me to commit the patch, or must I wait for input
from the other CCed front-end maintainers?
Thanks,
James