[PATCH, Pointer Bounds Checker 39/x] Avoid instrumented __builtin_unreachable calls

2014-10-03 Thread Ilya Enkovich
Hi, This patch avoids generation of __builtin_unreachable calls marked as instrumented. It follows paradigma of no instrumented builtin calls (and passes corresponding assert in expand_builtin from patch #18). Thanks, Ilya -- 2014-10-01 Ilya Enkovich ilya.enkov...@intel.com *

Re: [PATCH, Pointer Bounds Checker 39/x] Avoid instrumented __builtin_unreachable calls

2014-10-03 Thread Jeff Law
On 10/03/14 03:01, Ilya Enkovich wrote: Hi, This patch avoids generation of __builtin_unreachable calls marked as instrumented. It follows paradigma of no instrumented builtin calls (and passes corresponding assert in expand_builtin from patch #18). Thanks, Ilya -- 2014-10-01 Ilya Enkovich