This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/63806] #UBSAN ignores signed char possible overflow


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

--- Comment #4 from Yury Gribov <y.gribov at samsung dot com> ---
Looks like some compilers check integer demotions (e.g. MS checks with their
/RTCc flag).  I wonder if it makes sense to add an optional flag for this
(obviously not enabled under normal -fsanitize=undefined).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]