This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch for 1750a warnings
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Subject: Re: Patch for 1750a warnings
- From: Richard Henderson <rth at redhat dot com>
- Date: Fri, 19 Oct 2001 10:34:31 -0700
- Cc: gcc-patches at gcc dot gnu dot org
- References: <200110140353.XAA27582@caip.rutgers.edu>
On Sat, Oct 13, 2001 at 11:53:12PM -0400, Kaveh R. Ghazi wrote:
> * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
> * 1750a.c (print_operand): Fix format specifier warning.
> * 1750a.h (ASM_FILE_START): Don't discard pointer qualifier.
> * 1750a.md: Likewise.
> * gcc.c (init_gcc_specs): Wrap with ENABLE_SHARED_LIBGCC.
> * genemit.c (output_add_clobbers): Mark parameter with
> ATTRIBUTE_UNUSED.
> * genrecog.c (write_subroutine): Likewise.
> * integrate.c (expand_inline_function): Delete unused variable.
> * varasm.c (remove_from_pending_weak_list): Wrap with
> ASM_WEAKEN_LABEL.
Ok.
r~