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

David Claessens <david.claessens at bestsorting dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david.claessens@bestsorting
                   |                            |.com

--- Comment #4 from David Claessens <david.claessens at bestsorting dot com> ---
This bug seems to regress a lot between versions

on my development station (Linux Mint 13):
$ gcov --version
gcov (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
$ gcov src/frames/framegrabcontroller.cpp --branch-counts
--branch-probabilities --preserve-paths --object-directory
build/intel-linux64/debug/intermediate/src/frames
build/intel-linux64/debug/intermediate/src/frames/framegrabcontroller.gcda:cannot
open data file, assuming not executed
File 'src/frames/framegrabcontroller.cpp'
Lines executed:0.00% of 78
Branches executed:0.00% of 270
Taken at least once:0.00% of 270
Calls executed:0.00% of 307
src/frames/framegrabcontroller.cpp:creating
'src#frames#framegrabcontroller.cpp.gcov'


on our jenkins server (Debian Testing):
$ gcov --version
gcov (Debian 4.7.2-5) 4.7.2
$ gcov src/frames/framegrabcontroller.cpp --branch-counts
--branch-probabilities --preserve-paths --object-directory
build/intel-linux64/debug/intermediate/src/frames
build/intel-linux64/debug/intermediate/src/frames/framegrabcontroller.gcda:cannot
open data file, assuming not executed
File 'src/frames/framegrabcontroller.cpp'
No executable lines
No branches
No calls
Removing 'src#frames#framegrabcontroller.cpp.gcov'

Reply via email to