Hacker News new | ask | show | jobs
by wiz21c 461 days ago
How compatible is it with the current code bases developped under proprietary compilers ?
2 comments

My approach throughout was to maximize portability of existing code to this new compiler. The list of extensions that are supported is quite long (https://flang.llvm.org/docs/Extensions.html), and the general policy is to support anything that people need so long as the feature is well defined and portable among compilers that support it.
It says in the article that some of these companies contribute their test suite