Y
Hacker News
new
|
ask
|
show
|
jobs
by
roel_v
5651 days ago
But doesn't that make it a compiler bug? If the root cause is that the compiler truncates data it shouldn't, does that mean the fundamental issue is a compiler bug?
1 comments
scottmac
5651 days ago
It's a hardware issue with the x87 instruction set,
http://gcc.gnu.org/ml/gcc/2003-08/msg01195.html
is a good explanation.
link
roel_v
5651 days ago
Ah I see, thank you. Hairy problem.
link
http://gcc.gnu.org/ml/gcc/2003-08/msg01195.html is a good explanation.