PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr71071.c
blob582f1f15a4321643bb5d7f229ebb3f99bf02da66
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)