[Bug target/124134] [16 Regression] ICE: unrecognizable insn on arm-linux-gnueabihf with -mfpu=vfp -march=armv8-a -mthumb
doko at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Feb 17 05:13:59 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124134
--- Comment #9 from Matthias Klose <doko at gcc dot gnu.org> ---
The compiler is configured for
--with-arch=armv7-a+fp --with-float=hard --with-mode=thumb
but the package is explicitly building with
-mfloat-abi=hard -mfpu=vfpv3.
The -mlibarch and -march options are added by GCC.
Also not a regression, it' also seen with at least 15.2.1.
More information about the Gcc-bugs
mailing list