Commit daf57541 by Dominik Vogt Committed by Andreas Krebbel

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
parent 0898c74d
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> 2017-02-06 Georg-Johann Lay <avr@gjlay.de>
PR target/78883 PR target/78883
......
/* { dg-do compile } */ /* { 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 { typedef struct S {
double z[8][25]; double z[8][25];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment