aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
diff options
context:
space:
mode:
authorvehre <vehre@138bc75d-0d04-0410-961f-82ee72b054a4>2017-02-19 18:43:49 +0000
committervehre <vehre@138bc75d-0d04-0410-961f-82ee72b054a4>2017-02-19 18:43:49 +0000
commit01991e362c8d4751e97cb80fa23c2f0d1478387f (patch)
treebb58e020c2ac474097b535a37750596b6616dbf1 /gcc/fortran/ChangeLog
parent0a56ed2b4c1f0ddd7252e0e321309aeea37cd17e (diff)
gcc/testsuite/ChangeLog:
2017-02-19 Andre Vehreschild <vehre@gcc.gnu.org> PR fortran/79229 * gfortran.dg/class_allocate_24.f90: New test. gcc/fortran/ChangeLog: 2017-02-19 Andre Vehreschild <vehre@gcc.gnu.org> PR fortran/79229 * trans-expr.c (gfc_trans_assignment_1): Deref indirect refs when compiling with -fcheck=mem to check the pointer and not the data. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245581 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r--gcc/fortran/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 82733be6fa4..3dfbbc5ed5b 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -7,6 +7,12 @@
2017-02-19 Andre Vehreschild <vehre@gcc.gnu.org>
+ PR fortran/79229
+ * trans-expr.c (gfc_trans_assignment_1): Deref indirect refs when
+ compiling with -fcheck=mem to check the pointer and not the data.
+
+2017-02-19 Andre Vehreschild <vehre@gcc.gnu.org>
+
PR fortran/79335
* trans-array.c (duplicate_allocatable_coarray): Ensure attributes
passed are properly initialized.