This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/16523] with -O3 and -fPIC .5 * (2. + 2.5) = 2.60354e-38 instead of 2.25


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]