From e17fc974a7825124906417736bdf276fe48b077d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 19 Nov 2024 13:57:36 -0800 Subject: [PATCH] doc: nullptr_t bug fixed in GCC 15 --- doc/gnulib.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/gnulib.texi b/doc/gnulib.texi index e8d45f32f4..75b4df60c6 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -1053,6 +1053,10 @@ null pointer type checking is more error prone. In C, @code{_Generic} expressions cannot reliably distinguish the type of @code{nullptr} from integer or @code{void *} types. C++ overloading has similar limitations. + +@item +GCC 14 defines @code{nullptr_t} even when @code{} is not +included. This bug should be fixed in GCC 15. @end itemize @node static_assert -- 2.39.5