https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119129
Patrick Palka <ppalka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|14.3 |---
Keywords|ice-on-invalid-code |ice-on-valid-code
Summary|[14/15 Regression] ICE: in |ICE: in keep_template_parm,
|keep_template_parm, at |at cp/pt.cc:11115
|cp/pt.cc:11115 |
--- Comment #3 from Patrick Palka <ppalka at gcc dot gnu.org> ---
(In reply to eczbek.void from comment #2)
> Is the ice-on-invalid-code tag correct? The code looks valid to me and it
> seems to compile on Clang.
Agreed, but in that case it's not a regression since no version of GCC ever
accepted the code -- before r14-9938 we incorrectly rejected the code rather
than ICE'd.