[Bug c++/108269] __PRETTY_FUNCTION__ for NTTP literal initialization containing a char array is assumed to ending in a null character

2023-01-03 Thread camden.mannett at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108269 --- Comment #4 from Camden Mannett --- > So it is just a minor issue dealing with debugging really ... __PRETTY_FUNCTION__ is (mis)used for more than that though; it's often used as an compile-time version of RTTI:

[Bug c++/108269] New: Incorrect __PRETTY_FUNCTION__ with std::array in C++20 NTTP literal

2023-01-02 Thread camden.mannett at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108269 Bug ID: 108269 Summary: Incorrect __PRETTY_FUNCTION__ with std::array in C++20 NTTP literal Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal