Y
Hacker News
new
|
ask
|
show
|
jobs
by
tomerv
1485 days ago
Is it really a compiler bug if the root cause is in library code?
2 comments
alophawen
1485 days ago
Right, this blog finds a bug in binutils not restoring a register in a single code path on Windows.
That is not a compiler bug.
link
strager
1484 days ago
dlltool generates implibs. quick-lint-js has a .def -> .lib build step in its CMake build system. I'd say this is a form of compilation.
link
That is not a compiler bug.