http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54784
--- Comment #13 from janus at gcc dot gnu.org 2012-10-14 22:16:29 UTC --- Author: janus Date: Sun Oct 14 22:16:24 2012 New Revision: 192442 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192442 Log: 2012-10-14 Janus Weil <ja...@gcc.gnu.org> PR fortran/54784 * trans-stmt.c (gfc_trans_allocate): Correctly determine the reference to the _data component for polymorphic allocation with SOURCE. 2012-10-14 Janus Weil <ja...@gcc.gnu.org> PR fortran/54784 * gfortran.dg/class_allocate_13.f90: New. Added: branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/class_allocate_13.f90 Modified: branches/gcc-4_7-branch/gcc/fortran/ChangeLog branches/gcc-4_7-branch/gcc/fortran/trans-stmt.c branches/gcc-4_7-branch/gcc/testsuite/ChangeLog