[Bug target/123097] [16 Regression] [RISCV] [Miscompile] GCC - riscv64 target, miscompiles at -O3 since r16-5979
rdapp at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Dec 11 20:34:19 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123097
Robin Dapp <rdapp at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rdapp at gcc dot gnu.org
--- Comment #3 from Robin Dapp <rdapp at gcc dot gnu.org> ---
The interesting part is that for this snippet we query the target's
mask-reduction support but don't actually create the standard name (and
naturally don't expand it either).
My suspicion is that the bit extraction is to blame. On top it only fails with
VLEN=128, but not with 256 or 512.
More information about the Gcc-bugs
mailing list