https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121985
Sujay Kothadiya <skothadiya at whileone dot in> changed: What |Removed |Added ---------------------------------------------------------------------------- Build| |x86 CC| |skothadiya at whileone dot in Target| |riscv --- Comment #1 from Sujay Kothadiya <skothadiya at whileone dot in> --- Verbose logs / Try -O2 or -O3 ```skothadiya@AMD-ubuntu:~...out-tmp-45-13831/testpad$ /home/skothadiya/CIFUZZRR/riscv-gnu-toolchain-build/bin/riscv64-unknown-linux-gnu-gcc -march=rv64gcv_zvl512b -mrvv-vector-bits=zvl -mrvv-max-lmul=dynamic -O3 red.c -o user-config.out -fsigned-char -fno-strict-aliasing -fwrapv -Wno-unknown-warning-option -Werror -Wfatal-errors -Wall -Wformat -Wno-int-in-bool-context -Wno-dangling-pointer -Wno-compare-distinct-pointer-types -Wno-overflow -Wuninitialized -Warray-bounds -Wreturn-type -Wno-unused-function -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-value -Wno-address -Wno-bool-compare -Wno-pointer-sign -Wno-bool-operation -Wno-tautological-compare -Wno-self-assign -Wno-implicit-const-int-float-conversion -Wno-constant-conversion -Wno-unused-value -Wno-tautological-constant-out-of-range-compare -Wno-constant-logical-operand -Wno-parentheses-equality -Wno-pointer-sign skothadiya@AMD-ubuntu:~...out-tmp-45-13831/testpad$ gcc -O1 red.c -o native.out -fno-strict-aliasing -fwrapv -w skothadiya@AMD-ubuntu:~...out-tmp-45-13831/testpad$ QEMU_CPU=rv64,vlen=512,rvv_ta_all_1s=true,rvv_ma_all_1s=true,v=true,vext_spec=v1.0,zve32f=true,zve64f=true timeout --verbose -k 0.1 4 /home/skothadiya/CIFUZZR/riscv-gnu-toolchain-build/bin/qemu-riscv64 user-config.out 1 15 skothadiya@AMD-ubuntu:~...out-tmp-45-13831/testpad$ timeout --verbose -k 0.1 1 ./native.out 1 9375```