Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.target/aarch64/pr94748.c
2023-03-06 14:48:14 +01:00

10 lines
181 B
C

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