PR 78348: Limit amount of unrolling in test.

gcc/testsuite/ChangeLog:

2017-02-06  Dominik Vogt  <vogt@linux.vnet.ibm.com>

	PR 78348
	* gcc.dg/tree-ssa/ldist-24.c: Add "--param max-completely-peel-times=8"
	to dg-options.

From-SVN: r245210
This commit is contained in:
Dominik Vogt 2017-02-06 15:14:09 +00:00 committed by Andreas Krebbel
parent 0898c74df4
commit daf57541f3
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2017-02-06 Dominik Vogt <vogt@linux.vnet.ibm.com>
PR 78348
* gcc.dg/tree-ssa/ldist-24.c: Add "--param max-completely-peel-times=8"
to dg-options.
2017-02-06 Georg-Johann Lay <avr@gjlay.de>
PR target/78883

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O3 -fdump-tree-ldist-details" } */
/* { dg-options "-O3 -fdump-tree-ldist-details --param max-completely-peel-times=8" } */
typedef struct S {
double z[8][25];