Commit 78ce0af1 by Georg-Johann Lay Committed by Georg-Johann Lay

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
parent bce204e5
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
......
/* { dg-options "-w -std=c99 -finline-limit=0" } */
/* { dg-options "-w -std=c99 -fno-inline" } */
/* { dg-do run } */
#include <limits.h>
......
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