tree-chkp.c (chkp_call_returns_bounds_p): New.
authorIlya Enkovich <ilya.enkovich@intel.com>
Mon, 8 Dec 2014 10:01:19 +0000 (10:01 +0000)
committerIlya Enkovich <ienkovich@gcc.gnu.org>
Mon, 8 Dec 2014 10:01:19 +0000 (10:01 +0000)
commit985f48f7b575747ac5f0ece95816a3bb208fb138
treed66ef7fdb2d954f9e839018b44994dd041ffed0c
parent2625bb5df57f49af1b01e1aef952db551a77824f
tree-chkp.c (chkp_call_returns_bounds_p): New.

gcc/

* tree-chkp.c (chkp_call_returns_bounds_p): New.
(chkp_build_returned_bound): Use zero bounds as
returned by calls not returning bounds.

gcc/testsuite/

* gcc.target/i386/chkp-bndret.c: New.
* gcc.target/i386/chkp-strchr.c: New.

From-SVN: r218478
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/chkp-bndret.c [new file with mode: 0644]
gcc/testsuite/gcc.target/i386/chkp-strchr.c [new file with mode: 0644]
gcc/tree-chkp.c