1 /* Spurious uninitialized-variable warnings. */
2 /* Disable jump threading, etc to test compiler analysis. */
3 /* { dg-do compile } */
4 /* { dg-options "-O -Wuninitialized -fno-tree-dce -fno-tree-vrp -fno-tree-dominator-opts" } */
12 int x
; /* { dg-bogus "x" "uninitialized variable warning" } */
26 int x
; /* { dg-bogus "x" "uninitialized variable warning" } */