------- Comment #21 from jakub at gcc dot gnu dot org 2009-04-23 06:28 ------- Created an attachment (id=17682) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17682&action=view) glibc-no-long-double-math.patch
I agree that even for __NO_LONG_DOUBLE_MATH we should provide *l prototypes (certainly for __USE_ISOC99, not sure about __USE_MISC alone), just redirecting to the non-l functions, though tgmath.h nor signbit/finite/... macros which just use sizeof obviously can stay as is. This patch is totally untested... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39491