diff options
author | Paul Koning <ni1d@arrl.net> | 2018-11-05 14:34:59 -0500 |
---|---|---|
committer | Paul Koning <pkoning@gcc.gnu.org> | 2018-11-05 14:34:59 -0500 |
commit | 08500461fc9e31bfcaae8b3490072614c3e9ea63 (patch) | |
tree | ce7e6e5b4695a297c4b35b699588f5beff56b2fc | |
parent | b14dfa94a88298dec7d1c8f6f3cc491912e5541a (diff) | |
download | gcc-08500461fc9e31bfcaae8b3490072614c3e9ea63.zip gcc-08500461fc9e31bfcaae8b3490072614c3e9ea63.tar.gz gcc-08500461fc9e31bfcaae8b3490072614c3e9ea63.tar.bz2 |
sourcebuild.texi (target attributes): Document new "inf" effective target keyword.
* doc/sourcebuild.texi (target attributes): Document new "inf"
effective target keyword.
From-SVN: r265815
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 5 |
2 files changed, 9 insertions, 1 deletions
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 <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 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 |