re PR tree-optimization/69196 (code size regression with jump threading at -O2)
PR tree-optimization/69196 * gcc.dg/tree-ssa/pr69196-1.c: Limit this to sparc*-*-* and x86_64-*-*. From-SVN: r234003
This commit is contained in:
parent
b6b552fd01
commit
7d461295b8
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2016-03-04 Jeff Law <law@redhat.com>
|
||||
|
||||
PR tree-optimization/69196
|
||||
* gcc.dg/tree-ssa/pr69196-1.c: Limit this to sparc*-*-* and
|
||||
x86_64-*-*.
|
||||
|
||||
2016-03-04 Bernd Schmidt <bschmidt@redhat.com>
|
||||
|
||||
PR c/69973
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-do compile { target sparc*-*-* x86_64-*-* } } */
|
||||
/* { dg-options "-O2 -fdump-tree-vrp1-details" } */
|
||||
|
||||
/* { dg-final { scan-tree-dump "FSM did not thread around loop and would copy too many statements" "vrp1" } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue