[Bug middle-end/35509] [4.3/4.4 Regression] builtin isinf() mismatch to compile-time substitution

ghazi at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon May 19 06:20:00 GMT 2008



------- 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



More information about the Gcc-bugs mailing list