https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103018
Bug ID: 103018 Summary: ICE: in pop_local_binding, at cp/name-lookup.c:2496 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: hewillk at gmail dot com Target Milestone: --- Hi. template<class T> concept C = requires (T t, void (&f)(auto)) { true; }; https://godbolt.org/z/f4bf7nohd