In commentary, be specific about which particular GCC 14 prerelease is
meant when this matters, and don’t say “GCC 14” otherwise.
Prompted by a remark by Sam James in:
https://lists.gnu.org/r/bug-gnulib/2024-04/msg00484.html
2024-04-27 Paul Eggert <eggert@cs.ucla.edu>
- nullptr: work around GCC 14 nullptr sentinel bug
+ nullptr: work around GCC nullptr sentinel bug
* m4/nullptr.m4 (gl_NULLPTR): Work around GCC bug 114780.
- stddef: work around GCC 14 stddef.h bugs
+ stddef: work around GCC stddef.h bugs
* lib/stddef.in.h: Do nothing if _@GUARD_PREFIX@_STDDEF_H is
defined, as stddef.h has already been included. This works
around GCC bug 114870.
@item
Some platforms define @code{nullptr_t} even when @code{<stddef.h>} is
not included:
-GCC 14.0.
+GCC 14.0.1 20240411 (Red Hat 14.0.1-0).
@item
Some platforms provide an @code{offsetof} macro that cannot be used in