This is the mail archive of the gcc-patches@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]

Re: Request to merge Undefined Behavior Sanitizer in


On Thu, Jul 25, 2013 at 10:33:46PM -0700, Andrew Pinski wrote:
> What does it mean by "unsigned-integer-overflow"? Unsigned integers
> never overflow.
> Or maybe I misread the documentation here.

Well, clang can sanitize even when unsigned int wraps.  But this
feature seems doubtful, I don't think I ever implement it for GCC.

	Marek


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