Skip to content

Commit 145da6a

Browse files
committed
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 <[email protected]> PR c++/106652 * doc/extend.texi (_Float<n>): Drop obsolete sentence that the types aren't supported in C++.
1 parent f4658e0 commit 145da6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/doc/extend.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ infinities, NaNs and negative zeros are involved.
10841084
ISO/IEC TS 18661-3:2015 defines C support for additional floating
10851085
types @code{_Float@var{n}} and @code{_Float@var{n}x}, and GCC supports
10861086
these type names; the set of types supported depends on the target
1087-
architecture. These types are not supported when compiling C++.
1087+
architecture.
10881088
Constants with these types use suffixes @code{f@var{n}} or
10891089
@code{F@var{n}} and @code{f@var{n}x} or @code{F@var{n}x}. These type
10901090
names can be used together with @code{_Complex} to declare complex

0 commit comments

Comments
 (0)