pr79732.c: Require alias support.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr71994.c
blob8f5e92ceeee8419800d7b62275ac6199b2975e37
1 /* PR tree-optimization/71994 */
2 /* { dg-do compile } */
3 int om, h6;
5 void eo (void)
7 const int tl = 1;
8 int ln;
10 h6 = (om + tl) > 0;
11 ln = om && (om & h6);
12 h6 = om;
13 om = ln < h6;