aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@gcc.gnu.org>2017-03-20 16:43:13 +0000
committerPalmer Dabbelt <palmer@gcc.gnu.org>2017-03-20 16:43:13 +0000
commit3611534e1f90fc05f363cc7b40d45fcd295c26ad (patch)
treefd04a601dfa70907c3fe7757e229e38e10f4c28b /gcc
parent5a05e11d968b8acab584a887d978886bbba4aa1b (diff)
downloadgcc-3611534e1f90fc05f363cc7b40d45fcd295c26ad.zip
gcc-3611534e1f90fc05f363cc7b40d45fcd295c26ad.tar.gz
gcc-3611534e1f90fc05f363cc7b40d45fcd295c26ad.tar.bz2
Disable test inapplicable to RISC-V
The test is coupled to the branch cost model. gcc/testsuite/ChangeLog: * gcc.dg/tree-ssa/ssa-thread-14.c: Adjust target selector. From-SVN: r246281
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-14.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-14.c b/gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-14.c
index aa1323a..f12fb07 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-14.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-14.c
@@ -1,4 +1,4 @@
-/* { dg-do compile { target { ! { logical_op_short_circuit || { m68k*-*-* mmix*-*-* mep*-*-* bfin*-*-* v850*-*-* moxie*-*-* cris*-*-* m32c*-*-* fr30*-*-* mcore*-*-* powerpc*-*-* xtensa*-*-* hppa*-*-* nios2*-*-* } } } } } */
+/* { dg-do compile { target { ! { logical_op_short_circuit || { m68k*-*-* mmix*-*-* mep*-*-* bfin*-*-* v850*-*-* moxie*-*-* cris*-*-* m32c*-*-* fr30*-*-* mcore*-*-* powerpc*-*-* xtensa*-*-* hppa*-*-* nios2*-*-* riscv*-*-* } } } } } */
/* { dg-additional-options "-O2 -fdump-tree-vrp-details" } */
/* { dg-additional-options "-mbranch-cost=2" { target i?86-*-* x86_64-*-* } } */
/* { dg-final { scan-tree-dump-times "Threaded jump" 8 "vrp1" } } */