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: Sergey Korshunoff
Subject: Re: [Tinycc-devel] -fno-hex-floats option
Date: Sun, 24 Apr 2016 19:18:06 +0300

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

linux/include/acpi/
actypes.h
#define ACPI_TYPE_INVALID  0x1E

acglobal.h
#define NUM_NS_TYPES  ACPI_TYPE_INVALID+1 // 2.4.26
#define NUM_NS_TYPES  ACPI_TYPE_INVALID+1 // 2.6.18
#define ACPI_NUM_NS_TYPES      (ACPI_TYPE_INVALID + 1) // 2.6.32

Some time before I have troubles compiling 2.4.6 code with tcc.



reply via email to

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