gcc/gcc ChangeLog c-decl.c c-tree.h
jsm28@gcc.gnu.org
jsm28@gcc.gnu.org
Mon Aug 30 19:21:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: jsm28@gcc.gnu.org 2004-08-30 19:21:49
Modified files:
gcc : ChangeLog c-decl.c c-tree.h
Log message:
* 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.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5158&r2=2.5159
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-decl.c.diff?cvsroot=gcc&r1=1.564&r2=1.565
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-tree.h.diff?cvsroot=gcc&r1=1.171&r2=1.172
More information about the Gcc-cvs
mailing list