Commit 0f095169 by Uros Bizjak Committed by Uros Bizjak

ivopts-1.C: Remove xfail on the search for "&x\\\[5\\\]" pattern.

	* g++.dg/tree-ssa/ivopts-1.C: Remove xfail on the search for
	"&x\\\[5\\\]" pattern.  Search for "offset: 0x0f+fc" insetad of
	"offset: -4B".

From-SVN: r129646
parent 3459ca23
2007-10-26 Uros Bizjak <ubizjak@gmail.com>
* g++.dg/tree-ssa/ivopts-1.C: Remove xfail on the search for
"&x\\\[5\\\]" pattern. Search for "offset: 0x0f+fc" instead of
"offset: -4B".
2007-10-25 David Daney <ddaney@avtrex.com> 2007-10-25 David Daney <ddaney@avtrex.com>
* g++.dg/tree-ssa/copyprop-1.C: Remove xfail. * g++.dg/tree-ssa/copyprop-1.C: Remove xfail.
...@@ -13,6 +13,6 @@ void bar(void) ...@@ -13,6 +13,6 @@ void bar(void)
} }
/* { dg-final { scan-tree-dump-not "-&x" "ivopts" } } */ /* { dg-final { scan-tree-dump-not "-&x" "ivopts" } } */
/* { dg-final { scan-tree-dump-not "offset: -4B" "ivopts" { xfail i?86-*-* x86_64-*-* hppa*-*-* } } } */ /* { dg-final { scan-tree-dump-not "offset: 0x0f+fc" "ivopts" { xfail i?86-*-* x86_64-*-* hppa*-*-* } } } */
/* { dg-final { scan-tree-dump-not "&x\\\[5\\\]" "ivopts" { xfail i?86-*-* x86_64-*-* hppa*-*-* } } } */ /* { dg-final { scan-tree-dump-not "&x\\\[5\\\]" "ivopts" } } */
/* { dg-final { cleanup-tree-dump "ivopts" } } */ /* { 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