diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2004-12-25 17:01:52 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2004-12-25 17:01:52 +0000 |
commit | d1ffec35fe65977d8b54cdcaddc4ed90adedb028 (patch) | |
tree | a64e30527c29f21469aff0ce3a8a8e8bd8b4a08f /gcc/testsuite/gcc.dg/tree-ssa/loop-1.c | |
parent | 310995eac7c36515e481be1aec9a32863203318f (diff) | |
download | gcc-d1ffec35fe65977d8b54cdcaddc4ed90adedb028.zip gcc-d1ffec35fe65977d8b54cdcaddc4ed90adedb028.tar.gz gcc-d1ffec35fe65977d8b54cdcaddc4ed90adedb028.tar.bz2 |
pr17055-1.c (dg-options): Add -fno-common to options on hppa*-*-hpux*.
* gcc.dg/pr17055-1.c (dg-options): Add -fno-common to options on
hppa*-*-hpux*.
* gcc.dg/pr17957.c (dg-options): Likewise.
* gcc.dg/struct-ret-1.c: Add prototype for abort.
* gcc.dg/tree-ssa/asm-2.c, gcc.dg/tree-ssa/asm-3.c: Use register 1
instead of 0 on __hppa__.
* gcc.dg/tree-ssa/loop-1.c (dg-final): Check for five instances of
"foo,%r" on hppa*-*-*.
From-SVN: r92606
Diffstat (limited to 'gcc/testsuite/gcc.dg/tree-ssa/loop-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/loop-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c b/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c index 72abd35..fa9670f 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c @@ -24,6 +24,6 @@ void xxx(void) /* { dg-final { scan-tree-dump-times "Added canonical iv to loop 1, 4 iterations" 1 "ivcanon"} } */ /* { dg-final { scan-tree-dump-times "Unrolled loop 1 completely" 1 "cunroll"} } */ /* { dg-final { scan-tree-dump-times "foo" 5 "vars"} } */ -/* { dg-final { scan-assembler-times "foo" 5} } */ +/* { dg-final { if [ istarget hppa*-*-* ] { scan-assembler-times "foo,%r" 5} else { scan-assembler-times "foo" 5} } } */ |