aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog.dev
diff options
context:
space:
mode:
authorThomas Koenig <tkoenig@gcc.gnu.org>2018-09-02 20:10:58 +0000
committerThomas Koenig <tkoenig@gcc.gnu.org>2018-09-02 20:10:58 +0000
commit6857bd99f3922f57dd94aaf675c0cb5f0dcfd24b (patch)
tree7cdf3a1e38e2ccfa63060af300a6097d2efb3cf7 /libgfortran/ChangeLog.dev
parent8d3339526af25cd65f0d99ba6d2a05b37b61e1d0 (diff)
downloadgcc-devel/gfortran-caf.zip
gcc-devel/gfortran-caf.tar.gz
gcc-devel/gfortran-caf.tar.bz2
multi.c: Remove static variables _gfortrani_caf_this_image and caf_num_images.devel/gfortran-caf
2018-09-02 Thomas Koenig <tkoenig@gcc.gnu.org> * caf/multi.c: Remove static variables _gfortrani_caf_this_image and caf_num_images. * runtime/environ.c: Add caf_num_images. * runtime/compile_options.c: Add _gfortrani_caf_this_image. From-SVN: r264045
Diffstat (limited to 'libgfortran/ChangeLog.dev')
-rw-r--r--libgfortran/ChangeLog.dev6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog.dev b/libgfortran/ChangeLog.dev
index b051202..1bdd4e5 100644
--- a/libgfortran/ChangeLog.dev
+++ b/libgfortran/ChangeLog.dev
@@ -1,4 +1,10 @@
2018-09-02 Thomas Koenig <tkoenig@gcc.gnu.org>
+ * caf/multi.c: Remove static variables _gfortrani_caf_this_image
+ and caf_num_images.
+ * runtime/environ.c: Add caf_num_images.
+ * runtime/compile_options.c: Add _gfortrani_caf_this_image.
+
+2018-09-02 Thomas Koenig <tkoenig@gcc.gnu.org>
* caf/multi.c (_gfortran_caf_register): New function.
(_gfortran_caf_lock): New function.