aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorAndre Vehreschild <vehre@gcc.gnu.org>2016-10-01 16:00:57 +0200
committerAndre Vehreschild <vehre@gcc.gnu.org>2016-10-01 16:00:57 +0200
commit0f0565b1438c82118f1f31f6880c509c472c3bf5 (patch)
treeeff176f1e251fa98b5827cd362cc3acbcca23c7a /libgfortran/ChangeLog
parenteb647b80ba1a0ab2d9b879cbfdd08cd6805e75c3 (diff)
downloadgcc-0f0565b1438c82118f1f31f6880c509c472c3bf5.zip
gcc-0f0565b1438c82118f1f31f6880c509c472c3bf5.tar.gz
gcc-0f0565b1438c82118f1f31f6880c509c472c3bf5.tar.bz2
re PR libfortran/77663 (libgfortran/caf/single.c: three minor problems and a lost token)
gcc/testsuite/ChangeLog: 2016-10-01 Andre Vehreschild <vehre@gcc.gnu.org> PR fortran/77663 * gfortran.dg/coarray_send_by_ref_1.f08: New test. libgfortran/ChangeLog: 2016-10-01 Andre Vehreschild <vehre@gcc.gnu.org> PR fortran/77663 * caf/single.c (caf_internal_error): Fix not terminating va-list. (_gfortran_caf_register): Free memory also when other allocs failed. (_gfortran_caf_get_by_ref): Fixed style. (send_by_ref): Token is now stored at the correct position preventing inaccessible tokens, memory loss and possibly crashes. From-SVN: r240695
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index c58ad5d0..5430ed1 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,12 @@
+2016-10-01 Andre Vehreschild <vehre@gcc.gnu.org>
+
+ PR fortran/77663
+ * caf/single.c (caf_internal_error): Fix not terminating va-list.
+ (_gfortran_caf_register): Free memory also when other allocs failed.
+ (_gfortran_caf_get_by_ref): Fixed style.
+ (send_by_ref): Token is now stored at the correct position preventing
+ inaccessible tokens, memory loss and possibly crashes.
+
2016-09-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/77707