2 /* { dg-options "-fno-toplevel-reorder" } */
3 /* { dg-require-effective-target int32plus } */
5 extern void abort (void);
12 volatile signed d
: 14;
15 static struct S e
= { 0, 0, 0, 1 };
18 void __attribute__((noinline
))
28 if (e
.a
|| e
.b
|| e
.c
|| e
.d
!= 1 || f
!= 1)
31 if (e
.a
|| e
.b
|| e
.c
|| e
.d
|| f
!= 2)