summaryrefslogtreecommitdiff
path: root/gcc/testsuite/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r--gcc/testsuite/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index f0cb44b5167..a1df3d19816 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,10 @@
+2011-07-27 Daniel Carrera <dcarrera@gmail.com>
+
+ PR fortran/49755
+ * gfortran.dg/multiple_allocation_1.f90: Fix test. Allocating an
+ allocated array should *not* change its size.
+ * gfortran.dg/multiple_allocation_3.f90: New test.
+
2011-07-26 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/49776