This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PR 323 patch committed
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: "Joseph S. Myers" <joseph at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 30 Mar 2009 12:47:17 -0700
- Subject: Re: PR 323 patch committed
- References: <Pine.LNX.4.64.0903300150380.2965@digraph.polyomino.org.uk>
On Sun, Mar 29, 2009 at 6:54 PM, Joseph S. Myers
<joseph@codesourcery.com> wrote:
> I have committed my patch to implement C99-conforming excess precision for
> C to trunk after bootstrap with no regressions on i686-pc-linux-gnu. ?This
> is <http://gcc.gnu.org/ml/gcc-patches/2008-11/msg00105.html> (which
> message contains further discussion of the background and approach taken),
> together with the subsequent changes to make -fexcess-precision=standard
> give an error for non-C languages when used for a target that may have
> excess precision issues.
>
This breaks -ansi -msse on 32bit:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39592
H.J.