Merged r157653 through r157895 into branch.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr43557-1.c
blob8c7d0b4176eb335d4b43153c4b3d10d22c133143
1 /* PR debug/43557 */
2 /* { dg-do compile } */
3 /* { dg-options "--combine -g -O2" } */
4 /* { dg-additional-sources "pr43557-2.c" } */
6 struct S
8 int v;
9 } g;
11 void
12 f1 (void)
14 struct S *s = &g;
15 s->v = 0;