From: jakub Date: Tue, 26 Apr 2011 13:31:17 +0000 (+0000) Subject: PR testsuite/48753 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19b19218d655d4c2704caeb52c33287fa8f17f6d;p=thirdparty%2Fgcc.git PR testsuite/48753 * gcc.dg/tree-prof/val-prof-2.c: Adjust for 32-bit HWI. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172966 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 03af544fef4e..878490ae58fd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-04-26 Jakub Jelinek + + PR testsuite/48753 + * gcc.dg/tree-prof/val-prof-2.c: Adjust for 32-bit HWI. + 2011-04-26 Richard Guenther PR tree-optimization/48731 diff --git a/gcc/testsuite/gcc.dg/tree-prof/val-prof-2.c b/gcc/testsuite/gcc.dg/tree-prof/val-prof-2.c index 50598265f606..97c91de8d611 100644 --- a/gcc/testsuite/gcc.dg/tree-prof/val-prof-2.c +++ b/gcc/testsuite/gcc.dg/tree-prof/val-prof-2.c @@ -26,7 +26,7 @@ main () /* { dg-final-use { scan-ipa-dump "Mod power of 2 transformation on insn" "tree_profile_ipa" } } */ /* This is part of code checking that n is power of 2, so we are sure that the transformation didn't get optimized out. */ -/* { dg-final-use { scan-tree-dump "n_\[0-9\]* \\+ 4294967295" "optimized"} } */ +/* { dg-final-use { scan-tree-dump "n_\[0-9\]* \\+ (4294967295|0x0*ffffffff)" "optimized"} } */ /* { dg-final-use { scan-tree-dump-not "Invalid sum" "optimized"} } */ /* { dg-final-use { cleanup-tree-dump "optimized" } } */ /* { dg-final-use { cleanup-ipa-dump "tree_profile_ipa" } } */