tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] -fno-hex-floats option


From: Sergey Korshunoff
Subject: [Tinycc-devel] -fno-hex-floats option
Date: Sun, 24 Apr 2016 08:00:55 +0300

Hi!
https://github.com/seyko2/tinycc/commit/086ae74b696b7e2a73980bd852516b84251bd553

don't accept 0x123e-3 float format. This allow to compile
tccboot kernel with a macro expansion like
    __asm__( "pushl $""0xfe""-256\n\t" );

gcc don't have problem with this w/o any option. May be gcc don't
allow a hex floats format in asm file.



reply via email to

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