Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr71071.c
blob3e83dc9f1b7bc5eb2de04c7c2a44e41ec6627151
1 /* PR bootstrap/71071 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2" } */
5 struct S { unsigned b : 1; } a;
7 void
8 foo ()
10 if (a.b)