https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109582
--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Robin Dapp <rd...@gcc.gnu.org>: https://gcc.gnu.org/g:98d66b204932e343bbf940990914b949e8fccbd5 commit r14-134-g98d66b204932e343bbf940990914b949e8fccbd5 Author: Robin Dapp <rd...@ventanamicro.com> Date: Fri Apr 21 09:38:06 2023 +0200 riscv: Fix <bitmanip_insn> fallout. PR109582: Since r14-116 generic.md uses standard names instead of the types defined in the <bitmanip_insn> iterator (that match instruction names). Change this. gcc/ChangeLog: PR target/109582 * config/riscv/generic.md: Change standard names to insn names.