re PR fortran/78092 (ICE when calling SIZEOF on CLASS(*) entry)
commitfe14572b1ae8dc408645a0c4ce1d043d44acece6
authorSteven G. Kargl <kargl@gcc.gnu.org>
Thu, 27 Oct 2016 03:08:13 +0000 (27 03:08 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Thu, 27 Oct 2016 03:08:13 +0000 (27 03:08 +0000)
treed6a0715dfb2350c08461e2362777f5bd529fc257
parent145f20675b26a0141f3ac2d0dc25290d016c0fc5
re PR fortran/78092 (ICE when calling SIZEOF on CLASS(*) entry)

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.

From-SVN: r241610
gcc/fortran/ChangeLog
gcc/fortran/trans-intrinsic.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr78092.f90 [new file with mode: 0644]