https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112374
--- Comment #45 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Jakub Jelinek from comment #44) > (In reply to Andrew Pinski from comment #42) > > Just one suggestion for the testcases, add: > > /* { dg-additional-options "-march=armv9-a" { target aarch64*-*-* } } */ > > > > So it at least it will be tested on another target. > > Does aarch64*-*-* support -march=armv9-a regardless of whether e.g. > assembler has support for it? I mean, x86 does that, but I think e.g. > powerpc didn't or doesn't. Yes -march=armv9-a is supported even if the assembler does not support it.