Re: Issue with intprops-internal.h / GCC 8.3

2024-04-07 Thread Bruno Haible
Hi Paul, Paul Smith wrote: > > ... in practice, it's not > > only developers who build from git repositories. Namely, many people > > whose habits have been shaped by GitHub will look for the git > > repository before looking for a release tarball. > > Well, they are in for some h

Re: Issue with intprops-internal.h / GCC 8.3

2024-04-07 Thread Paul Smith
On Sat, 2024-03-30 at 02:17 +0100, Bruno Haible wrote: >     The problem with your git repository setup (maintMakefile line 32, >     that enables -Werror by default) is that in practice, it's not >     only developers who build from git repositories. Namely, many people >     whose habits have bee

Re: Issue with intprops-internal.h / GCC 8.3

2024-03-29 Thread Bruno Haible
Hi Paul, > I have a bug report for a compiler error in GNU Make, using > intprops-internal.h, on Debian 10 with GCC 8.3: > > https://savannah.gnu.org/bugs/?65537 > > This is with gnulib stable-202401 current Git HEAD. > > Thoughts? Maybe I just have to disable this warning? > > > Note, I alr

Re: Issue with intprops-internal.h / GCC 8.3

2024-03-29 Thread Paul Eggert
On 3/29/24 13:14, Paul Smith wrote: I have a bug report for a compiler error in GNU Make, using intprops-internal.h, on Debian 10 with GCC 8.3: https://savannah.gnu.org/bugs/?65537 This is a false alarm from that old GCC version. I suggested to the original bug reporter to try the attached pa

Issue with intprops-internal.h / GCC 8.3

2024-03-29 Thread Paul Smith
I have a bug report for a compiler error in GNU Make, using intprops-internal.h, on Debian 10 with GCC 8.3: https://savannah.gnu.org/bugs/?65537 This is with gnulib stable-202401 current Git HEAD. Thoughts? Maybe I just have to disable this warning? Note, I already do not enable -Werror etc.