PR middle-end/36143
* g++.dg/tree-ssa/pr19637.C: XFAIL.
From-SVN: r138020
2008-07-21 Hans-Peter Nilsson <hp@axis.com>
+ PR middle-end/36143
+ * g++.dg/tree-ssa/pr19637.C: XFAIL.
+
PR rtl-optimization/33642
* gcc.c-torture/compile/pr11832.c: Skip for CRIS.
* gcc.c-torture/compile/pr33009.c: Likewise.
return reinterpret_cast<Foo *>(&i[0])->i[0];
}
-/* { dg-final { scan-tree-dump-times "return 1;" 3 "dom1" } } */
+/* Regarding the xfail, see PR36143. */
+/* { dg-final { scan-tree-dump-times "return 1;" 3 "dom1" { xfail *-*-* } } } */
/* { dg-final { cleanup-tree-dump "dom1" } } */