Mercurial > hg > CbC > CbC_gcc
annotate gcc/testsuite/gcc.dg/tm/pr46567.c @ 111:04ced10e8804
gcc 7
author | kono |
---|---|
date | Fri, 27 Oct 2017 22:46:09 +0900 |
parents | |
children |
rev | line source |
---|---|
111 | 1 __attribute__((transaction_callable)) |
2 static void SeqfileGetLine () | |
3 { | |
4 SSIGetFilePosition (); | |
5 } | |
6 | |
7 __attribute__((transaction_callable)) | |
8 static void readLoop (int addfirst) | |
9 { | |
10 if (!addfirst) | |
11 { | |
12 if (!addfirst) | |
13 { | |
14 SSIGetFilePosition (); | |
15 } | |
16 SeqfileGetLine (); | |
17 } | |
18 } |