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
aarch64: Fix sve/acle/general/ldff1_8.c failures
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tm
/
irrevocable-3.c
blob
c9a8e63dc900aa610f45941764d78fcb1ba921d8
1
/* { dg-do compile } */
2
/* { dg-options "-fgnu-tm -fdump-tree-tmmark" } */
3
4
extern
void
bar
(
void
)
__attribute__
((
transaction_callable
));
5
6
void
7
foo
()
8
{
9
__transaction_relaxed
{
10
bar
();
11
}
12
}
13
14
/* { dg-final { scan-tree-dump-times "doesGoIrrevocable" 1 "tmmark" } } */