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); }
dcb314 at hotmail dot com via Gcc-bugs Wed, 07 Oct 2020 05:35:38 -0700
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); }