--- Comment #5 from paolo dot carlini at oracle dot com 2009-07-24 09:07
---
Implemented here:
2008-05-23 Kaveh R. Ghazi
* builtin-types.def (BT_FN_INT_INT_INT_INT_INT_INT_VAR): New.
* builtins.c (fold_builtin_fpclassify): New.
(fold_builtin_varargs): Handle
--- Comment #4 from joseph at codesourcery dot com 2007-11-27 16:20 ---
Subject: Re: Missing __builtin_fpclassify
On Tue, 27 Nov 2007, pcarlini at suse dot de wrote:
> > As previously discussed,
>
> Didn't know about that. If you have a pointer, I would like to read the
> thread.
h
--- Comment #3 from pcarlini at suse dot de 2007-11-27 16:00 ---
(In reply to comment #2)
> As previously discussed,
Didn't know about that. If you have a pointer, I would like to read the thread.
this builtin would either need to be used in the
> form
>
>
--- Comment #2 from joseph at codesourcery dot com 2007-11-27 15:34 ---
Subject: Re: New: Missing __builtin_fpclassify
As previously discussed, this builtin would either need to be used in the
form
#define fpclassify(x) __builtin_fpclassify(FP_INFINITE, FP_NAN, FP_NORMAL,
FP_SUBNORM
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-11-27 12:49 ---
Confirmed.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
CC|