This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/gcc ChangeLog c-decl.c c-tree.h


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	static-tree-branch
Changes by:	geoffk@gcc.gnu.org	2004-10-05 05:02:50

Modified files:
	gcc            : ChangeLog c-decl.c c-tree.h 

Log message:
	* c-decl.c (get_parm_info): Don't save b->id in the TREE_PURPOSE
	of the list element.
	(store_parm_decls_newstyle): Use TYPE_NAME of the type rather than
	* c-tree.h (struct c_arg_info): Correct comment for field 'tags'.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=static-tree-branch&r1=2.5704.2.1&r2=2.5704.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-decl.c.diff?cvsroot=gcc&only_with_tag=static-tree-branch&r1=1.592.2.1&r2=1.592.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-tree.h.diff?cvsroot=gcc&only_with_tag=static-tree-branch&r1=1.185.2.1&r2=1.185.2.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]