[Bug fortran/86830] [8/9 Regression] Contiguous array pointer function result not recognized as contiguous

janus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Sep 11 07:05:00 GMT 2018


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

--- Comment #5 from janus at gcc dot gnu.org ---
Author: janus
Date: Tue Sep 11 06:33:39 2018
New Revision: 264201

URL: https://gcc.gnu.org/viewcvs?rev=264201&root=gcc&view=rev
Log:
fix PR 86830

2018-09-11  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/86830
        * expr.c (gfc_is_simply_contiguous): Handle type-bound procedure calls
        with non-polymorphic objects.

2018-09-11  Janus Weil  <janus@gcc.gnu.org>

        PR fortran/86830
        * gfortran.dg/typebound_call_30.f90: New test case.

Added:
    trunk/gcc/testsuite/gfortran.dg/typebound_call_30.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/expr.c
    trunk/gcc/testsuite/ChangeLog


More information about the Gcc-bugs mailing list