From: Paul Eggert Date: Tue, 19 Nov 2024 21:57:36 +0000 (-0800) Subject: doc: nullptr_t bug fixed in GCC 15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e17fc974a7825124906417736bdf276fe48b077d;p=thirdparty%2Fgnulib.git doc: nullptr_t bug fixed in GCC 15 --- 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