Y
Hacker News
new
|
ask
|
show
|
jobs
by
uxp8u61q
912 days ago
It does compile, even with `-std=c17` under GCC. With a few warnings about implicit `int`s, of course. Even `-Wall` only adds a single warning (about !0<t not meaning what you could think it means.)
1 comments
benj111
912 days ago
That's very presumptuous of GCC to assume that it thinks it knows that what I think !0<t means is wrong.
I wonder if NaN is larger then !0
link
uxp8u61q
912 days ago
I wrote "could think", calm down.
link
I wonder if NaN is larger then !0