1. 30 Jan, 2014 13 commits
  2. 29 Jan, 2014 27 commits
    • re PR libstdc++/57226 (The installation of pretty printers is not documented) · 1492a408
      	PR libstdc++/57226
      	* doc/xml/manual/debug.xml (debug.gdb): Update documentation for
      	installation and use of python printers.
      	* doc/xml/manual/status_cxx2011.xml: Update.
      	* doc/html/*: Regenerate.
      
      From-SVN: r207288
      Jonathan Wakely committed
    • ipa-inline-analysis.c (clobber_only_eh_bb_p): New function. · 3100142a
      	* ipa-inline-analysis.c (clobber_only_eh_bb_p): New function.
      	(estimate_function_body_sizes): Use it.
      
      From-SVN: r207287
      Jan Hubicka committed
    • re PR c++/59989 (ICE when a template parameter pack is explicitly specified for… · 0429e064
      re PR c++/59989 (ICE when a template parameter pack is explicitly specified for a function template and provides a complete argument list for a template)
      
      	PR c++/59989
      	* pt.c (expand_template_argument_pack): Correct
      	non_default_args_count calculation.
      
      From-SVN: r207285
      Jason Merrill committed
    • re PR c++/58466 (ICE in cxx_eval_constant_expression) · 434e6c8a
      	PR c++/58466
      	* pt.c (unify_pack_expansion): Call expand_template_argument_pack.
      
      From-SVN: r207283
      Jason Merrill committed
    • re PR c++/58561 ([c++11] ICE using declaration of function with auto in return type) · 1200933c
      2014-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/58561
      	* dwarf2out.c (is_cxx_auto): New.
      	(is_base_type): Use it.
      	(gen_type_die_with_usage): Likewise.
      
      /testsuite
      2014-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/58561
      	* g++.dg/cpp1y/auto-fn23.C: New.
      
      From-SVN: r207282
      Paolo Carlini committed
    • re PR c++/59956 (internal compiler error: unexpected expression ‘P_S’ of kind template_parm_index) · 7651c656
      	PR c++/59956
      	* friend.c (do_friend): Pass the TEMPLATE_DECL to add_friend if we
      	have a friend template in a class template.
      	* pt.c (tsubst_friend_function): Look through it.
      	(push_template_decl_real): A friend member template is
      	primary.
      
      From-SVN: r207281
      Jason Merrill committed
    • re PR libstdc++/21609 (array_allocator vs rebind & templated constructor) · d530142d
      	PR libstdc++/21609
      	* include/ext/array_allocator.h: Add deprecated attribute.
      
      From-SVN: r207280
      Jonathan Wakely committed
    • re PR c++/58846 (ICE redeclaring __dso_handle) · e8902891
      /cp
      2014-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/58846
      	* decl.c (get_dso_handle_node): Don't crash if dso_handle_node
      	== error_mark_node.
      
      /testsuite
      2014-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/58846
      	* g++.dg/init/dso_handle2.C: New.
      
      From-SVN: r207276
      Paolo Carlini committed
    • re PR c++/58674 ([c++11] ICE with template using declaration) · e1e30986
      /cp
      2014-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/58674
      	* pt.c (instantiate_template_1): Check for error_mark_node the second
      	argument too.
      
      /testsuite
      2014-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/58674
      	* g++.dg/cpp0x/pr58674.C: New.
      
      From-SVN: r207275
      Paolo Carlini committed
    • re PR tree-optimization/59617 ([vectorizer] ICE in vectorizable_mask_load_store… · 53d7df93
      re PR tree-optimization/59617 ([vectorizer] ICE in vectorizable_mask_load_store with AVX-512F's gathers enabled.)
      
      gcc/testsuite/
      
              PR target/59617
      	* gcc.target/i386/avx512f-gather-2.c: Remove XPASS.
      	* gcc.target/i386/avx512f-gather-5.c: Ditto.
      
      From-SVN: r207274
      Kirill Yukhin committed
    • * g++.dg/parse/enum5.C: Allow for -fshort-enums. · 1c80c82d
      From-SVN: r207273
      Jason Merrill committed
    • re PR c++/59916 (constructors and destructors can cause "control reaches end of… · 8ae90330
      re PR c++/59916 (constructors and destructors can cause "control reaches end of non-void function" warnings with -Os)
      
      	PR c++/59916
      	* optimize.c (maybe_thunk_body): Build a RETURN_EXPR for
      	cdtor_returns_this case.
      
      From-SVN: r207271
      Jason Merrill committed
    • [multiple changes] · 4f7c83ca
      2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* einfo.adb (Get_Pragma): Handle the retrieval of pragma Refined_Post.
      	* einfo.ads (Get_Pragma): Update the comment on special pragmas
      	handled by this routine.
      	* sem_prag.adb (Analyze_Pragma): Add a legal pragma Refined_Post
      	to the contract of the related subprogram body.
      	* sem_util.adb (Add_Contract_Item): Handle the insertion of
      	pragma Refined_Post into the contract of a subprogram body.
      	* sinfo.ads Update the documentation of node N_Contract.
      	* sem_res.adb (Resolve_Entity_Name): Add a guard
      	to detect abstract states and variables only when checking the
      	SPARK 2014 rules concerning volatile object placement.
      
      2014-01-29  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch4.adb (Find_Equality_Types, Try_One_Interp): within an instance,
      	null is compatible with any access type.
      
      From-SVN: r207269
      Arnaud Charlet committed
    • sem_util.adb (Find_Placement_In_State_Space): Assume that the default placement… · 385e1a99
      sem_util.adb (Find_Placement_In_State_Space): Assume that the default placement is not in a package.
      
      2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* sem_util.adb (Find_Placement_In_State_Space): Assume that the default
      	placement is not in a package.
      
      From-SVN: r207268
      Hristian Kirtchev committed
    • [multiple changes] · 159a5104
      2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* sem_util.adb (Has_Enabled_Property): Compare the character field of
      	the sole property.
      
      2014-01-29  Robert Dewar  <dewar@adacore.com>
      
      	* sem_intr.adb, a-ztexio.ads, sinfo.ads, sem_res.adb, gnatlink.adb,
      	vms_conv.adb, a-except.ads, a-except-2005.ads, a-teioed.adb,
      	sem_warn.ads, treepr.ads, erroutc.ads, a-excach.adb: Minor reformatting.
      
      From-SVN: r207267
      Arnaud Charlet committed
    • sem_util.ads, [...] (In_Pragma_Expression): New function. · 87e9b935
      2014-01-29  Robert Dewar  <dewar@adacore.com>
      
      	* sem_util.ads, sem_util.adb (In_Pragma_Expression): New function.
      	* sem_warn.adb (Check_References): Suppress warnings if inside
      	Initial_Condition pragma.
      
      From-SVN: r207266
      Robert Dewar committed
    • mklog: Improve support of context diffs. · 69b09963
      2014-01-29  Yury Gribov  <y.gribov@samsung.com>
      
      	* mklog: Improve support of context diffs.
      
      From-SVN: r207265
      Yury Gribov committed
    • Update comments. · 061e86a8
      From-SVN: r207264
      Arnaud Charlet committed
    • Code clean up. · a4ab03b0
      From-SVN: r207263
      Arnaud Charlet committed
    • rs6000.c (altivec_expand_vec_perm_const): Use CODE_FOR_altivec_vmrg*_direct… · 68d3bacf
      rs6000.c (altivec_expand_vec_perm_const): Use CODE_FOR_altivec_vmrg*_direct rather than CODE_FOR_altivec_vmrg*.
      
      gcc:
      
      2014-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
      
      	* config/rs6000/rs6000.c (altivec_expand_vec_perm_const):  Use
      	CODE_FOR_altivec_vmrg*_direct rather than CODE_FOR_altivec_vmrg*.
      	* config/rs6000/vsx.md (vsx_mergel_<mode>): Adjust for
      	-maltivec=be with LE targets.
      	(vsx_mergeh_<mode>): Likewise.
      	* config/rs6000/altivec.md (UNSPEC_VMRG[HL]_DIRECT): New
      	unspecs.
      	(mulv8hi3): Use gen_altivec_vmrg[hl]w_direct.
      	(altivec_vmrghb): Replace with define_expand and new
      	*altivec_vmrghb_internal insn; adjust for -maltivec=be with LE
      	targets.
      	(altivec_vmrghb_direct): New define_insn.
      	(altivec_vmrghh): Replace with define_expand and new
      	*altivec_vmrghh_internal insn; adjust for -maltivec=be with LE
      	targets.
      	(altivec_vmrghh_direct): New define_insn.
      	(altivec_vmrghw): Replace with define_expand and new
      	*altivec_vmrghw_internal insn; adjust for -maltivec=be with LE
      	targets.
      	(altivec_vmrghw_direct): New define_insn.
      	(*altivec_vmrghsf): Adjust for endianness.
      	(altivec_vmrglb): Replace with define_expand and new
      	*altivec_vmrglb_internal insn; adjust for -maltivec=be with LE
      	targets.
      	(altivec_vmrglb_direct): New define_insn.
      	(altivec_vmrglh): Replace with define_expand and new
      	*altivec_vmrglh_internal insn; adjust for -maltivec=be with LE
      	targets.
      	(altivec_vmrglh_direct): New define_insn.
      	(altivec_vmrglw): Replace with define_expand and new
      	*altivec_vmrglw_internal insn; adjust for -maltivec=be with LE
      	targets.
      	(altivec_vmrglw_direct): New define_insn.
      	(*altivec_vmrglsf): Adjust for endianness.
      	(vec_widen_umult_hi_v16qi): Use gen_altivec_vmrghh_direct.
      	(vec_widen_umult_lo_v16qi): Use gen_altivec_vmrglh_direct.
      	(vec_widen_smult_hi_v16qi): Use gen_altivec_vmrghh_direct.
      	(vec_widen_smult_lo_v16qi): Use gen_altivec_vmrglh_direct.
      	(vec_widen_umult_hi_v8hi): Use gen_altivec_vmrghw_direct.
      	(vec_widen_umult_lo_v8hi): Use gen_altivec_vmrglw_direct.
      	(vec_widen_smult_hi_v8hi): Use gen_altivec_vmrghw_direct.
      	(vec_widen_smult_lo_v8hi): Use gen_altivec_vmrglw_direct.
      
      gcc/testsuite:
      
      2014-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
      
      	* gcc.dg/vmx/merge-be-order.c: New.
      	* gcc.dg/vmx/merge.c: New.
      	* gcc.dg/vmx/merge-vsx-be-order.c: New.
      	* gcc.dg/vmx/merge-vsx.c: New.
      
      From-SVN: r207262
      Bill Schmidt committed
    • sem_prag.adb (Check_Missing_Part_Of): List all values of State_Space_Kind for readability reasons. · 98b5d298
      2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* sem_prag.adb (Check_Missing_Part_Of): List all values of
      	State_Space_Kind for readability reasons. Do not emit an error on
      	a private item when the enclosing package lacks aspect/pragma
      	Abstract_State. Do not emit an error on a private package
      	instantiation when the corresponding generic template lacks
      	visible state.
      	(Has_Visible_State): New routine.
      	* sem_util.adb (Find_Placement_In_State_Space): The visible
      	declarations of any kind of child units in general act as proper
      	placement location.
      
      From-SVN: r207261
      Hristian Kirtchev committed
    • a-except-2005.adb, [...]: Minor reformatting. · a90bd866
      2014-01-29  Robert Dewar  <dewar@adacore.com>
      
      	* a-except-2005.adb, a-except.adb, a-excpol-abort.adb, a-exstat.adb,
      	ali.adb, a-numaux.ads, a-numaux-darwin.ads, a-numaux-libc-x86.ads,
      	a-numaux-vms.ads, a-numaux-vxworks.ads, a-numaux-x86.ads, aspects.ads,
      	a-taside.adb, a-teioed.adb, a-textio.adb, a-textio.ads, atree.adb,
      	atree.ads, a-witeio.adb, a-witeio.ads, a-wtedit.adb, a-ztedit.adb,
      	a-ztexio.adb, bcheck.adb, binde.adb, checks.adb, comperr.adb,
      	cstand.adb, debug_a.adb, einfo.ads, errout.adb, erroutc.adb,
      	eval_fat.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb, exp_ch3.adb,
      	exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch9.adb, exp_dbug.adb,
      	exp_disp.adb, exp_fixd.adb, exp_imgv.adb, exp_intr.adb, exp_util.adb,
      	freeze.adb, frontend.adb, g-comlin.ads, g-mbdira.adb, gnat1drv.adb,
      	gprep.adb, g-spipat.adb, i-cpp.ads, i-vxwork.ads, i-vxwork-x86.ads,
      	krunch.ads, layout.adb, lib-load.adb, lib-writ.adb, lib-writ.ads,
      	live.adb, namet.ads, osint.adb, osint-c.adb, output.ads, par.adb,
      	par-ch10.adb, par-ch13.adb, par-ch3.adb, par-ch4.adb, par-ch5.adb,
      	par-ch6.adb, par-ch9.adb, par-endh.adb, par-labl.adb, par-prag.adb,
      	par-sync.adb, par-tchk.adb, par-util.adb, prj.adb, repinfo.adb,
      	rtsfind.adb, s-arit64.adb, s-asthan-vms-alpha.adb,
      	s-asthan-vms-ia64.adb, s-bignum.adb, scans.adb, scng.adb, s-dimmks.ads,
      	sem_aggr.adb, sem_attr.adb, sem_aux.adb, sem_cat.adb, sem_ch10.adb,
      	sem_ch12.adb, sem_ch13.adb, sem_ch13.ads, sem_ch3.adb, sem_ch4.adb,
      	sem_ch5.adb, sem_ch6.adb, sem_ch8.adb, sem_disp.adb, sem_elab.adb,
      	sem_elim.adb, sem_eval.adb, sem_intr.adb, sem_prag.adb, sem_res.adb,
      	sem_type.adb, sem_util.adb, sem_warn.adb, set_targ.adb, s-fatgen.adb,
      	s-fatgen.ads, s-fileio.adb, s-imgcha.adb, s-imgrea.adb, sinfo.ads,
      	sinput-c.adb, snames.ads-tmpl, s-os_lib.adb, sprint.adb,
      	s-regpat.adb, s-secsta.adb, s-stalib.ads,
      	s-stchop.adb, s-stoele.ads, stand.ads, s-taprop-solaris.adb,
      	s-tasdeb-vms.adb, s-tasini.adb, s-tassta.adb, s-valdec.adb,
      	s-valuti.adb, s-wchjis.adb, s-wchwts.adb, system.ads, system-vms_64.ads,
      	system-vms-ia64.ads, treepr.adb, types.ads, uintp.adb, uname.adb,
      	urealp.adb, usage.adb, vxaddr2line.adb: Minor reformatting.
      
      From-SVN: r207260
      Robert Dewar committed
    • [AArch64] Fix sfp-machine.h _FP_I_TYPE. · f32b0061
      2014-01-29  Marcus Shawcroft  <marcus.shawcroft@arm.com>
      
      	* config/aarch64/sfp-machine.h (_FP_I_TYPE): Define
      	as long long.
      
      From-SVN: r207259
      Marcus Shawcroft committed
    • [AArch64] Fix various white space issues. · aef66c94
      2014-01-29  Marcus Shawcroft  <marcus.shawcroft@arm.com>
      
      	* config/aarch64/aarch64.c (aarch64_expand_mov_immediate)
      	(aarch64_legitimate_address_p, aarch64_class_max_nregs): Adjust
      	whitespace.
      
      From-SVN: r207258
      Marcus Shawcroft committed
    • [multiple changes] · 0d66cee5
      2014-01-29  Robert Dewar  <dewar@adacore.com>
      
      	* expander.adb: Minor reformatting.
      
      2014-01-29  Javier Miranda  <miranda@adacore.com>
      
      	* exp_ch3.adb (Predefined_Primitive_Bodies): Adding documentation to
      	previous patch.
      
      From-SVN: r207257
      Arnaud Charlet committed
    • [multiple changes] · b7cb4a61
      2014-01-29  Javier Miranda  <miranda@adacore.com>
      
      	* exp_ch3.adb (Predefined_Primitive_Bodies): Complete the code
      	that checks if an interface types defines the predefined "="
      	function because the compiler was erroneously not generating the
      	predefined "=" primitive as soon as the name of some interface
      	primitive is "=" (formals were not checked).
      
      2014-01-29  Ed Schonberg  <schonberg@adacore.com>
      
      	* expander.adb (Expander): In GNATprove mode, do not process
      	transient scopes: they are in general not created in this mode,
      	and an attempt to examine them will lead to constraint errors when
      	processing configuration pragmas that have analyzable expressions.
      
      From-SVN: r207256
      Arnaud Charlet committed