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

            Bug ID: 97591
           Summary: Segmentation fault by non-type template parameters
           Product: gcc
           Version: 10.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: v.stiff at gmail dot com
  Target Milestone: ---

I was experimenting with new C++20 features and stumbled on segfault in GCC
10.2.0:

type-level-routes.cpp:45:25: internal compiler error: Segmentation fault: 11
 45 | struct Route<Slug<Path()>, Rest...> {
 | ^

Reply via email to