]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: Mark fn1 in pr81627.c as noinline [PR120101]
authorAndrew Pinski <quic_apinski@quicinc.com>
Wed, 23 Jul 2025 05:11:29 +0000 (22:11 -0700)
committerAndrew Pinski <quic_apinski@quicinc.com>
Wed, 23 Jul 2025 05:14:15 +0000 (22:14 -0700)
commit2fda72d1315b72e9d43b05da2f260e5c59aaad41
tree7b7dd51873f7327bb109ad58c3942569746cd3fe
parent96d5aef307025a771ae4ef47a9b382ef20eb06c4
testsuite: Mark fn1 in pr81627.c as noinline [PR120101]

Since r16-372-g064cac730f88dc fn1 is now inlined into main
which meant the scan dump was failing since it was looking
for it only once. Marking fn1 as noinline gets us back to
the old behavior and no longer dependent on the inliner.

Pushed as obvious after a quick test.

PR testsuite/120101
gcc/testsuite/ChangeLog:

* gcc.dg/tree-ssa/pr81627.c (fn1): Mark as noinline.

Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
gcc/testsuite/gcc.dg/tree-ssa/pr81627.c