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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tm
/
irrevocable-4.c
blob
22790c481b50dfe49958e73d90b622340ba9373b
1
/* { dg-do compile } */
2
/* { dg-options "-fgnu-tm -fdump-tree-tmmark" } */
3
4
void
orig
(
void
);
5
void
xyz
(
void
)
__attribute__
((
transaction_wrap
(
orig
)));
6
7
void
8
foo
()
9
{
10
__transaction_relaxed
{
11
orig
();
12
}
13
}
14
15
/* { dg-final { scan-tree-dump-times "hasNoIrrevocable" 0 "tmmark" } } */