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]

GCOV problem


Hello,

The version of GCOV I am using is GNU 1.5

I am having problem with the code coverage not being able to give me any
coverage information on some of my project's .c files.  When I tested them,
all the lines for each file were executed but in the *.c.gcov files it just
display "######" for all the lines.  To me, meaning that none of the lines
were excuted, but when I added a simple printf statement and a simple
assignment statement in one of those files it still gave me the "######"
even with testing that all the lines did got executed.  Do you know the
reason why?  If there are known bugs please let me know.  Thank you.


Inphone Laonady
Netrics, Inc.
707 State Road
Suite 202
Princeton, NJ  08540
Phone: (609) 683 - 4002 Ext. 212
Fax: (609) 497 - 9030


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