val-prof-2.c: Check for n + ffff rather than n + -1.
authorRichard Guenther <rguenther@suse.de>
Tue, 25 Apr 2006 15:38:32 +0000 (15:38 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 25 Apr 2006 15:38:32 +0000 (15:38 +0000)
2006-04-25  Richard Guenther  <rguenther@suse.de>

        * gcc.dg/tree-prof/val-prof-2.c: Check for n + ffff rather
        than n + -1.

From-SVN: r113252

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

index f29ab274c5e304b3feff6d1cacbde4a1bdf4cf7d..6db2d342c280ede74a9bf8e7e180e374a1e51b39 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-25  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.dg/tree-prof/val-prof-2.c: Check for n + ffff rather  
+       than n + -1.
+
 2006-04-25  Andreas Krebbel  <krebbel1@de.ibm.com>
 
        * gcc.dg/20060425-1.c: New testcase.
index 49a98e35958cd319b669f322d1b38253d14d1b14..7cefcfc7d8157805ed0c8a8a5dea4f2227d7c2d8 100644 (file)
@@ -26,7 +26,7 @@ main ()
 /* { dg-final-use { scan-tree-dump "Mod power of 2 transformation on insn" "tree_profile"} } */
 /* 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 \\+ \\-1" "optimized"} } */
+/* { dg-final-use { scan-tree-dump "n \\+ ffff" "optimized"} } */
 /* { dg-final-use { scan-tree-dump-not "Invalid sum" "optimized"} } */
 /* { dg-final-use { cleanup-tree-dump "optimized" } } */
 /* { dg-final-use { cleanup-tree-dump "tree_profile" } } */