On 10/26/2015 12:47 PM, Richard Biener wrote:
> I committed the attached to fix build with the valgrind annotations active.
>
> Richard.
>
Doh! Sorry for breakage.
--
Regards,
Mikhail Maltsev
On Mon, Oct 26, 2015 at 2:18 AM, Mikhail Maltsev wrote:
> On 10/21/2015 01:57 PM, Richard Biener wrote:
>> Ugh (stupid templates).
>>
>> @@ -387,10 +389,10 @@ base_pool_allocator ::allocate ()
>>block = m_virgin_free_list;
>>header = (allocation_pool_list*) allocation_object::get_d
On 10/21/2015 01:57 PM, Richard Biener wrote:
> Ugh (stupid templates).
>
> @@ -387,10 +389,10 @@ base_pool_allocator ::allocate ()
>block = m_virgin_free_list;
>header = (allocation_pool_list*) allocation_object::get_data (block);
>header->next = NULL;
> -#ifdef ENABLE_CHE
On Mon, Oct 19, 2015 at 2:09 AM, Mikhail Maltsev wrote:
> On 10/06/2015 03:45 PM, Richard Biener wrote:
>> On Tue, Oct 6, 2015 at 2:41 PM, Bernd Schmidt wrote:
>>> On 10/06/2015 01:32 AM, Mikhail Maltsev wrote:
gcc/ChangeLog:
2015-10-05 Mikhail Maltsev
* a
On 10/06/2015 03:45 PM, Richard Biener wrote:
> On Tue, Oct 6, 2015 at 2:41 PM, Bernd Schmidt wrote:
>> On 10/06/2015 01:32 AM, Mikhail Maltsev wrote:
>>>
>>> gcc/ChangeLog:
>>>
>>> 2015-10-05 Mikhail Maltsev
>>>
>>> * alloc-pool.h (base_pool_allocator::initialize, ::allocate,
>>>
On Tue, Oct 6, 2015 at 2:41 PM, Bernd Schmidt wrote:
> On 10/06/2015 01:32 AM, Mikhail Maltsev wrote:
>>
>> gcc/ChangeLog:
>>
>> 2015-10-05 Mikhail Maltsev
>>
>> * alloc-pool.h (base_pool_allocator::initialize, ::allocate,
>> ::remove): Adjust to use CHECKING_P.
>
>
> Why CHECKI
On 10/06/2015 01:32 AM, Mikhail Maltsev wrote:
gcc/ChangeLog:
2015-10-05 Mikhail Maltsev
* 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?
Bernd
gcc/ChangeLog:
2015-10-05 Mikhail Maltsev
* alloc-pool.h (base_pool_allocator::initialize, ::allocate,
::remove): Adjust to use CHECKING_P.
>From ed727b2279dd36e2fbf1ab6956270cbd487b1a01 Mon Sep 17 00:00:00 2001
From: Mikhail Maltsev
Date: Sun, 4 Oct 2015 22:50:40 +0300
Subje