public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-3264] aarch64: Fix dejaGNU directive in clastb_8.c testcase
@ 2020-09-17 17:33 Andrea Corallo
  0 siblings, 0 replies; only message in thread
From: Andrea Corallo @ 2020-09-17 17:33 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ee7aa7e7b9d490c9c929edfd4d4a730df2f0052d

commit r11-3264-gee7aa7e7b9d490c9c929edfd4d4a730df2f0052d
Author: Andrea Corallo <andrea.corallo@arm.com>
Date:   Thu Sep 17 15:36:22 2020 +0200

    aarch64: Fix dejaGNU directive in clastb_8.c testcase
    
    gcc/testsuite/ChangeLog
    
    2020-09-17  Andre Corallo  <andrea.corallo@arm.com>
    
            * gcc.target/aarch64/sve/clastb_8.c: Fix a dg-final scan
            directive.

Diff:
---
 gcc/testsuite/gcc.target/aarch64/sve/clastb_8.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/aarch64/sve/clastb_8.c b/gcc/testsuite/gcc.target/aarch64/sve/clastb_8.c
index e61ff4ac92d..49a91616e84 100644
--- a/gcc/testsuite/gcc.target/aarch64/sve/clastb_8.c
+++ b/gcc/testsuite/gcc.target/aarch64/sve/clastb_8.c
@@ -23,4 +23,4 @@ TEST_TYPE (uint64_t);
 /* { dg-final { scan-assembler {\tclastb\t(h[0-9]+), p[0-7], \1, z[0-9]+\.h\n} } } */
 /* { dg-final { scan-assembler {\tclastb\t(s[0-9]+), p[0-7], \1, z[0-9]+\.s\n} } } */
 /* { dg-final { scan-assembler {\tclastb\t(d[0-9]+), p[0-7], \1, z[0-9]+\.d\n} } } */
-/* { dg-final { scan-assembler {\tptrue\tp[0-9]+\.b,} 4 } } */
+/* { dg-final { scan-assembler-times {\tptrue\tp[0-9]+\.b,} 4 } } */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-17 17:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-17 17:33 [gcc r11-3264] aarch64: Fix dejaGNU directive in clastb_8.c testcase Andrea Corallo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).