2014-12-10 Richard Biener <rguenther@suse.de>
PR testsuite/64048
* gcc.dg/tree-prof/peel-1.c: Update dump scanning.
From-SVN: r218585
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.
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" } } */