Commit 06c51425 by Richard Guenther Committed by Richard Biener

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