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); ...