[Bug c++/41986] incorrect execution via addition of -finline-functions

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Nov 8 11:37:00 GMT 2009



------- Comment #2 from rguenth at gcc dot gnu dot org  2009-11-08 11:36 -------
You seem to run afoul generic floating point equality comparison issues.
best_score possibly modifies scores and calls back to best_equiv.  Roudning
issues with the accumulation can lead to the failure.

So, we need some analysis on your part to prove this is a bug with GCC,
we're not application debuggers ;)


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41986



More information about the Gcc-bugs mailing list