diff mbox

PR 78348: Limit amount of unrolling in test.

Message ID 20170206144345.GA25000@linux.vnet.ibm.com
State New
Headers show

Commit Message

Dominik Vogt Feb. 6, 2017, 2:43 p.m. UTC
The attached patch fixes the s390x test failure reported here:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78348
Tested on s390x biarch.

Ciao

Dominik ^_^  ^_^

Comments

Richard Biener Feb. 6, 2017, 2:48 p.m. UTC | #1
On Mon, Feb 6, 2017 at 3:43 PM, Dominik Vogt <vogt@linux.vnet.ibm.com> wrote:
> The attached patch fixes the s390x test failure reported here:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78348
> Tested on s390x biarch.

Ok.

Richard.

> Ciao
>
> Dominik ^_^  ^_^
>
> --
>
> Dominik Vogt
> IBM Germany
Andreas Krebbel Feb. 6, 2017, 3:14 p.m. UTC | #2
On 02/06/2017 03:43 PM, Dominik Vogt wrote:
> The attached patch fixes the s390x test failure reported here:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78348
> Tested on s390x biarch.
> 
> Ciao
> 
> Dominik ^_^  ^_^
> 
Applied. Thanks!

-Andreas-
diff mbox

Patch

diff --git a/gcc/testsuite/gcc.dg/tree-ssa/ldist-24.c b/gcc/testsuite/gcc.dg/tree-ssa/ldist-24.c
index 7ab79e6..75f7b8f 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/ldist-24.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/ldist-24.c
@@ -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];