From b3daf2b05e10ba54afee4d02e68b3b1f3e90143c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 1 May 2024 23:07:14 +0200 Subject: [PATCH] doc: Reference a gcc bug. * doc/posix-headers/stddef.texi: Reference a gcc bug. --- ChangeLog | 6 ++++++ doc/posix-headers/stddef.texi | 1 + 2 files changed, 7 insertions(+) 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 -- 2.39.5