1. 13 May, 2010 6 commits
    • 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 10 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
    • lto-coff.c (IMAGE_FILE_MACHINE_ADM64): Rename to IMAGE_FILE_MACHINE_AMD64. · f6430ea5
      2010-05-11  Kai Tietz  <kai.tietz@onevision.com>
      
              * lto-coff.c (IMAGE_FILE_MACHINE_ADM64): Rename to
              IMAGE_FILE_MACHINE_AMD64.
              * lto-coff.c (IMAGE_FILE_MACHINE_ADM64): Likewise.
      
      From-SVN: r159290
      Kai Tietz committed
    • re PR middle-end/44071 (ICE with asm goto and __builtin_unreachable()) · 3b5fda81
      	PR middle-end/44071
      	* cfglayout.c (fixup_reorder_chain): Allow asm goto to have
      	no fallthru edge.
      	* cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
      	optimizing away empty bb with no successors, move over its
      	footer chain to fallthru predecessor.
      	* cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
      	(rtl_split_edge): For asm goto call patch_jump_insn even if
      	splitting fallthru edge.
      
      	* c-c++-common/asmgoto-4.c: New test.
      	* gcc.target/i386/pr44071.c: New test.
      
      From-SVN: r159288
      Jakub Jelinek committed
    • re PR c++/44059 (Static initializers executed more than once when using unique global symbols) · 3895ec53
      	PR c++/44059
      	* config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
      	even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
      	* config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
      	* dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
      	on DW.ref.* decls.
      
      From-SVN: r159287
      Jakub Jelinek committed
    • re PR c++/44062 ((void)var; doesn't prevent 'set but not used' warning) · 056928b2
      	PR c++/44062
      	* c-parser.c (c_parser_expression): Mark LHS of a comma
      	expression as read if it is a decl, handled component or
      	COMPOUND_EXPR with that on the RHS.
      	* c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
      	if it is a decl or handled component.
      
      	* semantics.c (finish_expr_stmt): Don't call mark_exp_read here...
      	* cvt.c (convert_to_void): ... but here.  If expr is a COMPOUND_EXPR,
      	look at its second operand.
      
      	* c-c++-common/Wunused-var-7.c: New test.
      	* g++.dg/warn/Wunused-var-9.C: New test.
      
      From-SVN: r159286
      Jakub Jelinek committed
    • re PR fortran/43711 (Unformitive error message for two NOWAIT in OpenMP directive) · edf86ec1
      gcc/fortran/:
      2010-05-11  Daniel Franke  <franke.daniel@gmail.com>
      
              PR fortran/43711
              * openmp.c (gfc_match_omp_taskwait): Report unexpected characters
              after OMP statement.
              (gfc_match_omp_critical): Likewise.
              (gfc_match_omp_flush): Likewise.
              (gfc_match_omp_workshare): Likewise.
              (gfc_match_omp_master): Likewise.
              (gfc_match_omp_ordered): Likewise.
              (gfc_match_omp_atomic): Likewise.
              (gfc_match_omp_barrier): Likewise.
              (gfc_match_omp_end_nowait): Likewise.
      
      gcc/testsuite/:
      2010-05-11  Daniel Franke  <franke.daniel@gmail.com>
      
              PR fortran/43711
              * gfortran.dg/gomp/pr43711.f90: New.
      
      From-SVN: r159282
      Daniel Franke committed
    • lto.c (lto_fixup_decls): Remove global var decls freeing here. · 0a0b07b7
      
      	* lto.c (lto_fixup_decls): Remove global var decls freeing here.
      	(materialize_cgraph): Add it here.
      
      From-SVN: r159281
      Jan Hubicka committed
    • lto-symtab.c (lto_symtab_free): New function. · 9a809897
      	* lto-symtab.c (lto_symtab_free): New function.
      	* lto-streamer.h (lto_symtab_free): Declare.
      
      	* lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
      	that if function is needed it is reachable.
      	(lto_output_node): See if it the function is reachable or referenced.
      	(output_cgraph): Update call of lto_output_node.
      	* lto-streamer.h (reachable_from_other_partition_p): Declare.
      
      	* lto.c (lto_fixup_decls): Free no longer needed lto_global_var_decls
      	vector.
      
      	* lto.c (lto_1_to_1_map): Remove some no longer needed checks.
      	(lto_promote_cross_file_statics): Never promote DECL_EXTERNAL;
      	use reachable_from_other_partition_p and
      	referenced_from_other_partition_p test.
      
      From-SVN: r159280
      Jan Hubicka committed
    • crtstuff.c (__JCR_LIST__, [...]): Mark as used. · b8053194
      
      	* crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
      	Mark as used.
      
      From-SVN: r159279
      Jan Hubicka committed