This is the mail archive of the gcc-patches@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]

Re:[PATCH] Remove some only set variables


Hi Andrew,

This patch:

	* tree-cfg.c (split_edge_bb_loc): Remove only set
	variable, src.
	* tree-ssa-copy.c (stmt_may_generate_copy): Remove
	only set variable, lhs.
	* gcse.c (debug_stderr): Kill.
	(gcse_main): Remove setting of debug_stderr.
	(bypass_jumps): Likewise.
	* c-decl.c (grokdeclarator): Remove only set
	variable, type_as_written.
	* builtins.c (apply_args_reg_offset): Kill
	(apply_args_size): Remove setting of apply_args_size.

is OK, except for the changes to gcse.c; it looks like that variable is intended for debugging.

:REVIEWMAIL:

Attachment: smime.p7s
Description: S/MIME cryptographic signature


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