OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 8a1816a..c3fe425 100644 (file)
@@ -1,3 +1,607 @@
+2009-06-10  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * tree.h (tree_base): Add packed_flag and user_align fields.
+       Decrease size of spare field.
+       (TYPE_USER_ALIGN): Use user_align from tree_base.
+       (DECL_USER_ALIGN): Likewise.
+       (TYPE_PACKED): Use packed_flag from tree_base.
+       (DECL_PACKED): Likewise.
+       (tree_type): Delete packed_flag and user_align fields.  Widen
+       precision field.  Widen mode field and shuffle fields to align
+       mode on an 8-bit boundary.
+       (tree_decl_common): Delete decl_flag_1 and user_align fields.
+       Renumber decl_flag_* fields.  Fix comments.  Widen
+       decl_common_unused field.
+       (DECL_HAS_VALUE_EXPR_P): Adjust for renumbering of decl_flag_*
+       fields.
+       (DECL_EXTERNAL): Likewise.
+       (DECL_BIT_FIELD): Likewise.
+       (DECL_NONADDRESSABLE_P): Likewise.
+       (TYPE_DECL_SUPRESS_DEBUG): Likewise.
+       * config/arm/arm-modes.def (XImode): Make it an INT_MODE.
+
+2009-06-10  Ian Lance Taylor  <iant@google.com>
+
+       * vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I.
+       (DEF_VEC_ALLOC_P): Use DEF_VEC_NONALLOC_FUNCS_P.
+       (DEF_VEC_ALLOC_O): Use DEF_VEC_NONALLOC_FUNCS_O.
+       (DEF_VEC_ALLOC_FUNC_P): Only define VEC_OP (T,A,alloc).
+       (DEF_VEC_NONALLOC_FUNCS_P): New macro, broken out of old
+       DEF_VEC_ALLOC_FUNC_P.
+       (DEF_VEC_ALLOC_FUNC_O): Only define VEC_OP (T,A,alloc).
+       (DEF_VEC_NONALLOC_FUNCS_O): New macro, broken out of old
+       DEF_VEC_ALLOC_FUNC_O.
+       (DEF_VEC_ALLOC_FUNC_I): Only define VEC_OP (T,A,alloc).
+       (DEF_VEC_NONALLOC_FUNCS_I): New macro, broken out of old
+       DEF_VEC_ALLOC_FUNC_I.
+       (vec_stack_p_reserve, vec_stack_p_reserve_exact): Declare.
+       (vec_stack_p_reserve_exact_1): Declare.
+       (vec_stack_o_reserve, vec_stack_o_reserve_exact): Declare.
+       (vec_stack_free): Declare.
+       (VEC_stack_alloc): Define.
+       (DEF_VEC_ALLOC_P_STACK, DEF_VEC_ALLOC_FUNC_P_STACK): Define.
+       (DEF_VEC_ALLOC_O_STACK, DEF_VEC_ALLOC_FUNC_O_STACK): Define.
+       (DEF_VEC_ALLOC_I_STACK, DEF_VEC_ALLOC_FUNC_I_STACK): Define.
+       * vec.c (void_p): New type.  Call DEF_VEC_P and DEF_VEC_ALLOC_P
+       for void_p.
+       (stack_vecs): New static variable.
+       (vec_stack_p_reserve_exact_1): New function.
+       (vec_stack_o_reserve_1): New static function.
+       (vec_stack_p_reserve, vec_stack_p_reserve_exact): New functions.
+       (vec_stack_o_reserve, vec_stack_o_reserve_exact): New functions.
+       (vec_stack_free): New function.
+       * df-scan.c (df_ref): Use DEF_VEC_P and DEF_VEC_ALLOC_P_STACK.
+       (VEC_df_ref_stack_alloc): Define.
+       (df_mw_hardreg_ptr): New type.  Use DEF_VEC_P and
+       DEF_VEC_ALLOC_P_STACK.
+       (VEC_df_mw_hardreg_ptr_stack_alloc): Define.
+       (struct df_collection_rec): Change _vec fields to VEC.  Remove
+       _use fields.
+       (df_free_collection_rec): Adjust for new fields.
+       (df_insn_rescan): Use new df_collection_rec fields.
+       (df_notes_rescan, df_canonize_collection_rec): Likewise.
+       (df_ref_create_structure, df_ref_record): Likewise.
+       (df_get_conditional_uses, df_get_call_refs): Likewise.
+       (df_insn_refs_collect, df_bb_refs_collect): Likewise.
+       (df_bb_refs_record, df_record_entry_block_defs): Likewise.
+       (df_record_exit_block_uses, df_bb_verify): Likewise.
+       (df_swap_refs): Change ref_vec parameter to VEC.  Change all
+       callers.
+       (df_sort_and_compress_refs): Change ref_vec parameter to VEC.
+       Remove count parameter.  Change return type to void.  Change all
+       callers.
+       (df_sort_and_compress_mws): Change mw_vec parameter to VEC.
+       Remove count parameter.  Change return type to void.  Change all
+       callers.
+       (df_install_refs): Change old_vec parameter to VEC.  Remove count
+       parameter.  Change all callers.
+       (df_install_mws): Change old_vec parameter to VEC.  Remove count
+       parameter.  Change all callers.
+       (df_refs_verify): Change new_rec parameter to VEC.  Change call
+       callers.
+       (df_mws_verify): Likewise.
+
+2009-06-10  Alexandre Oliva  <aoliva@redhat.com>
+
+       * gcc.c (compare_files): Cast munmap argumento to caddr_t.
+
+2009-06-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * doc/extend.texi: Add description for __builtin_ia32_crc32di.
+
+2009-06-10  Anthony Green  <green@moxielogic.com>
+
+       * config/moxie/crti.asm: New file.
+       * config/moxie/crtn.asm: New file.
+       * config/moxie/moxie.c: New file.
+       * config/moxie/moxie.h: New file.
+       * config/moxie/sfp-machine.h: New file.
+       * config/moxie/moxie-protos.h: New file.
+       * config/moxie/t-moxie: Created.
+       * config/moxie/t-moxie-softfp: Created.
+       * config/moxie/moxie.md: Created.
+       * config/moxie/constraints.md: Created.
+       * config.gcc: Add moxie support.
+       * doc/md.texi (Machine Constraints): Add moxie constraints.
+       * doc/contrib.texi (Contributors): Mention moxie port.
+       * doc/install.texi (Specific): Mention the moxie port.
+
+2009-06-09  Ian Lance Taylor  <iant@google.com>
+
+       * system.h (HAVE_DESIGNATED_INITIALIZERS): Don't define if
+       compiling with C++.
+       * optabs.c (optab_table): Only use designated initializers if
+       HAVE_DESIGNATED_INITIALIZERS is defined.
+       (convert_optab_table): Likewise.
+       (init_optabs): Always call init_insn_codes if
+       HAVE_DESIGNATED_INITIALIZERS is not defined.
+
+2009-06-09  Ian Lance Taylor  <iant@google.com>
+
+       * targhooks.c (default_builtin_vectorized_function): Change fn
+       parameter to unsigned int.
+       (default_builtin_vectorized_conversion): Change code parameter to
+       unsigned int.
+       (default_builtin_reciprocal): Change fn parameter to unsigned int.
+       * targhooks.h: Update declarations.
+       * config/rs6000/rs6000.c (rs6000_builtin_conversion): Change code
+       parameter to unsigned int.
+
+       * c-typeck.c (comptypes_check_enum_int): New static function.
+       (comptypes_internal): Add enum_and_int_p parameter.  Change all
+       callers.
+       (comp_target_types): Add location parameter.  Change all callers.
+       (tagged_types_tu_compatible_p): Add enum_and_int_p parameter.
+       Change all callers.
+       (function_types_compatible_p, type_lists_compatible_p): Likewise.
+       (build_conditional_expr): Add colon_loc parameter.  Change all
+       callers.
+       (convert_for_assignment): Add location parameter.  Change all
+       callers.
+       * c-parser.c (c_parser_conditional_expression): Pass location of
+       colon to build_conditional_expr.
+       * c-tree.h (build_conditional_expr): Update declaration.
+
+2009-06-09  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * graphite.c: Revert previous patch.
+
+2009-06-09  Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR bootstrap/40103
+       * graphite.c: Remove pragma GCC diagnostic warning "-Wc++-compat".
+
+2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
+
+        * tree-ssa-loop-prefetch.c
+        (loop_prefetch_arrays): Fixed a portability problem in printf format
+        string.
+
+2009-06-09  Martin Jambor  <mjambor@suse.cz>
+
+       PR tree-optimization/40351
+       * tree-sra.c (propagate_subacesses_accross_link): Check that a refrence
+       to a potential artifical subaccess can be constructed.
+
+2009-06-08  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * config/sh/sh-protos.h (sh_optimization_options): Declare.
+       (sh_override_options): Likewise.
+       * config/sh/sh.c: Include params.h.
+       (sh_optimization_options): New.
+       (sh_override_options): Likewise.
+       * config/sh/sh.c (OPTIMIZATION_OPTIONS): Use sh_optimization_options.
+       (OVERRIDE_OPTIONS): Use sh_override_options.
+
+2009-06-08  Jakub Jelinek  <jakub@redhat.com>
+
+       * dwarf2out.c (emit_cfa_remember): New variable.
+       (add_fde_cfi): If emit_cfa_remember, recurse to add
+       DW_CFA_remember_state first.
+       (dwarf2out_begin_epilogue): Don't add_fde_cfi DW_CFA_remember_state,
+       instead just set emit_cfa_remember.
+
+2009-06-08  Jan Hubicka  <jh@suse.cz>
+
+       PR debug/40126
+       * dwarf2out.c (dwarf2out_abstract_function): Free decl_loc_table.
+
+2009-06-08  Jan Hubicka  <jh@suse.cz>
+
+       PR middle-end/39834
+       * cgraphunit.c (save_inline_function_body): Do not copy transform hooks
+       for saved inline bodies.
+       * ipa-passes.c (do_per_function): Do not add the hoks multiple times
+       for given function.
+
+2009-06-08  Adam Nemet  <anemet@caviumnetworks.com>
+
+       * jump.c (returnjump_p): Handle delayed branches.  Add missing
+       function comment.
+
+2009-06-08  Jan Hubicka  <jh@suse.cz>
+
+       PR middle-end/40102
+       * cgraph.c (cgraph_create_edge_including_clones): Also asume that the
+       original node might've been modified.
+       * tree-inline.c (copy_bb): Do not assume that all clones are the same.
+
+2009-06-08  Jakub Jelinek  <jakub@redhat.com>
+
+       * tree-object-size.c (addr_object_size): Add OSI argument.
+       Handle also INDIRECT_REF with SSA_NAME inside of it as base address.
+       (compute_builtin_object_size, expr_object_size): Adjust callers.
+       (plus_stmt_object_size): Call addr_object_size instead of
+       compute_builtin_object_size.
+
+2009-06-08  Ghassan Shobaki  <ghassan.shobaki@amd.com>
+            Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
+       
+       * tree-ssa-loop-prefetch.c 
+       (gather_memory_references): Introduced a counter for the number of 
+       memory references.
+       (anything_to_prefetch_p): Introduced a counter for the number of 
+       prefetches.
+       (is_loop_prefetching_profitable): New function with a cost model 
+       for prefetching.
+       (loop_prefetch_arrays): Use the new cost model to determine if 
+       prefetching is profitable.
+       * params.def (MIN_INSN_TO_PREFETCH_RATIO, 
+       PREFETCH_MIN_INSN_TO_MEM_RATIO): New parameters.
+       * params.h (MIN_INSN_TO_PREFETCH_RATIO, 
+       PREFETCH_MIN_INSN_TO_MEM_RATIO): New parameters.
+       * doc/invoke.texi (MIN_INSN_TO_PREFETCH_RATIO, 
+       PREFETCH_MIN_INSN_TO_MEM_RATIO): New parameters.
+       
+2009-06-08  Michael Matz  <matz@suse.de>
+
+       PR debug/40012
+       * cfgexpand.c (set_rtl): Store place also in DECL_RTL, if all
+       partitions use the same.
+       (expand_one_var): Deal with DECL_RTL sometimes begin set also
+       for basevars of SSA_NAMEs.
+       (expand_used_vars): Reset TREE_USED for basevars of SSA_NAMEs,
+       to not expand them twice.
+       (gimple_expand_cfg): Clear DECL_RTL for those decls that have
+       multiple places.
+
+2009-06-08  Alexandre Oliva  <aoliva@redhat.com>
+
+       * common.opt (fcompare-debug=, fcompare-debug-second): New.
+       (fdump-final-insns=, gtoggle): New.
+       * doc/invoke.texi: Document them.
+       * final.c (rest_of_clean_state): Dump final insn stream.
+       * gcc.c (invoke_as): Hook in -fcompare-debug.
+       (static_spec_functions): Add compare-debug-dump-opt,
+       compare-debug-self-opt and compare-debug-auxbase-opt.
+       (compare_debug, compare_debug_second, compare_debug_opt): New.
+       (switches_debug_check, n_switches_debug_check): New.
+       (debug_auxbase_opt, debug_check_temp_file): New.
+       (process_command): Handle -fno-compare-debug, -fcompare-debug and
+       -fcompare-debug=*.
+       (do_self_spec): Handle arguments after switches.
+       (do_spec_1): Add .gk extension to temp file basenames for compare.
+       (check_live_switch): Take SWITCH_IGNORE into account, and earlier.
+       (cc1_options): Use it instead of normal auxbase computation for
+       the second compare-debug compilation.
+       (compare_files): New.
+       (main): Set up and implement compare debug mode.
+       (compare_debug_dump_opt_spec_function): New.
+       (compare_debug_self_opt_spec_function): New.
+       (compare_debug_auxbase_opt_spec_function): New.
+       * toplev.c (process_options): Handle flag_gtoggle,
+       flag_dump_final_insns.
+       * coverage.c (coverage_begin_output): Don't overwrite .gcno file
+       during -fcompare-debug-second compilation.
+
+2009-06-07  Ian Lance Taylor  <iant@google.com>
+
+       * dwarf2.h (enum dwarf_location_atom): Add
+       INTERNAL_DW_OP_tls_addr.
+       * dwarf2out.c (INTERNAL_DW_OP_tls_addr): Don't #define.
+
+       * c-common.c (c_do_switch_warnings): Don't exit early for -Wswitch
+       with no default node.  Change warning with %H to warning_at.
+       Don't clear warn_switch around case checking.
+       * doc/invoke.texi (Warning Options): Clarify distinction between
+       -Wswitch and -Wswitch-enum.
+
+2009-06-07  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
+
+       * tree-pass.h (TODO_update_ssa_any): Document internal use only.
+
+2009-06-07  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
+
+       * gbl-ctors.h: Add header guard.
+
+2009-06-07  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
+
+       * tree-flow.h (make_value_handle, set_value_handle, sort_vuses,
+       sort_vuses_heap, vn_lookup_or_add, vn_lookup_or_add_with_stmt,
+       vn_lookup_or_add_with_vuses, vn_add, vn_add_with_vuses,
+       vn_lookup_with_stmt, vn_lookup, vn_lookup_with_vuses): Remove
+       prototypes for removed functions.
+       (expressions_equal_p): Move to ...
+       * tree-ssa-sccvn.h: ... here and ...
+       * matrix-reorg.c: ... adjust includes.
+
+2009-06-07  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
+
+       * ipa-struct-reorg.c (do_reorg_1): Fix whitespace in dump output.
+
+2009-06-07  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
+
+       * c-decl.c (finish_decl): Use bool for variable was_incomplete.
+       (finish_function): Remove erroneous whitespace.
+
+2009-06-07  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
+
+       * tree-cfg.c (gimple_merge_blocks): Commentary typo fix.
+       (verify_stmts): Print statement who's gimple_bb is set to a wrong BB
+
+2009-06-07  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
+
+       * errors.c (internal_error): Commentary typo fix.
+       * gimple-iterator.c (gsi_insert_seq_on_edge): Ditto.
+       * tree-ssa-pre.c: Ditto.
+
+2009-06-07  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
+
+       * basic-block.h (ENTRY_BLOCK, EXIT_BLOCK): Document that neither of
+       them is supposed to hold actual statements.
+
+2009-06-06  Ian Lance Taylor  <iant@google.com>
+
+       * doc/extend.texi (Attribute Syntax): Document that C++ labels on
+       empty statements can now have attributes.
+
+2009-06-05  Shujing Zhao  <pearly.zhao@oracle.com>
+
+       * config/mips/mips.c: Use REG_P and CONST_INT_P where applicable.
+       * config/mips/mips.md: Ditto.
+
+2009-06-05  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * config/rs6000/eabi.asm (__eabi_convert): Don't define if
+       _RELOCATABLE.
+       (__eabi_uconvert): Likewise.
+
+2009-06-05  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * config/rs6000/ppc-asm.h: Protect auto-host.h inclusion and
+       CFI_* definitions with IN_GCC.
+
+2009-06-05  David Edelsohn  <edelsohn@gnu.org>
+
+       * xcoffout.h (xcoffout_source_line): Update prototype.
+
+2009-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * builtins.c (do_mpc_ckconv, do_mpc_arg1): Use
+       mpc_realref/mpc_imagref instead of MPC_RE/MPC_IM.
+
+2009-06-05  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/40340
+       * tree-ssa-live.c (remove_unused_scope_block_p): Don't prune
+       inlined_function_outer_scope_p blocks for artificial inlines
+       even at -g0/-g1.
+       * tree.c (tree_nonartificial_location): Rewrite using
+       block_nonartificial_location.
+
+2009-06-05  Revital Eres  <eres@il.ibm.com>
+           Leehod Baruch  <leehod@il.ibm.com>
+
+       * expr.c (expand_assignment): Expand MISALIGNED_INDIRECT_REF.
+       (expand_expr_real_1): Remove comment.
+       * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
+       Vectorize misaligned access when the target supports it.
+       (vect_supportable_dr_alignment): Check for unaligned access
+       support.
+       * tree-vect-stmts.c (vectorizable_store): Generate misaligned store
+       and remove asset.
+
+2009-06-05  Julian Brown  <julian@codesourcery.com>
+
+       * config/arm/ieee754-df.S (cmpdf2): Avoid writing below SP.
+       * config/arm/ieee754-sf.S (cmpsf2): Likewise.
+
+2009-06-05  Richard Guenther  <rguenther@suse.de>
+
+       PR bootstrap/40350
+       * dwarf2out.c (dwarf2out_begin_function): Mark discriminator
+       as possibly unused.
+
+2009-06-05  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/s390/s390.c (global_not_special_regno_p): New static inline.
+       (save_gprs): Don't tell unwinder when a global register is saved.
+       (s390_emit_epilogue): Emit needed epilogue unwind info.
+
+2009-06-05  Alexandre Oliva  <aoliva@redhat.com>
+
+       * dwarf2out.c (deferred_asm_name): New.
+       (add_name_and_src_coords_attributes): Defer creation of
+       DW_AT_MIPS_linkage_name attribute if DECL_ASSEMBLER_NAME was not
+       computed yet.
+       (move_linkage_attr): New.
+       (dwarf2out_finish): Revisit deferrals and emit attributes at the
+       right place.
+
+2009-06-05  Alexandre Oliva  <aoliva@redhat.com>
+
+       * tree-nested.c (finalize_nesting_tree_1): Declare the
+       frame_decl in the binding tree.
+
+2009-06-04  Cary Coutant  <ccoutant@google.com>
+
+       * basic-block.h (struct basic_block_def): Add discriminator field.
+       * dbxout.c (dbxout_source_line): Add new parameter.  Change all
+       callers.
+       * debug.c (do_nothing_debug_hooks): Add additional entry.
+       (debug_nothing_int_charstar_int): New function.
+       * debug.h (struct gcc_debug_hooks): Add parameter to source_line
+       hook.
+       (debug_nothing_int_charstar_int): New declaration.
+       * dwarf2out.c (dwarf2out_source_line): Add new parameter.  Write
+       discriminator value in .loc directive.
+       * final.c (last_discriminator): New variable.
+       (discriminator): New variable.
+       (final_start_function): Initialize above variables, pass current
+       discriminator to debug hook.
+       (notice_source_line): Check for discriminator change.
+       * gimple-pretty-print.c (dump_bb_header): Print discriminator value.
+       * sdbout.c (sdbout_source_line): New parameter.
+       * tree-cfg.c (struct locus_discrim_map): New structure type.
+       (discriminator_per_locus): New hash table.
+       (build_gimple_cfg): Allocate and free discriminator hash table.
+       (make_edges): Call assign_discriminator.
+       (locus_map_hash): New function.
+       (locus_map_eq): New function.
+       (next_discriminator_for_locus): New function.
+       (same_line_p): New function.
+       (assign_discriminator): New function.
+       (make_cond_expr_edges): Call assign_discriminator.
+       (make_gimple_switch_edges): Likewise.
+       (first_non_label_stmt): New function.
+       * vmsdbgout.c (vmsdbgout_source_line): Add new parameter.  Change
+       all callers.
+       * xcoffout.c (xcoffout_source_line): Add new parameter.
+
+       * configure.ac (gcc_cv_as_discriminator): New configury check for
+       gas support for discriminator.
+       * configure: Regenerate.
+       * config.in: Regenerate.
+
+2009-06-04  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
+
+       * config/arm/arm.c (thumb2_legitimate_index_p): Initialize
+       val after checking for integers.
+
+2009-06-04  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/i386/i386.h (X86_64_MS_REGPARM_MAX): Rename from
+       X64_REGPARM_MAX.
+       (REGPARM_MAX): Use X86_64_MS_REGPARM_MAX.
+       (X86_64_MS_SSE_REGPARM_MAX): Rename from X64_SSE_REGPARM_MAX.
+       (SSE_REGPARM_MAX): Use X86_64_MS_SSE_REGPARM_MAX.
+       * config/i386/i386.c: Use X86_64_MS_REGPARM_MAX instead of
+       X64_REGPARM_MAX.  Use X86_64_MS_SSE_REGPARM_MAX instead of
+       X64_SSE_REGPARM_MAX.
+       * config/i386/i386.md: Use X86_64_MS_SSE_REGPARM_MAX instead of
+       X64_SSE_REGPARM_MAX.
+
+2009-06-04  Alexandre Oliva  <aoliva@redhat.com>
+
+       * gcc.c (report_times_to_file): New.
+       (execute): Implement it.
+       (process_command): Support -time=.
+       * doc/invoke.texi: Document it.
+
+2009-06-04  Alexandre Oliva  <aoliva@redhat.com>
+
+       * tree-ssa-live.c (remove_unused_scope_block_p): Keep variables
+       that have value exprs.
+
+2009-06-04  Alexandre Oliva  <aoliva@redhat.com>
+
+       * dwarf2asm.c (dw2_force_const_mem): Defer creation of
+       declarations for constants until...
+       (dw2_output_indirect_constant_1): ... this point.
+
+2009-06-04  Richard Earnshaw  <rearnsha@arm.com>
+
+       PR target/10242
+       * arm.md (arm_addsi3): Don't try to split an add with an
+       eliminable register until after reload has completed.
+
+2009-06-03  Ian Lance Taylor  <iant@google.com>
+
+       * dummy-checksum.c (executable_checksum): Use EXPORTED_CONST.
+       * genattrtab.c (write_length_unit_log): Likewise.
+       * genchecksum.c (dosum): Likewise.
+       * gengtype.c (write_rtx_next): Likewise.
+       (finish_root_table, write_roots): Likewise.
+       * gimple.c (gimple_ops_offset_): Likewise.
+       * tree-nomudflap.c (gt_ggc_r_gt_tree_mudflap_h): Likewise.
+       * config/arc/arc.c (arc_attribute_table): Likewise.
+       * config/arm/arm.c (arm_attribute_table): Likewise.
+       * config/avr/avr.c (avr_attribute_table): Likewise.
+       * config/crx/crx.c (crx_attribute_table): Likewise.
+       * config/m32r/m32r.c (m32r_attribute_table): Likewise.
+       * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Likewise.
+       * config/mcore/mcore.c (mcore_attribute_table): Likewise.
+       * config/rs6000/rs6000.c (rs6000_attribute_table): Likewise.
+       * config/sh/sh.c (sh_attribute_table): Likewise.
+       * config/sparc/sparc.c (sparc_attribute_table): Likewise.
+       * config/spu/spu.c (spu_attribute_table): Likewise.
+       * config/v850/v850.c (v850_attribute_table): Likewise.
+
+       * config/alpha/alpha.c (vms_attribute_table): Make static.
+       * config/bfin/bfin.c (bfin_attribute_table): Likewise.
+       * config/h8300/h8300.c (h8300_attribute_table): Likewise.
+       * config/mips/mips.c (mips_attribute_table): Likewise.
+
+       * Makefile.in (dummy-checksum.o): Depend upon $(CONFIG_H) and
+       $(SYSTEM_H).
+       (cc1-checksum.o): Likewise.
+
+2009-06-03  Steve Ellcey  <sje@cup.hp.com>
+
+       * config/ia64/vect.md (*movv2sf_internal): Handle big endian case.
+
+2009-06-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/rs6000/rs6000.c (rs6000_emit_stack_reset): Return generated
+       insn if it is changing sp.  Use gen_add3_insn instead of
+       conditionally gen_addsi3 and gen_adddi3.
+       (offset_below_red_zone_p): New static inline function.
+       (rs6000_emit_epilogue): Emit needed epilogue unwind info.
+       Use gen_add3_insn instead of conditionally gen_addsi3 and gen_adddi3.
+       * config/rs6000/ppc-asm.h: Include auto-host.h.
+       (CFI_STARTPROC, CFI_ENDPROC, CFI_DEF_CFA_REGISTER, CFI_OFFSET,
+       CFI_RESTORE): Define.
+       * config/rs6000/crtresxgpr.asm: Add unwind info.
+       * config/rs6000/crtresxfpr.asm: Likewise.
+       * config/rs6000/crtresgpr.asm: Likewise.
+       * config/rs6000/crtresfpr.asm: Likewise.
+       * config/rs6000/crtsavgpr.asm: Likewise.
+       * config/rs6000/crtsavfpr.asm: Likewise.
+
+       * dwarf2out.c (output_cfi_directive): Pass 1 instead of
+       0 to second argument of DWARF2_FRAME_REG_OUT macros.
+
+2009-06-03  Julian Brown  <julian@codesourcery.com>
+
+       * config/arm/arm.c (arm_hard_regno_mode_ok): Permit values of four
+       words or less (including TImode) in core registers.
+
+2009-06-03  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/40328
+       * fold-const.c (fold_convert): Fold the build COMPLEX_EXPR.
+
+2009-06-03  Andrey Belevantsev  <abel@ispras.ru>
+
+       * statistics.c (statistics_counter_event): Do not record event 
+       in pass dump if its number == -1.
+       (curr_statistics_hash): Add assert that we never get passes 
+       with static number == -1.
+
+2009-06-03  Richard Guenther  <rguenther@suse.de>
+           Andrey Belevantsev  <abel@ispras.ru>
+
+       * cfgexpand.c (discover_nonconstant_array_refs_r): Make only 
+       non-BLKmode arrays addressable.
+
+2009-06-03  Maxim Kuvyrkov  <maxim@codesourcery.com>
+
+       * config/m68k/linux.h (HAVE_GAS_BALIGN_AND_P2ALIGN): Move to ...
+       * config/m68k/m68k.h: ... here.
+       * testsuite/gcc.dg/falign-labels.c (dg-options): Don't restrict for
+       m68k and fido.
+
+2009-06-03  Martin Jambor  <mjambor@suse.cz>
+
+       PR tree-optimization/40323
+       * ipa-prop.c (get_ssa_def_if_simple_copy): Break if not single
+       assignment.
+
+2009-06-03  Richard Guenther  <rguenther@suse.de>
+
+       * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use DECL_SIZE
+       consistently.
+
+2009-06-03  Shujing Zhao  <pearly.zhao@oracle.com>
+
+       * config/sh/predicates.md: Use REG_P, MEM_P, CONST_INT_P, LABEL_P,
+       JUMP_P, CALL_P, NONJUMP_INSN_P, NOTE_P, BARRIER_P and
+       JUMP_TABLE_DATA_P where applicable.
+       * config/sh/sh.c: Ditto.
+       * config/sh/sh.h: Ditto.
+       * config/sh/sh.md: Ditto.
+       * config/sh/symbian.c: Ditto.
+
 2009-06-03  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/driver-i386.c (describe_cache): Optimize
 
        * arm.c (arm_get_frame_offsets): Prefer using r3 for padding a
        push/pop multiple to 8-byte alignment.
-       
+
 2009-06-01  Jakub Jelinek  <jakub@redhat.com>
 
        * config/i386/i386.c (queued_cfa_restores): New static variable.
 2009-06-01  Maxim Kuvyrkov  <maxim@codesourcery.com>
 
        Revert due to PR40320:
-       
        2009-06-01  Maxim Kuvyrkov  <maxim@codesourcery.com>
        * calls.c (emit_library_call_value_1): Don't force_operand for move
        and push insns.
 
 2009-06-01  Olivier Hainque  <hainque@adacore.com>
-           Eric Botcazou  <botcazou@adacore.com>
+           Eric Botcazou  <ebotcazou@adacore.com>
 
        * tree.h (CONSTRUCTOR_BITFIELD_P): True if NODE, a FIELD_DECL, is
        to be processed as a bitfield for constructor output purposes.