aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
diff options
context:
space:
mode:
authorvehre <vehre@138bc75d-0d04-0410-961f-82ee72b054a4>2017-02-05 15:43:03 +0000
committervehre <vehre@138bc75d-0d04-0410-961f-82ee72b054a4>2017-02-05 15:43:03 +0000
commit53aa2f5eafd35864f920623a1b1eb9240be693c4 (patch)
treec07eb1799927d7474a9ed1151941fa320a1276ef /gcc/fortran/ChangeLog
parentf991680c6d8434786153f21a1c4e2a248fa036f1 (diff)
gcc/fortran/ChangeLog:
2017-02-05 Andre Vehreschild <vehre@gcc.gnu.org> PR fortran/79344 * trans-stmt.c (gfc_trans_allocate): Only deallocate the components of the temporary, when a new object was created for the temporary. Not when it is just an alias to an existing object. gcc/testsuite/ChangeLog: 2017-02-04 Andre Vehreschild <vehre@gcc.gnu.org> PR fortran/79344 * gfortran.dg/allocate_with_source_24.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245194 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r--gcc/fortran/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 222e91f15bb..400f516203e 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,5 +1,12 @@
2017-02-05 Andre Vehreschild <vehre@gcc.gnu.org>
+ PR fortran/79344
+ * trans-stmt.c (gfc_trans_allocate): Only deallocate the components of
+ the temporary, when a new object was created for the temporary. Not
+ when it is just an alias to an existing object.
+
+2017-02-05 Andre Vehreschild <vehre@gcc.gnu.org>
+
PR fortran/79335
* trans-decl.c (generate_coarray_sym_init): Retrieve the symbol's
attributes before using them.