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

--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Kewen Lin <li...@gcc.gnu.org>:

https://gcc.gnu.org/g:57792c33042d17605a6b6ad9027f5e6d5199eb26

commit r14-7092-g57792c33042d17605a6b6ad9027f5e6d5199eb26
Author: Kewen Lin <li...@linux.ibm.com>
Date:   Tue Jan 9 23:06:13 2024 -0600

    testsuite, rs6000: Adjust pcrel-sibcall-1.c with noipa [PR112751]

    As PR112751 shows, commit r14-5628 caused pcrel-sibcall-1.c
    to fail as it enables ipa-vrp which makes return values of
    functions {x,y,xx} as known and propagated.  This patch is
    to adjust it with noipa to make it not fragile.

            PR testsuite/112751

    gcc/testsuite/ChangeLog:

            * gcc.target/powerpc/pcrel-sibcall-1.c: Replace noinline as noipa.

Reply via email to