[all-commits] [llvm/llvm-project] 53c3a2: [flang] Static checking for empty coarrays (#129610)
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Mar 10 13:16:53 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53c3a2c69aeaaf65ceedc1117648461607f0c165
https://github.com/llvm/llvm-project/commit/53c3a2c69aeaaf65ceedc1117648461607f0c165
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2025-03-10 (Mon, 10 Mar 2025)
Changed paths:
M flang/include/flang/Semantics/expression.h
M flang/lib/Semantics/check-allocate.cpp
M flang/lib/Semantics/expression.cpp
M flang/test/Semantics/allocate12.f90
M flang/test/Semantics/c_f_pointer.f90
M flang/test/Semantics/expr-errors06.f90
Log Message:
-----------
[flang] Static checking for empty coarrays (#129610)
A coarray must not have a zero extent on a codimension; that would yield
an empty coarray. When cobounds are constants, verify them.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list