]> gcc.gnu.org Git - gcc.git/commit
RISC-V: Fix one potential test failure for RVV vsetvl
authorPan Li <pan2.li@intel.com>
Mon, 12 Jun 2023 12:07:24 +0000 (20:07 +0800)
committerPan Li <pan2.li@intel.com>
Mon, 12 Jun 2023 14:11:18 +0000 (22:11 +0800)
commit7a4794af9aa2d7621b67ea026f29a771590f61a1
tree463d98b23d00cc2cb226851569286f544e2bc709
parent145b5db151277133a2cfdb2d32d1756ff7df241b
RISC-V: Fix one potential test failure for RVV vsetvl

The test will fail on below command with multi-thread like below.  However,
it comes from one missed "Oz" option when check vsetvl.

make -j $(nproc) report RUNTESTFLAGS="rvv.exp riscv.exp"

To some reason, this failure cannot be reproduced by RUNTESTFLAGS="rvv.exp"
or make without -j option. We would like to fix it and root cause the
reason later.

Signed-off-by: Pan Li <pan2.li@intel.com>
gcc/testsuite/ChangeLog:

* gcc.target/riscv/rvv/vsetvl/vsetvl-23.c: Adjust test checking.
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/vsetvl-23.c
This page took 0.063815 seconds and 5 git commands to generate.