Hacker News new | ask | show | jobs
by sanxiyn 3857 days ago
Check out "Finding and Understanding Bugs in C Compilers": http://www.cs.utah.edu/~regehr/papers/pldi11-preprint.pdf.

The paper explains what-is-bug/what-causes-it/what-is-impact for selected bugs. Complete list of 282 compiler bugs found (79 GCC, 203 LLVM) is also available online: http://embed.cs.utah.edu/csmith/.

1 comments

Thank you, that paper seems to be surprisingly easy to read (being an academic paper that is).