[all-commits] [llvm/llvm-project] bd28a0: [flang] Catch attempts to do anything with stateme...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Sun Oct 30 17:54:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bd28a0a51181ad33dc9030fb887d26cd6b238c1f
https://github.com/llvm/llvm-project/commit/bd28a0a51181ad33dc9030fb887d26cd6b238c1f
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-10-30 (Sun, 30 Oct 2022)
Changed paths:
M flang/lib/Semantics/check-call.cpp
M flang/lib/Semantics/pointer-assignment.cpp
M flang/test/Semantics/assign03.f90
M flang/test/Semantics/call02.f90
Log Message:
-----------
[flang] Catch attempts to do anything with statement functions other than call them
A statement function in Fortran may be called, but it may not be the target
of a procedure pointer or passed as an actual argument.
More information about the All-commits
mailing list