Re: lib/malloca.c: warning about [-Wsign-compare]

2022-09-22 Thread Bjarni Ingi Gislason
On Wed, Sep 21, 2022 at 05:15:50PM -0700, Paul Eggert wrote: > On 9/21/22 14:42, Bjarni Ingi Gislason wrote: > > > you do not say for what you want (need) all this data. > > We need a reproducer to figure out what is causing the problem. Perhaps the > problem involves something going wrong and ge

Re: lib/malloca.c: warning about [-Wsign-compare]

2022-09-22 Thread Paul Eggert
On 9/22/22 11:20, Bjarni Ingi Gislason wrote: CC='clang -Wsign-compare' ./gnulib-tool --test malloca 2> Oh, please don't use -Wsign-compare. Clang generates too many false alarms with -Wsign-compare, we don't recommend that warning, and Gnulib-using programs generally don't enable that warni