bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] quotearg: fix compilation failure due to FALLTHROUGH misuse


From: Jim Meyering
Subject: Re: [PATCH] quotearg: fix compilation failure due to FALLTHROUGH misuse
Date: Sun, 28 May 2017 19:51:37 -0700

On Sun, May 28, 2017 at 3:44 AM, Bernhard Voelker
<address@hidden> wrote:
>>              goto force_outer_quoting_style;
>> -          FALLTHROUGH;
>> +          /* fall through */
>>          c_escape:
>>            if (backslash_escapes)
>>              {
>
> Sorry, you lost me:
> "c_escape:" /is/ a case statement, so what's the matter here?

Hi Bernie,

That "c_escape:" is a goto label (not a case label), so putting the
attribute before it would evoke a compilation error from newer gcc.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]