[patch, fortran] Set implicit ASYNCHRONOUS attribute

2017-10-04 Thread Thomas Koenig
Hello world, the attached patch sets the implicit ASYNCHRONPUS according to F2008, 9.6.2.5: # If a variable is used in an asynchronous data transfer statement as # • an item in an input/output list, # • a group object in a namelist, or # • a SIZE= specifier # the base object of the data-ref is i

Re: [patch, fortran] Set implicit ASYNCHRONOUS attribute

2017-10-06 Thread Jerry DeLisle
On 10/04/2017 02:41 PM, Thomas Koenig wrote: > Hello world, > > the attached patch sets the implicit ASYNCHRONPUS according to F2008, > 9.6.2.5: > > # If a variable is used in an asynchronous data transfer statement as > # • an item in an input/output list, > # • a group object in a namelist, or