libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / auto-init-uninit-4.c
blob29ec860f0ed89d4fe82253a5fcfa55cf9873e9a8
1 /* Spurious uninit variable warnings, case 4.
2 Simplified version of cppexp.c (cpp_parse_expr).
4 This one is really fragile, it gets it right if you take out case
5 1, or if the structure is replaced by an int, or if the structure
6 has fewer members (!) */
8 /* { dg-do compile } */
9 /* { dg-options "-O -Wuninitialized -ftrivial-auto-var-init=zero" } */
10 #include "uninit-4.c"