diff mbox

wide-int, testsuite

Message ID A1FC0782-363E-4753-A92D-AC14F8379C10@comcast.net
State New
Headers show

Commit Message

Mike Stump Nov. 23, 2013, 7:22 p.m. UTC
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.

Comments

Mike Stump Nov. 23, 2013, 7:40 p.m. UTC | #1
On Nov 23, 2013, at 11:22 AM, Mike Stump <mikestump@comcast.net> wrote:
> 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?

Ok.
diff mbox

Patch

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" } } */