aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2016-07-29 15:37:23 +0000
committerPrathamesh Kulkarni <prathamesh3492@gcc.gnu.org>2016-07-29 15:37:23 +0000
commitf6c7a248d5eb50e3cfcf15e552c2be698ebea34b (patch)
tree451ded0ad9072a5eb4d40d3f36e8989592ea3af7 /gcc
parent201e6861f9e86ea4d865b1241e49daeb9eaef747 (diff)
downloadgcc-f6c7a248d5eb50e3cfcf15e552c2be698ebea34b.zip
gcc-f6c7a248d5eb50e3cfcf15e552c2be698ebea34b.tar.gz
gcc-f6c7a248d5eb50e3cfcf15e552c2be698ebea34b.tar.bz2
2016-07-29 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
testsuite/ gcc.dg/pr70920-4.c: Restrict to lp64 targets and make scan-tree-dump to scan forwprop1 dump pass. From-SVN: r238874
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.dg/pr70920-4.c5
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index b0d2593..16d59d3 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2016-07-29 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
+
+ gcc.dg/pr70920-4.c: Restrict to lp64 targets and make scan-tree-dump
+ to scan forwprop1 dump pass.
+
2016-07-29 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/51488
diff --git a/gcc/testsuite/gcc.dg/pr70920-4.c b/gcc/testsuite/gcc.dg/pr70920-4.c
index dedb895..ab2748b 100644
--- a/gcc/testsuite/gcc.dg/pr70920-4.c
+++ b/gcc/testsuite/gcc.dg/pr70920-4.c
@@ -1,5 +1,6 @@
+/* { dg-require-effective-target lp64 } */
/* { dg-do compile } */
-/* { dg-options "-O2 -fdump-tree-ccp-details -Wno-int-to-pointer-cast" } */
+/* { dg-options "-O2 -fdump-tree-forwprop-details -Wno-int-to-pointer-cast" } */
#include <stdint.h>
@@ -18,4 +19,4 @@ foo (int a)
}
}
-/* { dg-final { scan-tree-dump "gimple_simplified to if \\(_\[0-9\]* == 0\\)" "ccp1" } } */
+/* { dg-final { scan-tree-dump "if \\(_\[0-9\]* == 0\\)" "forwprop1" } } */