https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125677
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2026-06-09
Ever confirmed|0 |1
Keywords| |needs-bisection
Target Milestone|--- |13.5
Summary|The C++ frontend fails to |[13 Regression] The C++
|reject an invalid |frontend fails to reject an
|un-deduced auto in a |invalid un-deduced auto in
|trailing return type when |a trailing return type when
|forming a function |forming a function
|reference type for a |reference type for a
|variable template |variable template
|instantiation. This invalid |instantiation.
|AST is then passed to the |
|backend, causing a |
|Segmentation fault (ICE) |
|during t |
Status|UNCONFIRMED |NEW
--- Comment #1 from Drea Pinski <pinskia at gcc dot gnu.org> ---
Please don't file bugs for ICE on invalid code which are already fixed. Most
likely they are not worth to fix on the release branches were they are broken
still. Also GCC 13.5.0 will the last release of the GCC 13 release branch and
most likely the fix won't be backported.