From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4D6DF38555B3; Tue, 22 Aug 2023 14:16:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4D6DF38555B3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1692713780; bh=NsZioX9whppYQXbl5gmwl08hQZItBoiiCZy2nr+XJ1k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wOTcqnIVNvTJmHP2ri5iKcaIH7yhW4Nsg5rCOSkYpZ1shpsHLeqt0ZTso6OzslRAO /LCJoNulRt42F4KlXMO3z6DZhZqMbLnwVu4aKbgqOZabjL77ixgJ8lMfjBSykD8s+L qR4kbLSfDpd96KMyuQmDeX/u11gG1qQfj0z/0J68= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106652] [C++23] P1467 - Extended floating-point types and standard names Date: Tue, 22 Aug 2023 14:16:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106652 --- Comment #22 from CVS Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:e7a097ea72d3295a1a1680ba05c4fc8242bae7f0 commit r13-7743-ge7a097ea72d3295a1a1680ba05c4fc8242bae7f0 Author: Jakub Jelinek 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 PR c++/106652 * doc/extend.texi (_Float): Drop obsolete sentence that the types aren't supported in C++. (cherry picked from commit 145da6a8e1ad60f048069012d81e37f84e1585fd)=