https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119004

--- Comment #3 from Drea Pinski <pinskia at gcc dot gnu.org> ---
It has been deprecated since GCC 8 it seems but not really mentioned that way.
See PR 92330 also.

>From https://gcc.gnu.org/gcc-8/changes.html :
-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.


The patches to remove the support for the warning is done by
https://gcc.gnu.org/pipermail/gcc-patches/2026-January/706112.html
Which was pushed last week.

And the rest is removed with this:
https://gcc.gnu.org/pipermail/gcc-patches/2026-May/718197.html
Which was posted today and approved for applying.

Reply via email to