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

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

From-SVN: r129676
This commit is contained in:
Uros Bizjak 2007-10-27 13:54:19 +02:00 committed by Uros Bizjak
parent 03c4c2e0c7
commit d449b45833
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>
PR tree-optimization/33870

View File

@ -13,6 +13,6 @@ void bar(void)
}
/* { 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 { cleanup-tree-dump "ivopts" } } */