[Bug target/123125] [RISCV] lto1: sorry, unimplemented: Currently the ‘V’ implementation requires the ‘M’ extension
law at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Dec 18 05:22:50 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123125
Jeffrey A. Law <law at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Jeffrey A. Law <law at gcc dot gnu.org> ---
Working per design. If you're going to call lto1, cc1, etc directly, then
you're on the hook for getting the options correct and on RISC-V that's going
to include getting the pesky -march string and -mabi correct. x86 is simpler
in that regard.
More information about the Gcc-bugs
mailing list