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 16:50:10 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

Sergey:

> My first attempt was to disable such format in asm files/strings. But
> as I remember, the
> same problem was with a C like
>  #define NR_SLOTS 0xfe
>  int array[NR_SLOTS-1];
> 
> Some gcc versions don't support hex float notation and compile such code fine.

Are you suggesting that some versions of GCC or TCC don't compile that
code?

Ah, perhaps you're trying to compile the output of TCC's preprocessor.
It's an old bug in TCC that it fails to put a space between the tokens.

Edmund



reply via email to

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