[Bug c++/106652] [C++23] P1467 - Extended floating-point types and standard names
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Aug 22 14:16:19 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106652
--- Comment #22 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
<jakub@gcc.gnu.org>:
https://gcc.gnu.org/g:e7a097ea72d3295a1a1680ba05c4fc8242bae7f0
commit r13-7743-ge7a097ea72d3295a1a1680ba05c4fc8242bae7f0
Author: Jakub Jelinek <jakub@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 <jakub@redhat.com>
PR c++/106652
* doc/extend.texi (_Float<n>): Drop obsolete sentence that the
types aren't supported in C++.
(cherry picked from commit 145da6a8e1ad60f048069012d81e37f84e1585fd)
More information about the Gcc-bugs
mailing list