pr41885.c (dg-options): Change -finline-limit=0 to -fno-inline

* gcc.target/avr/torture/pr41885.c (dg-options): Change
	-finline-limit=0 to -fno-inline

From-SVN: r172487
This commit is contained in:
Georg-Johann Lay 2011-04-15 11:34:25 +00:00 committed by Georg-Johann Lay
parent bce204e591
commit 78ce0af191
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-04-15 Georg-Johann Lay <avr@gjlay.de>
* gcc.target/avr/torture/pr41885.c (dg-options): Change
-finline-limit=0 to -fno-inline
2011-04-15 Jakub Jelinek <jakub@redhat.com>
PR target/48614

View File

@ -1,4 +1,4 @@
/* { dg-options "-w -std=c99 -finline-limit=0" } */
/* { dg-options "-w -std=c99 -fno-inline" } */
/* { dg-do run } */
#include <limits.h>