https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66639
Daniel Krügler <daniel.kruegler at googlemail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |daniel.kruegler@googlemail. | |com --- Comment #1 from Daniel Krügler <daniel.kruegler at googlemail dot com> --- Strictly speaking your request would be non-conforming, because the semantics of e.g. __func__ is specified to be static const char __func__[] = "function-name"; If at all, this could only be provided as compiler extension.