https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91684
Christophe Lyon <clyon at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clyon at gcc dot gnu.org --- Comment #6 from Christophe Lyon <clyon at gcc dot gnu.org> --- The new test fails on target arm-none-linux-gnueabihf --with-mode arm --with-cpu cortex-a9 --with-fpu neon-fp16 gcc.target/arm/pr91684.c: strd found 0 times FAIL: gcc.target/arm/pr91684.c scan-assembler-times strd 1 It passes with -mthumb or if the compiler is configured --with-mode thumb.