This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/25829] [F03] Asynchronous IO support


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25829

--- Comment #29 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Another thing... if we do

WRITE (10, ASYNCHRONOUS="YES") A

we need to mark A as ASYNCHRONOUS which we will probably have
to treat similar (or identically) to VOLATILE.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]