* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr36172.c
blobaaee377f5b4a2e716b093cd3f3889a0d7936f70d
1 int f(float * );
2 __SIZE_TYPE__ FcCharSetFreeze (int *fcs, int b)
4 int i;
5 int a = 0;
6 for (i = 0; i < *fcs; i++)
8 float *leaf = (float *)fcs;
9 int hash = f (leaf);
10 if (hash)
11 a = b;
12 if (!a)
13 return;
15 return (__SIZE_TYPE__) fcs;