aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/aarch64/options_set_4.c
blob: 7b00d09a47f0521f148b1dd576b4100db38aec00 (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" } */

int main ()
{
  return 0;
}

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

/* Check if individual bits that make up a grouping is specified that only the
   grouping is kept. */