Obscure feature + obscure feature + obscure feature = bug
antithesis.com·5h·
Discuss: Lobsters

← Blog Michael Gibson pic

Senior Engineer, Antithesis

In the quarter century I’ve been programming professionally, I’ve found three C++ compiler bugs; one each in g++1, clang++, and Microsoft’s MSVC. After finding roughly one problem every ten years, my takeaway is that you have to do something really, really obscure. Or actually, you have to use an obscure feature then pile on another obscure feature and pile on another obscure feature.

This is the story of something really, really obscure that we do in our C++ SDK, which led to finding the clang++ bug. If you’re not super familiar with C++, you should still be able to follow the main gist and just skim some of the details.

[B…

Similar Posts

Loading similar posts...