re PR tree-optimization/57660 (FAIL: gcc.dg/tree-ssa/forwprop-28.c scan-tree-dump...
authorJeff Law <law@redhat.com>
Thu, 20 Jun 2013 17:16:41 +0000 (11:16 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 20 Jun 2013 17:16:41 +0000 (11:16 -0600)
        PR tree-optimization/57660
        * gcc.dg/tree-ssa/forwprop-28.c: Don't run test on various
        * targets
        based on their branch cost.

From-SVN: r200258

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/forwprop-28.c

index 240cfef..94ebf89 100644 (file)
@@ -5,6 +5,10 @@
 
 2013-06-20  Jeff Law  <law@redhat.com>
 
+       PR tree-optimization/57660
+       * gcc.dg/tree-ssa/forwprop-28.c: Don't run test on various targets
+       based on their branch cost.
+
        * gcc.dg/tree-ssa/forwprop-28.c: Add missing dg-final.
 
 2013-06-20  Tobias Burnus  <burnus@net-b.de>
index 8e870b9..a64987b 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target { ! "m68k*-*-* mmix*-*-* mep*-*-* bfin*-*-* v850*-*-* picochip*-*-* moxie*-*-* cris*-*-* m32c*-*-* fr30*-*-* mcore*-*-* powerpc*-*-* xtensa*-*-*"} } } */
 /* { dg-options "-O2 -fdump-tree-forwprop1" } */
 
 extern char *frob (void);