blob: 2a2850d2fac0757935ae7d38ef080c889ede88ce [file] [log] [blame]
/* { dg-do compile } */
__attribute__ ((target("branch-protection=bti")))
int foo ()
{
label:
return 0;
}
/* { dg-final { scan-assembler-not {hint (36|38) // bti (j|jc)} } } */