https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78319
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> --- So do you want something like: /* { dg-skip-if "avoid conflicts with multilib options" { arm*-*-* } { "-mcpu=*" } { "-mcpu=cortex-a15" } } */ /* { dg-additional-options "-mcpu=cortex-a15" { target arm*-*-* } } */ and remove the xfail? cortex-a15 is randomly chosen non-cortex-m7 CPU, I don't know anything about the ARM CPUs and what branch costs they have. In any case, please resolve this soon, for a small testsuite glitch (occassional XFAIL) keeping open P3 regression for so long is wasteful.