Hacker News new | ask | show | jobs
by iforgotpassword 2944 days ago
Luckily clang does a good job at being GCC compatible, so I don't worry too much about using GCC extensions. It's quite unlikely one of them will go away anytime soon, and theory pretty much cover all architectures/platforms that have ever existed.
2 comments

Usually true, unless you want to target embedded, mainframes or some industrial OSes.
It doesn't support everything; for example, Clang doesn't do nested functions.