Add qdf24xx base tuning support.
[official-gcc.git] / gcc / testsuite / gcc.dg / tm / nested-2.c
blob2ea3b93ec5ce8c5229f93fb3f4c50fd10b06aeba
1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm" } */
3 /* { dg-add-options bind_pic_locally } */
5 void foobar(void)
7 __transaction_atomic {
8 foobar();
12 void doit(void) __attribute__((transaction_safe));
14 __attribute__((transaction_callable))
15 void callable(void)
17 __transaction_atomic {
18 doit();