Commit e56e603b by Richard Biener Committed by Richard Biener

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
parent 301375fd
......@@ -5,6 +5,11 @@
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.
2014-12-10 Martin Liska <mliska@suse.cz>
......
......@@ -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" } } */
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