https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114700
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- int z; void func(int a, int b, int c, int y){ z = c - y - c + a + y - b; }
pinskia at gcc dot gnu.org via Gcc-bugs Thu, 11 Apr 2024 20:21:45 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114700
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- int z; void func(int a, int b, int c, int y){ z = c - y - c + a + y - b; }