> Le 13 sept. 2021 à 07:30, Bruno Haible <br...@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!
- Portability issues of inline on macOS with GCC11 Akim Demaille
- Re: Portability issues of inline on macOS with GCC11 Bruno Haible
- Re: Portability issues of inline on macOS with GCC1... Akim Demaille