This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/15383] __float128 function name is used for long double
- From: "hjl at lucon dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 May 2004 19:40:27 -0000
- Subject: [Bug target/15383] __float128 function name is used for long double
- References: <20040511193724.15383.hjl@lucon.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From hjl at lucon dot org 2004-05-11 19:40 -------
__divtf3 is an alias for __divxf3, which is a 80bit long double
function for backward compatibility. Since gcc 3.4.0 supports
__float128, gcc will use __divtf3 for 128bit floating point number.
__divtf3 should be either removed or implement __float128 operation.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15383