pr68198.c: Fix dg-final.
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Wed, 28 Sep 2016 12:08:11 +0000 (12:08 +0000)
committerBernd Edlinger <edlinger@gcc.gnu.org>
Wed, 28 Sep 2016 12:08:11 +0000 (12:08 +0000)
2016-09-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * gcc.dg/tree-ssa/pr68198.c: Fix dg-final.

From-SVN: r240572

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

index 0642e23..aa03b6d 100644 (file)
@@ -1,3 +1,7 @@
+2016-09-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       * gcc.dg/tree-ssa/pr68198.c: Fix dg-final.
+
 2016-09-28  Wilco Dijkstra  <wdijkstr@arm.com>
 
        * gcc.dg/strlenopt-20.c: Update test.
index 79e65aa..16097d7 100644 (file)
@@ -40,4 +40,4 @@ c_finish_omp_clauses (tree clauses)
 /* There are 3 FSM jump threading opportunities, two of which will
   get filtered out.  */
 /* { dg-final { scan-tree-dump-times "Registering FSM" 1 "thread1"} } */
-/* { dg-final { scan-tree-dump-times "FSM Thread through multiway branch without threading a multiway branch" 2 "ethread"} } */
+/* { dg-final { scan-tree-dump-times "FSM Thread through multiway branch without threading a multiway branch" 2 "thread1"} } */