aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/aarch64/options_set_3.c
blob: 4558339f16c19555801899c357c50cedb23c28b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-additional-options "-march=armv8.2-a+aes+sha2+crypto" } */

int main ()
{
  return 0;
}

/* { dg-final { scan-assembler-times {\.arch armv8\.2\-a\+crypto\+crc} 1 } } */

/* Check if smallest set is maintained when outputting. */