pretty-print.h (pp_base): Remove.
[official-gcc.git] / gcc / testsuite / gcc.dg / tm / nested-2.c
blob205ca8d7eac6a13e1181152581030a563636a139
1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm" } */
4 void foobar(void)
6 __transaction_atomic {
7 foobar();
11 void doit(void) __attribute__((transaction_safe));
13 __attribute__((transaction_callable))
14 void callable(void)
16 __transaction_atomic {
17 doit();