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/69659] [6/7 Regression] ICE on using option -frepack-arrays, in gfc_conv_descriptor_data_get


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

--- Comment #10 from vehre at gcc dot gnu.org ---
Author: vehre
Date: Sun Jun  5 18:09:27 2016
New Revision: 237107

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

2016-06-05  Andre Vehreschild  <vehre@gcc.gnu.org>

        PR fortran/69659
        * gfortran.dg/class_array_22.f03: New test.


gcc/fortran/ChangeLog:

2016-06-05  Andre Vehreschild  <vehre@gcc.gnu.org>

        PR fortran/69659
        * trans-array.c (gfc_trans_dummy_array_bias): For class arrays use
        the address of the _data component to reference the arrays data
        component.


Added:
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/class_array_22.f03
Modified:
    branches/gcc-6-branch/gcc/fortran/ChangeLog
    branches/gcc-6-branch/gcc/fortran/trans-array.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]