OSDN Git Service

2009-04-17 Simon Baldwin <simonb@google.com>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 22f1aac..6a1c1a7 100644 (file)
@@ -1,3 +1,166 @@
+2009-04-17  Simon Baldwin  <simonb@google.com>
+
+       * toplev.c (default_tree_printer): Add handling for %E format.
+
+2009-04-17  Diego Novillo  <dnovillo@google.com>
+
+       * tree-pretty-print.c (dump_generic_node): Add break
+       after TREE_BINFO handler.
+       Handle COMPLEX_TYPE, REAL_TYPE and FIXED_POINT_TYPE
+       Handle NULL TREE_TYPEs.
+       Handle METHOD_TYPE and FUNCTION_TYPE together.
+       Call print_struct_decl when printing structures and
+       TDF_SLIM is not given.
+       (print_struct_decl): Fix logic for detecting recursion.
+
+2009-04-17  Rafael Avila de Espindola  <espindola@google.com>
+
+       PR 31567
+       * gcc.c (create_at_file): New.
+       (compile_input_file_p): New.
+       (do_spec_1): Use @args files for %i. Use create_at_file for %o.
+       * main.c (main): Update call to toplev_main.
+       * toplev.c (toplev_main): Change signature. Call expandargv.
+       * toplev.h (toplev_main): Change signature.
+
+2009-04-17  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * dwarf2out.c (field_byte_offset): Use the type size as the field size
+       if the latter is not constant.
+
+2009-04-17  David Edelsohn  <edelsohn@gnu.org>
+
+       * dbxout.c (xcoff_debug_hooks): Add set_name_debug_nothing.
+
+2009-04-17  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * dbxout.c (dbxout_block): Reinstate test on TREE_USED.
+       * tree-ssa-live.c (remove_unused_scope_block_p): Update TREE_USED bit.
+
+2009-04-17  Richard Guenther  <rguenther@suse.de>
+
+       * tree-ssa-structalias.c (get_constraint_for_component_ref):
+       Handle component references view-converting an invariant address.
+
+2009-04-17  Adam Nemet  <anemet@caviumnetworks.com>
+
+       * doc/tm.texi (TARGET_DEFAULT_TARGET_FLAGS,
+       TARGET_MIN_ANCHOR_OFFSET, TARGET_MAX_ANCHOR_OFFSET,
+       TARGET_HAVE_SRODATA_SECTION, TARGET_HAVE_TLS,
+       TARGET_UNWIND_TABLES_DEFAULT, TARGET_TERMINATE_DW2_EH_FRAME_INFO):
+       Use @deftypevr rather than @deftypevar.
+
+2009-04-17  Richard Guenther  <rguenther@suse.de>
+
+       * tree-ssa-forwprop.c (get_prop_dest_stmt): Clean up
+       tuplification.
+       (get_prop_source_stmt): Likewise.
+       (can_propagate_from): Likewise.
+
+2009-04-17  Andrew Stubbs  <ams@codesourcery.com>
+
+       * configure.ac: Add new AC_SUBST for TM_ENDIAN_CONFIG,
+       TM_MULTILIB_CONFIG and TM_MULTILIB_EXCEPTIONS_CONFIG.
+       (--with-multilib-list): Add default value.
+       * configure: Regenerate.
+       * Makefile.in (TM_ENDIAN_CONFIG): Define.
+       (TM_MULTILIB_CONFIG, TM_MULTILIB_EXCEPTIONS_CONFIG): Define.
+       * config.gcc (sh-*-*): Switch to using TM_ENDIAN_CONFIG,
+       TM_MULTILIB_CONFIG, and TM_MULTILIB_EXCEPTIONS_CONFIG.
+       Don't add default cpu to multilib list unnecessarily, but do enable
+       the relevant compiler option..
+       Add support for --with-multilib-list=<blank> and
+       --with-multilib-list=!<somelib> to supress unwanted multilibs.
+       * config/sh/t-sh (DEFAULT_ENDIAN, OTHER_ENDIAN): New variables.
+       (MULTILIB_ENDIAN, MULTILIB_CPUS): Delete variables.
+       (MULTILIB_OPTIONS): Redefine using OTHER_ENDIAN and
+       TM_MULTILIB_CONFIG.
+       (MULTILIB_EXCEPTIONS): Add TM_MULTILIB_EXCEPTIONS_CONFIG.
+       (MULTILIB_OSDIRNAMES): New variable.
+       * config/sh/t-1e: Delete file.
+       * config/sh/t-mlib-sh1: Delete file.
+       * config/sh/t-mlib-sh2: Delete file.
+       * config/sh/t-mlib-sh2a: Delete file.
+       * config/sh/t-mlib-sh2a-nofpu: Delete file.
+       * config/sh/t-mlib-sh2a-single: Delete file.
+       * config/sh/t-mlib-sh2a-single-only: Delete file.
+       * config/sh/t-mlib-sh2e: Delete file.
+       * config/sh/t-mlib-sh3e: Delete file.
+       * config/sh/t-mlib-sh4: Delete file.
+       * config/sh/t-mlib-sh4-nofpu: Delete file.
+       * config/sh/t-mlib-sh4-single: Delete file.
+       * config/sh/t-mlib-sh4-single-only: Delete file.
+       * config/sh/t-mlib-sh4a: Delete file.
+       * config/sh/t-mlib-sh4a-nofpu: Delete file.
+       * config/sh/t-mlib-sh4a-single: Delete file.
+       * config/sh/t-mlib-sh4a-single-only: Delete file.
+       * config/sh/t-mlib-sh4al: Delete file.
+       * config/sh/t-mlib-sh5-32media: Delete file.
+       * config/sh/t-mlib-sh5-32media-nofpu: Delete file.
+       * config/sh/t-mlib-sh5-64media: Delete file.
+       * config/sh/t-mlib-sh5-64media-nofpu: Delete file.
+       * config/sh/t-mlib-sh5-compact: Delete file.
+       * config/sh/t-mlib-sh5-compact-nofpu: Delete file.
+       * config/sh/t-linux: Don't override MULTILIB_EXCEPTIONS.
+       * doc/install.texi (Options specification): Add
+       --with-multilib-list and --with-endian.
+
+2009-04-17  Rafael Avila de Espindola  <espindola@google.com>
+
+       * Makefile.in (REVISION_s): Always include quotes. Change ifdef to use
+       REVISION_c.
+       (OBJS-common): Add plugin-version.o.
+       (plugin-version.o): New.
+       * gcc-plugin.h (plugin_gcc_version): New.
+       (plugin_default_version_check): New.
+       (plugin_init_func, plugin_init): Add version argument.
+       * plugin-version.c: New.
+       * plugin.c (str_plugin_gcc_version_name): New.
+       (try_init_one_plugin): Read plugin_gcc_version from the plugin and
+       pass it to the init function.
+       (plugin_default_version_check): New.
+
+2009-04-17  Richard Guenther  <rguenther@suse.de>
+
+       * tree-ssa-alias.c (refs_may_alias_p_1): Do not use TBAA
+       for decl-vs-decl disambiguation.
+
+2009-04-17  Andreas Krebbel  <krebbel1@de.ibm.com>
+
+       * config/s390/s390.h (s390_tune_attr): New macro definition.
+       * config/s390/s390.md (cpu attribute): Map to s390_tune_attr.
+
+2009-04-17  Richard Guenther  <rguenther@suse.de>
+
+       * tree-ssa-ccp.c (struct fold_stmt_r_data): Remove.
+       (fold_stmt_r): Likewise.
+       (maybe_fold_reference): New function.
+       (fold_gimple_assign): Handle cases fold_stmt_r did.
+       (fold_stmt): Do not use fold_stmt_r.
+       (fold_stmt_inplace): Likewise.
+
+2009-04-17  Richard Guenther  <rguenther@suse.de>
+
+       * tree-ssa-dom.c (gimple_assign_unary_useless_conversion_p): Remove.
+       (record_equivalences_from_stmt): Remove useless checks and
+       simplifications.
+       * tree-ssa-pre.c (eliminate): Avoid converting a constant if
+       the type is already suitable.
+
+2009-04-17  Paolo Bonzini  <bonzini@gnu.org>
+
+       * config/sh/sh.h (FUNCTION_VALUE): Fix call to sh_promote_prototypes.
+
+2009-04-17  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/arm/sfp-machine.h (__gcc_CMPtype): New typedef.
+       (CMPtype): Define as __gcc_CMPtype.
+
+2009-04-17  Aurelien Jarno  <aurelien@aurel32.net>
+
+       * config.gcc: Add soft-fp/t-softfp and i386/t-linux to tmake_file
+       for i[34567]86-*-kfreebsd*-gnu*, x86_64-*-kfreebsd*-gnu*.
+
 2009-04-17  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/39746
        * tree-iterator.c (tsi_split_statement_list_after,
        tsi_split_statement_list_before): Remove.
        * tree-iterator.h: Remove the prototypes for
