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
This commit is contained in:
Georg-Johann Lay 2012-01-13 10:32:16 +00:00 committed by Georg-Johann Lay
parent df4aa89a5e
commit b9b16ad409
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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

View File

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