FYI. I have the some failures as juzhe mentioned, with the emulator qemu 
version qemu-riscv64 version 8.1.93 (v8.2.0-rc3). The entire log may look like 
below:

Executing on host: 
/home/box/panli/riscv-gnu-toolchain/build-gcc-newlib-stage2/gcc/xgcc 
-B/home/box/panli/riscv-gnu-toolchain/build-gcc-newlib-stage2/gcc/  
/home/box/panli/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.target/riscv/rvv/autovec/builtin/strcmp-run.c
  -march=rv64gcv -mabi=lp64d -mcmodel=medlow --param=riscv-autovec-lmul=m1 
--param=riscv-autovec-preference=fixed-vlmax   -fdiagnostics-plain-output   
-ftree-vectorize -O3 --param riscv-autovec-lmul=m1 -O3 -minline-strcmp       
-lm  -o ./strcmp-run.exe    (timeout = 600)
spawn -ignore SIGHUP 
/home/box/panli/riscv-gnu-toolchain/build-gcc-newlib-stage2/gcc/xgcc 
-B/home/box/panli/riscv-gnu-toolchain/build-gcc-newlib-stage2/gcc/ 
/home/box/panli/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.target/riscv/rvv/autovec/builtin/strcmp-run.c
 -march=rv64gcv -mabi=lp64d -mcmodel=medlow --param=riscv-autovec-lmul=m1 
--param=riscv-autovec-preference=fixed-vlmax -fdiagnostics-plain-output 
-ftree-vectorize -O3 --param riscv-autovec-lmul=m1 -O3 -minline-strcmp -lm -o 
./strcmp-run.exe^M
PASS: gcc.target/riscv/rvv/autovec/builtin/strcmp-run.c (test for excess errors)
spawn riscv64-unknown-elf-run ./strcmp-run.exe^M
qemu-riscv64: warning: CPU property 'Zve32f' is deprecated. Please use 'zve32f' 
instead^M
qemu-riscv64: warning: CPU property 'Zve64f' is deprecated. Please use 'zve64f' 
instead^M
FAIL: gcc.target/riscv/rvv/autovec/builtin/strcmp-run.c execution test

Pan

From: 钟居哲 <[email protected]>
Sent: Saturday, December 9, 2023 10:18 PM
To: rdapp.gcc <[email protected]>; gcc-patches <[email protected]>; 
palmer <[email protected]>; kito.cheng <[email protected]>; Jeff Law 
<[email protected]>
Cc: rdapp.gcc <[email protected]>
Subject: Re: Re: [PATCH] RISC-V: Add vectorized strcmp.

I didn't use any special configuration:

--with-arch=rv64gcv_zvl256b --with-abi=lp64d --test --jobs=64 --with-sim=qemu 
--enable-gcc-checking=yes,assert,extra,rtlflag,rtl,gimple

________________________________
[email protected]<mailto:[email protected]>

From: Robin Dapp<mailto:[email protected]>
Date: 2023-12-09 22:07
To: 钟居哲<mailto:[email protected]>; 
gcc-patches<mailto:[email protected]>; palmer<mailto:[email protected]>; 
kito.cheng<mailto:[email protected]>; Jeff Law<mailto:[email protected]>
CC: rdapp.gcc<mailto:[email protected]>
Subject: Re: [PATCH] RISC-V: Add vectorized strcmp.
> rv64gcv

With -minline-strcmp I assume?

Regards
Robin

Reply via email to