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:
Jeff Law 2016-03-04 23:12:09 -07:00 committed by Jeff Law
parent b6b552fd01
commit 7d461295b8
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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" } } */