]> Savannah Git Hosting - gnulib.git/commitdiff
doc: nullptr_t bug fixed in GCC 15
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Nov 2024 21:57:36 +0000 (13:57 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Nov 2024 21:57:36 +0000 (13:57 -0800)
doc/gnulib.texi

index e8d45f32f4e64c6f9f93d1037d32a9b14dd9e511..75b4df60c648dd60df625736f59117bf3c5d37a7 100644 (file)
@@ -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{<stddef.h>} is not
+included.  This bug should be fixed in GCC 15.
 @end itemize
 
 @node static_assert