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