PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / tm / pr46567.c
blobbcc59adf509eb8b8e66cabe91bfd556eb8699b4c
1 __attribute__((transaction_callable))
2 static void SeqfileGetLine ()
4 SSIGetFilePosition ();
7 __attribute__((transaction_callable))
8 static void readLoop (int addfirst)
10 if (!addfirst)
12 if (!addfirst)
14 SSIGetFilePosition ();
16 SeqfileGetLine ();