This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL 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]

Re: gcov


Andrew Binkley writes:
 > Hi, I am doing some testing for gsl using gcov, and was wondering
 > if you could tell me what the ######, means next to a line.  I am
 > assuming it means that the line is never executed,

correct

 > which I find strange, since occasionally it is next to lines I know
 > must have executed (like a return.)

If the program is compiled with optimisation then there may be some
slight differences.  Try with -O0, and if it still occurs you could
post a simple example which demonstrates the problem.

-- 
Brian


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