http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55051
--- Comment #17 from Teresa Johnson <tejohnson at google dot com> 2012-11-15 01:28:47 UTC --- On Wed, Nov 14, 2012 at 5:17 PM, hubicka at gcc dot gnu.org < gcc-bugzi...@gcc.gnu.org> wrote: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55051 > > --- Comment #16 from Jan Hubicka <hubicka at gcc dot gnu.org> 2012-11-15 > 01:17:43 UTC --- > Theresa: I am using gcc10 from compilation farm, but I think it is fairly > universal problem. > Ok, I am doing a profiledbootstrap -j24 with trunk on linux x86_64 to see if I can reproduce it. > Also I think that gcc_assert should not be assert, but an user readable > error > about gcov file corruption. > Are we talking about the coverage mismatch error, i.e.: ../../libiberty/cp-demangle.c: In function 'd_print_cast.isra.8': ../../libiberty/cp-demangle.c:5642:1: error: the control flow of function 'd_print_cast.isra.8' does not match its profile data (counter 'arcs') [-Werror=coverage-mismatch] } ^ ../../libiberty/cp-demangle.c:5642:1: note: use -Wno-error=coverage-mismatch to tolerate the mismatch but performance may drop if the function is hot I don't think this was introduced by my changes. Or are we talking about a different error? Thanks, Teresa > > -- > Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You are on the CC list for the bug. >