From: Hans-Peter Nilsson Date: Thu, 20 Jan 2005 03:38:20 +0000 (+0000) Subject: loop-1.c: Fix missing "-" in dg-final scan-assembler-times directive name. X-Git-Tag: releases/gcc-4.0.0~1430 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae7271294d9e2aeba1b08f7e3871c1ce7fa36dd8;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3e0b5baba367..fefb5fed7f56 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 2efbbc73d8e7..e948399f52d7 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*-*-* } } } */