https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92330
--- Comment #7 from Drea Pinski <pinskia at gcc dot gnu.org> --- (In reply to Eric Gallager from comment #6) > Eh, I still think documenting the deprecation first is important to do > before removing any documentation. Well it is mentioned on https://gcc.gnu.org/gcc-8/changes.html just not sticking out: -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. This was added with https://gcc.gnu.org/cgit/gcc-wwwdocs/commit/htdocs/gcc-8/changes.html?id=d2b33d4e76103b54336dd1198aa5a84b11cc29e3 . Which is made a few days after GCC 7.1.0 was released.
