summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-13 01:35:27 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-13 01:35:27 +0000
commitd731003eec26e8a70dd628d2f472ee3258d2163c (patch)
tree45863b0867b1a5dca9004db917fa2c41f48f77a5 /gcc/testsuite/gcc.dg/debug
parent6c04b2f1c86c9d25617cbce096427cd8914f88ca (diff)
downloadgcc-d731003eec26e8a70dd628d2f472ee3258d2163c.tar.gz
* cgraphunit.c (cgraph_optimize_function): Always do
optimize_inline_calls when there is always_inline callee. (cgraph_decide_inlining): Fix formating. * tree-inline.c (inlinable_function_p): Do sorry for alwaysinline functions. (expand_call_inline): Likewise. * toplev.h (sorry): Fix prototype. * gcc.dg/always_inline.c: New test. * gcc.dg/debug/20031231-1.c: Fix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75781 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/debug')
-rw-r--r--gcc/testsuite/gcc.dg/debug/20031231-1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/debug/20031231-1.c b/gcc/testsuite/gcc.dg/debug/20031231-1.c
index 08e7ac49d7f..fa20260b50e 100644
--- a/gcc/testsuite/gcc.dg/debug/20031231-1.c
+++ b/gcc/testsuite/gcc.dg/debug/20031231-1.c
@@ -12,7 +12,6 @@ void pp_c_string_literal (c_pretty_printer *, tree);
static __inline__ __attribute__((always_inline)) void
pp_c_shift_expression (c_pretty_printer *pp, tree e)
{
- pp_c_shift_expression (pp,e);
}
static void