diff options
author | Peter Klausler <pklausler@nvidia.com> | 2025-05-12 12:27:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-12 12:27:21 -0700 |
commit | 1d8ecbe9486b8a6b2839cb3001008338c3d9798d (patch) | |
tree | b851773326c5242f994271da0e23bd121b0340bc /clang/lib/Serialization/ModuleManager.cpp | |
parent | 58535e81dd982f5e5b64df39d2ab264027d6e8ca (diff) | |
download | llvm-1d8ecbe9486b8a6b2839cb3001008338c3d9798d.zip llvm-1d8ecbe9486b8a6b2839cb3001008338c3d9798d.tar.gz llvm-1d8ecbe9486b8a6b2839cb3001008338c3d9798d.tar.bz2 |
[flang] Require contiguous actual pointer for contiguous dummy pointer (#139298)
When the actual argument associated with an explicitly CONTIGUOUS
pointer dummy argument is itself a pointer, it must also be contiguous.
(A non-pointer actual argument can associate with a CONTIGUOUS pointer
dummy argument if it's INTENT(IN), and in that case it's still just a
warning if we can't prove at compilation time that the actual is
contiguous.)
Fixes https://github.com/llvm/llvm-project/issues/138899.
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions