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 calls.c tree-inline.c cp/Cha ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	jason at gcc dot gnu dot org	2003-03-03 21:28:24

Modified files:
	gcc            : ChangeLog calls.c tree-inline.c 
	gcc/cp         : ChangeLog class.c decl.c 

Log message:
	* tree-inline.c (find_builtin_longjmp_call): Save and restore
	lineno and input_filename.
	(find_alloca_call): Likewise.
	(inlinable_function_p): Run the langhook earlier.
	
	* calls.c (compute_argument_addresses): Give the new MEMs a
	minimum alignment of PARM_BOUNDARY.
	cp/
	* decl.c (start_function): Clear DECL_NUM_STMTS.
	
	* class.c (get_vtable_decl): Use vtbl_type_node.
	(build_primary_vtable): Check for it.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.16920&r2=1.16921
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/calls.c.diff?cvsroot=gcc&r1=1.259&r2=1.260
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-inline.c.diff?cvsroot=gcc&r1=1.46&r2=1.47
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3226&r2=1.3227
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/class.c.diff?cvsroot=gcc&r1=1.522&r2=1.523
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&r1=1.1009&r2=1.1010


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