re PR testsuite/48753 (FAIL: gcc.dg/tree-prof/val-prof-2.c)
authorJakub Jelinek <jakub@redhat.com>
Tue, 26 Apr 2011 13:31:17 +0000 (15:31 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 26 Apr 2011 13:31:17 +0000 (15:31 +0200)
PR testsuite/48753
* gcc.dg/tree-prof/val-prof-2.c: Adjust for 32-bit HWI.

From-SVN: r172966

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-prof/val-prof-2.c

index 03af544fef4e5400fd6ff1346781d7590e569252..878490ae58fd83e29aee2f6b3438f20dd9cbb974 100644 (file)
@@ -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
index 50598265f60617fa42bd37ad7eb63eca85684a8f..97c91de8d6111f2bb84225da55953f8607531bdb 100644 (file)
@@ -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" } } */