Commit b9b16ad4 by Georg-Johann Lay Committed by Georg-Johann Lay

pr46309.c: Set branch cost to greater 1 for avr.

	* gcc.dg/pr46309.c: Set branch cost to greater 1 for avr.

From-SVN: r183151
parent df4aa89a
2012-01-13 Georg-Johann Lay <avr@gjlay.de>
* gcc.dg/pr46309.c: Set branch cost to greater 1 for avr.
2012-01-12 Jason Merrill <jason@redhat.com>
PR c++/51714
......
......@@ -4,6 +4,7 @@
/* The transformation depends on BRANCH_COST being greater than 1
(see the notes in the PR), so try to force that. */
/* { dg-additional-options "-mtune=octeon2" { target mips*-*-* } } */
/* { dg-additional-options "-mbranch-cost=2" { target avr*-*-* } } */
int
f1 (int a)
......
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