We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48e480 commit b886c6aCopy full SHA for b886c6a
flang/test/Lower/forall-pointer-assignment.f90
@@ -130,8 +130,8 @@ subroutine forallPolymorphic3()
130
end subroutine forallPolymorphic3
131
132
133
-!! Test the LHS of a pointer assignment gets the isAllocatable flag from the
134
-!! RHS that is a function reference.
+!! Test the LHS of a pointer assignment gets the isPointer flag from the
+!! RHS that is a reference to a function that returns a pointer.
135
! CHECK-LABEL: c.func @_QPforallpointerassignment1
136
subroutine forallPointerAssignment1()
137
type base
0 commit comments