[flang-commits] [flang] [flang] Insert NAMELIST variables into symbol table during Pre (PR #179599)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Wed Feb 4 09:15:27 PST 2026
================
@@ -39,8 +39,8 @@ subroutine s4b
end
subroutine s5
- namelist /nl/x
- integer x
+ namelist /nl/i
----------------
eugeneepshteyn wrote:
Don't change the existing example with `x` (implicit real, but redefined as integer, with `-pedantic` warning), but add a new example with `i`.
https://github.com/llvm/llvm-project/pull/179599
More information about the flang-commits
mailing list