re PR tree-optimization/15077 (ICE in make_decl_rtl when inlining tail recursive...
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Wed, 28 Jul 2004 02:27:20 +0000 (02:27 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 28 Jul 2004 02:27:20 +0000 (22:27 -0400)
commit1a837f7746a6627e3651119531de18fcd95d6dfd
tree568e306fd21e996f7b463cb5bdd43364edf136f6
parente847cc68ebc1e2a961941e75ae613fec9f90463b
re PR tree-optimization/15077 (ICE in make_decl_rtl when inlining tail recursive nested function)

PR optimization/15077
* function.h (struct function): Add field saved_static_chain_decl.
Fix comment for static_chain_decl.
* tree-inline.c (save_body): Add new arg and handle static_chain_decl.
* tree-inline.h (save_body): Add new arg.
* tree-optimize.c (tree_rest_of_compilation): Handle saving
static_chain_decl.

From-SVN: r85247
gcc/ChangeLog
gcc/function.h
gcc/tree-inline.c
gcc/tree-inline.h
gcc/tree-optimize.c