https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97591
--- Comment #4 from Vladimir Meremyanin ---
Maybe but in the #95291 crash occurs when access member, and here when
operator() is called. So probably both issues have a single cause.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97591
--- Comment #2 from Vladimir Meremyanin ---
Program source:
// /usr/local/Cellar/gcc/10.2.0/bin/g++-10 -std=c++20 type-level-routes.cpp
#include
#include
// FixedString from
https://www.reddit.com/r/cpp/comments/bhxx49/c20_string_literals_a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97591
--- Comment #1 from Vladimir Meremyanin ---
g++-10 -v
Using built-in specs.
COLLECT_GCC=/usr/local/Cellar/gcc/10.2.0/bin/g++-10
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/10.2.0/libexec/gcc/x86_64-apple-darwin19/10.2.0/lto-wrapper
Target: x86_64-
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
Componen