https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104584
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2022-02-17 Status|UNCONFIRMED |NEW Keywords| |diagnostic --- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- The attachment is just: template <typename T1,typename T2> class A { }; typedef A<constexpr int,unsigned> B;