diff options
author | Thomas Koenig <tkoenig@gcc.gnu.org> | 2020-12-23 14:14:25 +0100 |
---|---|---|
committer | Thomas Koenig <tkoenig@gcc.gnu.org> | 2020-12-23 14:14:25 +0100 |
commit | 661886ea8b04de05a5296cd9ef5adf659e52707f (patch) | |
tree | dc88567462d0660369d8cf71e155fd0e58393cb0 | |
parent | fe0069ed4d6e61dfcd8e66e227690635ba317d1a (diff) | |
download | gcc-661886ea8b04de05a5296cd9ef5adf659e52707f.zip gcc-661886ea8b04de05a5296cd9ef5adf659e52707f.tar.gz gcc-661886ea8b04de05a5296cd9ef5adf659e52707f.tar.bz2 |
Add TODOs in README.native_coarrays.
libgfortran/ChangeLog:
* caf_shared/README.native_coarrays:
-rw-r--r-- | libgfortran/caf_shared/README.native_coarrays | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libgfortran/caf_shared/README.native_coarrays b/libgfortran/caf_shared/README.native_coarrays index 02fc013..0bcf519d 100644 --- a/libgfortran/caf_shared/README.native_coarrays +++ b/libgfortran/caf_shared/README.native_coarrays @@ -27,3 +27,12 @@ To compile a program to run with native coarrays, compile with -fcoarray=shared -lcaf_shared -lrt (I've not yet figured out how to automagically link against the library if -fcoarray=shared is specified). +TODO (the list is probably incomplete): + +- make STAT and ERRMSG work for ALLOCATE, DEALLOCATE, SYNC and locks +- Teams +- Types containing allocatable components in coarrays +- Atomics +- Events +- MOVE_ALLOC + |