This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
[Patch, fortran] PR69566 - [6 Regression] ICE with unlimited polymorphic array pointer function
- From: Paul Richard Thomas <paul dot richard dot thomas at gmail dot com>
- To: "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 30 Jan 2016 19:30:08 +0100
- Subject: [Patch, fortran] PR69566 - [6 Regression] ICE with unlimited polymorphic array pointer function
- Authentication-results: sourceware.org; auth=none
2016-01-27 Paul Thomas <pault@gcc.gnu.org>
PR fortran/69385
* trans-expr.c (is_scalar_reallocatable_lhs): Remove the check
for allocatable components, whilst checking if the symbol is a
derived or class entity..
2015-01-27 Paul Thomas <pault@gcc.gnu.org>
PR fortran/69385
* gfortran.dg/alloc_comp_assign_15.f03: New test.
Committed as obvious in revision 233011.
Unfortunately, the fix uncovers another bug and so I will leave the PR
open and change the title accordingly.
Cheers
Paul