Skip to content

Commit 6c89ac2

Browse files
committed
Add a comment explaining a new test
1 parent 38294dd commit 6c89ac2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flang/test/Semantics/OpenMP/copyprivate03.f90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ program omp_copyprivate
5252
!$omp single
5353
c = 22
5454
d = 33
55+
!Check that 'c' and 'd' inherit PRIVATE DSA from the enclosing PARALLEL
56+
!and no error occurs.
5557
!$omp end single copyprivate(c, d)
5658
!$omp end parallel
5759
!$omp end task

0 commit comments

Comments
 (0)