[Nasm-bugs] [Bug 3392595] compiler.h: fix bad typedef in case of HAVE__BOOL

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Fri Aug 9 14:16:04 PDT 2019


https://bugzilla.nasm.us/show_bug.cgi?id=3392595

--- Comment #5 from Ozkan Sezer <sezeroz at gmail.com> ---
(In reply to H. Peter Anvin from comment #4)
> That makes no sense whatsoever... how could it have <stdbool.h>
> but no _Bool?

Well it is what it is :)
It was obviously experimental at the time: only with gcc-3.0
stdbool.h became C99 conforming

> Besides, that is the exact opposite of what the test is for,
> so I'm very very confused.

The test (test for stdbool.h) fails, because it is tested for
C99 conformance: no _Bool type, neither in stdbool.h nor as an
compiler's internal type, so configury refuses stdbool.h.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


More information about the Nasm-bugs mailing list