This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/53249] [4.8 Regression] Bootstrap failure


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

--- Comment #11 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> 2012-05-09 09:23:03 UTC ---
Author: rsandifo
Date: Wed May  9 09:22:57 2012
New Revision: 187320

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187320
Log:
gcc/
    PR middle-end/53249
    * dwarf2out.h (get_address_mode): Move declaration to...
    * rtl.h: ...here.
    * dwarf2out.c (get_address_mode): Move definition to...
    * rtlanal.c: ...here.
    * var-tracking.c (get_address_mode): Delete.
    * combine.c (find_split_point): Use get_address_mode instead of
    targetm.addr_space.address_mode.
    * cselib.c (cselib_record_sets): Likewise.
    * dse.c (canon_address, record_store): Likewise.
    * emit-rtl.c (adjust_address_1, offset_address): Likewise.
    * expr.c (move_by_pieces, emit_block_move_via_loop, store_by_pieces)
    (store_by_pieces_1, expand_assignment, store_expr, store_constructor)
    (expand_expr_real_1): Likewise.
    * ifcvt.c (noce_try_cmove_arith): Likewise.
    * optabs.c (maybe_legitimize_operand_same_code): Likewise.
    * reload.c (find_reloads): Likewise.
    * sched-deps.c (sched_analyze_1, sched_analyze_2): Likewise.
    * sel-sched-dump.c (debug_mem_addr_value): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/combine.c
    trunk/gcc/cselib.c
    trunk/gcc/dse.c
    trunk/gcc/dwarf2out.c
    trunk/gcc/dwarf2out.h
    trunk/gcc/emit-rtl.c
    trunk/gcc/expr.c
    trunk/gcc/ifcvt.c
    trunk/gcc/optabs.c
    trunk/gcc/reload.c
    trunk/gcc/rtl.h
    trunk/gcc/rtlanal.c
    trunk/gcc/sched-deps.c
    trunk/gcc/sel-sched-dump.c
    trunk/gcc/var-tracking.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]