This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/16523] with -O3 and -fPIC .5 * (2. + 2.5) = 2.60354e-38 instead of 2.25
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jul 2004 16:58:11 -0000
- Subject: [Bug c/16523] with -O3 and -fPIC .5 * (2. + 2.5) = 2.60354e-38 instead of 2.25
- References: <20040713164652.16523.fabrice.salvaire@desy.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-13 16:58 -------
Invalid as you are using an old version of binutils (2.10.91) which has a bug which shows up for -fPIC.
>From <http://gcc.gnu.org/install/specific.html>:
As of GCC 3.3, binutils 2.13.1 or later is required for this platform. See bug 10877 for more
information.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16523