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

--- Comment #2 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 
2010-11-12 17:15:23 UTC ---
Author: amylaar
Date: Fri Nov 12 17:15:18 2010
New Revision: 166661

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166661
Log:
    PR target/46412
    * config/bfin/bfin-protos.h (bfin_local_alignment): Update prototype.
    * config/bfin/bfin.c: Include sel-sched.h .
    (bfin_cpus): Use BFIN_CPU_UNKNOWN for last initializer element.
    (expand_interrupt_handler_prologue): Remove unused variable insn.
    (bfin_load_pic_reg): Likewise.
    (bfin_rtx_costs): Make code / outer_code variables of type
    enum rtx_code, copied from re-named parameters.
    (bfin_local_alignment): Change align argument and return type
    to unsigned.
    (bfin_adjust_cost): Remove unused variable insn_type.
    Declare variables at start of block.
    (struct loop_info): Rename to...
    (struct loop_info_d).
    (workaround_rts_anomaly): Change type of icode to int.
    (harmless_null_pointer_p): Cast REGNO (..) to int before comparison
    with int-typed variable.
    (note_np_check_stores): Likewise.
    (trapping_loads_p): Remove unused variable pat.
    (bfin_expand_binop_builtin): Use expand_normal.
    (bfin_expand_unop_builtin): Likewise.
    (bfin_expand_builtin): Likewise.
    Set tmode before use.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/bfin/bfin-protos.h
    trunk/gcc/config/bfin/bfin.c

Reply via email to