Re: [PATCH, Pointer Bounds Checker 26/x] CCP

2014-09-15 Thread Ilya Enkovich
Ping 2014-06-06 11:02 GMT+04:00 Ilya Enkovich enkovich@gmail.com: On 03 Jun 11:54, Richard Biener wrote: On Tue, Jun 3, 2014 at 9:38 AM, Ilya Enkovich enkovich@gmail.com wrote: Hi, This patch allows BUILT_IN_CHKP_BNDRET as a consumer of a result of BUILT_IN_STACK_SAVE call.

Re: [PATCH, Pointer Bounds Checker 26/x] CCP

2014-09-15 Thread Jeff Law
On 09/15/14 01:20, Ilya Enkovich wrote: 2014-06-05 Ilya Enkovich ilya.enkov...@intel.com * tree-ssa-ccp.c: Include tree-chkp.h. (insert_clobber_before_stack_restore): Handle BUILT_IN_CHKP_BNDRET calls. diff --git a/gcc/tree-ssa-ccp.c b/gcc/tree-ssa-ccp.c index

Re: [PATCH, Pointer Bounds Checker 26/x] CCP

2014-09-15 Thread Ilya Enkovich
On 15 Sep 09:20, Jeff Law wrote: On 09/15/14 01:20, Ilya Enkovich wrote: 2014-06-05 Ilya Enkovich ilya.enkov...@intel.com * tree-ssa-ccp.c: Include tree-chkp.h. (insert_clobber_before_stack_restore): Handle BUILT_IN_CHKP_BNDRET calls. diff --git

Re: [PATCH, Pointer Bounds Checker 26/x] CCP

2014-09-15 Thread Jeff Law
On 09/15/14 09:57, Ilya Enkovich wrote: On 15 Sep 09:20, Jeff Law wrote: On 09/15/14 01:20, Ilya Enkovich wrote: 2014-06-05 Ilya Enkovich ilya.enkov...@intel.com * tree-ssa-ccp.c: Include tree-chkp.h. (insert_clobber_before_stack_restore): Handle

Re: [PATCH, Pointer Bounds Checker 26/x] CCP

2014-06-06 Thread Ilya Enkovich
On 03 Jun 11:54, Richard Biener wrote: On Tue, Jun 3, 2014 at 9:38 AM, Ilya Enkovich enkovich@gmail.com wrote: Hi, This patch allows BUILT_IN_CHKP_BNDRET as a consumer of a result of BUILT_IN_STACK_SAVE call. Bootstrapped and tested on linux-x86_64. Thanks, Ilya -- gcc/

[PATCH, Pointer Bounds Checker 26/x] CCP

2014-06-03 Thread Ilya Enkovich
Hi, This patch allows BUILT_IN_CHKP_BNDRET as a consumer of a result of BUILT_IN_STACK_SAVE call. Bootstrapped and tested on linux-x86_64. Thanks, Ilya -- gcc/ 2014-06-03 Ilya Enkovich ilya.enkov...@intel.com * tree-ssa-ccp.c (insert_clobber_before_stack_restore): Handle

Re: [PATCH, Pointer Bounds Checker 26/x] CCP

2014-06-03 Thread Richard Biener
On Tue, Jun 3, 2014 at 9:38 AM, Ilya Enkovich enkovich@gmail.com wrote: Hi, This patch allows BUILT_IN_CHKP_BNDRET as a consumer of a result of BUILT_IN_STACK_SAVE call. Bootstrapped and tested on linux-x86_64. Thanks, Ilya -- gcc/ 2014-06-03 Ilya Enkovich