From: Richard Guenther Date: Tue, 26 Apr 2011 10:03:12 +0000 (+0000) Subject: re PR testsuite/48753 (FAIL: gcc.dg/tree-prof/val-prof-2.c) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce3ba3827f2215553367dd9946b9e3cfe3befc92;p=gcc.git re PR testsuite/48753 (FAIL: gcc.dg/tree-prof/val-prof-2.c) 2011-04-26 Richard Guenther PR testsuite/48753 * gcc.dg/tree-prof/val-prof-2.c: Adjust. From-SVN: r172955 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5efb6b164b5..8b44671a651 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-04-26 Richard Guenther + + PR testsuite/48753 + * gcc.dg/tree-prof/val-prof-2.c: Adjust. + 2011-04-26 Richard Guenther PR middle-end/48694 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 f96255d0c19..50598265f60 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\]* \\+ 0xffff" "optimized"} } */ +/* { dg-final-use { scan-tree-dump "n_\[0-9\]* \\+ 4294967295" "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" } } */