-       tsi_split_statement_list_after and
-       tsi_split_statement_list_before.
+       tsi_split_statement_list_after and tsi_split_statement_list_before.
 
 2009-04-16  Kazu Hirata  <kazu@codesourcery.com>
 
 
 2009-04-16  Ian Lance Taylor  <iant@google.com>
 
-       * rtlanal.c (alloc_reg_note): New function, broken out of
-       add_reg_note.
+       * rtlanal.c (alloc_reg_note): New function, broken out of add_reg_note.
        (add_reg_note): Call alloc_reg_note.
        * rtl.h (alloc_reg_note): Declare.
        * combine.c (try_combine): Use alloc_reg_note.
        PR rtl-optimization/39762
        * ira-int.h (ira_register_move_cost, ira_may_move_in_cost,
        ira_may_move_out_cost): Add comments about way of their usage.
-       (ira_get_register_move_cost, ira_get_may_move_cost): New
-       functions.
+       (ira_get_register_move_cost, ira_get_may_move_cost): New functions.
        
        * ira-conflicts.c (process_regs_for_copy): Use function
        ira_get_register_move_cost instead of global
        Use function ira_get_may_move_cost instead of global
        ira_may_move_in_cost.
        (process_bb_node_for_hard_reg_moves): Use function
-       ira_get_register_move_cost instead of global
-       ira_register_move_cost.
+       ira_get_register_move_cost instead of global ira_register_move_cost.
        (ira_costs): Don't call ira_init_register_move_cost.
        
 2009-04-16  Richard Guenther  <rguenther@suse.de>
        * opts.c (common_handle_option): Handle OPT_fversion.
 
 2009-04-16  Richard Guenther  <rguenther@suse.de>
