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
* c-c++-common/ubsan/float-cast-overflow-6.c: Add i?86-*-* target.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tm
/
pr46567-2.c
blob
bfe0078bfdbf505b2e72d2319c9bca9de40e94e4
1
/* { dg-do compile } */
2
/* { dg-options "-fgnu-tm" } */
3
4
int
funky
();
5
int
global
;
6
7
void
SeqfileGetLine
()
8
{
9
funky
();
10
}
11
12
__attribute__
((
transaction_callable
))
void
readLoop
()
13
{
14
SeqfileGetLine
();
15
if
(
global
)
16
funky
();
17
18
}