]> gcc.gnu.org Git - gcc.git/commit
testsuite, rs6000: Adjust pcrel-sibcall-1.c with noipa [PR112751]
authorKewen Lin <linkw@linux.ibm.com>
Wed, 10 Jan 2024 05:06:13 +0000 (23:06 -0600)
committerKewen Lin <linkw@linux.ibm.com>
Wed, 10 Jan 2024 05:06:13 +0000 (23:06 -0600)
commit57792c33042d17605a6b6ad9027f5e6d5199eb26
treed6989dbe2a442987cd5935bb9bc3251933bd99a7
parent6660904c3f5872262f466b5cbbd48fb11e9fe966
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.
gcc/testsuite/gcc.target/powerpc/pcrel-sibcall-1.c
This page took 0.070205 seconds and 6 git commands to generate.