[EDG eccp 3.9/Linux] __FLT_MIN__, __DBL_MIN__, __LDBL_MIN__ undefined
---------------------------------------------------------------------
Key: STDCXX-738
URL: https://issues.apache.org/jira/browse/STDCXX-738
Project: C++ Standard Library
Issue Type: Bug
Components: Configuration
Affects Versions: 4.2.0, 4.1.4, 4.1.3
Environment: EDG eccp 3.9/RedHat Enterprise Linux 4
Reporter: Farid Zaripov
Assignee: Farid Zaripov
Fix For: 4.2.1
The INFINITY.cpp configuration test fails to compile.
{noformat}
eccp -D_RWSTDDEBUG -D_REENTRANT -I. -A -x
--template_directory=/usr/tmp/stdcxx/trunk/eccp/15s/lib -g
--display_error_number --remarks --diag_suppress
193,236,340,401,261,479,487,678,679,815 -c
/usr/src/trunk/etc/config/src/INFINITY.cpp -o INFINITY.o
"/usr/src/trunk/etc/config/src/INFINITY.cpp", line 258: error #20: identifier
"__FLT_MIN__" is undefined
if (FLT_MIN <= val.val)
^
"/usr/src/trunk/etc/config/src/INFINITY.cpp", line 462: error #20: identifier
"__DBL_MIN__" is undefined
if (DBL_MIN <= val.val)
^
"/usr/src/trunk/etc/config/src/INFINITY.cpp", line 723: error #20: identifier
"__DBL_MIN__" is undefined
if (DBL_MIN < val.val)
^
3 errors detected in the compilation of
"/usr/src/trunk/etc/config/src/INFINITY.cpp".
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.