]> git.ipfire.org Git - thirdparty/gcc.git/commit
This patch addresses the bogus "Invocation mismatch" messages seen in parallel profil...
authorTeresa Johnson <tejohnson@google.com>
Mon, 19 Nov 2012 05:20:59 +0000 (05:20 +0000)
committerTeresa Johnson <tejohnson@gcc.gnu.org>
Mon, 19 Nov 2012 05:20:59 +0000 (05:20 +0000)
commit822a258a9848094045f3c1603b8b2eb0473ba40c
treeefa4b8c539082380ffc711a2186862e08d1a71a5
parentc513ecbf359898cc6304aa506b35e27b1422b82d
This patch addresses the bogus "Invocation mismatch" messages seen in parallel profiledbootstrap builds of gcc.

This patch addresses the bogus "Invocation mismatch" messages seen in parallel
profiledbootstrap builds of gcc. See PR bootstrap/55051 for a discussion of
why this is occurring and why this checking is inaccurate. Leave it in when
!GCOV_LOCKED, to warn about concurrent update issues requiring locking.

2012-11-18  Teresa Johnson  <tejohnson@google.com>

PR bootstrap/55051
* libgcov.c (gcov_exit): Remove merged program summary
comparison unless !GCOV_LOCKED.

From-SVN: r193612
libgcc/ChangeLog
libgcc/libgcov.c