This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix comment in cgraphunit.c


On Tue, Jul 24, 2012 at 9:27 PM, Marek Polacek <polacek@redhat.com> wrote:
> Ping.

Ok.

Thanks,
Richard.

> On Fri, Jul 13, 2012 at 02:00:54PM +0200, Marek Polacek wrote:
>> I think the comment at the start of the file is wrong, since
>> it speaks about varpool_finalize_variable, but there's no such
>> function (not even mentioned in CLs).  I'd say the author meant
>> varpool_finalize_decl.
>>
>> 2012-07-13  Marek Polacek  <polacek@redhat.com>
>>
>>       * cgraphunit.c: Rename varpool_finalize_variable to
>>       varpool_finalize_decl in a comment.
>>
>> --- gcc/cgraphunit.c.mp       2012-07-13 13:49:41.071591575 +0200
>> +++ gcc/cgraphunit.c  2012-07-13 13:49:50.715613502 +0200
>> @@ -34,7 +34,7 @@ along with GCC; see the file COPYING3.
>>        (There is one exception needed for implementing GCC extern inline
>>       function.)
>>
>> -    - varpool_finalize_variable
>> +    - varpool_finalize_decl
>>
>>        This function has same behavior as the above but is used for static
>>        variables.
>>
>>       Marek


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]