[all-commits] [llvm/llvm-project] 6b8e33: [flang] Foil attempt to READ a NAMELIST with an un...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Aug 8 12:02:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6b8e33822ab3825f6d42b0c3e150b61e76cad5d6
https://github.com/llvm/llvm-project/commit/6b8e33822ab3825f6d42b0c3e150b61e76cad5d6
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-08-08 (Tue, 08 Aug 2023)
Changed paths:
M flang/lib/Semantics/check-io.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Semantics/resolve40.f90
Log Message:
-----------
[flang] Foil attempt to READ a NAMELIST with an undefinable member
Detect and emit errors about undefinable NAMELIST group members in READ statements.
Fixes llvm-test-suite/Fortran/gfortran/regression/namelist_2.f90.
Differential Revision: https://reviews.llvm.org/D157344
More information about the All-commits
mailing list