bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] intprops: add WRAPV and const flavors for GCC 5


From: Pádraig Brady
Subject: Re: [PATCH] intprops: add WRAPV and const flavors for GCC 5
Date: Wed, 4 Nov 2015 17:21:18 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 04/11/15 17:11, Paul Eggert wrote:
> On 11/03/2015 05:26 AM, Pádraig Brady wrote:
>> test-intprops.c:199:3: error: string length '5031' is greater than the 
>> length '4095' ISO C99 compilers are required to support 
>> [-Werror=overlength-strings]
> 
> That's annoying.  Does the attached patch fix it?

Doesn't seem to:

test-intprops.c:227:2: error: string length '6275' is greater than the length 
'4095' ISO C99 compilers are required to support [-Werror=overlength-strings]
   CHECK_SUM (-1, LONG_MIN, long int, true, LONG_MAX);

...




reply via email to

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