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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tm
/
20091221.c
blob
655e55cfb24f841ac92a598d9f91e4ebb8ecdce5
1
/* { dg-do compile } */
2
/* { dg-options "-std=gnu17 -fgnu-tm -fdump-tree-tmedge" } */
3
4
int
i
;
5
extern
void
virgin
()
__attribute__
((
transaction_pure
));
6
7
void
8
foo
()
9
{
10
__transaction_atomic
{
11
virgin
(
i
);
12
}
13
}
14
15
/* { dg-final { scan-tree-dump-times "readOnly" 1 "tmedge" } } */