[Bug fortran/72832] [6/7 Regression] [OOP] ALLOCATE with SOURCE fails to allocate requested dimensions

vehre at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Oct 13 08:53:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72832

--- Comment #9 from vehre at gcc dot gnu.org ---
Author: vehre
Date: Thu Oct 13 08:51:21 2016
New Revision: 241088

URL: https://gcc.gnu.org/viewcvs?rev=241088&root=gcc&view=rev
Log:
gcc/fortran/ChangeLog:

2016-09-01  Andre Vehreschild  <vehre@gcc.gnu.org>

        PR fortran/72832
        * trans-expr.c (gfc_copy_class_to_class): Add generation of
        runtime array bounds check.
        * trans-intrinsic.c (gfc_conv_intrinsic_size): Add a crutch to
        get the descriptor of a function returning a class object.
        * trans-stmt.c (gfc_trans_allocate): Use the array spec on the
        array to allocate instead of the array spec from source=.

gcc/testsuite/ChangeLog:

2016-09-01  Andre Vehreschild  <vehre@gcc.gnu.org>

        PR fortran/72832
        * gfortran.dg/allocate_with_source_22.f03: New test.
        * gfortran.dg/allocate_with_source_23.f03: New test.  Expected to
        fail.



Added:
    trunk/gcc/testsuite/gfortran.dg/allocate_with_source_22.f03
    trunk/gcc/testsuite/gfortran.dg/allocate_with_source_23.f03
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-expr.c
    trunk/gcc/fortran/trans-intrinsic.c
    trunk/gcc/fortran/trans-stmt.c
    trunk/gcc/testsuite/ChangeLog


More information about the Gcc-bugs mailing list