https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98168
--- Comment #4 from Eric Gallager <egallager at gcc dot gnu.org> --- note that -ftrapv or -fsanitize=signed-integer-overflow should successfully catch it at runtime, though
egallager at gcc dot gnu.org via Gcc-bugs Mon, 07 Dec 2020 13:57:14 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98168
--- Comment #4 from Eric Gallager <egallager at gcc dot gnu.org> --- note that -ftrapv or -fsanitize=signed-integer-overflow should successfully catch it at runtime, though