[Bug tree-optimization/127217] VRP does not honor TARGET_CAN_INLINE_P
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Sep 4 15:42:24 GMT 2026
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+.
More information about the Gcc-bugs
mailing list