public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: "Michael Veksler" <VEKSLER@il.ibm.com>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: c++/6914: -O2 and -O give different results for the same valid FP code
Date: Mon, 03 Jun 2002 08:56:00 -0000	[thread overview]
Message-ID: <20020603155601.15215.qmail@sources.redhat.com> (raw)

The following reply was made to PR c++/6914; it has been noted by GNATS.

From: "Michael Veksler" <VEKSLER@il.ibm.com>
To: tprince@computer.org
Cc: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org
Subject: Re: c++/6914: -O2 and -O give different results for the same valid FP code
Date: Mon, 3 Jun 2002 18:49:24 +0300

 Tim Prince wrote:
 + Among the remedies available would be
 + a) set 53-bit rounding mode
 + b) choose -msse2, for appropriate targets
 
 After rereading the gcc manual, I found "-ffloat-store" which is the best remedy. It is described in:
 http://gcc.gnu.org/onlinedocs/gcc-3.1/gcc/Optimize-Options.html#Optimize%20Options
 
 It says "For most programs, the excess precision does only good". This statement is wrong. It is unbearable to have a perfectly valid 
 code behave differently with -O2 and -O0 on the same platform. The default 
 should be changed to -ffloat-store. Of course, when passing -funsafe-math-optimizations, gcc may also set -fno-float-store.
 
 If the decision will be to keep the current behavior, documentation should 
 be updated. It should be more clear that -float-store is critical for IEEE 
 conformance on targets like x86. Also, the bugs section should contain 
 this as a known bug (and bug it is -- gcc does not conform to the IEEE 
 standard on x86).
 


             reply	other threads:[~2002-06-03 15:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-03  8:56 Michael Veksler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-06-03 23:56 Michael Veksler
2002-06-03  9:26 Franz Sirl
2002-06-03  6:36 Tim Prince
2002-06-03  6:16 Michael Veksler
2002-06-03  4:46 Michael Veksler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020603155601.15215.qmail@sources.redhat.com \
    --to=veksler@il.ibm.com \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).