]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Fix RISC-V arch-52.c format issue.
authorJiawei <jiawei@iscas.ac.cn>
Mon, 12 May 2025 05:23:50 +0000 (13:23 +0800)
committerJiawei <jiawei@iscas.ac.cn>
Mon, 12 May 2025 05:34:53 +0000 (13:34 +0800)
Fix incorrect regular expression.

gcc/testsuite/ChangeLog:

* gcc.target/riscv/arch-52.c: Fix regular expression.

gcc/testsuite/gcc.target/riscv/arch-52.c

index da6aea8fd94dbef00434ed8b6ab3309fe4c899fa..6133370b68ae16c9f9f2f96c2d59091e612183bd 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-march=rva22u64v -mabi=lp64" } */
-/* { dg-warning "*Should use \"_\" to contact Profiles with other extensions" } */
+/* { dg-warning "Should use \"_\" to contact Profiles with other extensions" "" { target *-*-* } 0 } */
 int
 foo ()
 {}