https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118629
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason at gcc dot gnu.org,
| |ppalka at gcc dot gnu.org
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Of course, in the __PRETTY_FUNCTION__ case this might be really hard to do.
As __PRETTY_FUNCTION__ includes the return type in the text but the return type
depends on the length of that text, so it is circular.