Richi has asked the we break the wide-int patch so that the individual port and 
front end maintainers can review their parts without have to go through the 
entire patch.    This patch covers the test suite.

Ok?

testsuite:
        * gcc.dg/tree-ssa/pr45427.c: Update to look for 0x0 instead of 0.

diff --git a/gcc/testsuite/gcc.dg/tree-ssa/pr45427.c 
b/gcc/testsuite/gcc.dg/tree-ssa/pr45427.c
index 0952b5a..0bd1a18 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/pr45427.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/pr45427.c
@@ -25,5 +25,5 @@ int main()
   return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "bounded by 0" 0 "cunrolli"} } */
+/* { dg-final { scan-tree-dump-times "bounded by 0x0\[^0-9a-f\]" 0 "cunrolli"} 
} */
 /* { dg-final { cleanup-tree-dump "cunrolli" } } */

Reply via email to