[all-commits] [llvm/llvm-project] 252601: [flang] Improve error message for move_alloc
David Truby via All-commits
all-commits at lists.llvm.org
Tue Jan 31 06:59:19 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2526013a2266f6eb3ffa743895f84705727aef0d
https://github.com/llvm/llvm-project/commit/2526013a2266f6eb3ffa743895f84705727aef0d
Author: David Truby <david.truby at arm.com>
Date: 2023-01-31 (Tue, 31 Jan 2023)
Changed paths:
M flang/include/flang/Runtime/magic-numbers.h
M flang/runtime/allocatable.cpp
M flang/runtime/stat.cpp
M flang/runtime/stat.h
M flang/unittests/Runtime/Allocatable.cpp
Log Message:
-----------
[flang] Improve error message for move_alloc
This patch improves the error message when MOVE_ALLOC is passed the same
allocated allocatable as both the to and from arguments.
Differential Revision: https://reviews.llvm.org/D142899
More information about the All-commits
mailing list