(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
with-tune-config.c
       1  /* { dg-do compile { target { tune_cortex_a76 } } } */
       2  /* { dg-additional-options " -dA " } */
       3  
       4  void foo ()
       5  {}
       6  
       7  /* { dg-final { scan-assembler "//.tune cortex-a76" } } */