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
This commit is contained in:
Hans-Peter Nilsson 2008-07-21 02:37:36 +00:00 committed by Hans-Peter Nilsson
parent 113278e2f7
commit 8ca7338928
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
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.

View File

@ -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" } } */