https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127217
--- Comment #2 from Drea Pinski <pinskia at gcc dot gnu.org> --- If there is a testcase failing due to this, the testcase should be changed to avoid the constant. E.g. could return say a value of a global instead. Note dont return an address as that is considered a constant and able to be handled in gcc 17+.
