[all-commits] [llvm/llvm-project] 65b06c: [flang][runtime] Check SOURCE= conformability on A...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Jun 16 14:36:56 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65b06cd983e59c25f30b680167559a4db2b44609
https://github.com/llvm/llvm-project/commit/65b06cd983e59c25f30b680167559a4db2b44609
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M flang-rt/lib/runtime/allocatable.cpp
M flang/lib/Semantics/check-allocate.cpp
M flang/test/Semantics/allocate11.f90
Log Message:
-----------
[flang][runtime] Check SOURCE= conformability on ALLOCATE (#144113)
The SOURCE= expression of an ALLOCATE statement, when present and not
scalar, must conform to the shape of the allocated objects. Check this
at runtime, and return a recoverable error, or crash, when appropriate.
Fixes https://github.com/llvm/llvm-project/issues/143900.
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