From: Jiawei Date: Mon, 12 May 2025 05:23:50 +0000 (+0800) Subject: testsuite: Fix RISC-V arch-52.c format issue. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63d26b0e1f11043552404d2ba6448ec74840fa48;p=thirdparty%2Fgcc.git testsuite: Fix RISC-V arch-52.c format issue. Fix incorrect regular expression. gcc/testsuite/ChangeLog: * gcc.target/riscv/arch-52.c: Fix regular expression. --- diff --git a/gcc/testsuite/gcc.target/riscv/arch-52.c b/gcc/testsuite/gcc.target/riscv/arch-52.c index da6aea8fd94..6133370b68a 100644 --- a/gcc/testsuite/gcc.target/riscv/arch-52.c +++ b/gcc/testsuite/gcc.target/riscv/arch-52.c @@ -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 () {}