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 ./langhooks.c ./c-objc-common.c ./flags.h ...


CVSROOT:	/cvs/uberbaum
Module name:	gcc
Changes by:	aldyh@sources.redhat.com	2002-03-21 15:15:39

Modified files:
	.              : langhooks.c c-objc-common.c flags.h c-common.c 
	                 toplev.c ChangeLog 
	cp             : tree.c 

Log message:
	2002-03-21  Aldy Hernandez  <aldyh@redhat.com>
	
	* langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Check
	flag_really_no_inline instead of optimize == 0.
	
	* c-objc-common.c (c_cannot_inline_tree_fn): Same.
	
	* cp/tree.c (cp_cannot_inline_tree_fn): Same.
	
	* flags.h (flag_really_no_inline): New.
	
	* c-common.c (c_common_post_options): Initialzie
	flag_really_no_inline.
	
	* toplev.c (flag_really_no_inline): New.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/langhooks.c.diff?cvsroot=gcc&r1=1.20&r2=1.21
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/c-objc-common.c.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/flags.h.diff?cvsroot=gcc&r1=1.80&r2=1.81
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/c-common.c.diff?cvsroot=gcc&r1=1.301&r2=1.302
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/toplev.c.diff?cvsroot=gcc&r1=1.599&r2=1.600
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.13452&r2=1.13453
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/cp/tree.c.diff?cvsroot=gcc&r1=1.273&r2=1.274


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