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]

r133491 - in /branches/incremental-compiler/gcc...


Author: tromey
Date: Mon Mar 24 21:15:37 2008
New Revision: 133491

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133491
Log:
	* toplev.c (lang_independent_params): Update for params.h change.
	(DEFPARAM): Likewise.
	* opts.c (option_value): New typedef.
	(default_values, defaults_saved): New globals.
	(verbose): Move out of function scope.
	(type_explicit): Likewise.
	(clean_up): Call restore_default_option_values, reset_params.
	(decode_options): Call save_default_option_values.
	(common_handle_option): Move 'verbose' to file scope.
	(set_debug_level): Move 'type_explicit' to file scope.
	(save_default_option_values): New function.
	(restore_default_option_values): Likewise.
	* params.c (reset_params): New function.
	* params.h (param_info) <default_value>: New field.
	(reset_params): Declare.

Modified:
    branches/incremental-compiler/gcc/ChangeLog
    branches/incremental-compiler/gcc/opts.c
    branches/incremental-compiler/gcc/params.c
    branches/incremental-compiler/gcc/params.h
    branches/incremental-compiler/gcc/toplev.c


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