Re: [PATCH 1/2] Implement -fsanitize=signed-integer-overflow (generic parts)

2013-12-04 Thread Jeff Law
On 12/04/13 06:44, Marek Polacek wrote: This is a repost of rebased version of the signed-integer-overflow patch, split into generic parts and i?86 parts. By i?86 parts I mean the stuff that resides in config/i386, I haven't really tried to untangle it more. Except the two formatting fixes I als

[PATCH 1/2] Implement -fsanitize=signed-integer-overflow (generic parts)

2013-12-04 Thread Marek Polacek
This is a repost of rebased version of the signed-integer-overflow patch, split into generic parts and i?86 parts. By i?86 parts I mean the stuff that resides in config/i386, I haven't really tried to untangle it more. Except the two formatting fixes I also moved various PROB_ macros into predict.