https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97315

--- Comment #6 from David Binderman <dcb314 at hotmail dot com> ---

I get something similar with this test case:

int a;
void b() {
  if (a >= 2147483647)
    c(a + 1);
}

Reply via email to