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 * tree-ssa-ccp.c: Include tree-chkp.h. (insert_clobber_before_stack_restore): Handle BUILT_IN_CHKP_BNDRET calls. diff --gi

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 > >> > >> * tree-ssa-ccp.c: Include tree-chkp.h. > >> (insert_clobber_before_stack_restore): Handle > >> BUILT_IN_CHKP_BNDRET calls. > >> > >> > >>diff --git a/

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 * 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 eeefeaf..e99bcf5 100644 -

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 : > On 03 Jun 11:54, Richard Biener wrote: >> On Tue, Jun 3, 2014 at 9:38 AM, Ilya Enkovich wrote: >> > Hi, >> > >> > This patch allows BUILT_IN_CHKP_BNDRET as a consumer of a result of >> > BUILT_IN_STACK_SAVE call. >> > >> > Bootstrapped and tested

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 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/

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 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 > > * tree-ssa-ccp.c (

[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 * tree-ssa-ccp.c (insert_clobber_before_stack_restore): Handle BUILT_IN_CHKP_BNDRET calls