On 05/30/14 07:00, Ilya Enkovich wrote:
Hi,
This patchs registers all statically initialized vars in Pointer Bounds
Checker. It allows to build proper Bounds Tables for statically initialized
pointers.
Bootstrapped and tested on linux-x86_64.
Thanks,
Ilya
--
gcc/
2014-05-30 Ilya Enkovich <ilya.enkov...@intel.com>
* cgraphunit.c: Include tree-chkp.h.
(varpool_finalize_decl): Register statically
initialized decls in Pointer Bounds Checker.
This is fine for the trunk when all the other bounds checker stuff is
approved.
jeff