pretty-print.h (pp_base): Remove.
[official-gcc.git] / gcc / testsuite / gcc.dg / tm / pr47520.c
blob80b976bd4cb7b92c08cce5ac7d2280e047fb893f
1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm -O" } */
4 struct ReadSeqVars
6 int format;
7 char *ss;
8 };
10 void rms_feof(struct ReadSeqVars *);
12 __attribute__((transaction_callable)) int ReadSeq(struct ReadSeqVars *V)
14 if (V->format > 1)
16 if ((V->format != 2) && (V->ss != (void*)0) )
18 V->format = 3;
21 else
23 int i = 0;
24 for (i = 0; i < 1; i++)
27 rms_feof(V);