diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2005-01-20 03:38:20 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2005-01-20 03:38:20 +0000 |
commit | ae7271294d9e2aeba1b08f7e3871c1ce7fa36dd8 (patch) | |
tree | 482e94bc271936d35fc9c641850ba606631dc916 | |
parent | 9634af02387e5fcc5f98192b57037649a185bae9 (diff) | |
download | gcc-ae7271294d9e2aeba1b08f7e3871c1ce7fa36dd8.zip gcc-ae7271294d9e2aeba1b08f7e3871c1ce7fa36dd8.tar.gz gcc-ae7271294d9e2aeba1b08f7e3871c1ce7fa36dd8.tar.bz2 |
loop-1.c: Fix missing "-" in dg-final scan-assembler-times directive name.
* gcc.dg/tree-ssa/loop-1.c: Fix missing "-" in dg-final
scan-assembler-times directive name.
From-SVN: r93942
-rw-r--r-- | gcc/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/loop-1.c | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3e0b5ba..fefb5fe 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2005-01-19 Hans-Peter Nilsson <hp@axis.com> + * gcc.dg/tree-ssa/loop-1.c: Fix missing "-" in dg-final + scan-assembler-times directive name. + * gcc.dg/asm-a.c: Move dg-require-effective-target to after dg-do. diff --git a/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c b/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c index 2efbbc7..e948399 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c @@ -29,7 +29,7 @@ void xxx(void) well as the calls we need to look for something more specific then just foo in order to count only the calls and not the declaration. */ -/* { dg-final { scan-assembler times "foo" 5 { xfail hppa-*-* ia64-*-* } } } */ +/* { dg-final { scan-assembler-times "foo" 5 { xfail hppa-*-* ia64-*-* } } } */ /* { dg-final { scan-assembler-times "foo,%r" 5 { target hppa*-*-* } } } */ /* { dg-final { scan-assembler-times "= foo" 5 { target ia64*-*-* } } } */ |