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 fix

[PATCH] assert-h: suppress clang false alarms

2022-09-21 Thread Paul Eggert
Suppress scads of annoying warnings from clang version 14.0.5 (Fedora 14.0.5-1.fc36) of the form "warning: '_Static_assert' with no message is a C2x extension [-Wc2x-extensions]", by refusing to use single-arg static_assert with older clang. * m4/assert_h.m4 (gl_ASSERT_H): Turn -Wc2x-extensions fro

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 wor