Skip to content

Commit

Permalink
sourcebuild.texi (target attributes): Document new "inf" effective ta…
Browse files Browse the repository at this point in the history
…rget keyword.

	* doc/sourcebuild.texi (target attributes): Document new "inf"
	effective target keyword.

From-SVN: r265815
  • Loading branch information
pkoning2 authored and Paul Koning committed Nov 5, 2018
1 parent b14dfa9 commit 0850046
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2018-11-05 Paul Koning <[email protected]>

* doc/sourcebuild.texi (target attributes): Document new "inf"
effective target keyword.

2018-11-05 Robin Dapp <[email protected]>

* config/s390/s390.c (s390_register_move_cost): Increase costs for
Expand Down
5 changes: 4 additions & 1 deletion gcc/doc/sourcebuild.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0850046

Please sign in to comment.