[all-commits] [llvm/llvm-project] a70ffe: [flang] Support "PRINT namelistname" (#112024)
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Oct 15 14:22:44 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a70ffe784da990a791da1e70e86cd877af3924bc
https://github.com/llvm/llvm-project/commit/a70ffe784da990a791da1e70e86cd877af3924bc
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M flang/docs/Extensions.md
M flang/include/flang/Common/Fortran-features.h
M flang/lib/Semantics/rewrite-parse-tree.cpp
A flang/test/Semantics/rewrite02.f90
Log Message:
-----------
[flang] Support "PRINT namelistname" (#112024)
Nearly every Fortran compiler supports "PRINT namelistname" as a synonym
for "WRITE (*, NML=namelistname)". Implement this extension via parse
tree rewriting.
Fixes https://github.com/llvm/llvm-project/issues/111738.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list