Re: [PATCH 2/2] nullptr: work around GCC 14 nullptr sentinel bug

2024-04-27 Thread Sam James
Paul Eggert writes: > On 2024-04-27 15:17, Sam James wrote: >> Someone might read this and wrongly think that "GCC 14" >> is broken. >> I'd just omit 14 here. > > Good point as I think some of these bugs are also in GCC 13.x for some > value of x. > > I installed the attached. It's not quite

Re: [PATCH 2/2] nullptr: work around GCC 14 nullptr sentinel bug

2024-04-27 Thread Paul Eggert
On 2024-04-27 15:17, Sam James wrote: Someone might read this and wrongly think that "GCC 14" is broken. I'd just omit 14 here. Good point as I think some of these bugs are also in GCC 13.x for some value of x. I installed the attached. It's not quite what you asked for but I hope it

Re: [PATCH 2/2] nullptr: work around GCC 14 nullptr sentinel bug

2024-04-27 Thread Sam James
Paul Eggert writes: > * m4/nullptr.m4 (gl_NULLPTR): Work around GCC bug 114780. > --- > ChangeLog | 3 +++ > doc/gnulib.texi | 4 > m4/nullptr.m4 | 18 -- > 3 files changed, 23 insertions(+), 2 deletions(-) > > diff --git a/ChangeLog b/ChangeLog > index

[PATCH 2/2] nullptr: work around GCC 14 nullptr sentinel bug

2024-04-27 Thread Paul Eggert
* m4/nullptr.m4 (gl_NULLPTR): Work around GCC bug 114780. --- ChangeLog | 3 +++ doc/gnulib.texi | 4 m4/nullptr.m4 | 18 -- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b30238f934..e341b62968 100644 --- a/ChangeLog +++