https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100764
Patrick Palka <ppalka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=105143,
| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=93083
Keywords|ice-on-invalid-code |ice-on-valid-code
Status|NEW |RESOLVED
CC| |ppalka at gcc dot gnu.org
Target Milestone|--- |11.3
Resolution|--- |FIXED
--- Comment #4 from Patrick Palka <ppalka at gcc dot gnu.org> ---
Looks like this is fixed for GCC 11.3+ by the fix for PR105143 (and PR93083).
A new testcase seems unnecessary since the existing tests from these PRs ought
to sufficiently cover this situation.