]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/fortran/gfortran.texi
gfortran.texi: Mention that asynchronous I/O does not work on systems which lack...
authorThomas Koenig <tkoenig@gcc.gnu.org>
Wed, 22 Aug 2018 21:29:49 +0000 (21:29 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Wed, 22 Aug 2018 21:29:49 +0000 (21:29 +0000)
commit2532f0f5e60f7de0a06f3f824f6be618649c216b
treeb91d1a612866680c53415ca99b53c32ffcde9d8b
parentbcddf743dd356082eca0a580881da0df683fe5ea
gfortran.texi: Mention that asynchronous I/O does not work on systems which lack condition...

2018-08-22  Thomas Koenig  <tkoenig@gcc.gnu.org>

* gfortran.texi: Mention that asynchronous I/O does
not work on systems which lack condition variables, such
as AIX.

2018-08-22  Thomas Koenig  <tkoenig@gcc.gnu.org>

* async.h: Set ASYNC_IO to zero if _AIX is defined.
(struct adv_cond): If ASYNC_IO is zero, the struct has no members.
(async_unit): If ASYNC_IO is zero, remove unneeded members.

From-SVN: r263788
gcc/fortran/ChangeLog
gcc/fortran/gfortran.texi
libgfortran/ChangeLog
libgfortran/io/async.h