https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106652
--- Comment #21 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:145da6a8e1ad60f048069012d81e37f84e1585fd commit r14-3385-g145da6a8e1ad60f048069012d81e37f84e1585fd Author: Jakub Jelinek <ja...@redhat.com> Date: Tue Aug 22 16:13:44 2023 +0200 doc: Remove obsolete sentence about _Float* not being supported in C++ [PR106652] As mentioned in the PR, these types are supported in C++ since GCC 13, so we shouldn't confuse users. 2023-08-22 Jakub Jelinek <ja...@redhat.com> PR c++/106652 * doc/extend.texi (_Float<n>): Drop obsolete sentence that the types aren't supported in C++.