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 for various warnings in gcc


On Thu, Aug 08, 2002 at 12:05:36AM -0400, Kaveh R. Ghazi wrote:
> cp:
> 	* class.c (create_vtable_ptr): Delete unused parameter.
> 	* decl2.c (build_call_from_tree): Fix uninitialized variable.
> 	* parse.y (parse_finish_call_expr): Likewise.
> 	* repo.c (old_args, old_dir, old_main): Const-ify.
> 
> gcc:
> 	* emit-rtl.c (emit_jump_insn_before, emit_call_insn_before,
> 	emit_jump_insn): Fix uninitialized variable.
> 	* gcov.c (init_line_info): Likewise.
> 	* genautomata.c (transform_3): Add brances around ambiguous
> 	else.
> 	* ifcvt.c (cond_exec_process_insns): Mark parameter with
> 	ATTRIBUTE_UNUSED.
> 	* ra-build.c (parts_to_webs_1): Fix uninitialized variable.
> 	* regrename.c (copyprop_hardreg_forward): Fix uninitialized
> 	variable.

Ok.


r~


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