aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2006-04-25 15:38:32 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2006-04-25 15:38:32 +0000
commitcfa81d8af3b4e93ed7b9e3988dc50058a9ffe834 (patch)
tree9d770cabfd83955c083d6dd8a749618179e03c7d /gcc
parent1f263074ea1e2b76688d2beaedf997d8a2f76522 (diff)
downloadgcc-cfa81d8af3b4e93ed7b9e3988dc50058a9ffe834.zip
gcc-cfa81d8af3b4e93ed7b9e3988dc50058a9ffe834.tar.gz
gcc-cfa81d8af3b4e93ed7b9e3988dc50058a9ffe834.tar.bz2
val-prof-2.c: Check for n + ffff rather than n + -1.
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
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 f29ab27..6db2d34 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
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 49a98e3..7cefcfc 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-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" } } */