diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2023-02-11 12:59:10 +0100 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2023-02-11 12:59:10 +0100 |
commit | d1bf1c9771de8bb7039352510c758569063638fd (patch) | |
tree | fcaae9ab46ef4fd5b03412d27bae04c0ed8882f9 /gcc | |
parent | 391f29e60a95335c925040641e99ddef57edac6d (diff) | |
download | gcc-d1bf1c9771de8bb7039352510c758569063638fd.zip gcc-d1bf1c9771de8bb7039352510c758569063638fd.tar.gz gcc-d1bf1c9771de8bb7039352510c758569063638fd.tar.bz2 |
doc: Adjust link to WG14 N965
gcc/ChangeLog:
* doc/extend.texi (Other Builtins): Adjust link to WG14 N965.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 5a026c4..1ae68b0 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -14483,7 +14483,7 @@ Similar to @code{__builtin_nan}, except the return type is @deftypefn {Built-in Function} double __builtin_nans (const char *str) Similar to @code{__builtin_nan}, except the significand is forced to be a signaling NaN@. The @code{nans} function is proposed by -@uref{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n965.htm,,WG14 N965}. +@uref{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n965.htm,,WG14 N965}. @end deftypefn @deftypefn {Built-in Function} _Decimal32 __builtin_nansd32 (const char *str) |