1. 02 May, 2011 26 commits
  2. 01 May, 2011 5 commits
    • ipa-inline.c (caller_growth_limits): Fix thinko when · 09dfe187
      	* ipa-inline.c (caller_growth_limits): Fix thinko when
      	* ipa-inline.c (caller_growth_limits): Fix thinko when
      	looking for largest stack frame.
      	* ipa-inline.h (dump_inline_summary): Declare.
      	* ipa-inline-analysis.c (dump_inline_edge_summary): Dump info
      	on stack usage.
      	(dump_inline_summary): Export.
      	(debug_inline_summary): Declare as DEBUG_FUNCTION.
      
      From-SVN: r173234
      Jan Hubicka committed
    • re PR libfortran/48787 (Invalid UP/DOWN rounding with F editing) · 12c0e385
      2011-05-01  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR libgfortran/48787
      	* gfortran.dg/round_3.f08: Add more checks.
      
      From-SVN: r173233
      Jerry DeLisle committed
    • reginfo.c (memory_move_cost): Change rclass argument type form 'enum reg_class' to reg_class_t. · 6f76a878
      	* reginfo.c (memory_move_cost): Change rclass argument type form
      	'enum reg_class' to reg_class_t.
      	* reload.h (memory_move_cost): Update prototype.
      	* postreload.c reload_cse_simplify_set): Change type dclass var to
      	reg_class_t.
      	* ira-int.h (ira_allocate_cost_vector, ira_free_cost_vector):
      	Update prototype.
      	(ira_allocate_and_set_costs): Change aclass argument type form
      	'enum reg_class' to reg_class_t.
      	* ira-build.c (ira_allocate_cost_vector, ira_free_cost_vector): 
      	Change aclass argument type to reg_class_t.
      	(update_conflict_hard_reg_costs): Change type aclass and pref vars
      	to reg_class_t.
      	* gcc/ira.c (setup_class_subset_and_memory_move_costs): Adjust
      	memory_move_cost call.
      
      	* config/ia64/ia64.c (ia64_register_move_cost): Remove 'from' and
      	'to' local var. Rename from_i and to_i arguments to 'from' and 'to'.
      	Change type tmp var to reg_class_t.
      
      From-SVN: r173232
      Anatoly Sokolov committed
    • re PR libfortran/48787 (Invalid UP/DOWN rounding with F editing) · 7c4f44cd
      2011-05-01  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR libgfortran/48787
      	* io/write_float.def (output_float): Gather up integer declarations and
      	add new 'p' for scale factor. Use 'p' in place of the 'dtp' reference
      	everywhere. For ROUND_UP scan the digit string and only perform
      	rounding if something other than '0' is found.
      
      From-SVN: r173231
      Jerry DeLisle committed
    • Daily bump. · 5a76c853
      From-SVN: r173229
      GCC Administrator committed
  3. 30 Apr, 2011 9 commits
    • gnatvsn.ads (Library_Version): Bump to 4.7. · 4fb87d2b
      	* gnatvsn.ads (Library_Version): Bump to 4.7.
      	(Current_Year): Bump to 2011.
      
      From-SVN: r173224
      Eric Botcazou committed
    • dump-prase-tree.c (show_code_node): Set the current namespace to the BLOCK… · 03cf9837
      dump-prase-tree.c (show_code_node): Set the current namespace to the BLOCK before displaying it; restore afterwards.
      
      2011-04-30  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	* dump-prase-tree.c (show_code_node):  Set the current
      	namespace to the BLOCK before displaying it; restore
      	afterwards.
      
      From-SVN: r173223
      Thomas Koenig committed
    • [multiple changes] · 2c7a09d7
      2011-04-30  Daniel Krugler  <daniel.kruegler@googlemail.com>
      
      	* include/std/type_traits (__is_default_constructible_atom,
      	__is_default_constructible_safe<, true>,
      	__is_direct_constructible_new_safe,
      	__is_base_to_derived_ref<,, true>, __is_lvalue_to_rvalue_ref<,, true>,
      	__is_direct_constructible_ref_cast, __is_direct_constructible,
      	__is_nary_constructible): Simplify; add comments throughout.
      
      2011-04-30  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* testsuite/20_util/make_signed/requirements/typedefs_neg.cc:
      	Adjust dg-error line numbers.
      	* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
      	Likewise.
      	* testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
      
      From-SVN: r173222
      Paolo Carlini committed
    • re PR fortran/48821 (IMPORT :: dummy_arg is rejected, while "IMPORT" imports it) · 2ad7ae18
      2011-04-30  Tobias Burnus  <burnus@net-b.de>
       
             PR fortran/48821
             * gfortran.dg/import9.f90: New, proper test.
             * gfortran.dg/interface_37.f90: Remove bogus
             test (bogus copy of interface_36.f90).
      
      From-SVN: r173221
      Tobias Burnus committed
    • Makefile.am (install-freestanding-headers): Also install cxxabi_tweaks.h. · d5e8e6a8
      2011-04-30  Doug Kwan  <dougkwan@google.com>
      
      	* include/Makefile.am (install-freestanding-headers): Also install
      	cxxabi_tweaks.h.
      	* include/Makefile.in: Regenerate.
      
      From-SVN: r173220
      Doug Kwan committed
    • re PR fortran/48800 (ICE with non-allocatable/pointer deferred-shape array) · 4e2cf5f5
      2011-04-30  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/48800
              * decl.c (gfc_match_import): Don't try to find the
              symbol if already found.
      
      2011-04-30  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/48800
              * gfortran.dg/interface_37.f90: New.
      
      From-SVN: r173219
      Tobias Burnus committed
    • cp-tree.h (LOOKUP_EXPLICIT_TMPL_ARGS): Define. · 2e1df0f0
      cp/ChangeLog
      2011-04-29  Le-Chun Wu  <lcwu@google.com>
      
      	* cp-tree.h (LOOKUP_EXPLICIT_TMPL_ARGS): Define.
      	* call.c (build_new_function_call): Set it for TEMPLATE_ID_EXPRs.
      	(build_over_call): Use it to determine whether to emit a NULL
      	warning for template function instantiations.
      	(build_new_method_call): Set LOOKUP_EXPLICIT_TMPL_ARGS if
      	EXPLICIT_TARGS is set.
      
      2011-04-29  Diego Novillo  <dnovillo@google.com>
      	    Le-Chun Wu  <lcwu@google.com>
      
      	* call.c (conversion_null_warnings): Also handle assignments
      	when warning about NULL conversions.
      
      testsuite/ChangeLog
      2011-04-29  Le-Chun Wu  <lcwu@google.com>
      
      	* g++.dg/warn/Wnull-conversion-1.C: New.
      	* g++.dg/warn/Wnull-conversion-2.C: New.
      
      2011-04-29  Le-Chun Wu  <lcwu@google.com>
      
      	* g++.dg/warn/Wconversion-null-2.C: Do not expect a NULL
      	  warning in implicitly instantiated templates.
      
      2011-04-29  Diego Novillo  <dnovillo@google.com>
      
      	* g++.old-deja/g++.other/null3.C: Expect warning about converting
      	boolean to a pointer.
      
      From-SVN: r173217
      Diego Novillo committed
    • ipa-inline.c (can_inline_edge_p): Disregard limits when inlining into function… · 9a4ac625
      ipa-inline.c (can_inline_edge_p): Disregard limits when inlining into function with flatten attribute.
      
      	* ipa-inline.c (can_inline_edge_p): Disregard limits when
      	inlining into function with flatten attribute.
      	(want_inline_small_function_p): Be more realistic about inlining
      	cold calls where callee size grows.
      
      From-SVN: r173216
      Jan Hubicka committed
    • cgraph.c (cgraph_create_virtual_clone): Clear constructor/destructor flags. · dd8352ee
      	* cgraph.c (cgraph_create_virtual_clone): Clear constructor/destructor
      	flags.
      
      From-SVN: r173215
      Jan Hubicka committed