-       Ira Rosen  <irar@il.ibm.com>
+           Ira Rosen  <irar@il.ibm.com>
 
        PR tree-optimization/39698
        * tree-vect-loop.c (get_initial_def_for_reduction): Use the
 
 2009-04-15  Catherine Moore  <clm@codesourcery.com>
 
-        * debug.h (set_name):  Declare.
-        * dwarf2out.c (dwarf2out_set_name): Declare.
-        (dwarf2_debug_hooks): Add set_name.
-        (find_AT_string): New.
-        (add_AT_string): Call find_AT_string.
-        (dwarf2out_set_name): New.
-        * cp/decl.c (grokdeclarator): Call set_name.
-        * vmsdbgout.c (vmsdbg_debug_hooks): Add set_name_debug_nothing.
-        * debug.c (do_nothing_debug_hooks):  Likewise.
-        * dbxout.c (dbx_debug_hooks): Likewise.
-        * sdbout.c (sdb_debug_hooks): Likewise.
+       * debug.h (set_name):  Declare.
+       * dwarf2out.c (dwarf2out_set_name): Declare.
+       (dwarf2_debug_hooks): Add set_name.
+       (find_AT_string): New.
+       (add_AT_string): Call find_AT_string.
+       (dwarf2out_set_name): New.
+       * cp/decl.c (grokdeclarator): Call set_name.
+       * vmsdbgout.c (vmsdbg_debug_hooks): Add set_name_debug_nothing.
+       * debug.c (do_nothing_debug_hooks):  Likewise.
+       * dbxout.c (dbx_debug_hooks): Likewise.
+       * sdbout.c (sdb_debug_hooks): Likewise.
 
 2009-04-15  Michael Eager <eager@eagercon.com>
 
-       * config/rs6000/rs6000.c: rs6000_function_value: set function return
-       reg for single-precision FPU
-       * config/rs6000/rs6000.md: (movsi_internal1): only for !TARGET_SINGLE_FPU
-       (movsi_internal1_single): New: add pattern to move SI values to/from
+       * config/rs6000/rs6000.c (rs6000_function_value): Set function return
+       reg for single-precision FPU.
+       * config/rs6000/rs6000.md (movsi_internal1): Only for
+       !TARGET_SINGLE_FPU.
+       (movsi_internal1_single): New. Add pattern to move SI values to/from
        single-precision FP regs.
 
 2009-04-15  Richard Guenther  <rguenther@suse.de>
        * omp-low.c (lower_rec_input_clauses): Build correct address
        expressions.
        (expand_omp_for_generic): Fix multiplication type.
-       * tree-loop-distribution.c (build_size_arg): Build a
-       size_t argument.
+       * tree-loop-distribution.c (build_size_arg): Build a size_t argument.
        (generate_memset_zero): Fix types.
        * tree-profile.c (prepare_instrumented_value): Correctly
        widen a pointer.
        (c_parser_alignof_expression): Likewise.
        (c_parser_postfix_expression): Likewise.  Pull setting of
        original_code to top of function.
-       (c_parser_postfix_expression_after_paren_type): Set
-       original_type.
+       (c_parser_postfix_expression_after_paren_type): Set original_type.
        (c_parser_postfix_expression_after_primary): Likewise.
        (c_parser_expression): Likewise.
        * c-typeck.c (build_external_ref): Add type parameter.  Change all
 2009-04-14  Rafael Avila de Espindola  <espindola@google.com>
 
        Merge:
-
        2008-12-19  Diego Novillo  <dnovillo@google.com>
 
-               * cgraph.c (dump_cgraph_node): Show memory address of NODE.
+       * cgraph.c (dump_cgraph_node): Show memory address of NODE.
 
 2000-04-14  Richard Guenther  <rguenther@suse.de>
 
 2009-04-02  Dodji Seketeli  <dodji@redhat.com>
 
        PR c++/26693
-       * c-decl.c: (clone_underlying_type): Move this ...
+       * c-decl.c (clone_underlying_type): Move this ...
        * c-common.c (set_underlying_type): ... here.
        Also, make sure the function properly sets TYPE_STUB_DECL() on
        the newly created typedef variant type.