]> gcc.gnu.org Git - gcc.git/commit
1750a.md: Add default case in switch.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 9 Dec 2001 16:31:53 +0000 (16:31 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 9 Dec 2001 16:31:53 +0000 (16:31 +0000)
commitb3656137984c755671e79da32c66379c0a4d2425
tree2612c00ba3fd0d0772838493d20ed0302595f51b
parentcadf4f299ddaab8ef6dfb5911f09177e6d2cb4df
1750a.md: Add default case in switch.

* 1750a.md: Add default case in switch.
* alpha/vms.h (INITIAL_ELIMINATION_OFFSET): Add abort clause in
if-else statement.
* dsp16xx.c (print_operand_address): Likewise.
* i386/osf1elf.h (FUNCTION_PROFILER): Const-ify.
* ia64.md: Add missing braces.
* rs6000-protos.h (s8bit_cint_operand): Prototype.
* s390.h (INITIAL_ELIMINATION_OFFSET): Add abort clause in
        if-else statement.
* stormy16.h (REG_CLASS_CONTENTS): Add missing braces.
* v850.h (OUTPUT_ADDR_CONST_EXTRA): Don't issue a `return'.
* dbxout.c (dbxout_source_file): Move a variable into the scope
where it is used.
* final.c (profile_function): Mark parameter with
ATTRIBUTE_UNUSED.
* genemit.c (gen_expand): Likewise for generated file.
* insn-addr.h (INSN_ADDRESSES_NEW): Avoid undefined behavior.

From-SVN: r47812
14 files changed:
gcc/ChangeLog
gcc/config/1750a/1750a.md
gcc/config/alpha/vms.h
gcc/config/dsp16xx/dsp16xx.c
gcc/config/i386/osf1elf.h
gcc/config/ia64/ia64.md
gcc/config/rs6000/rs6000-protos.h
gcc/config/s390/s390.h
gcc/config/stormy16/stormy16.h
gcc/config/v850/v850.h
gcc/dbxout.c
gcc/final.c
gcc/genemit.c
gcc/insn-addr.h
This page took 0.058503 seconds and 5 git commands to generate.