[flang-commits] [flang] [flang][OpenMP] Don't emit implicit default mapper for flat allocatable derived types (PR #209645)

via flang-commits flang-commits at lists.llvm.org
Tue Jul 14 18:51:55 PDT 2026


================
@@ -1,7 +1,12 @@
 ! RUN: %flang_fc1 -emit-hlfir -fopenmp %s -o - | FileCheck %s
+
+! The type has an allocatable component so it genuinely requires an implicit
----------------
agozillon wrote:

Probably an unneeded comment the addition of the new test case should suffice I think :-)

https://github.com/llvm/llvm-project/pull/209645


More information about the flang-commits mailing list