pr41885.c (dg-options): Change -finline-limit=0 to -fno-inline
authorGeorg-Johann Lay <avr@gjlay.de>
Fri, 15 Apr 2011 11:34:25 +0000 (11:34 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Fri, 15 Apr 2011 11:34:25 +0000 (11:34 +0000)
* gcc.target/avr/torture/pr41885.c (dg-options): Change
-finline-limit=0 to -fno-inline

From-SVN: r172487

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/avr/torture/pr41885.c

index 7c55b96144db5c685441aa1c588285a29b7c95d8..53bee87754b9218333abd13f6c7cbafb3393daf0 100644 (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
index 00a2b7f82d5a61e6f30eba311c98eb0da872dac0..f46bc5a7588526cbaa4c3d5efbe706c7821800df 100644 (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>