aarch64: Fix sve/acle/general/ldff1_8.c failures
[official-gcc.git] / gcc / testsuite / gcc.dg / tm / 20100603.c
blob34d837b610c2dd295acc95c172b02d0c9c342822
1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm -O -fdump-tree-optimized" } */
4 int jj;
6 __attribute__((transaction_safe))
7 static void poof ()
9 if (jj)
10 return;
11 poof();
14 __attribute__((transaction_safe))
15 void TMlist_free ()
17 poof();
20 /* { dg-final { scan-tree-dump-times "Function poof ._ZGTt4poof" 1 "optimized" } } */