This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
long double and GLIBCPP_CHECK_MATH_SUPPORT
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Subject: long double and GLIBCPP_CHECK_MATH_SUPPORT
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Tue, 24 Oct 2000 17:26:16 -0400
- cc: libstdc++ at sources dot redhat dot com
Thanks for the GLIBCPP_ENABLE_LONG_DOUBLE test.
May I create a patch to acinclude.m4 moving the
GLIBCPP_CHECK_MATH_SUPPORT tests after the GLIBCPP_ENABLE_LONG_DOUBLE test
and avoid the basic C math functions long double tests if
GLIBCPP_ENABLE_LONG_DOUBLE already failed?
Thanks, David