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++/24550] incorrect gcov code coverage output in 4.0 and 4.1



------- 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) ()
{
<bb 0>:
  [t.cc : 24] __static_initialization_and_destruction_0 (0, 65535);
  [t.cc : 24] return;


There might be antoher bug about this too, I have to look.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|gcov/profile                |c++
            Summary|[4.x Regression] incorrect  |incorrect gcov code coverage
                   |gcov code coverage output in|output in 4.0 and 4.1
                   |4.0 and 4.1                 |


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


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