[Bug c++/11767] different code behaviour with -fprofile-arcs -ftest-coverage
pinskia at physics dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Mon Aug 4 18:18:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11767
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
Version|3.2.3 |3.2.2
------- Additional Comments From pinskia at physics dot uc dot edu 2003-08-04 18:18 -------
It still is a dup of 323 because the problem is that the store happens so that 5.0 does not equal to
5.0 and the options -fprofile-arcs -ftest-coverage just force the store to happen that would not
over-wise happen. Also you are comparing by using equals which is never going to be the same
with floating point.
*** This bug has been marked as a duplicate of 323 ***
More information about the Gcc-bugs
mailing list