gcc/testsuite
* gcc.dg/tree-ssa/ivopt_mult_4.c: Explicitly check comparison
on pointer should not be replaced.
From-SVN: r248746
+2017-05-31 Bin Cheng <bin.cheng@arm.com>
+
+ * gcc.dg/tree-ssa/ivopt_mult_4.c: Explicitly check comparison
+ on pointer should not be replaced.
+
2017-05-31 Mikhail Maltsev <maltsevm@gmail.com>
PR testsuite/80580
/* { dg-do compile { target {{ i?86-*-* x86_64-*-* } && lp64 } } } */
-/* { dg-options "-O2 -m64 -fdump-tree-ivopts-details" } */
+/* { dg-options "-O2 -m64 -fdump-tree-optimized" } */
/* iv i's step 16 so its period is smaller than the max iterations
* i.e. replacing if (p2 > p_limit2) with testing of i may result in
return s;
}
-/* { dg-final { scan-tree-dump "Replacing exit test" "ivopts"} } */
+/* { dg-final { scan-tree-dump "if \\(.*p_limit2.*\\)" "optimized"} } */