https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124291
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2026-03-01
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=123629
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #6)
> Created attachment 63798 [details]
> testcase reduced from clang that still ICEs
>
> This one still ICEs at `-O3 -flto`. It does not need any other sources
> either.
Note I accidently stumbled upon this one while reducing the clang ICE, PR
123629; my check for was only looking for an ICE `during IPA pass: cp`.
If I should file that one seperately I can but the ICE is:
lto1: internal compiler error: in decide_about_value, at ipa-cp.cc:6069
So I am hoping that is easier to debug than the PGO case.