This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/70842] [4.9/5/6/7 Regression] internal compiler error with character members within a polymorphic pointer


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

--- Comment #12 from vehre at gcc dot gnu.org ---
Author: vehre
Date: Fri Jul 22 13:15:31 2016
New Revision: 238640

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

2016-07-22  Andre Vehreschild  <vehre@gcc.gnu.org>

        Backport from trunk:
        PR fortran/70842
        * gfortran.dg/select_type_35.f03: New test.


gcc/fortran/ChangeLog:

2016-07-22  Andre Vehreschild  <vehre@gcc.gnu.org>

        Backport from trunk:
        PR fortran/70842
        * simplify.c (gfc_simplify_len): Only for unlimited polymorphic
        types replace the expression's _data ref with a _len ref.


Added:
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/select_type_35.f03
Modified:
    branches/gcc-6-branch/gcc/fortran/ChangeLog
    branches/gcc-6-branch/gcc/fortran/simplify.c
    branches/gcc-6-branch/gcc/testsuite/ChangeLog

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]