(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
arm/
pac-4.c
       1  /* Testing return address signing.  */
       2  /* { dg-do compile } */
       3  /* { dg-require-effective-target mbranch_protection_ok } */
       4  /* { dg-options "-march=armv8.1-m.main+pacbti+fp -mthumb -mfloat-abi=hard --save-temps -O2" } */
       5  
       6  #include "pac.h"
       7  
       8  /* { dg-final { scan-assembler-not "\tbti\t" } } */
       9  /* { dg-final { scan-assembler-not "\tpac\t" } } */
      10  /* { dg-final { scan-assembler-not "\tpacbti\t" } } */