* [PATCH] doc: Remove obsolete sentence about _Float* not being supported in C++ [PR106652]
@ 2023-08-22 8:15 Jakub Jelinek
2023-08-22 13:51 ` Jeff Law
0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2023-08-22 8:15 UTC (permalink / raw)
To: Jason Merrill; +Cc: gcc-patches
Hi!
As mentioned in the PR, these types are supported in C++ since GCC 13,
so we shouldn't confuse users.
Ok for trunk?
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++.
--- gcc/doc/extend.texi.jj 2023-08-18 09:33:45.738666727 +0200
+++ gcc/doc/extend.texi 2023-08-21 21:36:01.376269073 +0200
@@ -1084,7 +1084,7 @@ infinities, NaNs and negative zeros are
ISO/IEC TS 18661-3:2015 defines C support for additional floating
types @code{_Float@var{n}} and @code{_Float@var{n}x}, and GCC supports
these type names; the set of types supported depends on the target
-architecture. These types are not supported when compiling C++.
+architecture.
Constants with these types use suffixes @code{f@var{n}} or
@code{F@var{n}} and @code{f@var{n}x} or @code{F@var{n}x}. These type
names can be used together with @code{_Complex} to declare complex
Jakub
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] doc: Remove obsolete sentence about _Float* not being supported in C++ [PR106652]
2023-08-22 8:15 [PATCH] doc: Remove obsolete sentence about _Float* not being supported in C++ [PR106652] Jakub Jelinek
@ 2023-08-22 13:51 ` Jeff Law
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2023-08-22 13:51 UTC (permalink / raw)
To: Jakub Jelinek, Jason Merrill; +Cc: gcc-patches
On 8/22/23 02:15, Jakub Jelinek via Gcc-patches wrote:
> Hi!
>
> As mentioned in the PR, these types are supported in C++ since GCC 13,
> so we shouldn't confuse users.
>
> Ok for trunk?
>
> 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++.
OK
jeff
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-22 13:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-22 8:15 [PATCH] doc: Remove obsolete sentence about _Float* not being supported in C++ [PR106652] Jakub Jelinek
2023-08-22 13:51 ` Jeff Law
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).