This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/19115] __builtin_frexpl and std::frexp(long double) broken
- From: "dje at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Dec 2004 20:14:28 -0000
- Subject: [Bug target/19115] __builtin_frexpl and std::frexp(long double) broken
- References: <20041221193708.19115.jlquinn@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dje at gcc dot gnu dot org 2004-12-25 20:14 -------
Is this compiled with -mlong-double-128 or using the default, which is
-mlong-double-64 on AIX? GCC currently does not build a long-double-128
multilib on AIX, which would be necessary for that mode to work completely
correctly.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19115