repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tm
/
ipa-2.c
blob
23e03e94ffd89beff4fbbf26094482c7b6286d3e
1
/* { dg-do compile } */
2
/* { dg-options "-fgnu-tm -fdump-tree-tmmark-asmname" } */
3
4
void
foo
(
void
);
5
6
void
bar
(
void
)
7
{
8
__transaction_relaxed
{
9
foo
();
10
}
11
}
12
13
/* { dg-final { scan-tree-dump-times "_ZGTt3foo" 0 "tmmark" } } */