diff options
author | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-02 04:19:16 +0000 |
---|---|---|
committer | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-02 04:19:16 +0000 |
commit | 4efeac21f40dc86db94dc16c776405c832b73417 (patch) | |
tree | a76a6963f6b7ce617252dd91bc0b3afaf7276618 /gcc | |
parent | 324f343d2f1096ad34135e0683f673fc372c9a6f (diff) | |
download | gcc-4efeac21f40dc86db94dc16c776405c832b73417.tar.gz |
* gcc.dg/tree-ssa/loop-1.c: Merge changed dg-options for s390-*-*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88420 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/loop-1.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 901edf25804..26e97385b40 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-10-02 Ulrich Weigand <uweigand@de.ibm.com> + + * gcc.dg/tree-ssa/loop-1.c: Merge changed dg-options for s390-*-*. + 2004-10-01 Zdenek Dvorak <dvorakz@suse.cz> * 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 f2860997a62..04f4ebf5b37 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) { |