[cfe-commits] [PATCH] 2 fixes for tgmath.h

Howard Hinnant hhinnant at apple.com
Thu Feb 23 12:27:09 PST 2012


Committed revision 151276.

Thanks!

Howard

On Feb 23, 2012, at 1:30 PM, Kristof Beyls wrote:

> The attached 2 patches each fix one issue in the lib/Headers/tgmath.h header
> file:
> 
> * tgmath_logb.patch implements the missing logb function (see C99 standard
> 7.22, paragraph 5).
> * tgmath_fabs_complex.patch corrects the return types for the complex fabs
> functions. These must be non-complex float/double/long double (see C99
> standard 7.22, paragraph 4 and 7.3.8.1)
> 
> Could someone review and commit the patches if fine?
> 
> Thanks,
> 
> Kristof<tgmath_logb.patch><tgmath_fabs_complex.patch>_______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list