[Bug target/46623] microblaze --enable-werror-always build fails

amylaar at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Nov 26 19:00:00 GMT 2010


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46623

--- Comment #1 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-11-26 17:38:24 UTC ---
Author: amylaar
Date: Fri Nov 26 17:38:20 2010
New Revision: 167186

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167186
Log:
    PR target/46623
    * config/microblaze/microblaze.c (microblaze_block_move_straight):
    Use XALLOCAVEC.
    (microblaze_option_override): Don't use C++ style comments.
    (save_restore_insns): Remove unused variable base_offset.
    (microblaze_expand_prologue): Remove unused variable insn.
    (microblaze_secondary_reload): Adjust type to match target.h .
    (microblaze_elf_in_small_data_p): Move declarations to start of block.
    (microblaze_expand_move): Likewise.
    * config/microblaze/microblaze.h (LARGE_INT):
    Avoid signed / unsigned comparisons.
    (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
    (ASM_FORMAT_PRIVATE_NAME): Make format specifier match printed data.
    (ASM_FINISH_DECLARE_OBJECT): Likewise.  Constify name.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/microblaze/microblaze.c
    trunk/gcc/config/microblaze/microblaze.h



More information about the Gcc-bugs mailing list