PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr84670-2.c
blob80fb3685491f07217f9d8af69ee1023518a07e4f
1 /* { dg-do compile } */
2 /* { dg-options "-Ofast" } */
4 enum b
6 c,
8 };
9 struct e
11 enum b code;
13 struct f
15 unsigned g;
17 int h, i;
18 struct a
20 struct e common;
21 struct f j;
24 struct a k (void)
26 struct a *l;
28 if (l->common.code == d && l->j.g * 4)
30 else
31 i = l->j.g | (l->common.code && l);
32 while (h && l->common.code == c);