gcov merge mismatch for summaries
Posted
by mikelong
on Stack Overflow
See other posts from Stack Overflow
or by mikelong
Published on 2010-04-07T07:54:07Z
Indexed on
2010/04/07
12:13 UTC
Read the original article
Hit count: 743
Can anyone tell me what the gcov message "Merge mismatch for summaries" means. I have found the message in the gcc source here:
http://www.opensource.apple.com/source/gcc/gcc-5646/gcc/libgcov.c
It seems to be a sanity check that the tags in the .gcda files match but I'm not sure. Anyone know how to work around this?
Thanks, Mike
© Stack Overflow or respective owner