[all-commits] [llvm/llvm-project] 120ad2: [flang][runtime] Extension: NAMELIST input may omi...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Jan 2 08:42:23 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 120ad2508af8b5093f5d9d9f5e7566936320e769
https://github.com/llvm/llvm-project/commit/120ad2508af8b5093f5d9d9f5e7566936320e769
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2024-01-02 (Tue, 02 Jan 2024)
Changed paths:
M flang/docs/Extensions.md
M flang/runtime/edit-input.cpp
M flang/runtime/io-stmt.cpp
M flang/runtime/namelist.cpp
Log Message:
-----------
[flang][runtime] Extension: NAMELIST input may omit terminal '/' (#76476)
... when it is followed eventually by the '&' that begins the next
NAMELIST input group. This is a gfortran extension.
More information about the All-commits
mailing list