https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92330
Sam James <sjames at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sjames at gcc dot gnu.org --- Comment #4 from Sam James <sjames at gcc dot gnu.org> --- (In reply to Manuel López-Ibáñez from comment #1) > Actually, it is not even deprecated. There are still a bunch of > Wstrict-overflow warnings, just some of them got removed. > In https://gcc.gnu.org/gcc-8/changes.html, we say: > -fno-strict-overflow is now mapped to -fwrapv -fwrapv-pointer and signed > integer overflow is now undefined by default at all optimization levels. > Using -fsanitize=signed-integer-overflow is now the preferred way to audit > code, -Wstrict-overflow is deprecated.