[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 07:37:13 PST 2026
klausler wrote:
What problem does this patch solve? It looks like you're going out of your way to make it harder to port code to this compiler from the several others that defer NAMELIST processing. Don't do that. If you want to emit a pedantic warning about the use of this extension, fine, but this can't be an error by default.
https://github.com/llvm/llvm-project/pull/179599
More information about the flang-commits
mailing list