This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch for various warnings in gcc
- From: Richard Henderson <rth at redhat dot com>
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 9 Aug 2002 17:43:37 -0700
- Subject: Re: Patch for various warnings in gcc
- References: <200208080405.AAA27777@caip.rutgers.edu>
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~