Re: [PATCH] improve caching and enhance array bounds checking

2020-12-16 Thread Martin Sebor via Gcc-patches
On 12/15/20 10:29 PM, Jeff Law wrote: On 11/11/20 6:09 PM, Martin Sebor via Gcc-patches wrote: The attached patch builds on top of the series I posted last week(*) to improve the detection of out of bounds pointers and C++ references, as well as a subset of invalid pointer relational and

Re: [PATCH] improve caching and enhance array bounds checking

2020-12-15 Thread Jeff Law via Gcc-patches
On 11/11/20 6:09 PM, Martin Sebor via Gcc-patches wrote: > The attached patch builds on top of the series I posted last > week(*) to improve the detection of out of bounds pointers > and C++ references, as well as a subset of invalid pointer > relational and subtraction expressions. > > First,