* gcc.dg/tm/memopt-13.c: Cleanup tmmark tree dump.
* g++.dg/eh/array1.C: Cleanup gimple tree dump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181426
138bc75d-0d04-0410-961f-
82ee72b054a4
+2011-10-16 Uros Bizjak <ubizjak@gmail.com>
+
+ * gcc.dg/tm/memopt-6.c: Cleanup tmedge tree dump.
+ * gcc.dg/tm/memopt-13.c: Cleanup tmmark tree dump.
+ * g++.dg/eh/array1.C: Cleanup gimple tree dump.
+
2011-11-16 Tobias Burnus <burnus@net-b.de>
PR fortran/39427
// Test that we have one EH cleanup region for the whole array
// rather than one for each element.
-// { dg-options -fdump-tree-gimple }
-// { dg-final { scan-tree-dump-times "catch" 1 "gimple" } }
+// { dg-options "-fdump-tree-gimple" }
struct A
{
{
A a[10] = { };
}
+
+// { dg-final { scan-tree-dump-times "catch" 1 "gimple" } }
+// { dg-final { cleanup-tree-dump "gimple" } }
}
/* { dg-final { scan-tree-dump-times "memmoveRtWt \\\(&large_global," 1 "tmmark" } } */
+/* { dg-final { cleanup-tree-dump "tmmark" } } */
}
/* { dg-final { scan-tree-dump-times "memmoveRtWt \\\(&lala, &lacopy" 1 "tmedge" } } */
+/* { dg-final { cleanup-tree-dump "tmedge" } } */