tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] An issue with literal floats


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] An issue with literal floats
Date: Wed, 4 Mar 2015 14:46:15 +0300

A problem was introduced by:

commit 4ad186c5ef61477030ca37372f9d6c6d03681015
Author: grischka <grischka>
Date:   Mon Jan 6 19:07:08 2014 +0100

    i386: use __fixdfdi instead of __tcc_cvt_ftol

    Variants __fixsfdi/__fixxfdi are not needed for now because
    the value is converted to double always.

    Also:
    - remove __tcc_fpinit for unix as it seems redundant by the
      __setfpucw call in the startup code
    - avoid reference to s->runtime_main in cross compilers
    - configure: fix --with-libgcc help
    - tcctok.h: cleanup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]