aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
diff options
context:
space:
mode:
authorAndre Vehreschild <vehre@gmx.de>2015-05-20 14:56:47 +0000
committerAndre Vehreschild <vehre@gmx.de>2015-05-20 14:56:47 +0000
commit3211d707ca11a3d010897072a2c6737ebc747eca (patch)
treedee189729a7ec482addf91fb61f0c9f279d87c7e /gcc/fortran/ChangeLog
parent4c0ac95d2226fc4061f4a24ee25008031f7ae0ed (diff)
gcc/fortran/ChangeLog:
2015-05-19 Andre Vehreschild <vehre@gmx.de> PR fortran/65548 * trans-stmt.c (gfc_trans_allocate): Always retrieve the descriptor or a reference to a source= expression for arrays and non-arrays, respectively. Use a temporary symbol and gfc_trans_assignment for all source= assignments to allocated objects besides for class and derived types. gcc/testsuite/ChangeLog: 2015-05-19 Andre Vehreschild <vehre@gmx.de> PR fortran/65548 * gfortran.dg/allocate_with_source_5.f90: Extend test. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@223445 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r--gcc/fortran/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 92d704afc67..fa9edb5cf8a 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,13 @@
+2015-05-20 Andre Vehreschild <vehre@gmx.de>
+
+ PR fortran/65548
+ * trans-stmt.c (gfc_trans_allocate): Always retrieve the
+ descriptor or a reference to a source= expression for
+ arrays and non-arrays, respectively. Use a temporary
+ symbol and gfc_trans_assignment for all source=
+ assignments to allocated objects besides for class and
+ derived types.
+
2015-05-19 Jakub Jelinek <jakub@redhat.com>
PR middle-end/66199