[Bug c++/24550] incorrect gcov code coverage output in 4.0 and 4.1

2005-10-26 Thread reddy at pixar dot com
--- Comment #4 from reddy at pixar dot com 2005-10-27 01:36 --- Thanks for the bugdb digging Andrew. I did do some searching to see if these problems were reported, but didn't catch those reports. Sorry 'bout that. PR 12076 does sound like a dupe, and the alternate behavior just suggest

[Bug c++/24550] incorrect gcov code coverage output in 4.0 and 4.1

2005-10-26 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-27 01:10 --- (In reply to comment #2) > There might be antoher bug about this too, I have to look. And there is, PR 15369. Since both of these issues have been filed already, I am going to close this as a dup of last one. ***

[Bug c++/24550] incorrect gcov code coverage output in 4.0 and 4.1

2005-10-26 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-27 01:07 --- And the EOF issue is also a front-end issue too: (static destructors for t.cc) () { : [t.cc : 24] __static_initialization_and_destruction_0 (0, 65535); [t.cc : 24] return; There might be antoher bug about this