]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/55763 (Issues with some simpler CLASS(*) programs)
authorPaul Thomas <pault@gcc.gnu.org>
Fri, 21 Dec 2012 14:29:34 +0000 (14:29 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Fri, 21 Dec 2012 14:29:34 +0000 (14:29 +0000)
commit4cc7046660c0d1520498a2f713e35a14f2d45cfc
tree81825db95fdb9ee25bcdac01f6a0316a053d704a
parent8afd02aa6b640b7098bf40bbda3e72a14d3f07b3
re PR fortran/55763 (Issues with some simpler CLASS(*) programs)

2012-12-21  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/55763
* match.c (select_type_set_tmp): Return is a derived type or
class typespec has no derived type.
* resolve.c (resolve_fl_var_and_proc): Exclude select type
temporaries from 'pointer'.
(resolve_symbol): Exclude select type temporaries from tests
for assumed size and assumed rank.

2012-12-21  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/55763
* gfortran.dg/unlimited_polymorphic_4.f03: New test.

From-SVN: r194663
gcc/fortran/ChangeLog
gcc/fortran/match.c
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/unlimited_polymorphic_4.f03 [new file with mode: 0644]