From 6c806034136844356bb92c8936e9c01bc2739fd2 Mon Sep 17 00:00:00 2001 From: Claudiu Zissulescu Date: Tue, 29 Dec 2020 13:30:05 +0200 Subject: [PATCH] arc: Update test pattern. gcc/testsuite 2020-12-29 Claudiu Zissulescu * gcc.target/arc/loop-3.c: Update test pattern. Signed-off-by: Claudiu Zissulescu --- gcc/testsuite/gcc.target/arc/loop-3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.target/arc/loop-3.c b/gcc/testsuite/gcc.target/arc/loop-3.c index bf7aec9..7f55e2f 100644 --- a/gcc/testsuite/gcc.target/arc/loop-3.c +++ b/gcc/testsuite/gcc.target/arc/loop-3.c @@ -23,5 +23,5 @@ void fn1(void) } } -/* { dg-final { scan-assembler "bne_s @.L2" } } */ +/* { dg-final { scan-assembler "bne.*@.L2" } } */ /* { dg-final { scan-assembler-not "add.eq" } } */ -- 2.7.4