Commit 7d461295 by Jeff Law Committed by Jeff Law

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
parent b6b552fd
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> 2016-03-04 Bernd Schmidt <bschmidt@redhat.com>
PR c/69973 PR c/69973
......
/* { dg-do compile } */ /* { dg-do compile { target sparc*-*-* x86_64-*-* } } */
/* { dg-options "-O2 -fdump-tree-vrp1-details" } */ /* { 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" } } */ /* { dg-final { scan-tree-dump "FSM did not thread around loop and would copy too many statements" "vrp1" } } */
......
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