[all-commits] [llvm/llvm-project] af62a6: [flang] Enforce F'2023 constraints C917 & C918 (#1...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Mar 10 16:48:59 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af62a6f59aeed78e6f3eb88152397f2006b96dfd
https://github.com/llvm/llvm-project/commit/af62a6f59aeed78e6f3eb88152397f2006b96dfd
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2025-03-10 (Mon, 10 Mar 2025)
Changed paths:
M flang/lib/Semantics/expression.cpp
M flang/test/Semantics/coarrays02.f90
Log Message:
-----------
[flang] Enforce F'2023 constraints C917 & C918 (#129962)
These are constraints that preclude the need to obtain type information
from descriptors on other images, essentially. When designating a
polymorphic component, its base may not be coindexed; nor shall a
coindexed designator have a type with a polymorphic potential subobject
component.
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