1. 12 Jan, 2017 11 commits
    • [multiple changes] · eacfa9bc
      2017-01-12  Arnaud Charlet  <charlet@adacore.com>
      
      	* sem_util.adb (Unique_Entity): For concurrent
      	bodies that are defined with stubs and complete a declaration
      	of a single concurrent object return the entity of an implicit
      	concurrent type, not the entity of the anonymous concurrent
      	object.
      	* debug.adb: -gnatd.J is no longer used.
      	* make.adb (Globalize): Removed, no longer used.
      	* sem_ch9.adb: minor typo in comment for entry index
      
      2017-01-12  Patrick Bernardi  <bernardi@adacore.com>
      
      	* aspect.adb, aspect.ads: Added new aspect Secondary_Stack_Size.
      	* exp_ch3.adb (Build_Init_Statements): As part of initialising
      	the value record of a task, set its _Secondary_Stack_Size field
      	if present.
      	* exp_ch9.adb (Expand_N_Task_Type_Declaration): Create
      	a _Secondary_Stack_Size field in the value record of
      	the task if a Secondary_Stack_Size rep item is present.
      	(Make_Task_Create_Call): Include secondary stack size
      	parameter. If No_Secondary_Stack restriction is in place, passes
      	stack size of 0.
      	* par-prag.adb, sem_prag.adb, sem_prag.ads: Added new pragma
      	Secondary_Stack_Size.
      	* s-secsta.adb, s-secsta.ads (Minimum_Secondary_Stack_Size): New
      	function to define the overhead of the secondary stack.
      	* s-tarest.adb (Create_Restricted_Task,
      	Create_Restricted_Task_Sequential): Functions now include
      	Secondary_Stack_Size parameter to pass to Initialize_ATCB.
      	* s-tarest.adb (Create_Restricted_Task,
      	Create_Restricted_Task_Sequential): Calls to Initialize_ATCB now
      	include Secondary_Stack_Size parameter.
      	(Task_Wrapper): Secondary stack now allocated to the size specified by
      	the Secondary_Stack_Size parameter in the task's ATCB.
      	* s-taskin.adb, s-taskin.adb (Common_ATCB, Initialize_ATCB): New
      	Secondary_Stack_Size component.
      	* s-tassta.adb, s-tassta.ads (Create_Restricted_Task,
      	Create_Restricted_Task_Sequential): Function now include
      	Secondary_Stack_Size parameter.
      	(Task_Wrapper): Secondary stack now allocated to the size
      	specified by the Secondary_Stack_Size parameter in the task's
      	ATCB.
      	* s-tproft.adb (Register_Foreign_Thread): Amended Initialize_ATCB call
      	to include Secondary_Stack_Size parameter.
      	* sem_ch13.adb (Analyze_Aspect_Specification): Add support for
      	Secondary_Stack_Size aspect, turning the aspect into its corresponding
      	internal attribute.
      	(Analyze_Attribute_Definition): Process Secondary_Stack_Size attribute.
      	* snames.adb-tmpl, snames.ads-tmpl: Added names
      	Name_Secondary_Stack_Size, Name_uSecondary_Stack_Size,
      	Attribute_Secondary_Stack_Size and Pragma_Secondary_Stack_Size.
      
      From-SVN: r244358
      Arnaud Charlet committed
    • Minor reformatting. · 52108814
      From-SVN: r244357
      Arnaud Charlet committed
    • [multiple changes] · 5f325af2
      2017-01-12  Yannick Moy  <moy@adacore.com>
      
      	* exp_spark.adb (Expand_SPARK_Potential_Renaming): Fix sloc of copied
      	subtree.
      
      2017-01-12  Justin Squirek  <squirek@adacore.com>
      
      	* exp_attr.adb (Expand_N_Attribute_Reference):
      	Fix Finalization_Size case by properly resolving the type after
      	rewritting the node.
      
      2017-01-12  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* exp_util.adb (Build_DIC_Procedure_Body): Semi-insert the body into
      	the tree.
      	(Build_DIC_Procedure_Declaration): Semi-insert the body into the tree.
      	* binde.adb, exp_ch5.adb, sem_type.adb, sem.ads, sem_res.adb,
      	exp_sel.ads: Minor reformatting.
      
      2017-01-12  Justin Squirek  <squirek@adacore.com>
      
      	* exp_ch6.adb (Expand_Call): Add guard to prevent
      	invariant checks from being created for internally generated
      	subprograms.
      
      2017-01-12  Bob Duff  <duff@adacore.com>
      
      	* lib-writ.ads: Remove incorrect comment.
      
      2017-01-12  Javier Miranda  <miranda@adacore.com>
      
      	* debug.adb (-gnatd.K): Enable generation of contract-only
      	procedures in CodePeer mode.
      	* contracts.adb (Build_And_Analyze_Contract_Only_Subprograms):
      	New subprogram.
      	(Analyze_Contracts): Generate contract-only procedures if -gnatdK is
      	set.
      	* scil_ll.ads, scil_ll.adb (Get_Contract_Only_Body_Name): New
      	subprogram.
      	(Get_Contract_Only_Missing_Body_Name): New subprogram.
      	(Get_Contract_Only_Body): New subprogram.
      	(Set_Contract_Only_Body): New subprogram.
      	(Is_Contract_Only_Body): New subprogram.
      	(Set_Is_Contract_Only_Body): New subprogram.
      	(SCIL_Nodes): Replace table by hash-table.
      
      From-SVN: r244356
      Arnaud Charlet committed
    • [multiple changes] · 10c2c151
      2017-01-12  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* exp_ch6.adb: Minor reformatting.
      	* spark_xrefs.ads: minor cleanup of comments for SPARK xrefs
      
      2017-01-12  Bob Duff  <duff@adacore.com>
      
      	* binde.adb (Forced): New reason for a dependence.
      	(Force_Elab_Order): Implementation of the new switch.
      	* binde.ads: Minor comment fixes.
      	* bindusg.adb: Add -f switch. Apparently, there was an -f switch
      	long ago that is no longer supported; removed comment about that.
      	* opt.ads (Force_Elab_Order_File): Name of file specified for
      	-f switch.
      	* switch-b.adb: Parse -f switch.
      
      From-SVN: r244355
      Arnaud Charlet committed
    • exp_ch6.adb (Check_View_Conversion): Created this function to properly chain… · 84e13614
      exp_ch6.adb (Check_View_Conversion): Created this function to properly chain calls to check type invariants that may...
      
      2017-01-12  Justin Squirek  <squirek@adacore.com>
      
      	* exp_ch6.adb (Check_View_Conversion): Created this function
      	to properly chain calls to check type invariants that may be
      	present in a subprogram call after the subprogram.
      	(Expand_Call): Add a conditional to identify when a view conversion
      	needs to be checked.
      	* nlists.adb, nlists.ads (Prepend_New): New routine.
      	(Prepend_New_To): New routine.
      
      From-SVN: r244354
      Justin Squirek committed
    • [multiple changes] · e51102b2
      2017-01-12  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* sinfo.ads: Minor reformatting.
      
      2017-01-12  Gary Dismukes  <dismukes@adacore.com>
      
      	* exp_util.adb, exp_util.ads, einfo.ads: Minor typo fixes and
      	reformatting.
      
      2017-01-12  Hristian Kirtchev  <kirtchev@adacore.com>
      
      	* exp_ch6.adb (Make_Build_In_Place_Call_In_Anonymous_Context): Add new
      	variable Definite. Create a local object and pass its 'Access to the
      	BIP function when the result type is either definite or it does not
      	require any finalization or secondary stack management.
      
      From-SVN: r244353
      Arnaud Charlet committed
    • contracts.adb, [...] (Pragma_Name): Change name to Pragma_Name_Unmapped. · 6e759c2a
      2017-01-12  Bob Duff  <duff@adacore.com>
      
      	* contracts.adb, einfo.adb, errout.adb, exp_attr.adb,
      	exp_ch3.adb, exp_ch7.adb, exp_ch9.adb, exp_prag.adb, freeze.adb,
      	frontend.adb, ghost.adb, inline.adb, lib-writ.adb, lib-xref.adb,
      	par.adb, par-ch10.adb, par-ch2.adb, par-prag.adb, par_sco.adb,
      	sem_attr.adb, sem_aux.adb, sem_ch10.adb, sem_ch12.adb,
      	sem_ch13.adb, sem_ch6.adb, sem_ch8.adb, sem_ch9.adb, sem_elab.adb,
      	sem_prag.adb, sem_res.adb, sem_util.adb, sem_util.ads,
      	sem_warn.adb, sinfo.adb, sinfo.ads, sprint.adb (Pragma_Name):
      	Change name to Pragma_Name_Unmapped.
      	(Pragma_Name_Mapped): Change name to Pragma_Name.
      	This is because the "mapped" version should be the usual case.
      
      From-SVN: r244352
      Bob Duff committed
    • tree-pretty-print.c (dump_generic_node): Provide -gimple variant for MEM_REF. · 6bb4ea5c
      2017-01-12  Richard Biener  <rguenther@suse.de>
      
      	* tree-pretty-print.c (dump_generic_node): Provide -gimple
      	variant for MEM_REF.  Sanitize INTEGER_CST for -gimple.
      
      	c/
      	* gimple-parser.c (c_parser_gimple_postfix_expression): Parse
      	__MEM.
      
      	* gcc.dg/gimplefe-21.c: New testcase.
      
      From-SVN: r244350
      Richard Biener committed
    • tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION and… · ef9d56f8
      tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION and TS_TARGET_OPTION directly derive from TS_BASE.
      
      2017-01-12  Richard Biener  <rguenther@suse.de>
      
      	* tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
      	and TS_TARGET_OPTION directly derive from TS_BASE.
      	* tree-core.h (tree_optimization_option): Derive from tree_base.
      	(tree_target_option): Likewise.
      
      From-SVN: r244349
      Richard Biener committed
    • zero_bits_compound-2.c: Fix test for aarch64. · f15dbadb
      2016-11-30  Michael Collison  <michael.collison@arm.com>
      
      	* gcc.dg/zero_bits_compound-2.c: Fix test for aarch64.
      
      From-SVN: r244348
      Michael Collison committed
    • Daily bump. · da706912
      From-SVN: r244346
      GCC Administrator committed
  2. 11 Jan, 2017 29 commits