[Bug target/115995] RISC-V: Can't generate portable RVV code for rv64gcv_zvl512b
rdapp at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jul 23 14:20:19 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115995
--- Comment #2 from Robin Dapp <rdapp at gcc dot gnu.org> ---
Hmm I can't reproduce either.
riscv64-unknown-linux-gnu-gcc -march=rv64gcv_zvl512b1p0 -mabi=lp64d -O2
990128-1.c
QEMU_CPU=rv64,v=true,xventanacondops=true,x-zvfh=true,zfh=true,zba=true,zbb=true,zbc=true,zicond=true,zicboz=true,zvbb=true,vext_spec=v1.0,vlen=512
riscv64-unknown-linux-gnu-g++ -march=rv64gcv_zvl128b -mabi=lp64d -O3 bla.cc
I'm expecting an abort but nothing (I hopefully don't need to inspect the data
manually?). Do I need other settings?
More information about the Gcc-bugs
mailing list