(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
auto-init-uninit-5.c
       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 -ftrivial-auto-var-init=zero" } */
       5  
       6  #include "uninit-5.c"