]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
disable rvrp for this test as well
authorAndrew Macleod <amacleod@gcc.gnu.org>
Wed, 4 Apr 2018 12:33:32 +0000 (12:33 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Wed, 4 Apr 2018 12:33:32 +0000 (12:33 +0000)
From-SVN: r259076

gcc/testsuite/gcc.dg/predict-9.c

index 3823775e3f86896f462f9000f5638ba0f2a4bfba..e20eba1fdcf572917386bf70cd34f7a1efc9b010 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -fdisable-tree-evrp -fdump-tree-profile_estimate" } */
+/* { dg-options "-O2 -fdisable-tree-evrp -fdisable-tree-rvrp -fdump-tree-profile_estimate" } */
 
 extern int global;
 extern int global2;