From: Bruno Haible Date: Wed, 1 May 2024 21:07:14 +0000 (+0200) Subject: doc: Reference a gcc bug. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=b3daf2b05e10ba54afee4d02e68b3b1f3e90143c;p=gnulib.git doc: Reference a gcc bug. * doc/posix-headers/stddef.texi: Reference a gcc bug. --- diff --git a/ChangeLog b/ChangeLog index 118eeaa050..8681066eee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-05-01 Bruno Haible + + doc: Reference a gcc bug. + * doc/posix-headers/stddef.texi: Reference a gcc bug. + 2024-05-01 Bruno Haible sprintf-posix, snprintf-posix tests: Add comment. @@ -169,6 +174,7 @@ * m4/stddef_h.m4 (gl_STDDEF_H, gl_STDDEF_H_DEFAULTS): * modules/stddef (stddef.h): Detect the two bugs. + * doc/posix-headers/stddef.texi: Mention one of the two bugs. 2024-04-27 Bruno Haible diff --git a/doc/posix-headers/stddef.texi b/doc/posix-headers/stddef.texi index 00860bade0..4d0e171b8d 100644 --- a/doc/posix-headers/stddef.texi +++ b/doc/posix-headers/stddef.texi @@ -48,6 +48,7 @@ GCC 12, Clang 15, and other pre-2023 C compilers. @item Some platforms define @code{nullptr_t} even when @code{} is not included: +@c https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114869 GCC 14.0.1 20240411 (Red Hat 14.0.1-0). @item