https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70353
--- Comment #8 from Andriy Lysnevych <mrlika at gmail dot com> ---
Smaller test case:
constexpr const char* ce ()
{
return __func__;
}
const char* c = ce ();
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70353
--- Comment #8 from Andriy Lysnevych <mrlika at gmail dot com> ---
Smaller test case:
constexpr const char* ce ()
{
return __func__;
}
const char* c = ce ();