[all-commits] [llvm/llvm-project] 33b061: [flang] Enforce C955 on DEALLOCATE (#129788)
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Mar 10 13:17:34 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33b061f8ea8ba1d7fa0ff29bfbf499375df9c4e7
https://github.com/llvm/llvm-project/commit/33b061f8ea8ba1d7fa0ff29bfbf499375df9c4e7
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2025-03-10 (Mon, 10 Mar 2025)
Changed paths:
M flang/lib/Semantics/check-deallocate.cpp
M flang/test/Semantics/deallocate05.f90
Log Message:
-----------
[flang] Enforce C955 on DEALLOCATE (#129788)
Constraint C955 in F'2023 prohibits an allocate-object from being
coindexed. We catch this on ALLOCATE statements but missed it on
DEALLOCATE.
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