OSDN Git Service

2011-02-12 Janus Weil <janus@gcc.gnu.org>
authorjanus <janus@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Feb 2011 21:34:11 +0000 (21:34 +0000)
committerjanus <janus@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Feb 2011 21:34:11 +0000 (21:34 +0000)
commit29dae2bfa6f8c42ad60fee1d23d6dc3659d53d00
tree1f3c46a16af849afee31b6d349f3b132ad36634f
parenta4a58ea82107ef65ed6a8660e7af0448d282289c
2011-02-12  Janus Weil  <janus@gcc.gnu.org>

* class.c (gfc_build_class_symbol): Reject polymorphic arrays.
* decl.c (build_sym,build_struct,attr_decl1): Use return value of
'gfc_build_class_symbol'.

2011-02-12  Janus Weil  <janus@gcc.gnu.org>

* gfortran.dg/allocate_derived_1.f90: Modified as polymorphic arrays
are temporarily disabled.
* gfortran.dg/class_7.f03: Ditto.
* gfortran.dg/coarray_14.f90: Ditto.
* gfortran.dg/typebound_proc_13.f03: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170092 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/class.c
gcc/fortran/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/allocate_derived_1.f90
gcc/testsuite/gfortran.dg/class_7.f03
gcc/testsuite/gfortran.dg/coarray_14.f90
gcc/testsuite/gfortran.dg/typebound_proc_13.f03