On 5/5/22 4:27 PM, Segher Boessenkool wrote:
> On Thu, May 05, 2022 at 02:59:07PM -0500, Peter Bergner wrote:
>> On 5/5/22 2:35 PM, Segher Boessenkool wrote:
>>> Just an unconditional
>>>
>>>   callee_isa &= ~OPTION_MASK_P8_FUSION;
>>>   explicit_isa &= ~OPTION_MASK_P8_FUSION;
>>>
>>> will do, no?  That is fine since these options should never have been
>>> used to determine if anything can be inlined, in the first place.
>>>
>>> A patch like that is pre-approved, even for trunk.
>>
>> That works for me!  I will apply this directly to GCC 10 and regtest and
>> push if clean so we can unblock our customer.
>>
>> As for trunk, GCC 12 & 11, I think we can wait for the backport of Mike's
>> patch that removes the option altogether.
> 
> Please put it on trunk and 12 and 11 as well.  To keep things sane.

Ok, pushed to trunk.  I'll work on testing and committing the backports.
Thanks!

Peter



Reply via email to