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
pretty-print.h (pp_base): Remove.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tm
/
pr47690.c
blob
d18e2e11fb8cda5400c2cfbf72bae622da0fae7c
1
/* { dg-do compile } */
2
/* { dg-options "-fgnu-tm" } */
3
4
int
george
;
5
6
void
q1
()
7
{
8
__transaction_atomic
{
9
george
=
999
;
10
}
11
q1
();
12
}
13
14
/* { dg-final { scan-assembler-not "ZGTt2q1" } } */