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
Merge from branches/gcc-4_8-branch up to rev 207411.
[official-gcc.git]
/
gcc-4_8-branch
/
gcc
/
testsuite
/
g++.dg
/
tm
/
pr60004.C
blob
b8c2c0e032b11cc26d1de143b481e9aab4720b88
1
// { dg-do compile }
2
// { dg-options "-fgnu-tm" }
3
4
int a;
5
int f() {
6
__transaction_atomic {
7
if (a == 5)
8
return 1;
9
}
10
}