OSDN Git Service

* g++.dg/tree-ssa/ivopts-1.C: Also search for "offset: 4294967292".
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Oct 2007 11:54:19 +0000 (11:54 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Oct 2007 11:54:19 +0000 (11:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129676 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/tree-ssa/ivopts-1.C

index 6d69fa1..5549ece 100644 (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
 2007-10-27  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/33870
index 9c602a7..9e40773 100644 (file)
@@ -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 { cleanup-tree-dump "ivopts" } } */
 /* { dg-final { scan-tree-dump-not "&x\\\[5\\\]" "ivopts" } } */
 /* { dg-final { cleanup-tree-dump "ivopts" } } */