]> git.ipfire.org Git - thirdparty/gcc.git/commit
CRIS: Adjust gcc.dg/tree-ssa/loop-1.c
authorHans-Peter Nilsson <hp@axis.com>
Mon, 15 Jul 2024 02:57:06 +0000 (04:57 +0200)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Mon, 15 Jul 2024 03:02:57 +0000 (05:02 +0200)
commitda37a272beceacb362373a9eab1e915db587be9e
tree8b0cbadb26fb988afd8b99c353ca72ed3d45e961
parent9f521632dd9ce71ce28ff1da9c161f76bc20fe3e
CRIS: Adjust gcc.dg/tree-ssa/loop-1.c

With r15-1619-g3b9b8d6cfdf593, there's a XPASS and a FAIL
for this test-case for cris-elf.  Looking at the generated
code, _foo is indeed no longer saved in a register for CRIS.
While that looks like a regression, coremark results are the
same around this revision, so simply adjust the test-case:
remove the target-specific exceptions for cris-*-*.

* gcc.dg/tree-ssa/loop-1.c: Remove target-specific test
and xfail to adjust for recent changes in register allocation.
gcc/testsuite/gcc.dg/tree-ssa/loop-1.c