diff mbox

[Committed,testsuite] Fix tree-ssa/attr-hotcold-2.c failures

Message ID AM3PR08MB00888F84AC80627E17A2A7C0832B0@AM3PR08MB0088.eurprd08.prod.outlook.com
State New
Headers show

Commit Message

Wilco Dijkstra June 21, 2016, 4:33 p.m. UTC
Fix tree-ssa/attr-hotcold-2.c failures now that the test runs. 
GCC dumps the blocks 3 times so update count to 3 and the test passes.

ChangeLog:
2016-06-21  Wilco Dijkstra  <wdijkstr@arm.com>

    gcc/testsuite/

    * gcc.dg/tree-ssa/attr-hotcold-2.c (scan-tree-dump-times):
    Set to 3 so test passes.
--
diff mbox

Patch

diff --git a/gcc/testsuite/gcc.dg/tree-ssa/attr-hotcold-2.c b/gcc/testsuite/gcc.dg/tree-ssa/attr-hotcold-2.c
index e2e81434febd707c36e5ce0a2687a4bdc568b0e5..13d2916c47b9f0b358fe455088b6e17e3a6ad60f 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/attr-hotcold-2.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/attr-hotcold-2.c
@@ -20,10 +20,9 @@  void f(int x, int y)
 
 /* { dg-final { scan-tree-dump-times "hot label heuristics" 1 "profile_estimate" } } */
 /* { dg-final { scan-tree-dump-times "cold label heuristics" 1 "profile_estimate" } } */
-/* { dg-final { scan-tree-dump-times "block 4, loop depth 0, count 0, freq \[1-4\]\[^0-9\]" 1 "profile_estimate" } } */
+/* { dg-final { scan-tree-dump-times "block 4, loop depth 0, count 0, freq \[1-4\]\[^0-9\]" 3 "profile_estimate" } } */
 
 /* Note: we're attempting to match some number > 6000, i.e. > 60%.
    The exact number ought to be tweekable without having to juggle
    the testcase around too much.  */
-/* { dg-final { scan-tree-dump-times "block 5, loop depth 0, count 0, freq \[6-9\]\[0-9\]\[0-9\]\[0-9\]" 1 "profile_estimate" } } */
-
+/* { dg-final { scan-tree-dump-times "block 5, loop depth 0, count 0, freq \[6-9\]\[0-9\]\[0-9\]\[0-9\]" 3 "profile_estimate" } } */