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-bogus "uninitialized" "uninitialized variable warning" } */
48 if (t && cc <= 0 ) /* { dg-bogus "uninitialized" "uninitialized variable warning" } */