[Bug target/112751] [14 regression] gcc.target/powerpc/pcrel-sibcall-1.c fails after r14-5628-g53ba8d669550d3

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Nov 28 20:55:44 GMT 2023


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112751

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This is just a testsuite issue. The functions are currently marked as noinline.
 You can either add -fno-ipa-vrp or mark them with noipa instead. I am not sure
if noipa here is right due to having some ipa happening due to localization.


More information about the Gcc-bugs mailing list