Y
Hacker News
new
|
ask
|
show
|
jobs
by
Luker88
27 days ago
There is an explanation for every one of them, the pointer equality one has code, too.
try it with `gcc -O1` and you will get a different result than with `gcc -O0`
1 comments
uecker
27 days ago
Yes, but this GCC behavior is not conformant to ISO C.
link