[flang-commits] [flang] [flang] Insert NAMELIST variables into symbol table during Pre (PR #179599)

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Wed Feb 4 12:51:07 PST 2026


klausler wrote:

Please consult the first paragraph in `flang/docs/Extensions.md`, which lays out this compiler's policy on the support of language extensions.  In short, if an extension exists in other compilers, is well-defined and portable, and doesn't invalidate a conforming program, we want to know about that extension and support it by default, because we want it to be as easy as possible to port existing code to this compiler.  If you want this compiler to be strict in its enforcement of the ISO standard, you can make it so via the command line.

https://github.com/llvm/llvm-project/pull/179599


More information about the flang-commits mailing list