1 /* PR middle-end/34088 */
2 /* { dg-do compile } */
3 /* { dg-options "-O -Wall -Werror" } */
6 int F1 (int t
) { return F0(t
); }
7 int F2 (int t
) { return F0(t
); }
10 static inline int foo(int i
)
19 while ( ({ if (foo(*p
) && foo(*p
)); p
; }) );
21 return i
; /* { dg-error "is used uninitialized" } */
24 /* { dg-message "warnings being treated as errors" "" {target "*-*-*"} 0 } */