Change dump expectation in PR71857
authorMartin Liska <mliska@suse.cz>
Mon, 1 Aug 2016 13:31:24 +0000 (15:31 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 1 Aug 2016 13:31:24 +0000 (13:31 +0000)
PR tree-optimization/71857
* gcc.dg/tree-ssa/ivopt_mult_4.c: Change expectation.

From-SVN: r238953

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/ivopt_mult_4.c

index fa3e05751520fc8afe904db0b8947577ff01dd65..2e015d927da27d2f4dd7fe5d96c8a446c66604b5 100644 (file)
@@ -1,3 +1,8 @@
+2016-08-01  Martin Liska  <mliska@suse.cz>
+
+       PR tree-optimization/71857
+       * gcc.dg/tree-ssa/ivopt_mult_4.c: Change expectation.
+
 2016-08-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        * gcc.target/aarch64/ldp_stp_unaligned_1.c: New test.
index 8abccf8bb28360f9a70054ac4c1205ba33ff44f7..effb052f07c5cdab2d57a61f44fc81ac765f0047 100644 (file)
@@ -21,4 +21,4 @@ long foo(long* p, long* p2, int N1, int N2)
   return s;
 }
 
-/* { dg-final { scan-tree-dump-times "Replacing" 0 "ivopts"} } */
+/* { dg-final { scan-tree-dump "Replacing exit test" "ivopts"} } */