aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/ChangeLog
diff options
context:
space:
mode:
authorPaul Thomas <pault@gcc.gnu.org>2011-04-18 05:07:38 +0000
committerPaul Thomas <pault@gcc.gnu.org>2011-04-18 05:07:38 +0000
commit12df8d0150a2f18d7e86a8b0a94cfc4201795c18 (patch)
treeceec9218b58afb6c585b0c393a32c2d115a38f51 /gcc/testsuite/ChangeLog
parent967ac8cfb178fef960b253f97e81131434336cbd (diff)
downloadgcc-12df8d0150a2f18d7e86a8b0a94cfc4201795c18.zip
gcc-12df8d0150a2f18d7e86a8b0a94cfc4201795c18.tar.gz
gcc-12df8d0150a2f18d7e86a8b0a94cfc4201795c18.tar.bz2
re PR fortran/48462 (realloc on assignment: matmul Segmentation Fault with Allocatable Array)
2011-04-18 Paul Thomas <pault@gcc.gnu.org> PR fortran/48462 * trans-expr.c (fcncall_realloc_result): Renamed version of realloc_lhs_bounds_for_intrinsic_call that does not touch the descriptor bounds anymore but makes a temporary descriptor to hold the result. (gfc_trans_arrayfunc_assign): Modify the reference to above renamed function. 2011-04-18 Paul Thomas <pault@gcc.gnu.org> PR fortran/48462 * gfortran.dg/realloc_on_assign_7.f03: New test. From-SVN: r172636
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r--gcc/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 889995d..4d3019e 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-18 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/48462
+ * gfortran.dg/realloc_on_assign_7.f03: New test.
+
2011-04-17 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/48602