From 5cbfa3ba9b37d7ea5777ed1ce21c166a38ab8c72 Mon Sep 17 00:00:00 2001 From: jsm28 Date: Sat, 19 Mar 2005 20:58:25 +0000 Subject: [PATCH] * doc/extend.texi (__builtin_inf): Move statement about INFINITY to __builtin_inff. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96748 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/extend.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3268f693cf6d..4742196813b5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-03-19 Joseph S. Myers + + * doc/extend.texi (__builtin_inf): Move statement about INFINITY + to __builtin_inff. + 2005-03-19 Joseph S. Myers * c.opt (ansi, std=iso9899:1990, std=iso9899:1999, diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 057bdfa9fa28..1258a60949c1 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -5261,11 +5261,11 @@ type is @code{long double}. @deftypefn {Built-in Function} double __builtin_inf (void) Similar to @code{__builtin_huge_val}, except a warning is generated if the target floating-point format does not support infinities. -This function is suitable for implementing the ISO C99 macro @code{INFINITY}. @end deftypefn @deftypefn {Built-in Function} float __builtin_inff (void) Similar to @code{__builtin_inf}, except the return type is @code{float}. +This function is suitable for implementing the ISO C99 macro @code{INFINITY}. @end deftypefn @deftypefn {Built-in Function} {long double} __builtin_infl (void) -- 2.47.3