[Bug c++/120366] [12/13/14/15/16 Regression] __PRETTY_FUNCTION__ is sometimes an array of unknown bound inside double template

2025-05-20 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120366

Patrick Palka  changed:

   What|Removed |Added

 CC||jason at gcc dot gnu.org,
   ||ppalka at gcc dot gnu.org
   Keywords|needs-bisection |

--- Comment #3 from Patrick Palka  ---
Started ICEing with r9-2891-g5ec9f8cff333bb, then started being rejected with
r9-3788-gddd0d18c9c0702 "Make __PRETTY_FUNCTION__-like functions mergeable
string csts (PR c++/64266)".

[Bug c++/120366] [12/13/14/15/16 Regression] __PRETTY_FUNCTION__ is sometimes an array of unknown bound inside double template

2025-05-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120366

Andrew Pinski  changed:

   What|Removed |Added

  Known to work||8.5.0
   Target Milestone|--- |12.5
Summary|__PRETTY_FUNCTION__ is  |[12/13/14/15/16 Regression]
   |sometimes an array of   |__PRETTY_FUNCTION__ is
   |unknown bound inside double |sometimes an array of
   |template|unknown bound inside double
   ||template

--- Comment #2 from Andrew Pinski  ---
Oh it is a regression after all.