Hacker News new | ask | show | jobs
by DrJokepu 4217 days ago
People keep saying that, but do bugs like that really happen? In my entire career as a professional software developer I've never seen it happening. Not once.
2 comments

Fair enough. That being said, -Wunreachable-code would have caught that.
>Fair enough. That being said, -Wunreachable-code would have caught that.

-Wunreachable-code was disabled in gcc years ago.

Yes, but I would assume that Apple uses clang internally?
Apple's goto/fail bug could only exist because single-line then clauses work.