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:
parent
0898c74df4
commit
daf57541f3
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue