]> git.ipfire.org Git - thirdparty/gcc.git/commit
2019-04-22 Paul Thomas <pault@gcc.gnu.org>
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Apr 2019 06:50:33 +0000 (06:50 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Apr 2019 06:50:33 +0000 (06:50 +0000)
commita796a13541419edf99653581cf945253fb417064
tree3df2343a26f4954033b65ca19113ed070fefedfd
parent4696159c11ce70721152cc7e16760e6c5a27dc53
2019-04-22  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/57284
* resolve.c (find_array_spec): If this is a class expression
and the symbol and component array specs are the same, this is
not an error.
*trans-intrinsic.c (gfc_conv_intrinsic_size): If a class symbol
argument, has no namespace, it has come from the interface
mapping and the _data component must be accessed directly.

2019-04-22  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/57284
* gfortran.dg/class_70.f03

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@270489 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/resolve.c
gcc/fortran/trans-intrinsic.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/class_70.f03 [new file with mode: 0644]