1 /* { dg-do compile } */
2 /* { dg-options "-Wuninitialized -O2" } */
4 typedef long long int64;
26 __attribute__ ((always_inline)) bool GetC (int *c) {
29 if (get_url (&details_str))
43 int cc; /* { dg-message "note: 'cc' was declared here" } */
44 if (GetC (&cc)) /* return flag checked wrongly */
47 if (cc <= 0) /* { dg-warning "uninitialized" "uninitialized variable warning" } */