Commit 48396525 by Paul Thomas

re PR fortran/67933 (ICE for array of a derived type with allocatable class in derived type object)

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
parent a3320d62
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.
......
......@@ -22,7 +22,7 @@ module test_mod
end type wrapper_t
type :: list_t
type(wrapper_t) :: classes(10)
type(wrapper_t) :: classes(20)
contains
procedure :: Method
procedure :: Typeme
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment