From 9c86fc0b287de9696d3606f683c9b26275360e35 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 19 Mar 2005 20:58:25 +0000 Subject: [PATCH] extend.texi (__builtin_inf): Move statement about INFINITY to __builtin_inff. * doc/extend.texi (__builtin_inf): Move statement about INFINITY to __builtin_inff. From-SVN: r96748 --- gcc/ChangeLog | 5 +++++ gcc/doc/extend.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3268f693cf6..4742196813b 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 057bdfa9fa2..1258a60949c 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.30.2