tinycc-devel
[Top][All Lists]
Advanced

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

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


From: Edmund Grimley Evans
Subject: Re: [Tinycc-devel] -fno-hex-floats option
Date: Sun, 24 Apr 2016 19:10:08 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

Sergey:

> PS: is it allowed to disable hex float format in asm file/string?

It probably makes sense to use a different tokeniser for assembler,
but the problem isn't "hex float format". A hexadecimal floating
constant in C contains a 'p' or 'P', like "0xfep1"; "0xfe+1" is a
preprocessor token (a "pp-number") that isn't a valid token.



reply via email to

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