This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: warning patch for gcc/config files
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Subject: Re: warning patch for gcc/config files
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Thu, 22 Oct 1998 23:56:03 -0600
- cc: egcs-patches at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199810180430.AAA10416@caip.rutgers.edu>you write:
> This patch addresses warnings derived from files in gcc/config/.
> Okay to install?
>
> --Kaveh
>
>
>
> Fri Oct 16 21:04:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
>
> * alpha.c (override_options): Use ISDIGIT(), not isdigit(). Cast
> the argument to (unsigned char).
>
> * alpha.h (EXTRA_SPECS): Add missing initializers.
> (ASM_GENERATE_INTERNAL_LABEL): Ensure the argument matches the
> format specifier.
>
> * mips.h (EXTRA_SPECS): Add missing initializers.
>
> * rs6000.h (EXTRA_SPECS): Add missing initializers.
> (optimization_options): Provide a prototype.
> (Pmode): Cast definition to (enum machine_mode).
>
> * sparc.h (EXTRA_SPECS): Add missing initializers.
> (Pmode): Cast definition to (enum machine_mode).
> (sparc_defer_case_vector): Provide a prototype.
>
> * svr4.h (ASM_OUTPUT_ASCII): Cast STRING_LIMIT to (long) when
> comparing it to the result of a pointer subtraction.
>
This looks OK to me unless the various port maintainers have objections.
jeff