From 12d3155f3b807b8ad6ea5085d6008e5f1d944326 Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Sat, 2 Oct 2004 04:19:16 +0000 Subject: * gcc.dg/tree-ssa/loop-1.c: Merge changed dg-options for s390-*-*. From-SVN: r88420 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/tree-ssa/loop-1.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 901edf2..26e9738 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-10-02 Ulrich Weigand + + * gcc.dg/tree-ssa/loop-1.c: Merge changed dg-options for s390-*-*. + 2004-10-01 Zdenek Dvorak * gcc.dg/tree-ssa/loop-1.c: Check that unrolling occurs already on diff --git a/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c b/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c index f286099..04f4ebf 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c @@ -4,7 +4,7 @@ /* On 31-bit S/390 the function address will be stored (once) in the literal pool, so scan-assembler-times "foo" will return 1 even if the loop is fully unrolled. -msmall-exec avoids this by enabling a call instruction with immediate operand. */ -/* { dg-options "-O1 -ftree-loop-ivcanon -funroll-loops -fdump-tree-ivcanon-details -msmall-exec" { target s390-*-* } } */ +/* { dg-options "-O1 -ftree-loop-ivcanon -funroll-loops -fdump-tree-ivcanon-details -fdump-tree-cunroll-details -fdump-tree-vars -msmall-exec" { target s390-*-* } } */ void xxx(void) { -- cgit v1.1