]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
turn off rvrp too
authorAndrew Macleod <amacleod@gcc.gnu.org>
Wed, 4 Apr 2018 15:15:52 +0000 (15:15 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Wed, 4 Apr 2018 15:15:52 +0000 (15:15 +0000)
From-SVN: r259084

gcc/testsuite/gcc.dg/tree-ssa/pr21563.c

index 9c67a3acb46a75ca8558a487cd8edc885d0ba2dd..b43b5375a5dab99d1de5cb4431621c573ba1ef9e 100644 (file)
@@ -2,7 +2,7 @@
    Make sure VRP folds the second "if" statement.  */
 
 /* { dg-do compile } */
-/* { dg-options "-O2 -fno-tree-dominator-opts -fdisable-tree-evrp -fdump-tree-vrp1-details" } */
+/* { dg-options "-O2 -fno-tree-dominator-opts -fdisable-tree-rvrp -fdisable-tree-evrp -fdump-tree-vrp1-details" } */
 
 int
 foo (int a)