This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11767] different code behaviour with -fprofile-arcs -ftest-coverage
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Aug 2003 18:18:36 -0000
- Subject: [Bug c++/11767] different code behaviour with -fprofile-arcs -ftest-coverage
- References: <20030801203357.11767.lothar@xcerla.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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 ***