1. 04 May, 2011 26 commits
    • * stor-layout.c (variable_size): Do not issue errors. · a2d42931
      From-SVN: r173381
      Eric Botcazou committed
    • Use backend interface for named types and array types. · 7fc2f86b
      	* go-gcc.cc (Gcc_backend::struct_type): Call fill_in_struct.
      	(Gcc_backend::fill_in_struct): New function.
      	(Gcc_backend::array_type): Implement.
      	(Gcc_backend::fill_in_array): New function.
      	(Gcc_backend::placeholder_pointer_type): New function.
      	(Gcc_backend::set_placeholder_pointer_type): New function.
      	(Gcc_backend::set_placeholder_function_type): New function.
      	(Gcc_backend::placeholder_struct_type): New function.
      	(Gcc_backend::set_placeholder_struct_type): New function.
      	(Gcc_backend::placeholder_array_type): New function.
      	(Gcc_backend::set_placeholder_array_type): New function.
      	(Gcc_backend::named_type): New function.
      	(Gcc_backend::circular_pointer_type): New function.
      	(Gcc_backend::is_circular_pointer_type): New function.
      
      From-SVN: r173380
      Ian Lance Taylor committed
    • coverage.c (tree_coverage_counter_ref): Use integer_type_node for array-ref indices. · f81b1a3d
      2011-05-04  Richard Guenther  <rguenther@suse.de>
      
      	* coverage.c (tree_coverage_counter_ref): Use integer_type_node
      	for array-ref indices.
      	(tree_coverage_counter_addr): Likewise.
      	(build_fn_info_type): Use size_int for index types.
      	(build_gcov_info): Likewise.
      
      From-SVN: r173379
      Richard Guenther committed
    • c-decl.c (check_bitfield_type_and_width): Do not pass NULL to build_int_cst. · c62c040f
      2011-05-04  Richard Guenther  <rguenther@suse.de>
      
      	* c-decl.c (check_bitfield_type_and_width): Do not pass NULL
      	to build_int_cst.
      	* c-typeck.c (really_start_incremental_init): Use bitsize_int
      	for constructor indices.
      	(push_init_level): Likewise.
      
      	c-family/
      	* c-common.c (fix_string_type): Use size_int for index type bounds.
      	(start_fname_decls): Do not pass NULL to build_int_cst.
      	(c_init_attributes): Likewise.
      	* c-lex.c (c_lex_with_flags): Likewise.
      
      From-SVN: r173378
      Richard Guenther committed
    • explow.c (promote_mode): Move variable declarations before code. · 1e3287d0
      2011-05-04  Richard Guenther  <rguenther@suse.de>
      
              * explow.c (promote_mode): Move variable declarations before code.
      
      From-SVN: r173376
      Richard Guenther committed
    • tree.h (build_function_type_array): Declare. · 6c32445b
      gcc/
      	* tree.h (build_function_type_array): Declare.
      	(build_varargs_function_type_array): Declare.
      	(build_function_type_vec, build_varargs_function_type_vec): Define.
      	* tree.c (build_function_type_array_1): New function.
      	(build_function_type_array): New function.
      	(build_varargs_function_type_array): New function.
      
      gcc/fortran/
      	* trans-decl.c (build_library_function_decl_1): Call
      	build_function_type_vec.  Adjust argument list building accordingly.
      	* trans-intrinsic.c (gfc_get_intrinsic_lib_fndecl): Likewise.
      	* trans-types.c (gfc_get_function_type): Likewise.
      
      From-SVN: r173375
      Nathan Froyd committed
    • trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of range types. · df09d1d5
      2011-05-04  Richard Guenther  <rguenther@suse.de>
      
      	* trans-array.c (gfc_trans_array_constructor_value): Use
      	size_int for bounds of range types.
      	(gfc_trans_array_constructor_value): Use size_type_node
      	for memcpy argument.
      	* trans-common.c (build_field): Use gfc_charlen_type_node
      	for lengths.
      	* trans-openmp.c (gfc_trans_omp_clauses): Do not pass NULL
      	as type to build_int_cst.
      	* trans-const.c (gfc_build_string_const): Use size_int
      	for bounds of range types.
      	(gfc_build_wide_string_const): Likewise.
      	* trans-stmt.c (gfc_trans_label_assign): Use gfc_charlen_type_node
      	for lengths.
      	(gfc_trans_character_select): Likewise.
      	(gfc_trans_character_select): Do not pass NULL
      	as type to build_int_cst.
      	(gfc_trans_character_select): Use size_int for bounds of range types.
      	* trans-io.c (gfc_build_io_library_fndecls): Likewise.
      	(add_case): Do not pass NULL as type to build_int_cst.
      	(transfer_expr): Likewise.
      	(transfer_array_desc): Likewise.
      	* trans-decl.c (gfc_add_assign_aux_vars): Use gfc_charlen_type_node
      	for lengths.
      	(gfc_trans_assign_aux_var): Likewise.
      	(create_main_function): Use size_int for bounds of range types.
      	* trans-intrinsic.c (gfc_conv_intrinsic_minmax_char): Do not pass
      	NULL as type to build_int_cst.
      	(gfc_conv_intrinsic_spacing): Likewise.
      	(gfc_conv_intrinsic_rrspacing): Likewise.
      	(gfc_conv_intrinsic_len): Use gfc_charlen_type_node for lengths.
      
      From-SVN: r173374
      Richard Guenther committed
    • tree-vect-loop.c (vectorizable_reduction): Check reduction cost before setting STMT_VINFO_TYPE. · fdabf269
      gcc/
      	* tree-vect-loop.c (vectorizable_reduction): Check reduction cost
      	before setting STMT_VINFO_TYPE.
      
      From-SVN: r173373
      Richard Sandiford committed
    • spu.c (spu_gimplify_va_arg_expr): Call pass_by_reference instead of spu_pass_by_reference. · a207915a
      	* config/spu/spu.c (spu_gimplify_va_arg_expr): Call pass_by_reference
      	instead of spu_pass_by_reference.
      
      From-SVN: r173372
      Ulrich Weigand committed
    • calls.c (emit_library_call_value_1): Invoke promote_function_mode hook on libcall arguments. · 5e617be8
      2011-05-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
      
      	* calls.c (emit_library_call_value_1): Invoke
      	promote_function_mode hook on libcall arguments.
      	* explow.c (promote_function_mode, promote_mode): Handle TYPE
      	argument being NULL.
      	* targhooks.c (default_promote_function_mode): Lisewise.
      	* config/s390/s390.c (s390_promote_function_mode): Likewise.
      	* config/sparc/sparc.c (sparc_promote_function_mode): Likewise.
      
      	* doc/tm.texi: Document that TYPE argument might be NULL.
      
      From-SVN: r173371
      Andreas Krebbel committed
    • mcpu-bf512.c: Update to latest silicon revision and remove duplication. · 23ee028b
      2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
      
              * gcc.target/bfin/mcpu-bf512.c: Update to latest silicon revision and
              remove duplication.
              * gcc.target/bfin/mcpu-bf514.c: Likewise.
              * gcc.target/bfin/mcpu-bf516.c: Likewise.
              * gcc.target/bfin/mcpu-bf518.c: Likewise.
      
      From-SVN: r173370
      Stuart Henderson committed
    • bfin.c (bfin_cpus): Update silicon revisions. · 486d04be
      2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
      
              * config/bfin/bfin.c (bfin_cpus): Update silicon revisions.
      
      From-SVN: r173369
      Stuart Henderson committed
    • 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org> · 9b19b026
              From Bernd Schmidt
              * config/bfin/bfin.md (addsi3): Add an alternative for IREGS.
      
      From-SVN: r173368
      Stuart Henderson committed
    • * config/alpha/alpha.h (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB) · 502bc3df
      	(MIPS_UNMARK_STAB, SHASH_SIZE, THASH_SIZE, ALIGN_SYMTABLE_OFFSET):
      	Move ...
      	* mips-tfile.c: ... here.
      	Don't include coretypes.h, tm.h, filenames.h.
      	(saber_stop): Remove definition and all calls.
      	[__SABER__]: Remove.
      	(__LINE__): Remove default.
      	(Size_t, Ptrdiff_t): Remove definitions.
      	Replace by size_t, ptrdiff_t.
      	[!MIPS_DEBUGGING_INFO]: Remove.
      	(SHASH_SIZE, THASH_SIZE): Remove defaults.
      	(progname): Add const.
      	(STATIC): Remove.
      	Replace all uses by static.
      	(ALIGN_SYMTABLE_OFFSET): Remove default.
      	* mips-tdump.c: Don't include coretypes.h, tm.h.
      	Remove !MIPS_IS_STAB guard.
      	* Makefile.in (mips-tfile.o): Remove $(RTL_H), coretypes.h,
      	$(TM_H), filenames.h dependencies.
      	(mips-tdump.o): Remove $(RTL_H), coretypes.h, $(TM_H) dependencies.
      
      From-SVN: r173367
      Rainer Orth committed
    • 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org> · 991eb6ef
              From Jie Zhang
              *config/bfin/bfin.c (bfin_extra_live_on_entry): New.
              (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
      
      From-SVN: r173366
      Stuart Henderson committed
    • 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org> · 420ccc84
              From Bernd Schmidt
              * config/bfin/bfin.h (FUNCTION_PROFILER): Take TARGET_LONG_CALLS into
              account and save/restore RETS.
              (PROFILE_BEFORE_PROLOGUE): Define.
              (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Add tab character.  Correct
              the push insn to use predecrement.
      
      From-SVN: r173365
      Stuart Henderson committed
    • 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org> · 9f8d69ee
              From Jie Zhang
              * config/bfin/bfin.c (bfin_expand_prologue): Don't clobber P2.
      
      From-SVN: r173364
      Stuart Henderson committed
    • * config/i386/i386.md: Fix typo in comment. · 5b56b9d2
      From-SVN: r173363
      Uros Bizjak committed
    • mn10300.c: Include cfgloop.h. · 662c03f4
      	* config/mn10300/mn10300.c: Include cfgloop.h.
      	(DUMP): New macro.
      	(mn10300_insert_setlb_lcc): New function.  Inserts a SETLB and a
      	Lcc or a FLcc insn into the instruction stream.
      	(mn10300_block_contains_call): New function.  Returns true if the
      	given basic block contains a CALL insn.
      	(mn10300_loop_contains_call_insn): New function.  Returns true if
      	the given loop contains a CALL insn.
      	(mn10300_scan_for_setlb_lcc): New function.  Finds opportunities
      	to use the SETLB and Lcc or FLcc insns.
      	(mn10300_reorg): Invoke mn10300_scan_for_setlb_lcc when optimizing.
      	(TARGET_FLAGS): Add MASK_ALLOW_SETLB.
      	* config/mn10300/mn10300.opt (msetlb): New option.  Used to
      	disable the SETLB optimization.
      	* config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Add
      	__SETLB__ or __NO_SETLB__.
      	* config/mn10300/mn10300.md (UNSPEC_SETLB): New constant.
      	(movsf_internal): Handle MDR register.
      	(cmpsi): Make visible.
      	(setlb): New pattern.
      	(Lcc): New pattern.
      	(FLcc): New pattern.
      
      From-SVN: r173362
      Nick Clifton committed
    • re PR target/48860 (r173265 breaks bootstrap on x86_64-apple-darwin10) · 843b6915
      	PR target/48860
      	* config/i386/i386.md (*movdi_internal_rex64) Use %vmovd
      	for reg<->xmm moves.
      	* config/i386/sse.md (*vec_concatv2di_rex64_sse4_1): Ditto.
      	(vec_concatv2di_rex64_sse): Ditto.
      	(*sse2_storeq_rex64): Do not emit %v prefix for mov{q} mnemonic.
      	(*vec_extractv2di_1_rex64): Ditto.
      
      	Revert:
      	2011-05-02  Uros Bizjak  <ubizjak@gmail.com>
      
      	* config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
      	reg<->xmm moves.
      	(*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves.
      
      From-SVN: r173361
      Uros Bizjak committed
    • configure.ac: Separate libgloss_dir settings from general case over targets. · fbcf0dca
      	* configure.ac: Separate libgloss_dir settings from general case
      	over targets.
      	* configure: Regenerate.
      
      From-SVN: r173360
      Joseph Myers committed
    • tree.h (int_const_binop): Remove notrunc argument. · d35936ab
      2011-05-04  Richard Guenther  <rguenther@suse.de>
      
      	* tree.h (int_const_binop): Remove notrunc argument.
      	* fold-const.c (int_const_binop): Remove notrunc argument.  Always
      	create integer constants that are properly truncated.
      	(extract_muldiv_1): Expand one notrunc int_const_binop caller.
      	(const_binop): Remove zero notrunc argument to int_const_binop.
      	(size_binop_loc): Likewise.
      	(fold_div_compare): Likewise.
      	(maybe_canonicalize_comparison_1): Likewise.
      	(fold_comparison): Likewise.
      	(fold_binary_loc): Likewise.
      	(multiple_of_p): Likewise.
      	* expr.c (store_constructor): Likewise.
      	* gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
      	(maybe_fold_stmt_addition): Likewise.
      	* ipa-prop.c (ipa_modify_call_arguments): Likewise.
      	* stor-layout.c (layout_type): Likewise.
      	* tree-data-ref.c (tree_fold_divides_p): Likewise.
      	* tree-sra.c (build_ref_for_offset): Likewise.
      	(build_user_friendly_ref_for_offset): Likewise.
      	* tree-ssa-address.c (maybe_fold_tmr): Likewise.
      	* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
      	* tree-ssa-loop-niter.c (inverse): Likewise.
      	* tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
      	* tree-ssa.c (maybe_rewrite_mem_ref_base): Likewise.
      	* tree-switch-conversion.c (check_range): Likewise.
      	(build_constructors): Likewise.
      	* tree-vect-generic.c (expand_vector_piecewise): Likewise.
      	* tree-vrp.c (set_and_canonicalize_value_range): Likewise.
      	(extract_range_from_assert): Likewise.
      	(vrp_int_const_binop): Likewise.
      	(extract_range_from_binary_expr): Likewise.
      	(extract_range_from_unary_expr): Likewise.
      	(check_array_ref): Likewise.
      	(find_case_label_range): Likewise.
      	(simplify_div_or_mod_using_ranges): Likewise.
      	* tree-cfg.c (group_case_labels_stmt): Use double-ints for
      	comparing case labels for merging.
      
      
      	ada/
      	* gcc-interface/trans.c (gnat_to_gnu): Remove zero notrunc argument to
      	int_const_binop.
      	(pos_to_constructor): Likewise.
      
      	fortran/
      	* trans-types.c (gfc_get_array_type_bounds): Remove zero notrunc
      	argument to int_const_binop.
      
      From-SVN: r173356
      Richard Guenther committed
    • Remove unused debug_str_hash_forced from dwarf2out. · 8992c063
          * dwarf2out.c (debug_str_hash_forced): Removed.
          (gen_label_for_indirect_string): Removed.
          (get_debug_string_label): Removed.
          (AT_string_form): Generate label directly.
          (output_indirect_string): Test indirect_string_node for
          DW_FORM_strp instead of checking label and refcount.
          (prune_indirect_string): Removed.
          (prune_unused_types): Don't check debug_str_hash_forced or
          call prune_indirect_string.
      
      From-SVN: r173355
      Mark Wielaard committed
    • re PR other/48093 (-mtls-dialect= is undocumented) · 4868e6ea
      PR other/48093
      * doc/invoke.texi: Document -mtls-dialect and GCC_COMPARE_DEBUG.
      
      From-SVN: r173352
      Alexandre Oliva committed
    • re PR debug/47994 (-fcompare-debug failure with -O2 -fpeel-loops… · 01a5c0ab
      re PR debug/47994 (-fcompare-debug failure with -O2 -fpeel-loops -fno-rerun-cse-after-loop -fno-tree-loop-optimize -fno-web)
      
      PR debug/47994
      PR debug/47919
      * combine.c (try_combine): Skip debug insns at m_split tests.
      
      From-SVN: r173351
      Alexandre Oliva committed
    • Daily bump. · f7bde72f
      From-SVN: r173350
      GCC Administrator committed
  2. 03 May, 2011 14 commits