On Tue, Oct 6, 2015 at 2:41 PM, Bernd Schmidt <bschm...@redhat.com> wrote: > On 10/06/2015 01:32 AM, Mikhail Maltsev wrote: >> >> gcc/ChangeLog: >> >> 2015-10-05 Mikhail Maltsev <malts...@gmail.com> >> >> * alloc-pool.h (base_pool_allocator::initialize, ::allocate, >> ::remove): Adjust to use CHECKING_P. > > > Why CHECKING_P for these and not flag_checking as elsewhere?
Probably because they are in inline functions and thus possibly would affect optimization. Not sure why they are inline functions in the first place... I'd agree to using flag_checking here. Richard. > > Bernd