aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew Macleod <amacleod@gcc.gnu.org>2018-04-04 12:33:32 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>2018-04-04 12:33:32 +0000
commitb2fd2909658af9b84c371f4c6069735c7e3de02c (patch)
treee6dbf28299634b5b02b7adc79d1a896c28be504f /gcc
parent55af7b3530fa80054640f71c0d122a9fed7fe47a (diff)
downloadgcc-b2fd2909658af9b84c371f4c6069735c7e3de02c.zip
gcc-b2fd2909658af9b84c371f4c6069735c7e3de02c.tar.gz
gcc-b2fd2909658af9b84c371f4c6069735c7e3de02c.tar.bz2
disable rvrp for this test as well
From-SVN: r259076
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.dg/predict-9.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/predict-9.c b/gcc/testsuite/gcc.dg/predict-9.c
index 3823775..e20eba1 100644
--- a/gcc/testsuite/gcc.dg/predict-9.c
+++ b/gcc/testsuite/gcc.dg/predict-9.c
@@ -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;