2015-01-28 Paul Thomas <pault@gcc.gnu.org>
PR fortran/67933
* gfortran.dg/allocate_with_source_15.f03: Correct trivial
array bounds error at line 25.
From-SVN: r229503
+2015-01-28 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/67933
+ * gfortran.dg/allocate_with_source_15.f03: Correct trivial
+ array bounds error at line 25.
+
2015-10-28 Catherine Moore <clm@codesourcery.com>
* gcc.target/mips/oddspreg-3.c: Disable for MIPS16.
end type wrapper_t
type :: list_t
- type(wrapper_t) :: classes(10)
+ type(wrapper_t) :: classes(20)
contains
procedure :: Method
procedure :: Typeme