gcov
Brian Gough
bjg@network-theory.co.uk
Wed Jan 21 14:09:00 GMT 2004
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
More information about the Gsl-discuss
mailing list