public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: optimization/10825: GCC 3.2.3 cannot compare two double
@ 2003-05-16 19:00 ebotcazou
  0 siblings, 0 replies; only message in thread
From: ebotcazou @ 2003-05-16 19:00 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, guindon, lethiec, nobody

Old Synopsis: GCC 2.3.2 cannot compare two double
New Synopsis: GCC 3.2.3 cannot compare two double

State-Changed-From-To: open->closed
State-Changed-By: ebotcazou
State-Changed-When: Fri May 16 19:00:52 2003
State-Changed-Why:
    Not a bug. On x86, when optimizing, floating point values
    may be kept in FP registers when doing comparisons with
    others stored in memory. Now x86 FP registers have
    extra-precision over a 'double', which may invalid
    a comparison. Compile your code with '-ffloat-store'
    if it relies on exact IEEE floating-point semantics.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10825


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-16 19:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-16 19:00 optimization/10825: GCC 3.2.3 cannot compare two double ebotcazou

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).