Commit 8ca73389 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

re PR middle-end/36143 (FAIL: g++.dg/tree-ssa/pr19637.C)

	PR middle-end/36143
	* g++.dg/tree-ssa/pr19637.C: XFAIL.

From-SVN: r138020
parent 113278e2
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.
......
......@@ -29,5 +29,6 @@ int foo_void_offset(void)
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" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment