https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108872
anlauf at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution|--- |FIXED Known to work| |13.1.0 --- Comment #4 from anlauf at gcc dot gnu.org --- (In reply to Tomáš Trnka from comment #3) > (In reply to anlauf from comment #2) > > It appears that the testcase in comment#0 does no longer fail since > > at least 13.3.0. It still crashes with 12.5.0. > > You're right, I just rechecked with all releases of GCC 10-15: > 10.1.0 up to and including 12.5.0 crash with this ICE > 13.1.0 up to and including 15.2.0 work correctly > > So this can be closed as fixed. I can easily run a bisect to find the exact > commit fixing this if you'd like to know. Thanks for the feedback! Since the final release of 12-branch is affected, and the initial release of 13 (13.1.0) is fixed, there is no released version between them. I do not think that it is very important to find the commit, although it might be interesting to know what fixed it. If you figure it out, just attach the information to this PR. (It could have become a latent bug...) Closing for now.