]> gcc.gnu.org Git - gcc.git/commit
c-tree.h (lang_decl): Add pending_sizes fields.
authorMark Mitchell <mark@codesourcery.com>
Tue, 5 Jun 2001 06:51:02 +0000 (06:51 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 5 Jun 2001 06:51:02 +0000 (06:51 +0000)
commit1f7317498d7f85794a0e86cf66a1b6a5a8b1dcd9
tree44b13ffdf8f48f0846c6fa756dcb798b1402864b
parent333e14b0da82d2a6f002ca385175c63df7d6050a
c-tree.h (lang_decl): Add pending_sizes fields.

* c-tree.h (lang_decl): Add pending_sizes fields.
* c-decl.c (store_parm_decls): Save pending_sizes away for nested
functions.
(c_expand_body): Expand them.
(lang_mark_tree): Mark lang_decl:pending_sizes.
* function.c (expand_pending_sizes): New function, broken out
from ...
(expand_function_start): ... here.
* tree.h (expand_pending_sizes): Declare it.

From-SVN: r42892
gcc/ChangeLog
gcc/c-decl.c
gcc/c-tree.h
gcc/function.c
gcc/testsuite/gcc.c-torture/compile/20010605-1.c [new file with mode: 0644]
gcc/tree.h
This page took 0.065365 seconds and 5 git commands to generate.