From: Thomas Koenig Date: Wed, 23 Dec 2020 13:14:25 +0000 (+0100) Subject: Add TODOs in README.native_coarrays. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=661886ea8b04de05a5296cd9ef5adf659e52707f;p=thirdparty%2Fgcc.git Add TODOs in README.native_coarrays. libgfortran/ChangeLog: * caf_shared/README.native_coarrays: --- 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 +