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.rtlopt toplev.c


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	rtlopt-branch
Changes by:	zlomek@gcc.gnu.org	2003-01-26 17:13:25

Modified files:
	gcc            : ChangeLog.rtlopt toplev.c 

Log message:
	* toplev.c (rest_of_compilation): Run variable tracking (only) if
	flag_var_tracking != 0.
	(parse_options_and_default_flags): do not set flag_var_tracking
	when optimize >= 1.
	(process_options): If user has not specified flag_var_tracking
	set it according to optimize, debug_info_level and debug_hooks.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.rtlopt.diff?cvsroot=gcc&only_with_tag=rtlopt-branch&r1=1.1.2.107&r2=1.1.2.108
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/toplev.c.diff?cvsroot=gcc&only_with_tag=rtlopt-branch&r1=1.668.2.31&r2=1.668.2.32


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