Re: [PATCH, Pointer Bounds Checker 15/x] Keep instrumented versions

2014-05-30 Thread Jeff Law
On 05/30/14 06:56, Ilya Enkovich wrote: Hi, Before any instrumentation happens, instrumentation clones do not actually have any uses and thus may be removed. This patch fixes it by forbiding removal of not instrumented instrumentation clones. Bootstrapped and tested on linux-x86_64. Thanks,

[PATCH, Pointer Bounds Checker 15/x] Keep instrumented versions

2014-05-30 Thread Ilya Enkovich
Hi, Before any instrumentation happens, instrumentation clones do not actually have any uses and thus may be removed. This patch fixes it by forbiding removal of not instrumented instrumentation clones. Bootstrapped and tested on linux-x86_64. Thanks, Ilya -- gcc/ 2014-05-30 Ilya Enkovich