https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124223
--- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Why aren't you just doing arithmetic on the unsigned types?
int32_t diff = values[i] - 0x80000000;
redi at gcc dot gnu.org via Gcc-bugs Tue, 24 Feb 2026 02:07:44 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124223
--- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Why aren't you just doing arithmetic on the unsigned types?
int32_t diff = values[i] - 0x80000000;