https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126244
Robin Dapp <rdapp at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #8 from Robin Dapp <rdapp at gcc dot gnu.org> ---
(In reply to Christian Herber from comment #7)
> try with this exact setup:
>
> FLAGS="-O3 -march=rv64gcv_zba_zbb_zbc_zbs_zvl256b -mrvv-vector-bits=zvl"
> cmake .. -DPORT_DIR=ports/riscv/v -DCMAKE_C_FLAGS="$FLAGS"
> -DCMAKE_EXE_LINKER_FLAGS="$FLAGS" -DCMAKE_BUILD_TYPE=RelWithDebInfo
> make test_aec_f32 -j$(nproc)
> ./test_aec_f32
Reproduced. I suppose the -DCMAKE_BUILD_TYPE=RelWithDebInfo was missing
before. Blame Claude? (And while we're on it, I think we wouldn't have needed
as much prose in the report :))
Thanks for the report. This is fixed by r16-7720-g0635bfb53a145c which was
backported to GCC 15.3. Once it hits your distro you should be good.
*** This bug has been marked as a duplicate of bug 122448 ***