]> gcc.gnu.org Git - gcc.git/commitdiff
RISC-V: Fix one test failure of dg config.
authorJuzhe-Zhong <juzhe.zhong@rivai.ai>
Mon, 26 Jun 2023 01:48:31 +0000 (09:48 +0800)
committerPan Li <pan2.li@intel.com>
Mon, 26 Jun 2023 01:49:22 +0000 (09:49 +0800)
gcc/testsuite/ChangeLog:

* gcc.target/riscv/rvv/base/vlmul_ext-2.c: Add -Wno-psabi for dg.

gcc/testsuite/gcc.target/riscv/rvv/base/vlmul_ext-2.c

index 2b088b53546a53e2cb6182b7ae384aa2b4926dba..3749d972a6d16c815b136cecb6bb7dde9653da81 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-march=rv64gcv -mabi=lp64d -O0" } */
+/* { dg-options "-march=rv64gcv -mabi=lp64d -O0 -Wno-psabi" } */
 
 #include "riscv_vector.h"
 
This page took 0.069179 seconds and 5 git commands to generate.