PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / pr70700.c
blob613cd29fc1f1415e51f984e356b90339dc1a7221
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -fdump-tree-ealias-graph" } */
4 struct S
6 long m;
7 };
9 struct S
10 fn1 (struct S *a)
12 if (a->m)
13 a->m |= 2;
14 return *a;