]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sourcebuild.texi (target attributes): Document new "inf" effective target keyword.
authorPaul Koning <ni1d@arrl.net>
Mon, 5 Nov 2018 19:34:59 +0000 (14:34 -0500)
committerPaul Koning <pkoning@gcc.gnu.org>
Mon, 5 Nov 2018 19:34:59 +0000 (14:34 -0500)
* doc/sourcebuild.texi (target attributes): Document new "inf"
effective target keyword.

From-SVN: r265815

gcc/ChangeLog
gcc/doc/sourcebuild.texi

index 369972e2c15f762c79e2d1de908cb98187208b7f..00273e5fc397d11608c655bc62347fee6d7444c6 100644 (file)
@@ -1,3 +1,8 @@
+2018-11-05  Paul Koning  <ni1d@arrl.net>
+
+       * doc/sourcebuild.texi (target attributes): Document new "inf"
+       effective target keyword.
+
 2018-11-05  Robin Dapp  <rdapp@linux.ibm.com>
 
        * config/s390/s390.c (s390_register_move_cost): Increase costs for
index 748797762d2568f361c2c06268aabd1aac1fede0..878f4a354b9c4479101f806485545c39204fcede 100644 (file)
@@ -1393,8 +1393,11 @@ for any options added with @code{dg-add-options}.
 Target has runtime support for any options added with
 @code{dg-add-options} for any @code{_Float@var{n}} or
 @code{_Float@var{n}x} type.
-@end table
 
+@item inf
+Target supports floating point infinite (@code{inf}) for type
+@code{double}.
+@end table
 @subsubsection Fortran-specific attributes
 
 @table @code