Hi!
On Thu, Oct 15, 2020 at 10:52:20AM +0000, Christophe Leroy wrote:
With gcc9 I get:
<snip>
With gcc10 I get:
<snip>
gcc10 defines multiple versions of csum_partial() which are just
an unconditionnal branch to __csum_partial().
It doesn't inline it, yes.
Could you open a GCC PR for this please?