This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/11767] different code behaviour with -fprofile-arcs -ftest-coverage


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 ***


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]