(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
acle/
armv8-r.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-march=armv8-r" } */
       3  
       4  #if __ARM_ARCH_PROFILE != 'R'
       5  #error ACLE architecture profile macro incorrect
       6  #endif