[all-commits] [llvm/llvm-project] 28cc96: [flang] Fix bogus errors about CONTIGUOUS attribute
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue May 16 14:22:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 28cc9606c0b4a70f26b4a3eea32cf88c330b2d82
https://github.com/llvm/llvm-project/commit/28cc9606c0b4a70f26b4a3eea32cf88c330b2d82
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-05-16 (Tue, 16 May 2023)
Changed paths:
M flang/lib/Semantics/check-declarations.cpp
M flang/test/Semantics/resolve14.f90
Log Message:
-----------
[flang] Fix bogus errors about CONTIGUOUS attribute
Incorrect error messages were issuing for symbol table entries
with the CONTIGUOUS attribute that didn't deserve them, like
host association symbols. Put the CONTIGUOUS check into
CheckObjectEntity().
Differential Revision: https://reviews.llvm.org/D150712
More information about the All-commits
mailing list