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.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tm
/
ipa-3.c
blob
cb1b433bcbd4908809d70917d2dbd38fd8f067b6
1
/* { dg-do compile } */
2
/* { dg-options "-fgnu-tm" } */
3
4
static int
x
;
5
6
void
__attribute__
((
transaction_callable
))
7
foo
(
void
)
8
{
9
x
++;
10
}
11
12
/* { dg-final { scan-assembler "_ZGTt3foo" } } */