[Bug c++/19115] New: __builtin_frexpl and std::frexp(long double) broken
jlquinn at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Dec 21 19:37:00 GMT 2004
The attached test generates the following output:
i=-803365344
i=1
Both __builtin_frexpl and std::frexp(long double) give the above incorrect output.
However, ::frexpl works as expected.
--
Summary: __builtin_frexpl and std::frexp(long double) broken
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jlquinn at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: powerpc-ibm-aix5.2.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19115
More information about the Gcc-bugs
mailing list