From: Paul Koning Date: Mon, 5 Nov 2018 19:34:59 +0000 (-0500) Subject: sourcebuild.texi (target attributes): Document new "inf" effective target keyword. X-Git-Tag: basepoints/gcc-10~3306 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08500461fc9e31bfcaae8b3490072614c3e9ea63;p=thirdparty%2Fgcc.git sourcebuild.texi (target attributes): Document new "inf" effective target keyword. * doc/sourcebuild.texi (target attributes): Document new "inf" effective target keyword. From-SVN: r265815 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 369972e2c15f..00273e5fc397 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-11-05 Paul Koning + + * doc/sourcebuild.texi (target attributes): Document new "inf" + effective target keyword. + 2018-11-05 Robin Dapp * config/s390/s390.c (s390_register_move_cost): Increase costs for diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 748797762d25..878f4a354b9c 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -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