1. 13 May, 2010 14 commits
    • re PR middle-end/44104 (New test failures) · 1fcebc11
      	PR debug/44104
      	* dwarf2out.c (modified_type_die): Don't dereference mod_type_die
      	if it is NULL.
      
      From-SVN: r159367
      Jakub Jelinek committed
    • re PR fortran/35779 (error pointer wrong in PARAMETER) · f2cbd86c
      gcc/fortran/:
      2010-05-13  Daniel Franke  <franke.daniel@gmail.com>
      
              PR fortran/35779
              * intrinsic.c (gfc_init_expr): Renamed to gfc_init_expr_flag.
              Updated all usages.
              * expr.c (init_flag): Removed; use gfc_init_expr_flag everywhere.
              * array.c (match_array_list): Pass on gfc_init_expr_flag when matching
              iterators.
      
      gcc/testsuite/:
      2010-05-13  Daniel Franke  <franke.daniel@gmail.com>
      
              PR fortran/35779
              * gfortran.dg/initialization_25.f90: New.
      
      From-SVN: r159366
      Daniel Franke committed
    • config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose t-mingw-w64 or… · 917ed773
      config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose t-mingw-w64 or t-mingw-w32 for multilib configuration.
      
      2010-05-13  Kai Tietz  <kai.tietz@onevision.com>
      
              * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
              t-mingw-w64 or t-mingw-w32 for multilib configuration.
              * config/i386/t-mingw-w32: New.
              * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
      
      From-SVN: r159364
      Kai Tietz committed
    • gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to gimple-fold.c). · 1ae6fe9b
      2010-05-13  Martin Jambor  <mjambor@suse.cz>
      
      	* gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
      	gimple-fold.c).
      	* gimple-fold.c (get_base_binfo_for_type): New function.
      	(gimple_get_relevant_ref_binfo): Likewise.
      	(gimple_fold_obj_type_ref_known_binfo): Likewise.
      	(gimple_fold_obj_type_ref): Likewise.
      	(fold_gimple_call): Simplify condition for folding virtual calls
      	and call gimple_fold_obj_type_ref.
      	* gimple.h (gimple_get_relevant_ref_binfo): Declare.
      	(gimple_fold_obj_type_ref_known_binfo): Likewise.
      
      	* testsuite/g++.dg/otr-fold-1.C: New test.
      	* testsuite/g++.dg/otr-fold-2.C: New test.
      
      From-SVN: r159362
      Martin Jambor committed
    • re PR fortran/44036 (I can't declare an external function in an OMP shared statement.) · 2b45bf21
      	PR fortran/44036
      	* openmp.c (resolve_omp_clauses): Allow procedure pointers in clause
      	variable lists.
      	* trans-openmp.c (gfc_omp_privatize_by_reference): Don't privatize
      	by reference dummy procedures or non-dummy procedure pointers.
      	(gfc_omp_predetermined_sharing): Return
      	OMP_CLAUSE_DEFAULT_FIRSTPRIVATE for dummy procedures.
      
      	* gfortran.dg/gomp/pr44036-1.f90: New test.
      	* gfortran.dg/gomp/pr44036-2.f90: New test.
      	* gfortran.dg/gomp/pr44036-3.f90: New test.
      
      From-SVN: r159361
      Jakub Jelinek committed
    • * config/rs6000/rs6000-protos.h · 78c7cabb
      (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
      * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
      (rs6000_debug_mode_dependent_address)
      (rs6000_mode_dependent_address_ptr): Likewise.
      
      From-SVN: r159359
      Andreas Schwab committed
    • Fix formatting nits · 6560b67e
      From-SVN: r159358
      Eric Botcazou committed
    • re PR debug/43983 (var-tracking needlessly throws away location info for SRAed vars) · 823e9473
      	PR debug/43983
      	* var-tracking.c (track_expr_p): Allow tracking of variables optimized
      	by SRA.
      	* Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
      	* tree-sra.c (create_access_replacement): Call unshare_expr before
      	passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from
      	it.
      	* dwarf2out.c: Include tree-flow.h.
      	(struct var_loc_node): Rename var_loc_note field to loc, add comment.
      	(size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
      	Handle DW_OP_bit_piece.
      	(decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
      	construct_piece_list, adjust_piece_list): New functions.
      	(add_var_loc_to_decl): Handle SRA optimized variables.
      	Adjust for var_loc_note to loc field renaming.
      	(dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
      	in VAR_LOCATION note.
      	(new_loc_descr_op_bit_piece): New function.
      	(dw_sra_loc_expr): New function.
      	(dw_loc_list): Use it.  Don't handle the last range after the
      	loop, handle it inside of the loop.  Adjust for var_loc_note
      	to loc field renaming.
      	(add_location_or_const_value_attribute): Only special case
      	single entry loc lists if loc is NOTE_P.  Adjust for
      	var_loc_note to loc field renaming.
      	(dwarf2out_var_location): Don't set newloc->var_loc_note
      	and newloc->next here.
      
      	* gcc.dg/guality/sra-1.c: New test.
      
      From-SVN: r159357
      Jakub Jelinek committed
    • tracebak.c (__gnat_backtrace): Mark top_stack with ATTRIBUTE_UNUSED. · d20cfbc2
      * tracebak.c (__gnat_backtrace): Mark top_stack with
      ATTRIBUTE_UNUSED.
      
      From-SVN: r159356
      Andreas Schwab committed
    • cgraph.c (cgraph_mark_address_taken_node): No longer imply needed flag. · bd3cdcc0
      
      	* cgraph.c (cgraph_mark_address_taken_node): No longer imply needed flag.
      	* cgraph.h (cgraph_only_called_directly_p,
      	cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
      	(cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
      	* cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
      	(assemble
      	* ipa.c (cgraph_remove_unreachable_nodes): Use
      	cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken flags.
      	* tree-inline.c (copy_bb): Check address_taken flag.
      	* tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
      	externally_visible flag.
      
      	* tree-ssa/unreachable.c: New test.
      
      From-SVN: r159354
      Jan Hubicka committed
    • typeck.c (build_array_ref): Take complain parm. · 73647d75
      	* typeck.c (build_array_ref): Take complain parm.
      	* cp-tree.h: Add it to prototype.
      	* call.c (build_new_op): Pass it.
      	* class.c (build_vtbl_ref): Pass it.
      	* decl2.c (grok_array_decl): Pass it.
      
      From-SVN: r159351
      Jason Merrill committed
    • re PR bootstrap/44048 (building without C++ enabled fails) · 5116acc6
      	PR bootstrap/44048
      	PR target/44099
      gcc/cp:
      	* cp-tree.def (NULLPTR_TYPE): Remove.
      	* cp-tree.h (NULLPTR_TYPE_P): New.
      	(SCALAR_TYPE_P): Use it.
      	(nullptr_type_node): New.
      	(cp_tree_index): Add CPTI_NULLPTR_TYPE.
      	* decl.c (cxx_init_decl_processing): Call record_builtin_type on
      	nullptr_type_node.
      	* cvt.c (ocp_convert): Use NULLPTR_TYPE_P instead of NULLPTR_TYPE.
      	* cxx-pretty-print.c (pp_cxx_constant): Likewise.
      	* error.c (dump_type, dump_type_prefix, dump_type_suffix): Likewise.
      	* mangle.c (write_type): Likewise.
      	* name-lookup.c (arg_assoc_type): Likewise.
      	* typeck.c (build_reinterpret_cast_1): Likewise.
      	* rtti.c (typeinfo_in_lib_p): Likewise.
      	(emit_support_tinfos): Remove local nullptr_type_node.
      gcc:
      	* dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
      	* sdbout.c (plain_type_1): Likewise.
      	* dwarf2out.c (is_base_type): Likewise.
      	(gen_type_die_with_usage): Likewise.  Generate
      	DW_TAG_unspecified_type for any LANG_TYPE.
      
      From-SVN: r159350
      Jason Merrill committed
    • cp-tree.h (UNKNOWN_TYPE): Remove. · fbfc8363
      	* cp-tree.h (UNKNOWN_TYPE): Remove.
      	* decl.c (cxx_init_decl_processing): Use LANG_TYPE instead.
      	* error.c (dumy_type, dump_type_prefix, dump_type_suffix): Likewise.
      	* typeck2.c (cxx_incomplete_type_diagnostic): Likewise.
      	* class.c (instantiate_type): Check unknown_type_node rather than
      	UNKNOWN_TYPE.
      	* name-lookup.c (maybe_push_decl): Likewise.
      	* rtti.c (get_tinfo_decl_dynamic): Likewise.
      	(get_typeid): Likewise.
      	* semantics.c (finish_offsetof): Likewise.
      
      From-SVN: r159349
      Jason Merrill committed
    • Daily bump. · 07eea34e
      From-SVN: r159348
      GCC Administrator committed
  2. 12 May, 2010 24 commits
  3. 11 May, 2010 2 commits
    • re PR c++/34272 (ICE with invalid template specialization) · aac73a6d
      /cp
      2010-05-11  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/34272
      	PR c++/43630
      	PR c++/34491
      	* pt.c (process_partial_specialization): Return error_mark_node
      	in case of unused template parameters in partial specialization.
      
      /testsuite
      2010-05-11  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/34272
      	PR c++/43630
      	PR c++/34491
      	* g++.dg/template/crash97.C: New.
      	* g++.dg/template/crash98.C: Likewise.
      	* g++.dg/template/crash99.C: Likewise.
      	* g++.dg/cpp0x/pr31439.C: Adjust.
      	* g++.dg/template/crash95.C: Likewise.
      
      From-SVN: r159295
      Paolo Carlini committed
    • c-opts.c (c_common_parse_file): If start_end_main_source_file, don't call… · 9d000e83
      c-opts.c (c_common_parse_file): If start_end_main_source_file, don't call start_source_file debug hook here...
      
      	* c-opts.c (c_common_parse_file): If start_end_main_source_file,
      	don't call start_source_file debug hook here...
      	(finish_options): ... but here, after outputting predefined and
      	command line defines and undefs.
      
      From-SVN: r159293
      Jakub Jelinek committed