]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add TODOs in README.native_coarrays.
authorThomas Koenig <tkoenig@gcc.gnu.org>
Wed, 23 Dec 2020 13:14:25 +0000 (14:14 +0100)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Wed, 23 Dec 2020 13:14:25 +0000 (14:14 +0100)
libgfortran/ChangeLog:

* caf_shared/README.native_coarrays:

libgfortran/caf_shared/README.native_coarrays

index 02fc01357124ed2082c8fb485b5ddfa847bc9c2f..0bcf519daebba7428bb4b1b1abd5088275bfe899 100644 (file)
@@ -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
+