Issue Details (XML | Word | Printable)

Key: STDCXX-8
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Martin Sebor
Reporter: Martin Sebor
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

[Intel C++/Linux] LDBL_MIN warning #239: floating point underflow

Created: 31/Jul/05 05:59 AM   Updated: 02/Apr/08 03:44 PM
Return to search
Component/s: 18. Language Support
Affects Version/s: 4.1.2
Fix Version/s: 4.1.3

Time Tracking:
Issue & Sub-Tasks
Issue Only
Original Estimate: 8h
Original Estimate - 8h
Remaining Estimate: 8h
Remaining Estimate - 8h
Time Spent: Not Specified
Remaining Estimate - 8h

Environment: Intel C++ 8.1, SUSE Linux ES 9, IA64
Issue Links:
Reference
 

Resolved: 31/Jul/05 08:27 AM
Resolution Date: 31/Jul/05 08:27 AM

Sub-Tasks  All   Open   

 Description  « Hide
Uses of the LDBL_MIN macro causes Intel C++ 8.1 on Linux IA64 to issue a warning:

$ cat >t.cpp<<EOF && nice make SRCS=t.cpp
> #include <cfloat>
>
> int main ()
> { > const long double ldbl_min = LDBL_MIN; > (void)&ldbl_min; > }
> EOF
icc -c -I/build/sebor/dev/stdlib/include/ansi -D_RWSTDDEBUG -D_REENTRANT -D_RWSTD_USE_CONFIG -I/build/sebor/icc-8.1-15s/include -I/build/sebor/dev/stdlib/include -I/build/sebor/dev/stdlib/examples/include -Xc -no_cpprt -g -w1 t.cpp
t.cpp(5): warning #239: floating point underflow
const long double ldbl_min = LDBL_MIN;
^

icc -no_cpprt /nfs/packages/mdx/redhat/ia64/compilers/intel/cc_8.1.030/lib/crtxi.o t.o -o t -lpthread -L/build/sebor/icc-8.1-15s/lib -lstd15s -Bstatic -lcxa -lunwind -Bdynamic /nfs/packages/mdx/redhat/ia64/compilers/intel/cc_8.1.030/lib/crtxn.o -lm



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Martin Sebor made changes - 31/Jul/05 08:27 AM
Field Original Value New Value
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
Martin Sebor made changes - 02/Apr/08 03:44 PM
Link This issue relates to STDCXX-565 [ STDCXX-565 ]