bug-gnulib
[Top][All Lists]
Advanced

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

Re: Portability issues of inline on macOS with GCC11


From: Akim Demaille
Subject: Re: Portability issues of inline on macOS with GCC11
Date: Mon, 13 Sep 2021 08:54:19 +0200


> Le 13 sept. 2021 à 07:30, Bruno Haible <bruno@clisp.org> a écrit :
> 
> Akim Demaille wrote:
>> The preprocessed source is
>> 
>>> static [[__maybe_unused__]] void *xnrealloc (void *p, size_t n, size_t s)
>>>  __attribute__ ((__alloc_size__ (2, 3)));
>>> static [[__maybe_unused__]] void *
>>> xnrealloc (void *p, size_t n, size_t s)
>>> {
>>>  return xreallocarray (p, n, s);
>>> }
> 
> Thanks for the report. This patch should fix it.

It does, thanks a lot!


reply via email to

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