Upper cobound is determined by num_images(), not this_image().
gcc/testsuite/ChangeLog: PR testsuite/98156 * gfortran.dg/coarray/alloc_comp_1.f90: Upper cobound is determined by num_images(), not this_image().
This commit is contained in:
parent
1fab57f26e
commit
bd0f024386
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ allocate (a%caf[3:*])
|
|||
a%caf = 7
|
||||
if (a%caf /= 7) STOP 1
|
||||
if (any (lcobound (a%caf) /= [ 3 ]) &
|
||||
.or. ucobound (a%caf, dim=1) /= this_image ()+2) &
|
||||
.or. ucobound (a%caf, dim=1) /= num_images ()+2) &
|
||||
STOP 2
|
||||
deallocate (a%caf)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue