https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115169
Xi Ruoyao <xry111 at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #9 from Xi Ruoyao <xry111 at gcc dot gnu.org> --- Fixed. For the SIGILL issue note that in GCC 14 the default of -march is raised from loongarch64 to la64v1.0 which implies LSX. So I'd suggest to check if CPU_HAS_LSX is enabled in the kernel configuration first.