re PR testsuite/27707 (g++.dg/tree-ssa/ivopts-1.C fails)

2006-05-22  Richard Guenther  <rguenther@suse.de>

	PR testsuite/27707
	* g++.dg/tree-ssa/ivopts-1.C: XFAIL for hppa*-*-*.

From-SVN: r113972
This commit is contained in:
Richard Guenther 2006-05-22 09:20:46 +00:00 committed by Richard Biener
parent c3e242e7d2
commit 06c5142535
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-05-22 Richard Guenther <rguenther@suse.de>
PR testsuite/27707
* g++.dg/tree-ssa/ivopts-1.C: XFAIL for hppa*-*-*.
2006-05-21 Mark Mitchell <mark@codesourcery.com>
PR c++/27210

View File

@ -13,6 +13,6 @@ void bar(void)
}
/* { dg-final { scan-tree-dump-not "-&x" "ivopts" } } */
/* { dg-final { scan-tree-dump-not "offset: -4B" "ivopts" { xfail i?86-*-* x86_64-*-* } } } */
/* { dg-final { scan-tree-dump-not "&x\\\[5\\\]" "ivopts" { xfail i?86-*-* x86_64-*-* } } } */
/* { dg-final { scan-tree-dump-not "offset: -4B" "ivopts" { xfail i?86-*-* x86_64-*-* hppa*-*-* } } } */
/* { dg-final { scan-tree-dump-not "&x\\\[5\\\]" "ivopts" { xfail i?86-*-* x86_64-*-* hppa*-*-* } } } */
/* { dg-final { cleanup-tree-dump "ivopts" } } */