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
Add qdf24xx base tuning support.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tm
/
pr53008.c
blob
1374d76faff9482bfa25af359d1ac0edf0fb6fbd
1
/* { dg-do compile } */
2
/* { dg-options "-fgnu-tm -O" } */
3
4
void
__attribute__
((
transaction_safe
)) (*
fn
)(
void
);
5
6
static void
__attribute__
((
transaction_safe
))
7
foo
(
void
)
8
{
9
}
10
11
void
set_fn
(
void
)
12
{
13
fn
=
foo
;
14
}