Re: [PATCH, Pointer Bounds Checker 4/x] Built-in functions

2014-07-17 Thread Jeff Law
On 04/16/14 06:19, Ilya Enkovich wrote: Hi, This patch introduces built-in functions used by Pointer Bounds Checker. It is mostly similar to what was reverted from 4.9, I just added types and attributes to builtins. This patch also introduces pointer_bounds_type_node to be used in built-in

Re: [PATCH, Pointer Bounds Checker 4/x] Built-in functions

2014-06-27 Thread Ilya Enkovich
Ping 2014-05-06 16:11 GMT+04:00 Ilya Enkovich : > PING > > 2014-04-16 16:19 GMT+04:00 Ilya Enkovich : >> Hi, >> >> This patch introduces built-in functions used by Pointer Bounds Checker. It >> is mostly similar to what was reverted from 4.9, I just added types and >> attributes to builtins. T

Re: [PATCH, Pointer Bounds Checker 4/x] Built-in functions

2014-05-06 Thread Ilya Enkovich
PING 2014-04-16 16:19 GMT+04:00 Ilya Enkovich : > Hi, > > This patch introduces built-in functions used by Pointer Bounds Checker. It > is mostly similar to what was reverted from 4.9, I just added types and > attributes to builtins. This patch also introduces pointer_bounds_type_node > to be

[PATCH, Pointer Bounds Checker 4/x] Built-in functions

2014-04-16 Thread Ilya Enkovich
Hi, This patch introduces built-in functions used by Pointer Bounds Checker. It is mostly similar to what was reverted from 4.9, I just added types and attributes to builtins. This patch also introduces pointer_bounds_type_node to be used in built-in function type declarations. Bootstrapped