I can't build --target=riscv64-suse-linux compiler since r14-116-g07e2576d6f344a due to: make build/genattrtab /home/marxin/Programming/gcc/gcc/common.md /home/marxin/Programming/gcc/gcc/config/riscv/riscv.md insn-conditions.md \ -Atmp-attrtab.cc -Dtmp-dfatab.cc -Ltmp-latencytab.cc /home/marxin/Programming/gcc/gcc/config/riscv/generic.md:28:1: unknown value `smin' for attribute `type' make: *** [Makefile:2522: s-attrtab] Error 1
The master branch has been updated by Robin Dapp <rdapp@gcc.gnu.org>: https://gcc.gnu.org/g:98d66b204932e343bbf940990914b949e8fccbd5 commit r14-134-g98d66b204932e343bbf940990914b949e8fccbd5 Author: Robin Dapp <rdapp@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.
Fixed hopefully