Commit d449b458 by Uros Bizjak Committed by Uros Bizjak

ivopts-1.C: Also search for "offset: 4294967292".

        * g++.dg/tree-ssa/ivopts-1.C: Also search for "offset: 4294967292".

From-SVN: r129676
parent 03c4c2e0
2007-10-27 Uros Bizjak <ubizjak@gmail.com>
* g++.dg/tree-ssa/ivopts-1.C: Also search for "offset: 4294967292".
2007-10-27 Richard Guenther <rguenther@suse.de> 2007-10-27 Richard Guenther <rguenther@suse.de>
PR tree-optimization/33870 PR tree-optimization/33870
...@@ -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: 0x0f+fc" "ivopts" { xfail i?86-*-* x86_64-*-* hppa*-*-* } } } */ /* { dg-final { scan-tree-dump-not "offset: (4294967292|0x0f+fc)" "ivopts" { xfail i?86-*-* x86_64-*-* hppa*-*-* } } } */
/* { dg-final { scan-tree-dump-not "&x\\\[5\\\]" "ivopts" } } */ /* { 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