PR 85510 - Linking error when accessing a coindexed variable inside an associate block

Damian Rouson damian@sourceryinstitute.org
Mon Apr 23 21:47:00 GMT 2018


 
As similar error message results if the associate construct is replaced with a block construct of the form

block  
  integer n
  n=1
  print*,i[1]
end block

The error disappears if the 'block' and 'end block' statements are deleted.

Damian



More information about the Fortran mailing list