IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / uninit-I-O0.c
blob655f5489279410f4e035d5fa065917f32a393a10
1 /* { dg-do compile } */
2 /* { dg-options "-Wuninitialized" } */
4 int sys_msgctl (void)
6 struct { int mode; } setbuf; /* { dg-warning "'setbuf\.mode' is used" {} { xfail *-*-* } } */
7 return setbuf.mode;