https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99803
Bug ID: 99803 Summary: internal compiler error: in make_typename_type, at cp/decl.c:4057 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: hewillk at gmail dot com Target Milestone: --- https://godbolt.org/z/4Yfnfzdhe struct A { A(auto); }; A(unsigned) -> A:: template A<int>;