https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109860

            Bug ID: 109860
           Summary: ICE: in make_typename_type, at cp/decl.cc:4268
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hewillk at gmail dot com
  Target Milestone: ---

#include <tuple>

template<class T>
concept C = requires {
 typename std::template tuple<T>;
};

https://godbolt.org/z/MrrMvrbhT

Reply via email to