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

_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to