[all-commits] [llvm/llvm-project] 68da74: [flang][openacc] Fixed bounds for full array secti...
Slava Zakharin via All-commits
all-commits at lists.llvm.org
Wed Nov 1 08:40:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 68da7435ed0c5a9ccaecfd53caa417145d0a52e0
https://github.com/llvm/llvm-project/commit/68da7435ed0c5a9ccaecfd53caa417145d0a52e0
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2023-11-01 (Wed, 01 Nov 2023)
Changed paths:
M flang/lib/Lower/DirectivesCommon.h
M flang/test/Lower/OpenACC/acc-enter-data.f90
Log Message:
-----------
[flang][openacc] Fixed bounds for full array sections. (#70859)
We have to use 0-based lowerbound/upperbound for data operands like
`a(:)`.
More information about the All-commits
mailing list