[Bug sanitizer/91795] [UBSAN :- error] with combination of flags (shift and unsigned-integer-overflow)
marxin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Sep 17 11:19:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91795
Martin Liška <marxin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
I bet you are using clang and not gcc.
Can you please run:
$ gcc --version
It's because we do not support unsigned-integer-overflow as a -fsanitize
option.
More information about the Gcc-bugs
mailing list