https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115000
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced: ``` template<class T> concept bool c = false; template<c T> struct ts{}; struct S {}; S s; ts<S> t33{s}; ```
pinskia at gcc dot gnu.org via Gcc-bugs Wed, 08 May 2024 20:33:51 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115000
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced: ``` template<class T> concept bool c = false; template<c T> struct ts{}; struct S {}; S s; ts<S> t33{s}; ```