[Bug c++/70353] [5/6 regression] ICE on __PRETTY_FUNCTION__ in a constexpr function

mrlika at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Mar 23 11:22:00 GMT 2016


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 ();


More information about the Gcc-bugs mailing list