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] Make -Wcoverage-mismatch behavior sane.


Thanks for the heads up Paolo.  I'll make the change in my local tree.

Jan, is this patch OK?

Cheers,
Neil

On Fri, Apr 30, 2010 at 1:44 AM, Paolo Bonzini <bonzini@gnu.org> wrote:
> On 04/29/2010 09:52 AM, Manuel LÃpez-IbÃÅez wrote:
>>
>> Strings that are selected from a conditional operator are not
>> translated automatically. You need to mark them with:
>>
>> Â Â Â? _("execution counts estimated")
>> Â Â Â: _("execution counts assumed to be zero")
>>
>> you may need to include intl.h for this to work.
>
> You actually need to mark them with G_. ÂUsing _ would attempt translating
> twice. ÂNot a big deal, I suppose Neil can make the change on the fly while
> committing.
>
> Paolo
>



-- 
Neil Vachharajani
Google
650-214-1804


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