aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/testsuite/gcc.dg/sibcall-6.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/gcc/testsuite/gcc.dg/sibcall-6.c')
-rw-r--r--gcc-4.4.3/gcc/testsuite/gcc.dg/sibcall-6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc-4.4.3/gcc/testsuite/gcc.dg/sibcall-6.c b/gcc-4.4.3/gcc/testsuite/gcc.dg/sibcall-6.c
index 6f2f21881..24e5ae7af 100644
--- a/gcc-4.4.3/gcc/testsuite/gcc.dg/sibcall-6.c
+++ b/gcc-4.4.3/gcc/testsuite/gcc.dg/sibcall-6.c
@@ -27,7 +27,7 @@ main ()
exit (0);
}
-int
+int __attribute__((noinline))
bar (b)
int b;
{
@@ -37,7 +37,7 @@ bar (b)
abort ();
}
-int
+int __attribute__((noinline))
foo (f)
int f;
{