diff options
author | Patrick Palka <ppalka@gcc.gnu.org> | 2016-06-01 02:37:50 +0000 |
---|---|---|
committer | Patrick Palka <ppalka@gcc.gnu.org> | 2016-06-01 02:37:50 +0000 |
commit | 827cf695d993e269221ab2eacab5e492e5a19b48 (patch) | |
tree | 204f89c4c73f049db82c655db57fd4821171f1dd /gcc | |
parent | ff66f6e835c22459bdf5b0bcd6d4d67a541cdae7 (diff) | |
download | gcc-827cf695d993e269221ab2eacab5e492e5a19b48.zip gcc-827cf695d993e269221ab2eacab5e492e5a19b48.tar.gz gcc-827cf695d993e269221ab2eacab5e492e5a19b48.tar.bz2 |
re PR tree-optimization/71314 (test case gcc.dg/tree-ssa/ssa-thread-14.c fails starting with its introduction in r235653)
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-14.c | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 17cf2fa..c806fdb 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,11 @@ 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 * gcc.dg/tree-ssa/pr71077.c: New test. 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 e2ac2f7..c754b5b 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-14.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-14.c @@ -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); |