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
* gcc.dg/lto/20080924_0.c: Fix defaulting to int.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
trans-mem-3_1.c
blob
c323ac47ee2e1ee0018fdeca65ace4ca50a8568e
1
/* { dg-options "-fgnu-tm" } */
2
3
#include
"trans-mem.h"
4
5
extern
int
i
;
6
7
int
8
main
()
9
{
10
__transaction_atomic
{
i
=
0
; }
11
}