blob: 108b372e4cc38b6e04e0fda149dd02b91d354246 [file] [log] [blame]
/* { dg-do assemble } */
/* { dg-options "-march=armv8-a+crypto -mcpu=generic -save-temps" } */
/* Check that "+nothing" clears the ISA flags. */
__attribute__ ((target ("+nothing")))
int
foo (int a)
{
return a + 1;
}
/* { dg-final { scan-assembler-times "\\.arch armv8-a\\+nofp\\+nosimd\n" 1 } } */