* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20040309-1.c
blobdf8390f207b6c31121b6877c6f9d66f27ab73623
1 static const char default_tupleseps[] = ", \t";
4 fubar (tupleseps)
5 const char *tupleseps;
7 char *kp, *sp;
8 const char *septmp;
9 const char *tseplist;
10 tseplist = (tupleseps) ? tupleseps : default_tupleseps;
11 while (kp)
13 if (*tseplist)
14 septmp = tseplist;
15 bar (*septmp);
16 if (*tseplist)
17 if (*kp)