[all-commits] [llvm/llvm-project] de6e88: [flang] Allow POINTER attribute statement on proce...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Apr 15 20:21:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de6e88ef5a5deb2661e16d3ab608eb3c77604136
https://github.com/llvm/llvm-project/commit/de6e88ef5a5deb2661e16d3ab608eb3c77604136
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-04-15 (Fri, 15 Apr 2022)
Changed paths:
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Semantics/assign02.f90
Log Message:
-----------
[flang] Allow POINTER attribute statement on procedure interfaces
A POINTER attribute statement is allowed to add the POINTER attribute
to a procedure entity that has already been declared, e.g. with an
INTERFACE block.
Differential Revision: https://reviews.llvm.org/D123732
More information about the All-commits
mailing list