Sorry, I'll change that with my next patch.
Dehao
On Wed, Sep 26, 2012 at 12:20 AM, Eric Botcazou wrote:
>> gcc/ChangeLog:
>> 2012-09-21 Dehao Chen
>>
>> PR middle-end/54645
>> * c-family/c-pch.c (c_common_read_pch): Rebuild the location_adhoc_data
>> map when read in the pc
> gcc/ChangeLog:
> 2012-09-21 Dehao Chen
>
> PR middle-end/54645
> * c-family/c-pch.c (c_common_read_pch): Rebuild the location_adhoc_data
> map when read in the pch.
Wrong ChangeLog file, you want gcc/c-family/ChangeLog (and remove c-family/).
--
Eric Botcazou
On Mon, Sep 24, 2012 at 10:23 PM, Hans-Peter Nilsson wrote:
> On Fri, 21 Sep 2012, Dehao Chen wrote:
>> This patch moves location_adhoc_data into GC, and also rebuild the
>> hash table when reading in the PCH. After the patch, PCH can work as
>> expected.
>>
>> Bootstrapped and passed gcc regressi
On Fri, 21 Sep 2012, Dehao Chen wrote:
> This patch moves location_adhoc_data into GC, and also rebuild the
> hash table when reading in the PCH. After the patch, PCH can work as
> expected.
>
> Bootstrapped and passed gcc regression tests on x8664_linux.
If you have a moment to consider improveme
Hi,
This patch moves location_adhoc_data into GC, and also rebuild the
hash table when reading in the PCH. After the patch, PCH can work as
expected.
Bootstrapped and passed gcc regression tests on x8664_linux.
OK for trunk?
Thanks,
Dehao
libcpp/ChangeLog:
2012-09-21 Dehao Chen
PR