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

2022-09-23 Thread Simon Josefsson via Gnulib discussion list
Paul Eggert writes: > 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

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

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

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

2022-09-21 Thread Paul Eggert
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 generating the wrong config.h or Makefile. If so, what is it? If

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

2022-09-21 Thread Bruno Haible
Bjarni Ingi Gislason wrote: > > Please use the bug report template from > > . > > > Hi, > > you do not say for what you want (need) all this data. I need all this data because 1) What appears to be a simple warning, to

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

2022-09-21 Thread Bjarni Ingi Gislason
On Mon, Sep 19, 2022 at 02:39:35AM +0200, Bruno Haible wrote: > Bjarni, > > Please use the bug report template from > . > Hi, you do not say for what you want (need) all this data. If your are seeking a reproducer this

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

2022-09-18 Thread Bruno Haible
Bjarni, Please use the bug report template from . Bruno