OSDN Git Service

* cfgexpand.c (expand_debug_expr): Check for mismatched modes in
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 23f76a3..5fc2dfc 100644 (file)
@@ -1,8 +1,97 @@
+2010-04-19  DJ Delorie  <dj@redhat.com>
+
+       * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
+       POINTER_PLUS_EXPR and fix them.
+
+2010-04-19  Eric B. Weddington  <eric.weddington@atmel.com>
+
+       * config/avr/avr-devices.c (avr_mcu_types): Add support for new
+       devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
+       attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
+       atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
+       atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
+       atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
+       atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
+       atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
+       m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
+       atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
+       * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
+
+2010-04-19  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * ifcvt.c (noce_try_cmove_arith): Fix long lines.
+       (check_cond_move_block): Likewise.
+       (cond_move_process_if_block): Likewise.
+       (noce_find_if_block): Improve formatting.
+       (find_if_header): Pass 0 to memset and tweak conditions.
+       (cond_exec_find_if_block): Fix long lines and tweak conditions.
+
+2010-04-19  Jakub Jelinek  <jakub@redhat.com>
+
+       * dwarf2out.c (lower_bound_default): For DW_LANG_Python return
+       0 for -gdwarf-4.
+
+       PR middle-end/43337
+       * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
+       with non-local decl doesn't need chain.
+
+2010-04-19  Vladimir Makarov  <vmakarov@redhat.com>
+
+       * ira-color.c (allocno_reload_assign): Avoid accumulating
+       reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
+
+2010-04-19  Martin Jambor  <mjambor@suse.cz>
+
+       * gimple.h (create_tmp_reg): Declare.
+       * gimplify.c (create_tmp_reg): New function.
+       (gimplify_return_expr): Use create_tmp_reg.
+       (gimplify_omp_atomic): Likewise.
+       (gimple_regimplify_operands): Likewise.
+       * tree-dfa.c (make_rename_temp): Likewise.
+       * tree-predcom.c (predcom_tmp_var): Likewise.
+       (reassociate_to_the_same_stmt): Likewise.
+       * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
+       (get_replaced_param_substitute): Likewise.
+       * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
+       * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
+       * tree-ssa-pre.c (get_representative_for): Likewise.
+       (create_expression_by_pieces): Likewise.
+       * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
+       (create_tailcall_accumulator): Likewise.
+
+2010-04-19  Martin Jambor  <mjambor@suse.cz>
+
+       * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
+       new_stmt.
+       (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
+
+2010-04-19  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/43796
+       * tree-vrp.c (adjust_range_with_scev): Lookup init and step
+       from SCEV in the lattice.
+       (vrp_visit_phi_node): Dump change.
+
+2010-04-19  Richard Guenther  <rguenther@suse.de>
+
+       * configure.ac: Fix quoting around elf_getshstrndx ABI check.
+       * configure: Re-generated.
+
+2010-04-19  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/43783
+       * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
+       constant ARRAY_REF operands two and three if possible.
+
+2010-04-19  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/43766
+       * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
+
 2010-04-19  Jie Zhang  <jie@codesourcery.com>
 
        PR target/43662
-       * reginfo.c (reinit_regs): Set caller_save_initialized_p
-       to false.
+       * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
 
 2010-04-19 Ira Rosen <irar@il.ibm.com>
 
        (sse_prologue_save_insn1): New pattern and splitter.
        (sse_prologue_save_insn): Update to deal also with 64bit aligned
        blocks.
-       * i386.c (setup_incoming_varargs_64): Do not compute jump destination here.
+       * i386.c (setup_incoming_varargs_64): Do not compute jump
+       destination here.
        (ix86_gimplify_va_arg): Update alignment needed.
-       (ix86_local_alignment): Do not align all local arrays
-       to 128bit.
+       (ix86_local_alignment): Do not align all local arrays to 128bit.
 
 2010-04-17  Jan Hubicka  <jh@suse.cz>