This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [bootstrap] Tentative fix for PR 54281
On Fri, Aug 17, 2012 at 11:05 AM, Jakub Jelinek <jakub@redhat.com> wrote:
> On Fri, Aug 17, 2012 at 10:58:25AM -0400, Diego Novillo wrote:
>> Sounds reasonable. Amended patch attached.
>
>> OK for trunk?
>
> Yes, except for:
>
>> diff --git a/gcc/ChangeLog b/gcc/ChangeLog
>> index c9a81d1..43b0af7 100644
>> --- a/gcc/ChangeLog
>> +++ b/gcc/ChangeLog
>> @@ -213,7 +222,7 @@
>> * config/tilegx/feedback.h: New file.
>> * config/tilepro/feedback.h: New file.
>>
>> -2012-08-16 Diego Novillo <dnovillo@google.com>
>> +2012-08-16 Diego Novillo <dnovillo@google.com>
>>
>> Revert
>>
>
> the above hunk.
Done. Committed.
Thanks. Diego.