1 /* PR tree-optimization/84982 */
3 /* { dg-options "-O2" } */
11 struct S
{ bool a
, b
, c
, d
; };
13 __attribute__((noipa
)) void
16 if (x
[0] || !x
[1] || !x
[2] || x
[3])
20 __attribute__((noipa
)) void
35 s
.a
= true; s
.b
= false; s
.c
= true; s
.d
= true;