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

int main ()
{
  return 0;
}

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

/* Check if turning off feature bits works correctly and grouping is no
   longer valid.   */