Add qdf24xx base tuning support.
[official-gcc.git] / gcc / testsuite / gcc.dg / tm / lto-1.c
blob4c031780a2fa79a20bacdcaa73b4e38f08ccf01f
1 /* { dg-do compile } */
2 /* { dg-require-effective-target lto } */
3 /* { dg-options "-fgnu-tm -flto" } */
5 __attribute__((transaction_safe))
6 void foo()
10 /* { dg-final { scan-assembler "ZGTt3foo" } } */