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

rth@gcc.gnu.org rth@gcc.gnu.org
Mon Nov 26 21:15:00 GMT 2001


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



More information about the Gcc-bugs mailing list