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 b0d1885 commit b993f61Copy full SHA for b993f61
flang/test/Lower/OpenMP/cray-pointers02.f90
@@ -63,7 +63,7 @@ subroutine none_private()
63
! CHECK: fir.call @_FortranAPointerAssociateScalar({{.*}}) fastmath<contract> : (!fir.ref<!fir.box<none>>, !fir.llvm_ptr<i8>) -> ()
64
65
var(1) = var(1) + 2
66
- print '(A24,I6)', 'none_private', var(1)
+ print '(A24,I6)', 'none_private', var(1)
67
!$omp end parallel
68
! CHECK: return
69
end subroutine
0 commit comments