From 08500461fc9e31bfcaae8b3490072614c3e9ea63 Mon Sep 17 00:00:00 2001 From: Paul Koning Date: Mon, 5 Nov 2018 14:34:59 -0500 Subject: [PATCH] sourcebuild.texi (target attributes): Document new "inf" effective target keyword. * doc/sourcebuild.texi (target attributes): Document new "inf" effective target keyword. From-SVN: r265815 --- gcc/ChangeLog | 5 +++++ gcc/doc/sourcebuild.texi | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 369972e..00273e5 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 7487977..878f4a3 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 -- 2.7.4