aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/testsuite/gcc.dg/sibcall-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/gcc/testsuite/gcc.dg/sibcall-1.c')
-rw-r--r--gcc-4.4.3/gcc/testsuite/gcc.dg/sibcall-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.4.3/gcc/testsuite/gcc.dg/sibcall-1.c b/gcc-4.4.3/gcc/testsuite/gcc.dg/sibcall-1.c
index 4521ace9e..0941db704 100644
--- a/gcc-4.4.3/gcc/testsuite/gcc.dg/sibcall-1.c
+++ b/gcc-4.4.3/gcc/testsuite/gcc.dg/sibcall-1.c
@@ -5,7 +5,7 @@
Contributed by Hans-Peter Nilsson <hp@bitrange.com> */
/* { dg-do run } */
-/* { dg-options "-O2 -foptimize-sibling-calls" } */
+/* { dg-options "-O2 -foptimize-sibling-calls -fno-inline" } */
/* The option -foptimize-sibling-calls is the default, but serves as
marker. Self-recursion tail calls are optimized for all targets,