]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: Fix unroll-and-jam.c on IBM Z
authorStefan Schulze Frielinghaus <stefansf@linux.ibm.com>
Fri, 16 Apr 2021 05:48:34 +0000 (07:48 +0200)
committerStefan Schulze Frielinghaus <stefansf@linux.ibm.com>
Fri, 16 Apr 2021 05:48:34 +0000 (07:48 +0200)
commit76c7e7d6b003a17d183d0571bf9b34c691819d25
tree10ed13839bedda29958d3e2c76c48ee0389d4cdd
parent89c863488bc8c7315596bcb753173aa2fd8be727
testsuite: Fix unroll-and-jam.c on IBM Z

For z10 and newer inner loops are completely unrolled which leaves no
inner loops to jam which renders this testcase to fail.  Reverting
max-completely-peel-times to the default value fixes this testcase.

gcc/testsuite/ChangeLog:

* gcc.dg/unroll-and-jam.c: Revert max-completely-peel-times to
the default value on IBM Z.
gcc/testsuite/gcc.dg/unroll-and-jam.c