https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109296
Bug ID: 109296 Summary: RISC-V build unexpected fails Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: juzhe.zhong at rivai dot ai Target Milestone: --- ../../../riscv-gcc/gcc/config/riscv/thead.md:323:1: warning: destination missing a mode? ../../../riscv-gcc/gcc/config/riscv/thead.md:323:1: warning: destination missing a mode? ../../../riscv-gcc/gcc/config/riscv/thead.md:336:1: warning: destination missing a mode? ../../../riscv-gcc/gcc/config/riscv/thead.md:336:1: warning: destination missing a mode? The dest operand should has machine mode specified, plz fix. Otherwise,it will fail in some corner situation during bootstrap.