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
/
pr53850.c
blob
ca2c6043bbbe7c594bfd89a3559f027f4336fc8f
1
/* { dg-do compile } */
2
/* { dg-options "-fgnu-tm -O3" } */
3
4
unsigned char
pp
[
100
];
5
6
void
7
foo
(
void
)
8
{
9
int
i
;
10
__transaction_atomic
11
{
12
for
(
i
=
0
;
i
<
100
; ++
i
)
13
pp
[
i
] =
0x33
;
14
}
15
}