[Patch Testsuite, obvious] Workaround fragility in gcc.dg/tree-ssa/foldconst-6.c
authorJames Greenhalgh <james.greenhalgh@arm.com>
Thu, 5 Feb 2015 10:24:34 +0000 (10:24 +0000)
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>
Thu, 5 Feb 2015 10:24:34 +0000 (10:24 +0000)
gcc/testsuite/

* gcc.dg/tree-ssa/foldconst-6.c: Change expected pattern for
tree dump scanning.

From-SVN: r220440

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/foldconst-6.c

index a8d7d6a9f20df538be013656605399614306247c..9c49ed5956d99c812370a6bdacca838b54570d14 100644 (file)
@@ -1,3 +1,8 @@
+2014-02-05  James Greenhalgh  <james.greenhalgh@arm.com>
+
+       * gcc.dg/tree-ssa/foldconst-6.c: Change expected pattern for
+       tree dump scanning.
+
 2015-02-05  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/64757
index 0c08f8f258b3d66bda58cce5596f896bb39bd5cf..92424b8106ac5b72cc7b2375b9b354304832c5f3 100644 (file)
@@ -10,5 +10,5 @@ void f (vec *r)
   *r = a < b;
 }
 
-/* { dg-final { scan-tree-dump-not "666" "ccp1"} } */
+/* { dg-final { scan-tree-dump-not "2, 666" "ccp1" } } */
 /* { dg-final { cleanup-tree-dump "ccp1" } } */