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]

egcs/gcc ChangeLog tree-inline.c c-typeck.c c- ...


CVSROOT:	/cvs/gcc
Module name:	egcs
Branch: 	gcc-3_1-branch
Changes by:	jakub@gcc.gnu.org	2002-03-18 23:56:40

Modified files:
	gcc            : ChangeLog tree-inline.c c-typeck.c c-tree.h 
	                 langhooks.h langhooks-def.h c-lang.c 
	                 langhooks.c 
	gcc/testsuite  : ChangeLog 
	gcc/objc       : objc-lang.c 
Added files:
	gcc/testsuite/gcc.c-torture/compile: 20020318-1.c 

Log message:
	PR c/5656
	* langhooks.h (struct lang_hooks_for_tree_inlining): Add
	convert_parm_for_inlining.
	* c-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
	Define.
	* langhooks-def.h: Likewise.
	* objc/objc-lang.c: Likewise.
	* langhooks.c (lhd_tree_inlining_convert_parm_for_inlining): New
	function.
	* tree-inline.c (initialize_inlined_parameters):
	Call convert_parm_for_inlining lang hook if needed.
	* c-typeck.c (c_convert_parm_for_inlining): New function.
	* c-tree.h (c_convert_parm_for_inlining): Add prototype.
	
	* gcc.c-torture/compile/20020318-1.c: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.13152.2.134&r2=1.13152.2.135
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/tree-inline.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.15.2.1&r2=1.15.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/c-typeck.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.180&r2=1.180.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/c-tree.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.81&r2=1.81.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/langhooks.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.15&r2=1.15.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/langhooks-def.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.8&r2=1.8.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/c-lang.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.74&r2=1.74.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/langhooks.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.16&r2=1.16.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1672.2.31&r2=1.1672.2.32
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/objc/objc-lang.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.2&r2=1.2.14.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/compile/20020318-1.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=NONE&r2=1.1.2.1


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