On Tue, Nov 19, 2013 at 8:09 PM, Jeff Law <l...@redhat.com> wrote:
> On 11/19/13 07:06, Ilya Enkovich wrote:
>>
>> Hi,
>>
>> Here is a patch to add flag for marking symbols as requiring static
>> initialization of bounds.  Used by Pointer Bounds Checker to handle
>> statically initialized pointers and static bounds vars.
>>
>> Thanks,
>> Ilya
>> --
>> 2013-11-19  Ilya Enkovich  <ilya.enkov...@intel.com>
>>
>>         * cgraph.h (varpool_node): Add need_bounds_init field.
>>         * lto-cgraph.c (lto_output_varpool_node): Output
>>         need_bounds_init value.
>>         (input_varpool_node): Read need_bounds_init value.
>>         * varpool.c (dump_varpool_node): Dump need_bounds_init field.
>
> OK.  This is fine to check in as long as any prerequisites are already in.

Please refrain from cluttering the tree with dead code.  Commit all patches
in one go once all patches are approved.

Thanks,
Richard.

> jeff
>

Reply via email to