Re: [PATCH 1/4] cgraph: Do not warn about caller count mismatches of removed functions

2021-09-16 Thread Martin Jambor
Hi, On Fri, Aug 20 2021, Martin Jambor wrote: > To verify other changes in the patch series, I have been searching for > "Invalid sum of caller counts" string in symtab dump but found that > there are false warnings about functions which have their body removed > because they are now unreachable.

[PATCH 1/4] cgraph: Do not warn about caller count mismatches of removed functions

2021-08-24 Thread Martin Jambor
To verify other changes in the patch series, I have been searching for "Invalid sum of caller counts" string in symtab dump but found that there are false warnings about functions which have their body removed because they are now unreachable. Those are of course invalid and so this patches avoids