]> gcc.gnu.org Git - gcc.git/commit
c-tree.h (struct language_function): Add arg_info element.
authorJoseph Myers <jsm@polyomino.org.uk>
Mon, 30 Aug 2004 19:21:48 +0000 (20:21 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Mon, 30 Aug 2004 19:21:48 +0000 (20:21 +0100)
commit7b1124877bf99491ff9128243a692a05567d9864
treeb28bd4954b74e6b50dea52cc37ac70fcda624e58
parent298e6adcf212620192ae9b66c27b4eae64916e7b
c-tree.h (struct language_function): Add arg_info element.

* c-tree.h (struct language_function): Add arg_info element.
* c-decl.c (current_function_arg_info): New.
(grokdeclarator, store_parm_decls): Use it instead of
DECL_ARGUMENTS.
(c_push_function_context, c_pop_function_context): Save and
restore it.

From-SVN: r86798
gcc/ChangeLog
gcc/c-decl.c
gcc/c-tree.h
This page took 0.073128 seconds and 5 git commands to generate.