1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fno-ipa-pure-const -fno-tree-ccp -Wuninitialized" } */
9 __attribute__ ((returns_twice
)) int
20 for (i
= 0; i
< -1; ++i
)
24 __attribute__ ((simd
)) void
31 while (uninitialized
< 1) /* { dg-warning "uninitialized" } */