From ae7271294d9e2aeba1b08f7e3871c1ce7fa36dd8 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Thu, 20 Jan 2005 03:38:20 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 3 +++ gcc/testsuite/gcc.dg/tree-ssa/loop-1.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 + * 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*-*-* } } } */ -- 2.30.2