Commit 11d396ab by Jeff Law Committed by Jeff Law

re PR tree-optimization/57660 (FAIL: gcc.dg/tree-ssa/forwprop-28.c…

re PR tree-optimization/57660 (FAIL: gcc.dg/tree-ssa/forwprop-28.c scan-tree-dump-times forwprop1 "Replaced" 8)

        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
parent a839e8d5
......@@ -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>
......
/* { 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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment