aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2005-08-03 20:57:41 -0700
committerRichard Henderson <rth@gcc.gnu.org>2005-08-03 20:57:41 -0700
commitb755446cef42521b9cbfbf4a3fe334db4d9054f2 (patch)
tree389fa11256e277631e1679c27218e3f2f99cb718 /gcc/tree.h
parenta4f5cd4441e5e5a140ad6495eef56b88462ca807 (diff)
downloadgcc-b755446cef42521b9cbfbf4a3fe334db4d9054f2.zip
gcc-b755446cef42521b9cbfbf4a3fe334db4d9054f2.tar.gz
gcc-b755446cef42521b9cbfbf4a3fe334db4d9054f2.tar.bz2
re PR middle-end/23221 (-fstack-protector does not protect tail call functions)
PR 23221 * function.c (stack_protect_epilogue): Export. * tree.h (stack_protect_epilogue): Declare. * calls.c (expand_call): Call it. From-SVN: r102731
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index cae0c8b..b6b637a 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -3908,6 +3908,7 @@ extern void dump_tree_statistics (void);
extern void expand_function_end (void);
extern void expand_function_start (tree);
extern void stack_protect_prologue (void);
+extern void stack_protect_epilogue (void);
extern void recompute_tree_invarant_for_addr_expr (tree);
extern bool is_global_var (tree t);
extern bool needs_to_live_in_memory (tree);