From: pkoning Date: Mon, 5 Nov 2018 19:34:59 +0000 (+0000) Subject: * doc/sourcebuild.texi (target attributes): Document new "inf" X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37bad42946319f8f0c31c2439bea45eb53c2f5f7;p=thirdparty%2Fgcc.git * doc/sourcebuild.texi (target attributes): Document new "inf" effective target keyword. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265815 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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