[Bug fortran/67933] [5/6 Regression] ICE for array of a derived type with allocatable class in derived type object

2015-10-27 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67933

--- Comment #6 from Paul Thomas  ---
Author: pault
Date: Tue Oct 27 18:03:18 2015
New Revision: 229452

URL: https://gcc.gnu.org/viewcvs?rev=229452=gcc=rev
Log:
2015-01-27  Paul Thomas  

PR fortran/67933
* gfortran.dg/allocate_with_source_15.f03: New test

Added:
trunk/gcc/testsuite/gfortran.dg/allocate_with_source_15.f03
Modified:
trunk/gcc/testsuite/ChangeLog


[Bug fortran/67933] [5/6 Regression] ICE for array of a derived type with allocatable class in derived type object

2015-10-26 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67933

Paul Thomas  changed:

   What|Removed |Added

Summary|[4.9/5/6 Regression] ICE|[5/6 Regression] ICE for
   |for array of a derived type |array of a derived type
   |with allocatable class in   |with allocatable class in
   |derived type object |derived type object

--- Comment #5 from Paul Thomas  ---
This is now fixed on trunk.

I will have to figure out the minimum changes to 5 branch and 4.9 branch to fix
this regression.

I'm onto it!

Paul