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
Description: Binary data
tgmath_fabs_complex.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
