https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123092
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Peter Bergner <[email protected]>: https://gcc.gnu.org/g:58977d739238d927c02f64c6417c887df86a5f55 commit r16-6785-g58977d739238d927c02f64c6417c887df86a5f55 Author: Peter Bergner <[email protected]> Date: Wed Jan 14 15:12:21 2026 -0600 RISC-V: Enable the ZD constraint only when xmipscbop is enabled [PR123092] The ZD constraint is specific to the mips prefetch instruction. It is currently always enabled, leading to ICEs when xmipscbop is disabled. Solved by only enabling the ZD constraint whenever xmipscbop is enabled. 2026-01-14 Peter Bergner <[email protected]> gcc/ PR target/123092 * config/riscv/constraints.md (ZD): Disable when xmipscbop is disabled. Signed-off-by: Peter Bergner <[email protected]>
