------- Comment #16 from ghazi at gcc dot gnu dot org 2008-05-19 06:19 ------- Fixed in 4.4.0 by adding a new builtin for systems that care about the sign of isinf's return value. E.g. do this:
#define isinf(x) __builtin_isinf_sign(x)
--
ghazi at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Known to work| |4.4.0
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35509
