]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[PATCH] testsuite:RISC-V:Modify the char string.
authoryulong <shiyulong@iscas.ac.cn>
Tue, 26 Nov 2024 17:36:44 +0000 (10:36 -0700)
committerJeff Law <jlaw@ventanamicro.com>
Tue, 26 Nov 2024 17:36:44 +0000 (10:36 -0700)
From: yulong <shiyulong@iscas.ac.cn>

This patch modifies the char string from __riscv_xsfvcp to __riscv_xsfcease.

gcc/testsuite/ChangeLog:

* gcc.target/riscv/predef-sf-2.c: Modify the char string.

gcc/testsuite/gcc.target/riscv/predef-sf-2.c

index dcb746bcd260c7f2cdf1db67cbedacf93e788da8..aaf73a6d8c56de47f2f3728325d9fffc8df63d33 100644 (file)
@@ -7,7 +7,7 @@ int main () {
 #endif
 
 #if !defined(__riscv_xsfcease)
-#error "__riscv_xsfvcp"
+#error "__riscv_xsfcease"
 #endif
 
   return 0;