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