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: [PATCH 1/2] Implement -fsanitize=signed-integer-overflow (generic parts)


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 also moved various PROB_ macros into
predict.h and made the users include it, rather than duplicating
the defines everywhere.

Regtested/bootstrapped on x86_64-linux.  Ok for trunk?
Yes, it's OK. If it works without the x86 backend changes, you can install it now. If it requires the x86 backend changes, wait until those are approved and check in both together.

jeff


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