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/78092] [5/6/7 Regression] ICE when calling SIZEOF on CLASS(*) entry


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

--- Comment #4 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu Oct 27 03:08:13 2016
New Revision: 241610

URL: https://gcc.gnu.org/viewcvs?rev=241610&root=gcc&view=rev
Log:
2016-10-26  Steven G. Kargl <kargl@gcc.gnu.org>

        PR fortran/78092
        * trans-intrinsic.c (gfc_conv_intrinsic_sizeof):  Fix reference to an
        array element of type CLASS.

2016-10-26  Steven G. Kargl <kargl@gcc.gnu.org>

        PR fortran/78092
        * gfortran.dg/pr78092.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/pr78092.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-intrinsic.c
    trunk/gcc/testsuite/ChangeLog

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