https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125473
--- Comment #3 from Drea Pinski <pinskia at gcc dot gnu.org> --- (In reply to Elie Gédéon from comment #2) > Oh ? Too many false positives or replaced by something better ? It had too many false positives and then many of the places where the warning was happening was just too fragile. Not being replaced with anything. If you want to see if there is undefined behavior for overflow use `-fsanitize=undefined`. > > Any public information on the depreciation ? the patch set was to remove it was sent out today: https://gcc.gnu.org/pipermail/gcc-patches/2026-May/718197.html The warning has been deprecated since GCC 8: see PR 92330 and https://gcc.gnu.org/gcc-8/changes.html : -Wstrict-overflow is deprecated. > > My search engine does not want to give me information on the matter
