https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117499
--- Comment #3 from Andrew Pinski ---
Note the reason why it shows up only at -O3 is because of recursive inlining in
this case only happens at -O3.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117499
--- Comment #2 from Andrew Pinski ---
(In reply to Sam James from comment #1)
> Dupe.
>
> *** This bug has been marked as a duplicate of bug 117496 ***
And yes the correct fix for PR 117496 solves this one too (not just the hack I
did earlier)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117499
Sam James changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRMED