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]

Re: other/4894: gcc/config/float-i386.h bad define?

[Get raw message]
Synopsis: gcc/config/float-i386.h bad define?

State-Changed-From-To: open->closed
State-Changed-By: rth
State-Changed-When: Mon Nov 26 21:15:00 2001
State-Changed-Why:
    Not a bug.  See ISO/IEC 9899:1999 Section 5.2.4.2.2 paragraph 8.
    
       ceil (1 + 64 * log10(2))
     = ceil (1 + 64 * .30102999566398119521)
     = ceil (1 + 19.26591972249479649344)
     = ceil (20.26591972249479649344)
     = 21
    
    QED.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4894&database=gcc


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