re PR tree-optimization/71314 (test case gcc.dg/tree-ssa/ssa-thread-14.c fails starti...
authorPatrick Palka <ppalka@gcc.gnu.org>
Wed, 1 Jun 2016 02:37:50 +0000 (02:37 +0000)
committerPatrick Palka <ppalka@gcc.gnu.org>
Wed, 1 Jun 2016 02:37:50 +0000 (02:37 +0000)
Fix PR tree-optimization/71314

gcc/testsuite/ChangeLog:

PR tree-optimization/71314
* gcc.dg/tree-ssa/ssa-thread-14.c: Adjust target selector.  Pass
-mbranch-cost=2.

From-SVN: r236974

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-14.c

index 17cf2fa6795d6f9fd70e200cd81eb150df5d3811..c806fdb2f54b42af40bb09a885f4374c38c8186a 100644 (file)
@@ -1,3 +1,9 @@
+2016-06-01  Patrick Palka  <ppalka@gcc.gnu.org>
+
+       PR tree-optimization/71314
+       * gcc.dg/tree-ssa/ssa-thread-14.c: Adjust target selector.  Pass
+       -mbranch-cost=2.
+
 2016-06-01  Patrick Palka  <ppalka@gcc.gnu.org>
 
        PR tree-optimization/71077
index e2ac2f76c0b1e935f39dfa14b3227770818ba77c..c754b5b469dcf8ad067712b0bdad53928b28c9e3 100644 (file)
@@ -1,5 +1,6 @@
-/* { dg-do compile }  */
+/* { dg-do compile { target { ! { m68k*-*-* mmix*-*-* mep*-*-* bfin*-*-* v850*-*-* moxie*-*-* cris*-*-* m32c*-*-* fr30*-*-* mcore*-*-* powerpc*-*-* xtensa*-*-* hppa*-*-* nios2*-*-* } } } }  */
 /* { dg-additional-options "-O2 -fdump-tree-vrp-details" }  */
+/* { dg-additional-options "-mbranch-cost=2" { target mips*-*-* avr-*-* s390*-*-* i?86-*-* x86_64-*-* } }  */
 /* { dg-final { scan-tree-dump-times "Threaded jump" 8 "vrp1" } }  */
 
 void foo (void);