OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c254b3e6f366742d9b93c7b5341b5fda63cc2d57
[pf3gnuchains/gcc-fork.git]
/
gcc
/
testsuite
/
gcc.dg
/
tm
/
lto-1.c
1
/* { dg-do compile } */
2
/* { dg-options "-fgnu-tm -flto" } */
3
4
__attribute__((transaction_safe))
5
void foo()
6
{
7
}
8
9
/* { dg-final { scan-assembler "ZGTt3foo" } } */