On Fri, Feb 11, 2022 at 12:53:07PM -0500, Michael Meissner wrote: > Ping patch for PR target/102059 to ignore implicit -mpower8-fusion that > prevents a function targeting power9 or power10 from inlining a function that > declared it needed power8 via attribute/pragma target.
Can we just disable any effect from this flag, instead? It should just be implied by -mcpu=power8, and be impossible to be enabled otherwise (or disabled!) Segher