1 /* PR middle-end/65182 - -Wuninitialized fails when pointer to variable
2 later passed to function
4 { dg-options "-O0 -Wall" } */
10 __attribute__ ((noipa
)) void foo_O0 (int *b
)
14 if (a
) // { dg-warning "\\\[-Wuninitialized" }
27 #pragma GCC optimize ("2")
29 __attribute__ ((noipa
)) void foo_O2 (int *b
)
33 if (a
) // { dg-warning "\\\[-Wuninitialized" }