[flang-commits] [flang] [Flang][OpenMP] Deprecate Allocate Directive (PR #142378)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Mon Jun 2 06:13:10 PDT 2025
================
@@ -5,6 +5,7 @@
program main
integer :: x, y
+ // CHECK: OpenMP directive ALLOCATE has been deprecated, please use ALLOCATORS instead.
// CHECK: not yet implemented: OpenMPDeclarativeAllocate
----------------
tblah wrote:
Please could you update both of these to `! comment`. It isn't strictly part of this patch but we might as well fix it while touching the file.
https://github.com/llvm/llvm-project/pull/142378
More information about the flang-commits
mailing list