[flang-commits] [flang] [flang][acc] Ensure fir.class is handled in type categorization (PR #146174)

Razvan Lupusoru via flang-commits flang-commits at lists.llvm.org
Mon Jun 30 13:24:33 PDT 2025


================
@@ -0,0 +1,18 @@
+module mm
+  type, public :: polyty
+    real :: field
+  end type
+contains
+  subroutine init(this)
+    class(polyty), intent(inout) :: this
+    !$acc enter data copyin(this, this%field)
----------------
razvanlupusoru wrote:

It did not - and now I fixed it as I described below.

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


More information about the flang-commits mailing list