You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2008/02/21 14:51:19 UTC

[jira] Updated: (STDCXX-738) [EDG eccp 3.9/Linux] __FLT_MIN__, __DBL_MIN__, __LDBL_MIN__ undefined

     [ https://issues.apache.org/jira/browse/STDCXX-738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Farid Zaripov updated STDCXX-738:
---------------------------------

    Remaining Estimate: 3h
     Original Estimate: 3h

> [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.1.3, 4.1.4, 4.2.0
>         Environment: EDG eccp 3.9/RedHat Enterprise Linux 4
>            Reporter: Farid Zaripov
>            Assignee: Farid Zaripov
>             Fix For: 4.2.1
>
>   Original Estimate: 3h
>  Remaining Estimate: 3h
>
> 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.