2016-07-29 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
Fri, 29 Jul 2016 15:37:23 +0000 (15:37 +0000)
committerPrathamesh Kulkarni <prathamesh3492@gcc.gnu.org>
Fri, 29 Jul 2016 15:37:23 +0000 (15:37 +0000)
testsuite/
gcc.dg/pr70920-4.c: Restrict to lp64 targets and make scan-tree-dump
to scan forwprop1 dump pass.

From-SVN: r238874

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr70920-4.c

index b0d259395280d639b6349cd221a1fa8e3bc4188b..16d59d3c4ce5b889df41e3a57da4d5c93095bcaf 100644 (file)
@@ -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
index dedb8959b283cbe8a6bc5b98b08df761f2f5ff5e..ab2748b820c67934c032e56fa432b6d516a3e028 100644 (file)
@@ -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" } } */