* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr50565-2.c
blob2d30e88021fefcc0dda93026b8a992830abae86f
1 struct s { char p[2]; };
2 static struct s v;
3 const int o0 = (int) ((void *) &v.p[0] - (void *) &v) + 0;
4 const int o1 = (int) ((void *) &v.p[0] - (void *) &v) + 1;