allocate_class_1.f90
334 Bytes
-
re PR fortran/52552 ([OOP] ICE when trying to allocate non-allocatable object… · 98cf47d1
re PR fortran/52552 ([OOP] ICE when trying to allocate non-allocatable object giving a dynamic type) 2012-06-08 Janus Weil <janus@gcc.gnu.org> PR fortran/52552 * match.c (gfc_match_allocate): Modify order of checks. Change wording of error message. Remove FIXME note. * resolve.c (resolve_allocate_expr): Add a comment. 2012-06-08 Janus Weil <janus@gcc.gnu.org> PR fortran/52552 * gfortran.dg/allocate_alloc_opt_1.f90: Modified. * gfortran.dg/allocate_class_1.f90: Modified. * gfortran.dg/allocate_with_typespec_4.f90: Modified. * gfortran.dg/allocate_class_2.f90: New. From-SVN: r188335
Janus Weil committed