summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2005-01-20 03:38:20 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2005-01-20 03:38:20 +0000
commit54d60d02d41bba36cdfa8aab8e7b7b923cdf336d (patch)
tree482e94bc271936d35fc9c641850ba606631dc916
parent0e384d91608f5ba25c7f40cafbf403d6255a811f (diff)
downloadppe42-gcc-54d60d02d41bba36cdfa8aab8e7b7b923cdf336d.tar.gz
ppe42-gcc-54d60d02d41bba36cdfa8aab8e7b7b923cdf336d.zip
* gcc.dg/tree-ssa/loop-1.c: Fix missing "-" in dg-final
scan-assembler-times directive name. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93942 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/ChangeLog3
-rw-r--r--gcc/testsuite/gcc.dg/tree-ssa/loop-1.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 3e0b5baba36..fefb5fed7f5 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 2efbbc73d8e..e948399f52d 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*-*-* } } } */
OpenPOWER on IntegriCloud