On 2017-09-29 04:25 PM, Joseph Myers wrote:
> On Fri, 29 Sep 2017, nick wrote:
>
>> - error_at (EXPR_LOCATION (call_expr), "cannot tail-call: %s", reason);
>> + error_at (EXPR_LOCATION (call_expr), "cannot tail-call: %s", N_(reason));
>
> This can't be right. N_ only makes sense around a str
On Fri, 29 Sep 2017, nick wrote:
> - error_at (EXPR_LOCATION (call_expr), "cannot tail-call: %s", reason);
> + error_at (EXPR_LOCATION (call_expr), "cannot tail-call: %s", N_(reason));
This can't be right. N_ only makes sense around a string literal (e.g. in
a constant initializer); it marks
Greetings All,
I have this patch formatted in git, I was unable to figure out how the whole
svn works. I
am new to svn. Here is the patch below so any comments on this patch or how to
format it
properly would be great:
>From a86173b1cab13a8fe5615c53005adcfafb97415f Mon Sep 17 00:00:00 2001
From: