Create embedded-5_0-branch branch for development on ARM embedded cores.
[official-gcc.git] / embedded-5_0-branch / gcc / testsuite / gcc.dg / tm / pr53008.c
blob1374d76faff9482bfa25af359d1ac0edf0fb6fbd
1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm -O" } */
4 void __attribute__((transaction_safe)) (*fn)(void);
6 static void __attribute__((transaction_safe))
7 foo(void)
11 void set_fn(void)
13 fn = foo;