]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
disable rvrp for these VRP tests
authorAndrew Macleod <amacleod@gcc.gnu.org>
Fri, 6 Apr 2018 13:25:30 +0000 (13:25 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Fri, 6 Apr 2018 13:25:30 +0000 (13:25 +0000)
From-SVN: r259172

gcc/testsuite/gcc.dg/pr68217.c
gcc/testsuite/gcc.dg/tree-ssa/pr25382.c

index c5b0d1ff199dc1bb0962e4c28655281d5044dbd6..5b7020355e29eb7c7dc2461e978c613ab70c8a2a 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -fdisable-tree-evrp -fdump-tree-vrp1" } */
+/* { dg-options "-O2 -fdisable-tree-evrp -fdisable-tree-rvrp -fdump-tree-vrp1" } */
 
 int foo (void)
 {
index d74765551c2a137aeb4db7d3e009f2bff8d157f4..a750def1c825ca1c70b7fc2217a363049501e940 100644 (file)
@@ -3,7 +3,7 @@
    Check that VRP now gets ranges from BIT_AND_EXPRs.  */
 
 /* { dg-do compile } */
-/* { dg-options "-O2 -fno-tree-ccp -fdisable-tree-evrp -fdump-tree-vrp1" } */
+/* { dg-options "-O2 -fno-tree-ccp -fdisable-tree-rvrp -fdisable-tree-evrp -fdump-tree-vrp1" } */
 
 int
 foo (int a)