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