From 661886ea8b04de05a5296cd9ef5adf659e52707f Mon Sep 17 00:00:00 2001 From: Thomas Koenig Date: Wed, 23 Dec 2020 14:14:25 +0100 Subject: [PATCH] Add TODOs in README.native_coarrays. libgfortran/ChangeLog: * caf_shared/README.native_coarrays: --- libgfortran/caf_shared/README.native_coarrays | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/libgfortran/caf_shared/README.native_coarrays b/libgfortran/caf_shared/README.native_coarrays index 02fc01357124..0bcf519daebb 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 + -- 2.47.2