aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/tm/lto-1.c
blob: 4c031780a2fa79a20bacdcaa73b4e38f08ccf01f (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-require-effective-target lto } */
/* { dg-options "-fgnu-tm -flto" } */

__attribute__((transaction_safe))
void foo() 
{
}

/* { dg-final { scan-assembler "ZGTt3foo" } } */