Re: buildbot failure in OpenCSW Buildbot on ggrep-solaris10-i386

2021-08-09 Thread Jim Meyering
On Mon, Aug 9, 2021 at 9:54 PM wrote: > The Buildbot has detected a new failure on builder ggrep-solaris10-i386 while > building ggrep. Full details are available at: > > https://buildfarm.opencsw.org/buildbot/builders/ggrep-solaris10-i386/builds/234 > > Buildbot URL: https://buildfarm.openc

Re: list, set, oset, map, omap: Prepare for allocation-deallocation checking

2021-08-09 Thread Paul Eggert
On 8/7/21 3:02 PM, Bruno Haible wrote: The GCC documentation [1] says that the attribute 'malloc (deallocator, 1)' does not work on inline functions. IMO, this restriction is not tenable in the long run (because the semantics of a function don't depend on whether it is inline or not, and because

Re: Using C2x attributes more effectively in Gnulib

2021-08-09 Thread Paul Eggert
On 8/7/21 6:40 PM, Bruno Haible wrote: Also, draft C2x lets one write the above function without naming the parameters, as follows: SE_SELINUX_INLINE int fsetfilecon (int, char const *) { errno = ENOTSUP; return -1; } This is nicer than [[maybe_unused]], because it says the argum