* gfortran.dg/realloc_on_assign_2.f03 (invima): Assign
a value to all array elements.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167305
138bc75d-0d04-0410-961f-
82ee72b054a4
+2010-11-30 Tobias Burnus <burnus@net-b.de>
+
+ * gfortran.dg/realloc_on_assign_2.f03 (invima): Assign
+ a value to all array elements.
+
2010-11-30 Richard Guenther <rguenther@suse.de>
PR tree-optimization/46722
2010-11-30 Richard Guenther <rguenther@suse.de>
PR tree-optimization/46722
real, dimension (1:m,1:m) :: invima
real, dimension (1:m,1:m), intent (in) :: a
integer, intent (in) :: j, k
real, dimension (1:m,1:m) :: invima
real, dimension (1:m,1:m), intent (in) :: a
integer, intent (in) :: j, k
invima (j, j) = 1.0 / (1.0 - a (j, j))
end function invima
subroutine test6
invima (j, j) = 1.0 / (1.0 - a (j, j))
end function invima
subroutine test6