re PR testsuite/64048 (UNRESOLVED: gcc.dg/tree-prof/peel-1.c scan-rtl-dump loop2_unroll)

2014-12-10  Richard Biener  <rguenther@suse.de>

	PR testsuite/64048
	* gcc.dg/tree-prof/peel-1.c: Update dump scanning.

From-SVN: r218585
This commit is contained in:
Richard Biener 2014-12-10 15:47:30 +00:00 committed by Richard Biener
parent 301375fdd5
commit e56e603b72
2 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,11 @@
PR fortran/60718
* gfortran.dg/class_alias.f90: New.
2014-12-10 Richard Biener <rguenther@suse.de>
PR testsuite/64048
* gcc.dg/tree-prof/peel-1.c: Update dump scanning.
2014-12-10 Richard Biener <rguenther@suse.de>
* gcc.dg/tree-ssa/forwprop-29.c: Add -fno-ipa-icf.

View File

@ -20,7 +20,7 @@ main()
t();
return 0;
}
/* { dg-final-use { scan-rtl-dump "Considering simply peeling loop" "loop2_unroll" } } */
/* { dg-final-use { scan-tree-dump "Peeled loop ., 2 times" "cunroll" } } */
/* In fact one peeling is enough; we however mispredict number of iterations of the loop
at least until loop_ch is schedule ahead of profiling pass. */
/* { dg-final-use { cleanup-rtl-dump "loop2_unroll" } } */
/* { dg-final-use { cleanup-tree-dump "cunroll" } } */