Re: ISO C 23 ahead

2022-08-30 Thread Paul Eggert
On 8/30/22 16:57, Simon Josefsson wrote: Shouldn't it be like this: +if (ckd_mul (, plen, sizeof (CHAR)) \ Indeed it should. Thanks for reporting that. I installed the attached. I wonder why no self-check has caught this? Apparently I tested it only on

Re: ISO C 23 ahead

2022-08-30 Thread Simon Josefsson via Gnulib discussion list
I think some of these patches introduced a build failure of GNU InetUtils on Debian 6, see build error below. The following looks strange: -if (INT_MULTIPLY_WRAPV (plen, sizeof (CHAR), ) \ -|| INT_ADD_WRAPV (new_used, plensize, _used)) \ +