On 10/13/14 08:07, Ilya Enkovich wrote:
Tests instrumentation are still needed. With some basic tests and
instrumentation this will be OK.
I hate to be harping tests, but few developers are going to be
familiar with the MPX and related infrastructure and those tests are
critical to helping them know when they break something.
Similarly if the plan is to iterate on improving things, then those
basic functionality tests will ultimately save time as you can smoke
test before running larger benchmarks.
jeff
Here is a version with tests added.
Thanks,
Ilya
--
gcc/
2014-10-13 Ilya Enkovich <ilya.enkov...@intel.com>
* tree-chkp.c (chkp_remove_useless_builtins): New.
(chkp_execute): Remove useless calls to Pointer Bounds
Checker builtins.
gcc/testsuite
2014-10-13 Ilya Enkovich <ilya.enkov...@intel.com>
* gcc.target/i386/chkp-builtins-1.c: New.
* gcc.target/i386/chkp-builtins-2.c: New.
* gcc.target/i386/chkp-builtins-3.c: New.
* gcc.target/i386/chkp-builtins-4.c: New.
OK.
Jeff