1. 12 May, 2010 23 commits
  2. 11 May, 2010 17 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
    • re PR fortran/31820 (Warning if case label value exceeds maximum value for type) · ad1614a7
      gcc/fortran/:
      2010-05-11  Daniel Franke  <franke.daniel@gmail.com>
      
      	PR fortran/31820
      	* resolve.c (validate_case_label_expr): Removed FIXME.
      	(resolve_select): Raise default warning on case labels out of range
      	of the case expression.
      
      gcc/testsuite/:
      2010-05-11  Daniel Franke  <franke.daniel@gmail.com>
      
      	PR fortran/31820
      	* gfortran.dg/select_5.f90: Updated.
      
      From-SVN: r159278
      Daniel Franke committed
    • re PR tree-optimization/44063 (build broken for libgcc cris-elf, ICE in… · 1aa14195
      re PR tree-optimization/44063 (build broken for libgcc cris-elf, ICE in cgraph_estimate_size_after_inlining, at ipa-inline)
      
      
      	PR tree-optimize/44063
      	* ipa-inline.c (cgraph_edge_badness): Move always inlines to top of queue.
      	(cgraph_decide_inlining_of_small_function): Skip check when disrgarding
      	limits.
      	(estimate_function_body_sizes): Compute sizes even when disregarding.
      	* gcc.c-torture/compile/pr44063.c: New testcase.
      
      From-SVN: r159273
      Jan Hubicka committed
    • collect2.c (maybe_lto_object_file): Add x64-coff magic and check. · f088f0ae
      2010-05-11  Kai Tietz  <kai.tietz@onevision.com>
      
              * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
      
      From-SVN: r159272
      Kai Tietz committed
    • lto-coff.c (validate_file): Add x64-coff support. · 94f64249
      2010-05-11  Kai Tietz  <kai.tietz@onevision.com>
      
              * lto-coff.c (validate_file): Add x64-coff support.
              * lto-coff.h (IMAGE_FILE_MACHINE_ADM64): New.
              (COFF_KNOWN_MACHINES): Add IMAGE_FILE_MACHINE_ADM64.
              * lto-lang.c (lto_build_c_type_nodes): Add check for
              'long long unsigned int' for x64-windows.
              (lto_init): Likewise.
      
      From-SVN: r159271
      Kai Tietz committed
    • re PR libstdc++/43259 (ext/profile/all.cc fails on Solaris) · 90829bcb
      2010-05-11  Silvius Rus  <silvius.rus@gmail.com>
      
      	PR libstdc++/43259
      	* include/profile/impl/profiler_algos.h: New.
      	* include/Makefile.am: Add.
      	* include/Makefile.in: Regenerate.
      	* include/profile/impl/profiler.h
      	(_GLIBCXX_PROFILE_DEFINE_UNINIT_DATA): Add.
      	* include/profile/impl/profiler_trace.h
      	(__mutex_t, __lock, __unlock): Remove.
      	(__lock_object_table, __lock_stack_table): Remove. Replace uses with
      	calls to __gnu_cxx::__mutex::lock.
      	(__unlock_object_table, __unlock_stack_table): Remove. Replace uses
      	with calls to __gnu_cxx::__mutex::unlock.
      	(__warn, __cost_factor_writer, __cost_factor_setter): Add.
      	* testsuite/ext/profile/profiler_algos.cc: New.
      
      From-SVN: r159269
      Silvius Rus committed
    • re PR libstdc++/43259 (ext/profile/all.cc fails on Solaris) · 1f0622b4
      2010-05-11  Silvius Rus  <silvius.rus@gmail.com>
      
      	PR libstdc++/43259
      	* include/profile/impl/profiler_algos.h: New.
      	* include/Makefile.am: Add.
      	* include/Makefile.in: Regenerate.
      	* include/profile/impl/profiler.h
      	(_GLIBCXX_PROFILE_DEFINE_UNINIT_DATA): Add.
      	* include/profile/impl/profiler_trace.h
      	(__mutex_t, __lock, __unlock): Remove.
      	(__lock_object_table, __lock_stack_table): Remove. Replace uses with
      	calls to __gnu_cxx::__mutex::lock.
      	(__unlock_object_table, __unlock_stack_table): Remove. Replace uses
      	with calls to __gnu_cxx::__mutex::unlock.
      	(__warn, __cost_factor_writer, __cost_factor_setter): Add.
      	* testsuite/ext/profile/profiler_algos.cc: New.
      
      From-SVN: r159268
      Silvius Rus committed
    • lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes into every boundary. · dcda03f4
      
      	* lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
      	into every boundary.
      
      From-SVN: r159267
      Jan Hubicka committed