[Bug c++/66639] New: Feature request C++: mark __func__ , __FUNCTION__ & __PRETTY_FUNCTION__ as constexpr

2015-06-23 Thread simon at gleissner dot de
RMED Severity: enhancement Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: simon at gleissner dot de Target Milestone: --- Currently, __func__ , __FUNCTION__ and __PRETTY_FUNCTION__ are internally declared as static constant ar

[Bug c++/66639] Feature request C++: mark __func__ , __FUNCTION__ & __PRETTY_FUNCTION__ as constexpr

2015-06-24 Thread simon at gleissner dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66639 --- Comment #3 from Simon Gleissner --- Hi * > If at all, this could only be provided as compiler extension. Good point. Yes, i think this would be a adequate solution. > (assuming making it constexpr doesn't break anything) ... which IMHO co