OSDN Git Service

2008-01-22 H.J. Lu <hongjiu.lu@intel.com>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 2b1662a..7a33a50 100644 (file)
@@ -1,3 +1,203 @@
+2008-01-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR bootstrap/32287
+       * configure.ac (ld_vers): Support GNU linker version xx.xx.*
+       (as_vers): Likewise.
+       * configure: Regenerated.
+
+2008-01-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
+
+       PR middle-end/33092
+       * tree-pass.h (pass_build_alias): New pass.
+       * tree-ssa-alias.c (gate_build_alias): New.
+       (pass_build_alias): New.
+       * passes.c (init_optimization_passes): Add pass_build_alias after
+       pass_create_structure_vars.
+
+2008-01-22  Wolfgang Gellerich  <gellerich@de.ibm.com>
+
+       * config/s390/s390.h (S390_TDC_POSITIVE_NORMALIZED_NUMBER):
+       Renamed to S390_TDC_POSITIVE_NORMALIZED_BFP_NUMBER.
+       (S390_TDC_NEGATIVE_NORMALIZED_NUMBER): Renamed to
+       S390_TDC_NEGATIVE_NORMALIZED_BFP_NUMBER.
+       (S390_TDC_POSITIVE_DENORMALIZED_NUMBER): Renamed to
+       S390_TDC_POSITIVE_DENORMALIZED_BFP_NUMBER.
+       (S390_TDC_NEGATIVE_DENORMALIZED_NUMBER): Renamed to
+       S390_TDC_NEGATIVE_DENORMALIZED_BFP_NUMBER.
+       (S390_TDC_POSITIVE_NORMALIZED_BFP_NUMBER): New constant.
+       (S390_TDC_NEGATIVE_NORMALIZED_BFP_NUMBER): New constant.
+       (S390_TDC_POSITIVE_DENORMALIZED_BFP_NUMBER): New constant.
+       (S390_TDC_NEGATIVE_DENORMALIZED_BFP_NUMBER): New constant.
+       * config/s390/s390.md (FP_ALL): New mode iterator.
+       (_d): New mode attribute.
+       ("*signbit<mode>2>"): Changed mode of first operand.
+       ("isinf<mode>2"): Changed mode of first operand.
+       ("*TDC_insn"): Adaptation for DFP modes.
+
+2008-01-22  Ben Elliston  <bje@au.ibm.com>
+
+       * tree.c (check_qualified_type): Improve function description.
+
+2008-01-21  Jason Merrill  <jason@redhat.com>
+
+       PR c++/34196
+       * tree.h (TRY_CATCH_IS_CLEANUP): New macro.
+       * tree-eh.c (honor_protect_cleanup_actions): Strip TRY_CATCH_EXPR
+       if it is set.
+
+2008-01-21  DJ Delorie  <dj@redhat.com>
+
+       * doc/tm.texi (HARD_REGNO_NREGS): Note that this macro must not
+       return zero.
+
+2008-01-21  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/34856
+       * tree-cfg.c (verify_expr): Allow all invariant expressions
+       instead of just constant class ones as reference argument.
+       * tree-ssa-loop-im.c (for_each_index): Handle CONSTRUCTOR
+       like any other constant.
+       * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
+
+2008-01-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * regmove.c (fixup_match_1): Update call crossed frequencies.
+
+2008-01-21  Richard Guenther  <rguenther@suse.de>
+
+       PR c/34885
+       * tree-inline.c (setup_one_parameter): Deal with mismatched
+       types using a VIEW_CONVERT_EXPR.
+
+2008-01-21  Alon Dayan  <alond@il.ibm.com>
+           Olga Golovanevsky  <olga@il.ibm.com>
+       
+       PR tree-optimization/34701
+       * ipa-struct-reorg.c (gen_size): Fix the malloc parameter calculation
+       when the structure size is not a power of 2.
+
+2008-01-20  Kenneth Zadeck <zadeck@naturalbridge.com>
+
+       * doc/install.texi: Add doc for --enable-checking=df.
+       
+2008-01-20  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       PR rtl-optimization/34808
+       * emit-rtl.c (try_split): Handle REG_RETVAL notes.
+
+2008-01-20  Richard Sandiford  <rsandifo@nildram.co.uk>
+
+       * global.c (find_reg): Only compute EH_RETURN_DATA_REGNO once per
+       input.
+
+2008-01-19  Kenneth Zadeck <zadeck@naturalbridge.com>
+
+       PR rtl-optimization/26854
+       PR rtl-optimization/34400
+       * ddg.c (create_ddg_dep_from_intra_loop_link): Do not use
+       DF_RD->gen.
+       * df.h (df_changeable_flags.DF_RD_NO_TRIM): New.
+       (df_rd_bb_info.expanded_lr_out): New.
+       * loop_invariant.c (find_defs): Added DF_RD_NO_TRIM flag.
+       * loop_iv.c (iv_analysis_loop_init): Ditto.
+       * df-problems.c (df_rd_free_bb_info, df_rd_alloc, df_rd_confluence_n,
+       df_rd_bb_local_compute, df_rd_transfer_function, df_rd_free):
+       Added code to allocate, initialize or free expanded_lr_out.
+       (df_rd_bb_local_compute_process_def): Restructured to make
+       more understandable.
+       (df_rd_confluence_n): Add code to do nothing with fake edges and
+       code to no apply invalidate_by_call sets if the sets are being trimmed.
+       (df_lr_local_finalize): Renamed to df_lr_finalize.
+       (df_live_local_finalize): Renamed to df_live_finalize.
+
+2008-01-20  Richard Sandiford  <rsandifo@nildram.co.uk>
+
+       PR target/34831
+       * config/mips/mips.md (div<mode>3): Use <recip_condition> when
+       deciding whether to use reciprocal instructions.
+
+2008-01-19  Uros Bizjak  <ubizjak@gmail.com>
+
+       * dwarf2out.c (dwarf2out_switch_text_section): Do not call
+       dwarf2out_note_section_used if cold_text_section is NULL.
+
+2008-01-19  Jakub Jelinek  <jakub@redhat.com>
+
+       PR gcov-profile/34610
+       * tree-cfg.c (make_edges): Mark both outgoing edges from
+       OMP_CONTINUE and from OMP_FOR as EDGE_ABNORMAL.
+       * omp-low.c (expand_omp_for): Clear EDGE_ABNORMAL bits
+       from OMP_FOR and OMP_CONTINUE outgoing edges.
+
+       * tree-profile.c (tree_profiling): Return early if
+       cfun->after_tree_profile != 0.  Set cfun->after_tree_profile
+       at the end.
+       * omp-low.c (expand_omp_parallel): Copy after_tree_profile
+       from cfun to child_cfun.
+       * function.h (struct function): Add after_tree_profile bit.
+
+2008-01-19 Anatoly Sokolov <aesok@post.ru>
+
+       * config/avr/avr.S (_exit): Disable interrupt.
+
+2008-01-18  Kenneth Zadeck  <zadeck@naturalbridge.com>
+           Steven Bosscher  <stevenb.gcc@gmail.com>
+
+       PR rtl-optimization/26854
+       PR rtl-optimization/34400
+       * df-problems.c (df_live_scratch): New scratch bitmap.
+       (df_live_alloc): Allocate df_live_scratch when doing df_live.
+       (df_live_reset): Clear the proper bitmaps.
+       (df_live_bb_local_compute): Only process the artificial defs once
+       since the order is not important.
+       (df_live_init): Init the df_live sets only with the variables
+       found live by df_lr.
+       (df_live_transfer_function): Use the df_lr sets to prune the
+       df_live sets as they are being computed.  
+       (df_live_free): Free df_live_scratch.
+
+2008-01-18  Ian Lance Taylor  <iant@google.com>
+
+       * common.opt: Add fmerge-debug-strings.
+       * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Test
+       flag_merge_debug_strings rather than flag_merge_constants.
+       * doc/invoke.texi (Option Summary): Mention
+       -fmerge-debug-strings.
+       (Debugging Options): Document -fmerge-debug-strings.
+
+2008-01-18  Ian Lance Taylor  <iant@google.com>
+
+       PR c++/33407
+       * tree.h (DECL_IS_OPERATOR_NEW): Define.
+       (struct tree_function_decl): Add new field operator_new_flag.
+       * tree-inline.c (expand_call_inline): When inlining a call to
+       operator new, force the return value to go into a variable, and
+       set DECL_NO_TBAA_P on that variable.
+       * c-decl.c (merge_decls): Merge DECL_IS_OPERATOR_NEW flag.
+
+2008-01-18  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR debug/34484
+       * dwarf2out.c (dwarf2out_switch_text_section): Do not guard with
+       DWARF2_DEBUGGING_INFO.
+       (dwarf2out_note_section_used): Ditto.  Add prototype.
+       (have_multiple_function_sections, text_section_used,
+       cold_text_section_used, *cold_text_sections): Move declarations
+       before their uses.
+
+2007-01-17  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/xtensa/unwind-dw2-xtensa.h (_Unwind_FrameState): Remove pc
+       field and add signal_ra.
+       * config/xtensa/unwind-dw2-xtensa.c (uw_frame_state_for): Remove
+       assignments to frame state pc.  Move end of stack check after
+       MD_FALLBACK_FRAME_STATE_FOR.
+       (uw_update_context_1): Use frame state signal_regs if set, instead
+       of checking signal_frame flag.
+       (uw_update_context): Use frame state signal_ra if set.
+       * config/xtensa/linux.h (MD_UNWIND_SUPPORT): Define.
+       * config/xtensa/linux-unwind.h: New file.
+
 2007-01-18  Bernhard Fischer  <aldot@gcc.gnu.org>
 
        * modulo-sched.c (get_sched_window): Fix comment typo.
        function always sign-extends the value.
 
 2008-01-16  Jakub Jelinek  <jakub@redhat.com>
-       Richard Guenther  <rguenther@suse.de>
+           Richard Guenther  <rguenther@suse.de>
 
        PR c/34668
        * gimplify.c (fold_indirect_ref_rhs): Rename to ...