+2018-08-03 Martin Liska <mliska@suse.cz>
+
+ * predict.c (dump_prediction): Change to 2 digits
+ in fraction part.
+
2018-08-03 Siddhesh Poyarekar <siddhesh@sourceware.org>
* config/aarch64/falkor.md (falkor_am_1_vxvy_vxvy): Move
else
edge_info_str[0] = '\0';
- fprintf (file, " %s heuristics%s%s: %.1f%%",
+ fprintf (file, " %s heuristics%s%s: %.2f%%",
predictor_info[predictor].name,
edge_info_str, reason_messages[reason],
probability * 100.0 / REG_BR_PROB_BASE);
+2018-08-03 Martin Liska <mliska@suse.cz>
+
+ * gcc.dg/predict-1.c: Adjust scanned pattern to cover 2 digits.
+ * gcc.dg/predict-13.c:Likewise.
+ * gcc.dg/predict-3.c:Likewise.
+ * gcc.dg/predict-4.c:Likewise.
+ * gcc.dg/predict-5.c:Likewise.
+ * gcc.dg/predict-6.c:Likewise.
+ * gcc.dg/predict-9.c:Likewise.
+ * gfortran.dg/predict-1.f90:Likewise.
+
2018-08-02 Richard Biener <rguenther@suse.de>
PR c++/86763
PR tree-optimization/86636
* gcc.c-torture/compile/pr86636.c: New test.
-\r
-2018-07-24 Matthew Malcomson <matthew.malcomson@arm.com>\r
-\r
- * gcc.target/aarch64/simd/vect_su_add_sub.c: New.\r
-\r
-2018-07-24 Jakub Jelinek <jakub@redhat.com>\r
-\r
+
+2018-07-24 Matthew Malcomson <matthew.malcomson@arm.com>
+
+ * gcc.target/aarch64/simd/vect_su_add_sub.c: New.
+
+2018-07-24 Jakub Jelinek <jakub@redhat.com>
+
PR middle-end/86627
* gcc.target/i386/pr86627.c: New test.
}
}
-/* { dg-final { scan-tree-dump-times "guess loop iv compare heuristics of edge\[^:\]*: 36.0%" 4 "profile_estimate"} } */
+/* { dg-final { scan-tree-dump-times "guess loop iv compare heuristics of edge\[^:\]*: 36.00%" 4 "profile_estimate"} } */
return 10;
}
-/* { dg-final { scan-tree-dump-times "combined heuristics of edge\[^:\]*: 33.3%" 3 "profile_estimate"} } */
-/* { dg-final { scan-tree-dump-times "combined heuristics of edge\[^:\]*: 0.1%" 2 "profile_estimate"} } */
+/* { dg-final { scan-tree-dump-times "combined heuristics of edge\[^:\]*: 33.30%" 3 "profile_estimate"} } */
+/* { dg-final { scan-tree-dump-times "combined heuristics of edge\[^:\]*: 0.05%" 2 "profile_estimate"} } */
}
}
-/* { dg-final { scan-tree-dump-times "guess loop iv compare heuristics of edge\[^:\]*: 64.0%" 3 "profile_estimate"} } */
+/* { dg-final { scan-tree-dump-times "guess loop iv compare heuristics of edge\[^:\]*: 64.00%" 3 "profile_estimate"} } */
}
}
-/* { dg-final { scan-tree-dump " loop iv compare heuristics of edge\[^:\]*: 50.0%" "profile_estimate"} } */
+/* { dg-final { scan-tree-dump " loop iv compare heuristics of edge\[^:\]*: 50.00%" "profile_estimate"} } */
}
}
-/* { dg-final { scan-tree-dump-times "guess loop iv compare heuristics of edge\[^:\]*: 64.0%" 4 "profile_estimate"} } */
+/* { dg-final { scan-tree-dump-times "guess loop iv compare heuristics of edge\[^:\]*: 64.00%" 4 "profile_estimate"} } */
}
}
-/* { dg-final { scan-tree-dump-times "guess loop iv compare heuristics of edge\[^:\]*: 36.0%" 4 "profile_estimate"} } */
+/* { dg-final { scan-tree-dump-times "guess loop iv compare heuristics of edge\[^:\]*: 36.00%" 4 "profile_estimate"} } */
}
}
-/* { dg-final { scan-tree-dump-times "first match heuristics: 2.2%" 3 "profile_estimate"} } */
-/* { dg-final { scan-tree-dump-times "first match heuristics: 5.5%" 1 "profile_estimate"} } */
+/* { dg-final { scan-tree-dump-times "first match heuristics: 2.20%" 3 "profile_estimate"} } */
+/* { dg-final { scan-tree-dump-times "first match heuristics: 5.50%" 1 "profile_estimate"} } */
end subroutine test
-! { dg-final { scan-tree-dump-times "Fortran loop preheader heuristics of edge\[^:\]*: 1.0%" 2 "profile_estimate" } }
+! { dg-final { scan-tree-dump-times "Fortran loop preheader heuristics of edge\[^:\]*: 1.00%" 2 "profile_estimate" } }