https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91547
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- >I don't think that GCC has '-fsanitizer=unsigned-integer-overflow' option Yes because it is not useful and causes to print when there is no bug at all and wrapping behavior is expected. It was a decison that GCC does not implement this option due to the very valid code just being printed out about it.