Commit 6babdc30 by Jerry DeLisle

re PR testsuite/35406 (gfortran.dg/ldist-1.f90 and gcc.dg/tree-ssa/ldist-4.c don't work)

2008-03-13  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/35406
	* gfortran.dg/ldist-1.f90: Update test to check for 5 loops distributed
	instead of 4.

From-SVN: r133206
parent d3f2a558
2008-03-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/35406
* gfortran.dg/ldist-1.f90: Update test to check for 5 loops distributed
instead of 4.
2008-03-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/35475
* gfortran.dg/derived_sub.f90: New test.
......@@ -29,5 +29,5 @@ Subroutine PADEC(DKS,DKDS,HVAR,WM,WG,FN,NS,AN,BN,CN,IT)
return
end Subroutine PADEC
! { dg-final { scan-tree-dump-times "distributed: split to 4 loops" 1 "ldist" } }
! { dg-final { scan-tree-dump-times "distributed: split to 5 loops" 1 "ldist" } }
! { dg-final { cleanup-tree-dump "ldist" } }
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