aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2011-04-26 15:31:17 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2011-04-26 15:31:17 +0200
commitac6fdeacafe537496c0b370c670737a5e3d165f8 (patch)
tree79fcc9fd0cb069872c681159e65dfa24ec1282d3 /gcc
parent77fa1d54b9791879de0cb8cda2028def71700d6f (diff)
downloadgcc-ac6fdeacafe537496c0b370c670737a5e3d165f8.zip
gcc-ac6fdeacafe537496c0b370c670737a5e3d165f8.tar.gz
gcc-ac6fdeacafe537496c0b370c670737a5e3d165f8.tar.bz2
re PR testsuite/48753 (FAIL: gcc.dg/tree-prof/val-prof-2.c)
PR testsuite/48753 * gcc.dg/tree-prof/val-prof-2.c: Adjust for 32-bit HWI. From-SVN: r172966
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.dg/tree-prof/val-prof-2.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 03af544..878490a 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-26 Jakub Jelinek <jakub@redhat.com>
+
+ PR testsuite/48753
+ * gcc.dg/tree-prof/val-prof-2.c: Adjust for 32-bit HWI.
+
2011-04-26 Richard Guenther <rguenther@suse.de>
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 5059826..97c91de 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" } } */