[multiple changes]
[official-gcc.git] / gcc / ada / ChangeLog
blob31b6dc0e3da825a3c0a0a79596777fa6771cdd5e
1 2017-10-09  Ed Schonberg  <schonberg@adacore.com>
3         * exp_util.adb (Make_Predicate_Call): If the type of the expression to
4         which the predicate check applies is tagged, convert the expression to
5         that type. This is in most cases a no-op, but is relevant if the
6         expression is clas-swide, because the predicate function being invoked
7         is not a primitive of the type and cannot take a class-wide actual.
9 2017-10-09  Gary Dismukes  <dismukes@adacore.com>
11         * exp_disp.adb: Minor reformatting.
13 2017-10-09  Arnaud Charlet  <charlet@adacore.com>
15         * sem_warn.adb (Warn_On_Unreferenced_Entity): Fix typo.
17 2017-10-09  Hristian Kirtchev  <kirtchev@adacore.com>
19         * sem_elab.adb (Install_ABE_Check): Do not generate an ABE check for
20         GNATprove.
21         (Install_ABE_Failure): Do not generate an ABE failure for GNATprove.
23 2017-10-09  Bob Duff  <duff@adacore.com>
25         * exp_ch6.adb: (Make_Build_In_Place_Call_In_Object_Declaration): Return
26         immediately if the call has already been processed (by a previous call
27         to Make_Build_In_Place_Call_In_Anonymous_Context).
28         * sem_elab.adb: Minor typo fixes.
30 2017-10-09  Ed Schonberg  <schonberg@adacore.com>
32         * sem_ch13.adb (Replace_Type_Ref): In the expression for a dynamic
33         predicate, do not replace an identifier that matches the type if the
34         identifier is a selector in a selected component, because this
35         indicates a reference to some homograph of the type itself, and  not to
36         the current occurence in the predicate.
38 2017-10-09  Eric Botcazou  <ebotcazou@adacore.com>
40         * repinfo.adb (List_Record_Layout): Tweak formatting.
41         (Write_Val): Remove superfluous spaces in back-end layout mode.
43 2017-10-09  Piotr Trojanek  <trojanek@adacore.com>
45         * sem_res.adb (Property_Error): Remove.
46         (Resolve_Actuals): check for SPARK RM 7.1.3(10) rewritten to match the
47         current wording of the rule.
49 2017-10-09  Justin Squirek  <squirek@adacore.com>
51         * sem_ch3.adb (Analyze_Declarations): Add check for ghost packages
52         before analyzing a given scope due to an expression function.
53         (Uses_Unseen_Lib_Unit_Priv): Rename to Uses_Unseen_Priv.
55 2017-10-09  Bob Duff  <duff@adacore.com>
57         * exp_ch6.adb (Make_Build_In_Place_Call_In_Object_Declaration): Use
58         Defining_Identifier (Obj_Decl) in two places, because it might have
59         changed.
60         * exp_ch6.adb (Make_Build_In_Place_Call_In_Allocator): Deal with cases
61         involving 'Input on (not visibly) derived types.
63 2017-10-09  Hristian Kirtchev  <kirtchev@adacore.com>
65         * atree.adb: Add new soft link Rewriting_Proc.
66         (Rewrite): Invoke the subprogram attached to the rewriting soft link.
67         (Set_Rewriting_Proc): New routine.
68         * attree.ads: Add new access-to-subprogram type Rewrite_Proc.
69         (Set_Rewriting_Proc): New routine.
70         * checks.adb (Install_Primitive_Elaboration_Check): Use 'E' character
71         for *E*laboration flag to maintain consistency with other elaboration
72         flag generating subprograms.
73         * debug.adb: Document the new usage of flag -gnatdL.
74         * einfo.adb: Node19 is now used as Receiving_Entry.  Node39 is now used
75         as Protected_Subprogram.  Flag148 is now used as
76         Is_Elaboration_Checks_OK_Id.  Flag302 is now used as
77         Is_Initial_Condition_Procedure.
78         (Is_Elaboration_Checks_OK_Id): New routine.
79         (Is_Initial_Condition_Procedure): New routine.
80         (Protected_Subprogram): New routine.
81         (Receiving_Entry): New routine.
82         (SPARK_Pragma): Update assertion.
83         (SPARK_Pragma_Inherited): Update assertion.
84         (Suppress_Elaboration_Warnings): Removed.
85         (Set_Is_Elaboration_Checks_OK_Id): New routine.
86         (Set_Is_Initial_Condition_Procedure): New routine.
87         (Set_Protected_Subprogram): New routine.
88         (Set_Receiving_Entry): New routine.
89         (Set_SPARK_Pragma): Update assertion.
90         (Set_SPARK_Pragma_Inherited): Update assertion.
91         (Write_Entity_Flags): Update the output for Flag148 and Flag302.
92         (Write_Field19_Name): Add output for Receiving_Entry.
93         (Write_Field39_Name): Add output for Protected_Subprogram.
94         (Write_Field40_Name): Update the output for SPARK_Pragma.
95         * einfo.ads: New attributes Is_Elaboration_Checks_OK_Id,
96         Is_Initial_Condition_Procedure, Protected_Subprogram, Receiving_Entry.
97         Remove attribute Suppress_Elaboration_Warnings.  Update the stricture
98         of various entities.
99         (Is_Elaboration_Checks_OK_Id): New routine along with pragma Inline.
100         (Is_Initial_Condition_Procedure): New routine along with pragma Inline.
101         (Protected_Subprogram): New routine along with pragma Inline.
102         (Receiving_Entry): New routine along with pragma Inline.
103         (Suppress_Elaboration_Warnings): Removed.
104         (Set_Is_Elaboration_Checks_OK_Id): New routine along with pragma
105         Inline.
106         (Set_Is_Initial_Condition_Procedure): New routine along with pragma
107         Inline.
108         (Set_Protected_Subprogram): New routine along with pragma Inline.
109         (Set_Receiving_Entry): New routine along with pragma Inline.
110         (Set_Suppress_Elaboration_Warnings): Removed.
111         * exp_ch3.adb (Build_Init_Procedure): Use name _Finalizer to maintain
112         consistency with other finalizer generating subprograms.
113         (Default_Initialize_Object): Mark the block which wraps the call to
114         finalize as being part of initialization.
115         * exp_ch7.adb (Expand_N_Package_Declaration): Directly expand pragma
116         Initial_Condition.
117         (Expand_N_Package_Body): Directly expand pragma Initial_Condition.
118         (Next_Suitable_Statement): Update the comment on usage. Skip over call
119         markers generated by the ABE mechanism.
120         * exp_ch9.adb (Activation_Call_Loc): New routine.
121         (Add_Accept): Link the accept procedure to the original entry.
122         (Build_Protected_Sub_Specification): Link the protected or unprotected
123         version to the original subprogram.
124         (Build_Task_Activation_Call): Code cleanup. Use a source location which
125         is very close to the "begin" or "end" keywords when generating the
126         activation call.
127         * exp_prag.adb (Expand_Pragma_Initial_Condition): Reimplemented.
128         * exp_spark.adb (Expand_SPARK): Use Expand_SPARK_N_Loop_Statement to
129         process loops.
130         (Expand_SPARK_N_Loop_Statement): New routine.
131         (Expand_SPARK_N_Object_Declaration): Code cleanup. Partially insert the
132         call to the Default_Initial_Condition procedure.
133         (Expand_SPARK_Op_Ne): Renamed to Expand_SPARK_N_Op_Ne.
134         * exp_util.adb (Build_DIC_Procedure_Body): Capture the SPARK_Mode in
135         effect.
136         (Build_DIC_Procedure_Declaration): Capture the SPARK_Mode in effect.
137         (Insert_Actions): Add processing for N_Call_Marker.
138         (Kill_Dead_Code): Explicitly kill an elaboration scenario.
139         * exp_util.ads (Make_Invariant_Call): Update the comment on usage.
140         * frontend.adb: Initialize Sem_Elab. Process all saved top level
141         elaboration scenarios for ABE issues.
142         * gcc-interface/trans.c (gnat_to_gnu): Add processing for N_Call_Marker
143         nodes.
144         * lib.adb (Earlier_In_Extended_Unit): New variant.
145         * sem.adb (Analyze): Ignore N_Call_Marker nodes.
146         (Preanalysis_Active): New routine.
147         * sem.ads (Preanalysis_Active): New routine.
148         * sem_attr.adb (Analyze_Access_Attribute): Save certain
149         elaboration-related attributes. Save the scenario for ABE processing.
150         * sem_ch3.adb (Analyze_Object_Declaration): Save the SPARK mode in
151         effect. Save certain elaboration-related attributes.
152         * sem_ch5.adb (Analyze_Assignment): Save certain elaboration-related
153         attributes. Save the scenario for ABE processing.
154         * sem_ch6.adb (Analyze_Abstract_Subprogram_Declaration): Save the SPARK
155         mode in effect. Save certain elaboration-related attributes.
156         (Analyze_Subprogram_Body_Helper): Skip N_Call_Marker nodes when
157         locating the first real statement.
158         (Analyze_Subprogram_Declaration): Save the SPARK mode in effect. Save
159         certain elaboration-related attributes.
160         * sem_ch7.adb (Analyze_Package_Declaration): Do not suppress
161         elaboration warnings.
162         * sem_ch8.adb (Attribute_Renaming): Mark a subprogram body which was
163         generated for purposes of wrapping an attribute used as a generic
164         actual.
165         (Find_Direct_Name): Save certain elaboration-related attributes. Save
166         the scenario for ABE processing.
167         (Find_Expanded_Name): Save certain elaboration-related attributes. Save
168         the scenario for ABE processing.
169         * sem_ch9.adb (Analyze_Entry_Declaration): Save certain
170         elaboration-related attributes.
171         (Analyze_Requeue): Save certain elaboration-related attributes. Save
172         the scenario for ABE processing.
173         (Analyze_Single_Task_Declaration): Save certain elaboration-related
174         attributes.
175         (Analyze_Task_Type_Declaration): Save certain elaboration-related
176         attributes.
177         * sem_ch12.adb (Analyze_Generic_Package_Declaration): Save certain
178         elaboration-related attributes.
179         (Analyze_Generic_Subprogram_Declaration): Save the SPARK mode in
180         effect. Save certain elaboration-related attributes.
181         (Analyze_Package_Instantiation): Save certain elaboration-related
182         attributes.  Save the scenario for ABE processing. Create completing
183         bodies in case the instantiation results in a guaranteed ABE.
184         (Analyze_Subprogram_Instantiation): Save certain elaboration-related
185         attributes Save the scenario for ABE processing. Create a completing
186         body in case the instantiation results in a guaranteed ABE.
187         (Provide_Completing_Bodies): New routine.
188         * sem_elab.ads: Brand new implementation.
189         * sem_prag.adb (Analyze_Pragma, cases Elaborate, Elaborate_All,
190         Elaborate_Body): Do not suppress elaboration warnings.
191         * sem_res.adb (Make_Call_Into_Operator): Set the parent field of the
192         operator.
193         (Resolve_Call): Save certain elaboration-related attributes. Save the
194         scenario for ABE processing.
195         (Resolve_Entity_Name): Do not perform any ABE processing here.
196         (Resolve_Entry_Call): Inherit certain attributes from the original call.
197         * sem_util.adb (Begin_Keyword_Location): New routine.
198         (Defining_Entity): Update the parameter profile. Add processing for
199         concurrent subunits that are rewritten as null statements.
200         (End_Keyword_Location): New routine.
201         (Find_Enclosing_Scope): New routine.
202         (In_Instance_Visible_Part): Code cleanup.
203         (In_Subtree): Update the parameter profile. Add new version.
204         (Is_Preelaborable_Aggregate): New routine.
205         (Is_Preelaborable_Construct): New routine.
206         (Mark_Elaboration_Attributes): New routine.
207         (Scope_Within): Update the parameter profile.
208         (Scope_Within_Or_Same): Update the parameter profile.
209         * sem_util.ads (Begin_Keyword_Location): New routine.
210         (Defining_Entity): Update the parameter profile and the comment on
211         usage.
212         (End_Keyword_Location): New routine.
213         (Find_Enclosing_Scope): New routine.
214         (In_Instance_Visible_Part): Update the parameter profile.
215         (In_Subtree): Update the parameter profile. Add new version.
216         (Is_Preelaborable_Aggregate): New routine.
217         (Is_Preelaborable_Construct): New routine.
218         (Mark_Elaboration_Attributes): New routine.
219         (Scope_Within): Update the parameter profile and the comment on usage.
220         (Scope_Within_Or_Same): Update the parameter profile and the comment on
221         usage.
222         * sem_warn.adb (Check_Infinite_Loop_Warning): Use Has_Condition_Actions
223         to determine whether a loop has meaningful condition actions.
224         (Has_Condition_Actions): New routine.
225         * sinfo.adb (ABE_Is_Certain): Removed.
226         (Is_Declaration_Level_Node): New routine.
227         (Is_Dispatching_Call): New routine.
228         (Is_Elaboration_Checks_OK_Node): New routine.
229         (Is_Initialization_Block): New routine.
230         (Is_Known_Guaranteed_ABE): New routine.
231         (Is_Recorded_Scenario): New routine.
232         (Is_Source_Call): New routine.
233         (Is_SPARK_Mode_On_Node): New routine.
234         (No_Elaboration_Check): Removed.
235         (Target): New routine.
236         (Was_Attribute_Reference): New routine.
237         (Set_ABE_Is_Certain): Removed.
238         (Set_Is_Declaration_Level_Node): New routine.
239         (Set_Is_Dispatching_Call): New routine.
240         (Set_Is_Elaboration_Checks_OK_Node): New routine.
241         (Set_Is_Initialization_Block): New routine.
242         (Set_Is_Known_Guaranteed_ABE): New routine.
243         (Set_Is_Recorded_Scenario): New routine.
244         (Set_Is_Source_Call): New routine.
245         (Set_Is_SPARK_Mode_On_Node): New routine.
246         (Set_No_Elaboration_Check): Removed.
247         (Set_Target): New routine.
248         (Set_Was_Attribute_Reference): New routine.
249         * sinfo.ads: Remove attribute ABE_Is_Certain.  Attribute
250         Do_Discriminant_Check now utilizes Flag3.  Attribute
251         No_Side_Effect_Removal now utilizes Flag17.  Add new node
252         N_Call_Marker.  Update the structure of various nodes.
253         (ABE_Is_Certain): Removed along with pragma Inline.
254         (Is_Declaration_Level_Node): New routine along with pragma Inline.
255         (Is_Dispatching_Call): New routine along with pragma Inline.
256         (Is_Elaboration_Checks_OK_Node): New routine along with pragma Inline.
257         (Is_Initialization_Block): New routine along with pragma Inline.
258         (Is_Known_Guaranteed_ABE): New routine along with pragma Inline.
259         (Is_Recorded_Scenario): New routine along with pragma Inline.
260         (Is_Source_Call): New routine along with pragma Inline.
261         (Is_SPARK_Mode_On_Node): New routine along with pragma Inline.
262         (No_Elaboration_Check): Removed along with pragma Inline.
263         (Target): New routine along with pragma Inline.
264         (Was_Attribute_Reference): New routine along with pragma Inline.
265         (Set_ABE_Is_Certain): Removed along with pragma Inline.
266         (Set_Is_Declaration_Level_Node): New routine along with pragma Inline.
267         (Set_Is_Dispatching_Call): New routine along with pragma Inline.
268         (Set_Is_Elaboration_Checks_OK_Node): New routine along with pragma
269         Inline.
270         (Set_Is_Initialization_Block): New routine along with pragma Inline.
271         (Set_Is_Known_Guaranteed_ABE): New routine along with pragma Inline.
272         (Set_Is_Recorded_Scenario): New routine along with pragma Inline.
273         (Set_Is_Source_Call): New routine along with pragma Inline.
274         (Set_Is_SPARK_Mode_On_Node): New routine along with pragma Inline.
275         (Set_No_Elaboration_Check): Removed along with pragma Inline.
276         (Set_Target): New routine along with pragma Inline.
277         (Set_Was_Attribute_Reference): New routine along with pragma Inline.
278         * sprint.adb (Sprint_Node_Actual): Add an entry for N_Call_Marker.
280 2017-10-09  Bob Duff  <duff@adacore.com>
282         * exp_ch7.adb (Create_Finalizer): Suppress checks within the finalizer.
284 2017-10-09  Bob Duff  <duff@adacore.com>
286         * freeze.ads: Minor comment fixed.
288 2017-10-09  Bob Duff  <duff@adacore.com>
290         * exp_ch6.adb: (Make_Build_In_Place_Call_In_Object_Declaration): Take
291         care of unchecked conversions in addition to regular conversions. This
292         takes care of a case where a type is derived from a private untagged
293         type that is completed by a tagged controlled type.
295 2017-10-09  Ed Schonberg  <schonberg@adacore.com>
297         * exp_disp.adb (Build_Class_Wide_Check, Replace_Formals): When
298         rewriting a class-wide condition, handle properly the case where the
299         controlling argument of the operation to which the condition applies is
300         an access to a tagged type, and the condition includes a dispatching
301         call with an implicit dereference.
303 2017-10-09  Bob Duff  <duff@adacore.com>
305         * exp_ch6.adb: (Make_Build_In_Place_Call_In_Object_Declaration): Remove
306         the code at the end of this procedure that was setting the type of a
307         class-wide object to the specific type returned by a function call.
308         Treat this case as indefinite instead.
310 2017-10-09  Ed Schonberg  <schonberg@adacore.com>
312         * sem_ch4.adb (Try_Class_Wide_Operation, Traverse_Homonyms):
313         Suppress spurious ambiguity error when two traversals of the homonym
314         chain (first directly, and then through an examination of relevant
315         interfaces) retrieve the same operation, when other irrelevant homonyms
316         of the operatioh are also present.
318 2017-10-09  Ed Schonberg  <schonberg@adacore.com>
320         * sem_util.adb (Object_Access_Level): If the object is the return
321         statement of an expression function, return the level of the function.
322         This is relevant when the object involves an implicit conversion
323         between access types and the expression function is a completion, which
324         forces the analysis of the expression before rewriting it as a body, so
325         that freeze nodes can appear in the proper scope.
327 2017-10-09  Bob Duff  <duff@adacore.com>
329         * atree.adb: Make nnd apply to everything "interesting", including
330         Rewrite.  Remove rrd.
332 2017-10-09  Javier Miranda  <miranda@adacore.com>
334         * exp_ch3.adb (Expand_N_Object_Declaration): Avoid never-ending loop
335         processing the declaration of the dummy object internally created by
336         Make_DT to compute the offset to the top of components referencing
337         secondary dispatch tables.
338         (Initialize_Tag): Do not initialize the offset-to-top field if it has
339         been initialized initialized.
340         * exp_disp.ads (Building_Static_Secondary_DT): New subprogram.
341         * exp_disp.adb (Building_Static_Secondary_DT): New subprogram.
342         (Make_DT): Create a dummy constant object if we can statically build
343         secondary dispatch tables.
344         (Make_Secondary_DT): For statically allocated secondary dispatch tables
345         use the dummy object to compute the offset-to-top field value by means
346         of the attribute 'Position.
348 2017-10-09  Bob Duff  <duff@adacore.com>
350         * exp_ch6.adb (Expand_N_Extended_Return_Statement): Add self-checking
351         code so if BIPAlloc is not passed in, it will likely raise
352         Program_Error instead of cause miscellaneous chaos.
353         (Is_Build_In_Place_Result_Type): Return False if not Expander_Active,
354         as for the other Is_B-I-P... functions.
355         * sem_aggr.adb (Resolve_Extension_Aggregate): For an extension
356         aggregate whose ancestor part is a build-in-place call returning a
357         nonlimited type, transform the assignment to the ancestor part to use a
358         temp.
359         * sem_ch3.adb (Build_Itype_Reference): Handle the case where we're
360         creating an Itype for a library unit entity.
361         (Check_Initialization): Avoid spurious error message on
362         internally-generated call.
363         * sem_ch5.adb (Analyze_Assignment): Handle the case where the
364         right-hand side is a build-in-place call. This didn't happen when b-i-p
365         was only for limited types.
366         * sem_ch6.adb (Create_Extra_Formals): Remove assumption that b-i-p
367         implies >= Ada 2005.
368         * sem_ch7.adb (Scan_Subprogram_Refs): Avoid traversing the same nodes
369         repeatedly.
370         * sem_util.adb (Next_Actual): Handle case of build-in-place call.
372 2017-10-09  Arnaud Charlet  <charlet@adacore.com>
374         * doc/gnat_ugn/gnat_and_program_execution.rst: Minor edit.
376 2017-10-09  Piotr Trojanek  <trojanek@adacore.com>
378         * libgnarl/s-taprob.adb: Minor whitespace fix.
380 2017-10-09  Bob Duff  <duff@adacore.com>
382         * namet.ads: Minor comment fix.
384 2017-10-09  Piotr Trojanek  <trojanek@adacore.com>
386         * sem_aux.adb (Unit_Declaration_Node): Detect protected declarations,
387         just like other program units listed in Ada RM 10.1(1).
389 2017-10-09  Justin Squirek  <squirek@adacore.com>
391         * sem_ch8.adb (Update_Chain_In_Scope): Modify warning messages.
393 2017-10-09  Ed Schonberg  <schonberg@adacore.com>
395         * sem_ch12.adb (Analyze_Associations, Check_Generic_Parent): If an
396         actual for a formal package is an instantiation of a child unit, create
397         a freeze node for the instance of the parent if it appears in the same
398         scope and is not frozen yet.
400 2017-10-09  Pierre-Marie de Rodat  <derodat@adacore.com>
402         * exp_atag.ads, libgnat/a-tags.adb, libgnat/a-tags.ads: Enhance
403         in-source documentation for tagged types's Offset_To_Top.
405 2017-10-09  Bob Duff  <duff@adacore.com>
407         * exp_ch3.adb (Build_Assignment): Parameter name N was somewhat
408         confusing.  Same for N_Loc.  Remove assumption that b-i-p implies
409         limited.  This is for the case of a function call that occurs as the
410         default for a record component.
411         (Expand_N_Object_Declaration): Deal with the case where expansion has
412         created an object declaration initialized with something like
413         F(...)'Reference.
414         * exp_ch3.adb: Minor reformatting.
416 2017-10-09  Ed Schonberg  <schonberg@adacore.com>
418         * exp_attr.adb (Expand_Attribute_Reference, case 'Valid): The prefix of
419         the attribute is an object, but it may appear within a conversion. The
420         object itself must be retrieved when generating the range test that
421         implements the validity check on a scalar type.
423 2017-10-05  Eric Botcazou  <ebotcazou@adacore.com>
425         PR ada/82393
426         * mingw32.h (_O_U8TEXT, _O_U16TEXT, _O_WTEXT): Delete.
427         * sysdep.c (__gnat_set_mode ): Use DJGPP version for Cygwin.
429 2017-10-02  Eric Botcazou  <ebotcazou@adacore.com>
430             Pierre-Marie de Rodat  <derodat@adacore.com>
432         PR ada/82384
433         * libgnarl/s-linux__x32.ads (suseconds_t): New subtype.
434         (time_t): Change from derived type to subtype.
435         (timeval): Use suseconds_t for tv_usec.
436         * libgnarl/s-osinte__x32.adb (To_Timespec): Remove use type clause.
438 2017-10-02  Richard Sandiford  <richard.sandiford@linaro.org>
440         * gcc-interface/decl.c (annotate_value): Use wi::to_widest when
441         handling the form (plus/mult (convert @0) @1).
443 2017-09-29  Bob Duff  <duff@adacore.com>
445         * exp_ch6.adb (Expand_Call_Helper): Replace with code more similar to
446         what we had before.
447         (Make_Build_In_Place_Call_In_Object_Declaration): Back out previous
448         change. Set the Etype in the class-wide case. This fixes a regression
449         in the libadalang test suite.
451 2017-09-29  Joel Brobecker  <brobecker@adacore.com>
453         * doc/gnat_ugn/building_executable_programs_with_gnat.rst,
454         doc/gnat_ugn/the_gnat_compilation_model.rst: Avoid use of single colon
455         in comment markup.
456         * gnat_ugn.texi: Regenerate.
458 2017-09-29  Justin Squirek  <squirek@adacore.com>
460         * ali-util.adb, comperr.adb, cprint.adb, errout.adb, fmap.adb,
461         fname-sf.adb, frontend.adb, lib-xref-spark_specific.adb, gnat1drv.adb,
462         gnatls.adb, lib.adb, lib-load.adb, lib-writ.adb, prepcomp.adb,
463         sinput-d.adb, sinput-l.adb, sprint.adb, targparm.adb: Update comparison
464         for checking source file status and error message and/or call to
465         Read_Source_File.
466         * libgnat/s-os_lib.ads: Add new potential value constant for
467         uninitialized file descriptors.
468         * osint.adb, osint.ads (Read_Source_File): Add extra parameter to
469         return result of IO to encompass a read access failure in addition to a
470         file-not-found error.
472 2017-09-29  Bob Duff  <duff@adacore.com>
474         * exp_ch6.adb (Expand_Call_Helper): Handle case of build-in-place
475         functions returning nonlimited types. Allow for qualified expressions
476         and type conversions.
477         (Expand_N_Extended_Return_Statement): Correct the computation of
478         Func_Bod to allow for child units.
479         (Expand_Simple_Function_Return): Remove assumption that b-i-p implies
480         limited (initialization of In_Place_Expansion), and implies >= Ada
481         2005.
482         (Is_Build_In_Place_Result_Type): New function to accompany
483         Is_Build_In_Place_Function and Is_Build_In_Place_Function_Call, because
484         sometimes we just have the type on our hands, not the function.  For
485         now, does the same thing as the old version, so build-in-place is
486         disabled for nonlimited types, except that you can use -gnatd.9 to
487         enable it.
488         * exp_ch6.ads (Is_Build_In_Place_Result_Type): New function to
489         accompany Is_Build_In_Place_Function and
490         Is_Build_In_Place_Function_Call, because sometimes we just have the
491         type on our hands, not the function.
492         (Make_Build_In_Place_Call_In_...): Handle nonlimited build-in-place
493         cases.
494         (Make_Build_In_Place_Call_In_Object_Declaration): Remove the
495         questionable code at the end that was setting the Etype.
496         * exp_aggr.adb (Is_Build_In_Place_Aggregate_Return): New function to
497         determine whether "return (...agg...);" is returning from a
498         build-in-place function.
499         (Initialize_Ctrl_Array_Component, Initialize_Ctrl_Record_Component):
500         Remove assumption that b-i-p implies limited (initialization of
501         In_Place_Expansion).
502         (Build_Record_Aggr_Code): AI-287: fix comment; it can't be wrapped in
503         an unchecked conversion.  Add assertions.
504         (Convert_Aggr_In_Object_Decl): Establish_Transient_Scope -- no need for
505         secondary stack here, just because the type needs finalization.  That
506         code is obsolete.
507         (Convert_To_Assignments): Only set Unc_Decl if Nkind (N) = N_Aggregate.
508         For "return (...agg...);" don't assume b-i-p implies limited.
509         Needs_Finalization does not imply secondary stack.
510         (Expand_Array_Aggregate): Named notation.  Reverse the sense of
511         Component_OK_For_Backend -- more readability with fewer double
512         negatives.
513         * exp_attr.adb (Expand_N_Attribute_Reference): Remove assumptions that
514         b-i-p implies >= Ada 2005.
515         * exp_ch3.adb (Expand_N_Object_Declaration): Remove assumptions that
516         b-i-p implies >= Ada 2005.  Remove Adjust if we're building the return
517         object of an extended return statement in place.
518         * exp_ch4.adb (Expand_Allocator_Expression, Expand_N_Indexed_Component,
519         Expand_N_Selected_Component, Expand_N_Slice): Remove assumptions that
520         b-i-p implies >= Ada 2005.
521         * exp_ch5.adb (Expand_N_Assignment_Statement): Remove assumption that
522         b-i-p implies >= Ada 2005.
523         * exp_ch7.adb: Comment fix.
524         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Remove
525         assumptions that b-i-p implies >= Ada 2005.
526         * exp_disp.adb (Expand_Interface_Actuals): Remove assumptions that
527         b-i-p implies >= Ada 2005.
528         * exp_util.adb (Build_Allocate_Deallocate_Proc): Look at Storage_Pool
529         (Expr), in case Pool_Id is not set.
530         (Initialized_By_Aliased_BIP_Func_Call): Handle case where the call is
531         qualified or converted.
532         (Is_Secondary_Stack_BIP_Func_Call): Don't check if Nkind (Selector_Name
533         (Param)) = N_Identifier; that's all it could be.
534         * sinfo.ads: Comment fixes.
535         * snames.ads-tmpl: Comment fixes.
536         * debug.adb: Add flag gnatd.9, to enable the build-in-place machinery.
538 2017-09-29  Justin Squirek  <squirek@adacore.com>
540         * sem_ch8.adb (Mark_Use_Clauses): Add recursive call to properly handle
541         all cases related to marking entity identifiers.
543 2017-09-29  Vasiliy Fofanov  <fofanov@adacore.com>
545         * adaint.c (win32_wait): Properly handle error and take into account
546         the WIN32 limitation on the number of simultaneous wait objects.
548 2017-09-29  Vasiliy Fofanov  <fofanov@adacore.com>
550         * cal.c: Minor proofreading.
552 2017-09-29  Vasiliy Fofanov  <fofanov@adacore.com>
554         * doc/gnat_ugn/gnat_utility_programs.rst: Minor formatting fix.
555         * gnat_ugn.texi: Regenerate.
557 2017-09-29  Bob Duff  <duff@adacore.com>
559         * lib-xref.ads: Comment fix.
561 2017-09-29  Bob Duff  <duff@adacore.com>
563         * exp_aggr.adb: Remove calls to Set_No_Ctrl_Actions for discriminants.
564         Discriminants can't need finalization.
566 2017-09-29  Ed Schonberg  <schonberg@adacore.com>
568         * sem_ch6.adb (Analyze_Expression_Function): Do not emit freeze nodes
569         for types in expression if the function is within a generic unit.
570         * sem_res.adb (Resolve): In a generic context do not freeze an
571         expression, unless it is an entity. This exception is solely for the
572         purpose of detecting illegal uses of deferred constants in generic
573         units.
574         * sem_res.adb: Minor reformatting.
576 2017-09-29  Justin Squirek  <squirek@adacore.com>
578         * sem_ch8.adb (Note_Redundant_Use): Add guard to protect against false
579         redundant warnings.
581 2017-09-29  Yannick Moy  <moy@adacore.com>
583         * sinput-c.adb: Remove unused with-clause on Ada.Unchecked_Conversion.
585 2017-09-29  Eric Botcazou  <ebotcazou@adacore.com>
587         * doc/gnat_rm/representation_clauses_and_pragmas.rst: Minor rewording.
588         * doc/gnat_rm/implementation_defined_pragmas.rst (Optimize_Alignment):
589         Document the effect of pragma Optimize_Alignment (Space) on non-packed
590         record types.
591         * gnat_rm.texi: Regenerate.
593 2017-09-25  Justin Squirek  <squirek@adacore.com>
595         * aspects.adb, bindgen.adb, clean.adb, erroutc.adb, exp_ch13.adb,
596         exp_dbug.adb, exp_unst.adb, exp_util.adb, frontend.adb, gnat1drv.adb,
597         gnatdll.adb, gnatlink.adb, gnatls.adb, gnatname.adb, gnatxref.adb,
598         gnatfind.adb, libgnat/a-cfhama.ads, libgnat/a-exetim__mingw.adb,
599         libgnat/a-strmap.adb, libgnat/a-teioed.adb, libgnat/g-alvety.ads,
600         libgnat/g-expect.adb, libgnat/g-regist.adb, libgnat/g-socket.adb,
601         libgnat/g-socthi__mingw.ads, libgnat/s-stausa.adb,
602         libgnat/s-tsmona__linux.adb, libgnat/s-tsmona__mingw.adb,
603         libgnarl/s-taenca.adb, libgnarl/s-tassta.adb, libgnarl/s-tarest.adb,
604         libgnarl/s-tpobop.adb, make.adb, makeusg.adb, namet.adb, output.ads,
605         put_scos.adb, repinfo.adb, rtsfind.adb, scn.ads, sem_attr.adb,
606         sem_aux.ads, sem_warn.ads, targparm.adb, xr_tabls.adb, xref_lib.adb:
607         Removal of ineffective use-clauses.
608         * exp_ch9.adb (Is_Simple_Barrier_Name): Check for false positives with
609         constant folded barriers.
610         * ghost.adb, sprint.adb, sem_ch10.adb, sem_warn.adb: Change access to
611         Subtype_Marks and Names list in use-clause nodes to their new singular
612         counterparts (e.g. Subtype_Mark, Name).
613         * par.adb, par-ch8.adb (Append_Use_Clause): Created to set
614         Prev_Ids and More_Ids in use-clause nodes.
615         (P_Use_Clause): Modify to take a list as a parameter.
616         (P_Use_Package_Clause, P_Use_Type_Clause): Divide names and
617         subtype_marks within an aggregate use-clauses into individual clauses.
618         * par-ch3.adb, par-ch10.adb, par-ch12.adb: Trivally modify call to
619         P_Use_Clause to match its new behavior.
620         * sem.adb (Analyze): Mark use clauses for non-overloaded entities.
621         * sem_ch4.adb (Try_One_Interp): Add sanity check to handle previous
622         errors.
623         * sem_ch6.adb (Analyze_Generic_Subprogram_Body,
624         Analyze_Subprogram_Body_Helper): Update use clause chain at the end of
625         the declarative region.
626         * sem_ch7.adb (Analyze_Package_Body_Helper): Update use clause chain
627         after analysis (Analyze_Package_Specification): Update use clause chain
628         when there is no body.
629         * sem_ch8.ads, sem_ch8.adb (Analyze_Use_Package, Analyze_Use_Type): Add
630         parameter to determine weither the installation of scopes should also
631         propagate on the use-clause "chain".
632         (Mark_Use_Clauses): Created to traverse use-clause chains and determine
633         what constitutes a valid "use" of a clause.
634         (Update_Use_Clause_Chain): Created to aggregate common machinary used
635         to clean up use-clause chains (and warn on ineffectiveness) at the end
636         of declaritive regions.
637         * sem_ch8.adb (Analyze_Package_Name): Created to perform analysis on a
638         package name from a use-package clause.
639         (Analyze_Package_Name_List): Created to perform analysis on a list of
640         package names (similar to Analyze_Package_Name).
641         (Find_Most_Prev): Created to traverse to the beginning of a given
642         use-clause chain.
643         (Most_Decendant_Use_Clause): Create to identify which clause from a
644         given set is highest in scope (not always the most prev).
645         (Use_One_Package, Use_One_Type): Major cleanup and reorganization to
646         handle the new chaining algorithm, also many changes related to
647         redundant clauses. A new parameter has also been added to force
648         installation to handle certain cases.
649         * sem_ch9.adb (Analyze_Entry_Body, Analyze_Protected_Body,
650         Analyze_Task_Body): Mark use clauses on relevant entities.
651         * sem_ch10.adb, sem_ch10.ads (Install_Context_Clauses,
652         Install_Parents): Add parameter to determine weither the installation
653         of scopes should also propagate on the use-clause "chain".
654         * sem_ch12.adb (Inline_Instance_Body): Add flag in call to
655         Install_Context to avoid redundant chaining of use-clauses.
656         * sem_ch13.adb: Minor reformatting.
657         * sem_res.adb (Resolve): Mark use clauses on operators.
658         (Resolve_Call, Resolve_Entity_Name): Mark use clauses on relevant
659         entities.
660         * sinfo.adb, sinfo.ads (Is_Effective_Use_Clause,
661         Set_Is_Effective_Use_Clause): Add new flag to N_Use_Clause nodes to
662         represent any given clause's usage/reference/necessity.
663         (Prev_Use_Clause, Set_Prev_Use_Clause): Add new field to N_Use_Clause
664         nodes to allow loose chaining of redundant clauses.
665         (Set_Used_Operations, Set_Subtype_Mark, Set_Prev_Ids, Set_Names,
666         Set_More_Ids, Set_Name): Modify set procedure calls to reflect
667         reorganization in node fields.
668         * types.ads (Source_File_Index): Adjust index bounds.
669         (No_Access_To_Source_File): New constant.
671 2017-09-25  Ed Schonberg  <schonberg@adacore.com>
673         * sem_ch13.adb (Analyze_One_Aspect): In ASIS mode make a full copy of
674         the expression to be used in the generated attribute specification
675         (rather than relocating it) to avoid resolving a potentially malformed
676         tree when the expression is resolved through an ASIS-specific call to
677         Resolve_Aspect_Expressions.  This manifests itself as a crash on a
678         function with parameter associations.
680 2017-09-25  Yannick Moy  <moy@adacore.com>
682         * exp_spark.adb (Expand_SPARK_Indexed_Component,
683         Expand_SPARK_Selected_Component): New procedures to insert explicit
684         dereference if required.
685         (Expand_SPARK): Call the new procedures.
687 2017-09-25  Patrick Bernardi  <bernardi@adacore.com>
689         * libgnat/a-stwiun.adb, libgnat/s-stchop__vxworks.adb,
690         libgnat/g-socthi__vxworks.ads, libgnat/a-stzunb.adb,
691         libgnat/a-strunb.adb, libgnarl/s-osinte__lynxos178.adb,
692         libgnarl/s-intman__vxworks.adb, libgnarl/s-osinte__darwin.adb,
693         libgnarl/a-exetim__darwin.adb: Removed ineffective use-clauses.
695 2017-09-25  Vasiliy Fofanov  <fofanov@adacore.com>
697         * adaint.c (win32_wait): Properly handle error and take into account
698         the WIN32 limitation on the number of simultaneous wait objects.
700 2017-09-25  Yannick Moy  <moy@adacore.com>
702         * sem_ch3.adb (Constant_Redeclaration): Do not insert a call to the
703         invariant procedure in GNATprove mode.
704         * sem_ch5.adb (Analyze_Assignment): Likewise.
706 2017-09-25  Piotr Trojanek  <trojanek@adacore.com>
708         * adabkend.adb (Call_Back_End): Fix wording of "front-end" and
709         "back-end" in comments.
711 2017-09-25  Ed Schonberg  <schonberg@adacore.com>
713         * exp_ch6.adb (Expand_Call_Helper): The extra accessibility check in a
714         call that appears in a classwide precondition and that mentions an
715         access formal of the subprogram, must use the accessibility level of
716         the actual in the call. This is one case in which a reference to a
717         formal parameter appears outside of the body of the subprogram.
719 2017-09-25  Hristian Kirtchev  <kirtchev@adacore.com>
721         * sem_res.adb (Replace_Actual_Discriminants): Replace a discriminant
722         for GNATprove.
723         (Resolve_Entry): Clean up predicate
725 2017-09-25  Hristian Kirtchev  <kirtchev@adacore.com>
727         * sem_prag.adb (Analyze_Constituent): Raise Unrecoverable_Error rather
728         than Program_Error because U_E is more in line with respect to the
729         intended behavior.
731 2017-09-25  Ed Schonberg  <schonberg@adacore.com>
733         * sem_ch13.adb (Resolve_Aspect_Expressions): The expression for aspect
734         Storage_Size does not freeze, and thus can include references to
735         deferred constants.
737 2017-09-25  Hristian Kirtchev  <kirtchev@adacore.com>
739         * exp_spark.adb (Expand_SPARK_Potential_Renaming): Do not process a
740         reference when it appears within a pragma of no significance to SPARK.
741         (In_Insignificant_Pragma): New routine.
742         * sem_prag.ads: Add new table Pragma_Significant_In_SPARK.
744 2017-09-25  Ed Schonberg  <schonberg@adacore.com>
746         * sem_ch12.adb (Analyze_Associations, case N_Formal_Package): If the
747         actual is a renaming, indicate that it is the renamed package that must
748         be frozen before the instantiation.
750 2017-09-25  Yannick Moy  <moy@adacore.com>
752         * doc/gnat_ugn/gnat_and_program_execution.rst: Fix typo in description
753         of dimensionality system in GNAT UG.
754         * gnat_ugn.texi: Regenerate.
756 2017-09-25  Yannick Moy  <moy@adacore.com>
758         * gnat1drv.adb: Call Check_Safe_Pointers from the frontend in
759         GNATprove_Mode when switch -gnatdF used.
761 2017-09-25  Piotr Trojanek  <trojanek@adacore.com>
763         * adabkend.adb (Call_Back_End): Reset Current_Error_Node when starting
764         the backend.
766 2017-09-25  Javier Miranda  <miranda@adacore.com>
768         * exp_imgv.adb (Expand_Image_Attribute): Disable the optimized
769         expansion of user-defined enumeration types when the generation of
770         names for enumeration literals is suppressed.
772 2017-09-25  Gary Dismukes  <dismukes@adacore.com>
774         * libgnarl/s-taprop__linux.adb: Minor reformatting.
776 2017-09-25  Ed Schonberg  <schonberg@adacore.com>
778         * sem_ch13.adb (Resolve_Aspect_Expressions): Do not resolve identifiers
779         that appear as selector names of parameter associations, as these are
780         never resolved by visibility.
782 2017-09-25  Justin Squirek  <squirek@adacore.com>
784         * sem_res.adb (Resolve_Entry): Generate reference for index entities.
786 2017-09-25  Doug Rupp  <rupp@adacore.com>
788         * libgnarl/s-taprop__linux.adb (Compute_Base_Monotonic_Clock): Refine.
790 2017-09-25  Javier Miranda  <miranda@adacore.com>
792         * exp_imgv.adb (Is_User_Defined_Enumeration_Type): New subprogram.
793         (Expand_User_Defined_Enumeration_Image): New subprogram.
794         (Expand_Image_Attribute): Enable speed-optimized expansion of
795         user-defined enumeration types when we are compiling with optimizations
796         enabled.
798 2017-09-25  Piotr Trojanek  <trojanek@adacore.com>
800         * sem_util.adb (Has_Null_Abstract_State): Remove, as an exactly same
801         routine is already provided by Einfo.
802         * einfo.adb (Has_Null_Abstract_State): Replace with the body from
803         Sem_Util, which had better comments and avoided double calls to
804         Abstract_State.
806 2017-09-25  Bob Duff  <duff@adacore.com>
808         * exp_ch3.adb: Rename Comp_Type_Simple to be Comp_Simple_Init.
810 2017-09-25  Doug Rupp  <rupp@adacore.com>
812         * libgnarl/s-taprop__linux.adb (Base_Monotonic_Clock): New variable.
813         (Compute_Base_Monotonic_Clock): New function.
814         (Timed_Sleep): Adjust to use Base_Monotonic_Clock.
815         (Timed_Delay): Likewise.
816         (Monotonic_Clock): Likewise.
817         * s-oscons-tmplt.c (CLOCK_MONOTONIC): Use on Linux.
819 2017-09-25  Ed Schonberg  <schonberg@adacore.com>
821         * sem_ch12.adb (Save_References_In_Aggregate): Small correction to
822         previous change.
824 2017-09-25  Hristian Kirtchev  <kirtchev@adacore.com>
826         * exp_ch5.adb, sem_ch4.adb, sem_ch13.adb, sem_attr.adb, exp_ch3.adb:
827         Minor reformatting.
829 2017-09-20  Alexandre Oliva <aoliva@redhat.com>
831         * gcc-interface/lang.opt (gant, gnatO, gnat): Add RejectNegative.
833 2017-09-18  Bob Duff  <duff@adacore.com>
835         * sem_ch4.adb (Complete_Object_Operation): Do not insert 'Access for
836         reference types in the access-to-access case.
838 2017-09-18  Eric Botcazou  <ebotcazou@adacore.com>
840         * sem_attr.adb (Analyze_Access_Attribute): Move check for the presence
841         of the "aliased" keyword on the prefix from here to...
842         (Resolve_Attribute) <Attribute_Access>: ...here.  Remove useless call
843         to Check_No_Implicit_Aliasing.
844         * sinfo.ads (Non_Aliased_Prefix): Delete.
845         (Set_Non_Aliased_Prefix): Likewise.
846         * sinfo.adb (Non_Aliased_Prefix): Delete.
847         (Set_Non_Aliased_Prefix): Likewise.
849 2017-09-18  Bob Duff  <duff@adacore.com>
851         * exp_ch5.adb (Build_Formal_Container_Iteration,
852         Expand_Formal_Container_Element_Loop): Convert the container to the
853         root type before passing it to the iteration operations, so it will be
854         of the right type.
856 2017-09-18  Bob Duff  <duff@adacore.com>
858         * einfo.ads, validsw.ads, treepr.ads, sem_util.ads: Comment fixes.
860 2017-09-18  Bob Duff  <duff@adacore.com>
862         * exp_ch3.adb (Build_Array_Init_Proc): If validity checking is enabled,
863         and it's a bit-packed array, pass False to the Consider_IS parameter of
864         Needs_Simple_Initialization.
866 2017-09-18  Hristian Kirtchev  <kirtchev@adacore.com>
868         * sem_ch6.adb (Check_Inline_Pragma): Link the newly generated spec to
869         the preexisting body.
870         * sem_prag.adb (Check_Inline_Always_Placement): New routine.
871         (Process_Inline): Verify the placement of pragma Inline_Always. The
872         pragma must now appear on the initial declaration of the related
873         subprogram.
875 2017-09-18  Ed Schonberg  <schonberg@adacore.com>
877         * sem_ch3.adb (Analyze_Declarations): In ASIS mode,  At the end of the
878         declarative list in a subprogram body, analyze aspext specifications to
879         provide basic semantic information, because otherwise the aspect
880         specifications might only be snalyzed during expansion, when related
881         subprograms are generated.
883 2017-09-18  Bob Duff  <duff@adacore.com>
885         * exp_ch9.adb (Is_Simple_Barrier_Name): Follow Original_Node, in case
886         validity checks have rewritten the tree.
888 2017-09-18  Bob Duff  <duff@adacore.com>
890         * sem_util.adb: Comment fixes, and remove redundant Is_Itype check.
892 2017-09-18  Ed Schonberg  <schonberg@adacore.com>
894         * sem_ch12.adb (Save_References_In_Aggregate): When constructing a
895         qualified exxpression for an aggregate in a generic unit, verify that
896         the scope of the type is itself visible and not hidden, so that the
897         qualified expression is correctly resolved in any instance.
899 2017-09-18  Bob Duff  <duff@adacore.com>
901         * sem_ch4.adb (Analyze_Qualified_Expression): Give an error if the type
902         mark refers to the current instance. Set the type to Any_Type in that
903         case, to avoid later crashes.
905 2017-09-18  Ed Schonberg  <schonberg@adacore.com>
907         * exp_ch3.adb (Replace_Discriminant_References): New procedure,
908         subsidiary of Build_Assignment, used to handle the initialization code
909         for a mutable record component whose default value is an aggregate that
910         sets the values of the discriminants of the components.
912 2017-09-18  Eric Botcazou  <ebotcazou@adacore.com>
914         * sem_ch13.adb (Analyze_Attribute_Definition_Clause) <Address>: Mark
915         the entity as being volatile for an overlay that toggles the scalar
916         storage order.
918 2017-09-18  Fedor Rybin  <frybin@adacore.com>
920         * doc/gnat_ugn/gnat_utility_programs.rst: Document that gnattest
921         options -U main and --harness-only are not compatible.
923 2017-09-18  Hristian Kirtchev  <kirtchev@adacore.com>
925         * freeze.adb, sem_ch6.adb, sem_res.adb: Minor reformatting.
927 2017-09-18  Piotr Trojanek  <trojanek@adacore.com>
929         * einfo.ads (Is_Imported): Update comment, as this
930         routine also applies to constants.
932 2017-09-18  Yannick Moy  <moy@adacore.com>
934         * sem_util.adb (Find_Placement_In_State_Space): Allow generic package
935         holding state.
937 2017-09-18  Justin Squirek  <squirek@adacore.com>
939         * sem_prag.adb (Is_Non_Significant_Pragma_Reference): Change the
940         constant indication for Pragma_Linker_Section.
942 2017-09-18  Bob Duff  <duff@adacore.com>
944         Alternate fix for PR ada/71358
945         * libgnat/g-comlin.adb (Getopt): Remove manual null access checks.
946         Instead, make a local copy of Config, and if it's null, allocate an
947         empty Command_Line_Configuration_Record, so we won't crash on null
948         pointer dereference.
950 2017-09-16  Eric Botcazou  <ebotcazou@adacore.com>
952         * libgnarl/a-intnam__rtems.ads: Update copyright date.
953         * libgnarl/s-interr__hwint.adb: Likewise.
954         * libgnarl/s-osinte__kfreebsd-gnu.ads: Likewise.
955         * libgnarl/s-osinte__rtems.adb: Likewise.
956         * libgnarl/s-osinte__rtems.ads: Likewise.
958 2017-09-13  Nicolas Roche  <roche@adacore.com>
960         * Make-lang.in: In the fallback mechanim, parse the associated .ali
961         file and try to guess the locations of dependencies.
963 2017-09-13  Eric Botcazou  <ebotcazou@adacore.com>
965         * sem_ch13.adb (Register_Address_Clause_Check): New procedure to save
966         the suppression status of Alignment_Check on the current scope.
967         (Alignment_Checks_Suppressed): New function to use the saved instead of
968         the current suppression status of Alignment_Check.
969         (Address_Clause_Check_Record): Add Alignment_Checks_Suppressed field.
970         (Analyze_Attribute_Definition_Clause): Instead of manually appending to
971         the table, call Register_Address_Clause_Check.
972         (Validate_Address_Clauses): Call Alignment_Checks_Suppressed on the
973         recorded address clause instead of its entity.
975 2017-09-13  Jerome Guitton  <guitton@adacore.com>
977         * libgnarl/s-tpopsp__vxworks-tls.adb,
978         libgnarl/s-tpopsp__vxworks-rtp.adb, libgnarl/s-tpopsp__vxworks.adb
979         (Self): Register thread if task id is null.
981 2017-09-13  Arnaud Charlet  <charlet@adacore.com>
983         * libgnat/s-htable.adb, libgnat/s-htable.ads: Minor style tuning.
985 2017-09-13  Arnaud Charlet  <charlet@adacore.com>
987         * lib-xref-spark_specific.adb (Scopes): simplify hash map; now it maps
988         from an entity to only scope index, as a mapping from an entity to the
989         same entity was useless.
990         (Get_Scope_Num): refactor as a simple renaming; rename parameter from N
991         to E.
992         (Set_Scope_Num): refactor as a simple renaming; rename parameter from N
993         to E.
994         (Is_Constant_Object_Without_Variable_Input): remove local "Result"
995         variable, just use return statements.
997 2017-09-13  Arnaud Charlet  <charlet@adacore.com>
999         * libgnarl/s-vxwext__kernel-smp.adb,
1000         libgnarl/s-tpopsp__vxworks-rtp.adb, libgnarl/s-vxwext__noints.adb:
1001         New file.
1003 2017-09-13  Hristian Kirtchev  <kirtchev@adacore.com>
1005         * einfo.adb: Flag42 is now Is_Controlled_Active.
1006         (Is_Controlled): This attribute is now synthesized.
1007         (Is_Controlled_Active): This attribute is now an explicit flag rather
1008         than a synthesized attribute.   (Set_Is_Controlled): Removed.
1009         (Set_Is_Controlled_Active): New routine.
1010         (Write_Entity_Flags): Update the output for Flag42.
1011         * einfo.ads: Update the documentation of the following attributes:
1012         Disable_Controlled, Is_Controlled, Is_Controlled_Active, Is_Controlled
1013         and Is_Controlled_Active have swapped their functionality.
1014         (Is_Controlled): Renamed to Is_Controlled_Active.
1015         (Is_Controlled_Active): Renamed to Is_Controlled.
1016         (Set_Is_Controlled): Renamed to Set_Is_Controlled_Active.
1017         * exp_ch3.adb (Expand_Freeze_Record_Type): Restore the original use of
1018         Is_Controlled.
1019         * exp_util.adb (Has_Some_Controlled_Component): Code clean up.
1020         (Needs_Finalization): Code clean up. Remove the tests for
1021         Disable_Controlled because a) they were incorrect as they would reject
1022         a type which is sublect to the aspect, but may contain controlled
1023         components, and b) they are no longer necessary.
1024         * exp_util.ads (Needs_Finalization): Update comment on documentation.
1025         * freeze.adb (Freeze_Array_Type): Restore the original use of
1026         Is_Controlled.
1027         (Freeze_Record_Type): Restore the original use of Is_Controlled.
1028         * sem_ch3.adb (Analyze_Object_Declaration): Restore the original use of
1029         Is_Controlled.
1030         (Array_Type_Declaration): Restore the original use of Is_Controlled.
1031         (Build_Derived_Private_Type): Restore the original use of
1032         Is_Controlled.
1033         (Build_Derived_Record_Type): Set the Is_Controlled_Active flag of a
1034         type derived from Ada.Finalization.[Limited_]Controlled.
1035         (Build_Derived_Type): Restore the original use of Is_Controlled.
1036         (Record_Type_Definition): Restore the original use of Is_Controlled.
1037         * sem_ch7.adb (Preserve_Full_Attributes): Restore the original use of
1038         Is_Controlled.
1039         * sem_ch13.adb (Analyze_Aspect_Disable_Controlled): New routine.
1040         (Analyze_Aspect_Specifications): Use routine
1041         Analyze_Aspect_Disable_Controlled to process aspect Disable_Controlled.
1043 2017-09-13  Vincent Celier  <celier@adacore.com>
1045         * clean.adb (Gnatclean): Fix error when looking for target
1046         of <target>-gnatclean
1048 2017-09-13  Javier Miranda  <miranda@adacore.com>
1049             Ed Schonberg  <schonberg@adacore.com>
1051         * sem_ch8.adb (Find_Expanded_Name): Complete code that identifies an
1052         expanded name that designates the current instance of a child unit in
1053         its own body and appears as the prefix of a reference to an entity
1054         local to the child unit.
1056 2017-09-12  Bob Duff  <duff@adacore.com>
1058         * sem_warn.adb: Minor comment.
1060 2017-09-12  Bob Duff  <duff@adacore.com>
1062         * libgnat/a-cbdlli.adb, libgnat/a-cbhama.adb,
1063         libgnat/a-cbmutr.adb, libgnat/a-cborma.adb: Rename New_Item to
1064         be Default_Initialized_Item, and apply pragma Unmodified to it,
1065         to suppress the warning.
1067 2017-09-12  Eric Botcazou  <ebotcazou@adacore.com>
1069         * exp_aggr.adb (Aggr_Assignment_OK_For_Backend): Add early return
1070         for access types.
1072 2017-09-12  Yannick Moy  <moy@adacore.com>
1074         * gnat1drv.adb (Adjust_Global_Switches): Consider Refined_Global
1075         together with Global when ignoring one in CodePeer mode.
1077 2017-09-12  Javier Miranda  <miranda@adacore.com>
1079         * sem_ch3.adb (Analyze_Declarations): In nested
1080         package declarations that have a private part enable missing check
1081         of the RM rule 13.1.1(11/3): usage names in aspect definitions are
1082         resolved at the end of the immediately enclosing declaration list.
1084 2017-09-12  Bob Duff  <duff@adacore.com>
1086         * sem_ch6.adb (Analyze_Expression_Function): Initialize Def_Id to
1087         Empty.
1089 2017-09-12  Georges-Axel Jaloyan  <jaloyan@adacore.com>
1091         * debug.adb: Reserving flag -gnatdF for safe pointer checking.
1092         * gnat1drv.adb (gnat1drv): Adding the call to the analysis on
1093         dF flag.
1094         * sem_spark.adb, sem_spark.ads: Implementation of the analysis,
1095         in preparation for the evolution of the SPARK language that
1096         includes a pointer analysis for checking non-aliasing of access
1097         types. The Check_Safe_Pointers function is the entry point, and
1098         will traverse the AST and raise compile-time errors everytime
1099         it detects non-begign aliasing.  Detailed comments are present
1100         in the sem_spark.ads file.
1101         * sem_util.adb, sem_util.ads (First_Global, Next_Global): New
1102         functions to iterate over the list of globals of a subprogram.
1103         * libgnat/system.ads: Add restriction No_Finalization.
1104         * gcc-interface/Make-lang.in: Add new file sem_spark.adb and
1105         dependency on g-dynhta.adb.
1107 2017-09-12  Bob Duff  <duff@adacore.com>
1109         * sem_ch6.adb (Analyze_Expression_Function): Call
1110         Check_Dynamically_Tagged_Expression.
1111         * sem_util.adb (Check_Dynamically_Tagged_Expression): Remove
1112         "and then Is_Tagged_Type (Typ)" because there is an earlier
1113         "Assert (Is_Tagged_Type (Typ))".
1115 2017-09-12  Eric Botcazou  <ebotcazou@adacore.com>
1117         * gcc-interface/Makefile.in (SPARC/Solaris): Remove obsolete stuff.
1119 2017-09-11  Arnaud Charlet  <charlet@adacore.com>
1121         * doc/gnat_ugn/the_gnat_compilation_model.rst: Fix sphinx warning.
1122         * doc/gnat_ugn/platform_specific_information.rst: Remove doc
1123         for no longer supported platforms.
1124         * doc/gnat_ugn/gnat_and_program_execution.rst: Added detailed
1125         description of the semantics for dimensionality analysis.
1126         * gnat_ugn.texi: Regenerated.
1128 2017-09-11  Eric Botcazou  <ebotcazou@adacore.com>
1130         * freeze.adb (Has_Incomplete_Compoent): Delete.
1131         (Freeze_Profile):
1132         Do not inhibit the freezing of the profile of an expression
1133         function here.
1134         (Freeze_Subprogram): Do not re-create extra formals.
1135         * sem_ch6.adb (Analyze_Expression_Function): Always
1136         pre-analyze the expression if the function is not a completion.
1137         (Analyze_Subprogram_Body_Helper): For the body generated
1138         from an expression function that is not a completion, do
1139         not freeze the profile and temporary mask the types declared
1140         outside the expression that are not yet frozen.
1141         * sem_res.adb (Rewrite_Renamed_Operator): Also bail out if invoked
1142         during the pre-analysis of an expression function.
1144 2017-09-11  Eric Botcazou  <ebotcazou@adacore.com>
1146         * gcc-interface/gigi.h (enum standard_datatypes): Minor tweak.
1147         (gigi): Likewise.
1149 2017-09-11  Yannick Moy  <moy@adacore.com>
1151         * lib-xref-spark_specific.adb: Minor rewrite.
1153 2017-09-11  Jerome Lambourg  <lambourg@adacore.com>
1155         * libgnat: Rename ?-[a-z]*-* into ?-[a-z]*__*
1156         * gcc-interface/Makefile.in, gcc-interface/Make-lang.in: Take this
1157         renaming into account.
1159 2017-09-11  Jerome Lambourg  <lambourg@adacore.com>
1161         * libgnarl: Rename ?-[a-z]*-* into ?-[a-z]*__*
1162         * gcc-interface/Makefile.in: Take this renaming into account.
1164 2017-09-11  Arnaud Charlet  <charlet@adacore.com>
1166         * s-auxdec-empty.ads, s-auxdec-empty.adb, 9drpc.adb: Removed, no
1167         longer used.
1169 2017-09-11  Yannick Moy  <moy@adacore.com>
1171         * sem_util.adb (Check_Result_And_Post_State):
1172         Do not issue a warning about missing reference to an outcome if
1173         the subprogram is ghost and has no outputs.
1174         * lib-xref-spark_specific.adb, sem_aggr.adb, sem_aux.ads: Minor
1175         reformatting.
1177 2017-09-11  Yannick Moy  <moy@adacore.com>
1179         * gnat1drv.adb (Adjust_Global_Switches): Set
1180         Check_Validity_Of_Parameters to False in GNATprove mode.
1181         * opt.ads (Check_Validity_Of_Parameters): Document switch to
1182         set option.
1184 2017-09-09  Pierre-Marie de Rodat  <derodat@adacore.com>
1186         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>: Don't
1187         generate debug info for inner record types if -fgnat-encodings=minimal.
1188         (gnat_to_gnu_entity) <E_Record_Subtype>: Use the ultimate base record
1189         type as the debug type.
1191 2017-09-09  Eric Botcazou  <ebotcazou@adacore.com>
1193         * gcc-interface/decl.c (components_to_record): Do not reorder in non-
1194         packed record types if pragma Optimize_Alignment (Space) is enabled.
1196 2017-09-09  Eric Botcazou  <ebotcazou@adacore.com>
1198         * gcc-interface/trans.c (Subprogram_Body_to_gnu): Disregard inlining
1199         limits for expression functions.
1200         (gnat_to_gnu) <N_Object_Declaration>: Fix formatting.
1202 2017-09-09  Eric Botcazou  <ebotcazou@adacore.com>
1204         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>: Copy the
1205         layout of the record from the parent type only if both are or are not
1206         unchecked unions.
1207         (is_stored_discriminant): Return false for an unchecked union.
1209 2017-09-09  Eric Botcazou  <ebotcazou@adacore.com>
1211         * gcc-interface/utils2.c (build_allocator): In type_annotate_only mode
1212         return NULL_EXPR.
1214 2017-09-09  Eric Botcazou  <ebotcazou@adacore.com>
1216         * gcc-interface/decl.c (promote_object_alignment): New function taken
1217         from...
1218         (gnat_to_gnu_entity) <E_Variable>: ...here.  Invoke it.
1219         (gnat_to_gnu_field): If the field is Atomic or VFA, invoke it and
1220         create a padding type on success before doing the atomic check.
1222 2017-09-09  Eric Botcazou  <ebotcazou@adacore.com>
1224         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Variable>: Apply the
1225         promotion to static memory earlier in the processing.
1227 2017-09-09  Eric Botcazou  <ebotcazou@adacore.com>
1229         * gcc-interface/decl.c (gnat_to_gnu_entity): Only set the TYPE_ALIGN_OK
1230         and TYPE_BY_REFERENCE_P flags on types after various promotions.
1231         * gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
1232         Consider all kinds of entities.
1234 2017-09-09  Eric Botcazou  <ebotcazou@adacore.com>
1236         * gcc-interface/utils.c (convert): When converting to a padding type,
1237         reuse an existing CONSTRUCTOR if it has got the right size.
1239 2017-09-08  Nicolas Roche  <roche@adacore.com>
1241         * gcc-interface/Make-lang.in, gcc-interface/Makefile.in: Find runtime
1242         source in libgnat/
1243         * a-lfztio.ads, g-timsta.ads, g-sercom-linux.adb, s-osprim-solaris.adb,
1244         a-inteio.ads, s-stchop-rtems.adb, s-casuti.adb, s-pack39.adb,
1245         i-vxwork-x86.ads, a-strbou.adb, a-stzmap.adb, s-assert.adb,
1246         a-sfecin.ads, a-cohama.adb, s-casuti.ads, a-suenco.adb, s-pack39.ads,
1247         a-stzmap.ads, a-strbou.ads, s-stalib.adb, s-trasym.adb, g-comver.adb,
1248         s-assert.ads, s-vector.ads, g-cgi.adb, a-cohama.ads, s-wchcnv.adb,
1249         a-titest.adb, s-pack48.adb, a-suenco.ads, a-strunb.adb, s-stalib.ads,
1250         s-trasym.ads, a-nudira.adb, g-comver.ads, a-nuflra.adb, g-cgi.ads,
1251         a-chacon.adb, s-wchcnv.ads, a-excach.adb, s-pack48.ads, a-titest.ads,
1252         a-strunb.ads, s-dwalin.adb, a-nudira.ads, a-chtgbo.adb, s-resfil.adb,
1253         a-scteio.ads, a-nuflra.ads, g-soliop-mingw.ads, s-pack57.adb,
1254         a-chacon.ads, s-bytswa.ads, s-pooloc.adb, g-os_lib.adb, s-dwalin.ads,
1255         a-szuzha.adb, s-resfil.ads, a-chtgbo.ads, s-spsufi.adb, s-pack57.ads,
1256         s-pooloc.ads, g-os_lib.ads, a-stfiha.ads, a-lcteio.ads, a-wtcoau.adb,
1257         a-szuzha.ads, s-mmosin-unix.adb, a-stmaco.ads, s-spsufi.ads,
1258         s-stchop-limit.ads, a-wtcoau.ads, a-exctra.adb, s-mmosin-unix.ads,
1259         s-sequio.adb, s-conca2.adb, g-table.adb, s-imglli.adb,
1260         a-numaux-x86.adb, a-strsea.adb, s-wchstw.adb, a-clrefi.adb,
1261         a-wwboio.adb, a-exctra.ads, s-sequio.ads, s-conca2.ads, a-wwunio.ads,
1262         system-linux-hppa.ads, g-table.ads, s-dimkio.ads, s-imglli.ads,
1263         a-cofove.adb, a-numaux-x86.ads, s-wchstw.ads, a-strsea.ads,
1264         a-clrefi.ads, a-wwboio.ads, s-stratt-xdr.adb, s-crc32.adb,
1265         s-excmac-arm.adb, g-busora.adb, a-cofove.ads, s-osprim-unix.adb,
1266         g-io.adb, s-pack49.adb, s-crc32.ads, s-excmac-arm.ads, a-fzteio.ads,
1267         g-busora.ads, s-stausa.adb, system-linux-mips.ads, sequenio.ads,
1268         g-exctra.adb, g-rewdat.adb, a-cgaaso.adb, g-io.ads, s-pack49.ads,
1269         a-wtflau.adb, a-undesu.adb, s-stausa.ads, a-ztenau.adb, g-enutst.ads,
1270         calendar.ads, s-pack58.adb, g-rewdat.ads, g-exctra.ads, s-ststop.adb,
1271         a-cgaaso.ads, a-strfix.adb, a-comlin.adb, a-strunb-shared.adb,
1272         a-wtflau.ads, a-undesu.ads, a-cbhase.adb, a-ztenau.ads, s-os_lib.adb,
1273         a-coorse.adb, a-chlat1.ads, s-pack58.ads, s-ststop.ads, a-strfix.ads,
1274         a-comlin.ads, a-strunb-shared.ads, a-nscefu.ads, s-valboo.adb,
1275         directio.ads, a-chtgke.adb, a-cbhase.ads, a-wtinau.adb,
1276         system-linux-alpha.ads, s-os_lib.ads, a-coorse.ads,
1277         system-linux-s390.ads, s-imgwiu.adb, a-chtgop.adb, s-valboo.ads,
1278         a-chtgke.ads, a-tienio.adb, s-conca3.adb, a-wtinau.ads,
1279         system-darwin-ppc.ads, i-c.adb, s-expllu.adb, g-expect.adb,
1280         g-sha256.ads, s-vallld.adb, s-imgwiu.ads, a-chtgop.ads, a-strmap.adb,
1281         a-tienio.ads, s-conca3.ads, s-imgint.adb, i-c.ads, s-expllu.ads,
1282         s-osprim-darwin.adb, a-cogeso.adb, g-expect.ads, a-iwteio.ads,
1283         s-vallld.ads, a-coinho-shared.adb, g-shsh64.adb, a-strmap.ads,
1284         g-comlin.adb, a-excpol.adb, s-imgint.ads, a-ztdeau.adb, a-cogeso.ads,
1285         a-coinho-shared.ads, g-shsh64.ads, g-comlin.ads, a-stzsup.adb,
1286         a-rbtgbk.adb, a-wtmoau.adb, a-ztdeau.ads, s-exnlli.adb, g-tty.adb,
1287         g-heasor.adb, g-socthi-dummy.adb, s-llflex.ads, a-zchara.ads,
1288         a-stzsup.ads, a-ztcstr.adb, a-rbtgbk.ads, a-sfwtio.ads, a-wtmoau.ads,
1289         a-sulcin.adb, s-exnlli.ads, system-freebsd.ads, a-stunha.adb,
1290         a-charac.ads, g-tty.ads, g-heasor.ads, s-exctra.adb,
1291         g-socthi-dummy.ads, a-coboho.adb, a-ztcstr.ads, a-tideio.adb,
1292         a-sulcin.ads, a-wrstfi.adb, g-alleve.adb, s-pack59.adb, a-ngrear.adb,
1293         a-stboha.adb, a-stunau-shared.adb, a-stunha.ads, a-lfwtio.ads,
1294         s-fileio.adb, s-exctra.ads, a-coboho.ads, a-ioexce.ads, a-tideio.ads,
1295         a-ngrear.ads, a-wrstfi.ads, s-pack59.ads, g-alleve.ads, a-stboha.ads,
1296         s-poosiz.adb, g-traceb.adb, g-rannum.adb, machcode.ads, s-purexc.ads,
1297         s-fileio.ads, a-cfinve.adb, a-crbtgk.adb, system-solaris-x86.ads,
1298         s-poosiz.ads, g-rannum.ads, g-traceb.ads, a-except.adb, s-conca4.adb,
1299         a-stream.adb, a-cfinve.ads, a-crbtgk.ads, s-wchwts.adb,
1300         system-mingw.ads, a-except.ads, s-conca4.ads, a-chzla9.ads,
1301         s-valenu.adb, s-soflin.adb, a-stream.ads, a-cgarso.adb, s-valllu.adb,
1302         g-crc32.adb, s-wchwts.ads, s-fatflt.ads, s-imguns.adb, s-strcom.adb,
1303         g-decstr.adb, s-valenu.ads, s-soflin.ads, a-cgarso.ads, a-cwila1.ads,
1304         s-valllu.ads, g-crc32.ads, s-imguns.ads, g-spipat.adb, s-valwch.adb,
1305         s-strcom.ads, g-decstr.ads, text_io.ads, g-debuti.adb, s-stchop.adb,
1306         g-spipat.ads, s-valwch.ads, a-string.ads, s-exnint.adb, g-awk.adb,
1307         g-tasloc.adb, s-wwdenu.adb, s-boustr.adb, a-zchuni.adb, s-stchop.ads,
1308         g-debuti.ads, s-stopoo.adb, system-dragonfly-x86_64.ads,
1309         system-linux-x86.ads, s-exnint.ads, g-awk.ads, a-stzhas.adb,
1310         g-tasloc.ads, s-wwdenu.ads, g-debpoo.adb, g-except.ads,
1311         g-sse.ads, s-boustr.ads, a-zchuni.ads, s-bitops.adb, s-wwdwch.adb,
1312         s-stopoo.ads, a-catizo.adb, a-stzhas.ads, a-nlcefu.ads, g-debpoo.ads,
1313         i-vxwoio.adb, s-bitops.ads, g-io-put-vxworks.adb, s-wwdwch.ads,
1314         g-sehamd.adb, a-ssicst.adb, a-catizo.ads, s-mmap.adb, g-string.adb,
1315         s-traceb.adb, a-swunau.adb, s-rannum.adb, a-ticoau.adb, i-vxwoio.ads,
1316         g-sehamd.ads, a-stwiun.adb, a-ssicst.ads, s-conca5.adb, a-ssitio.ads,
1317         s-mmap.ads, a-zttest.adb, g-string.ads, g-sercom.adb, a-cdlili.adb,
1318         a-swunau.ads, s-traceb.ads, s-rannum.ads, a-ticoau.ads, system-aix.ads,
1319         a-cforma.adb, a-stwiun.ads, s-conca5.ads, s-carsi8.adb, a-zttest.ads,
1320         g-sercom.ads, a-cdlili.ads, a-cihama.adb, g-sptain.ads, a-cforma.ads,
1321         s-maccod.ads, s-carsi8.ads, a-strsup.adb, g-sha1.adb, a-cihama.ads,
1322         g-stseme.adb, s-traent.adb, s-valcha.adb, g-curexc.ads, a-strsup.ads,
1323         g-sha1.ads, a-sflcin.ads, s-traent.ads, s-pack10.adb, s-valcha.ads,
1324         a-coteio.ads, s-tasloc.adb, g-utf_32.adb, a-suteio.adb, s-except.adb,
1325         a-direct.adb, g-stsifd-sockets.adb, a-numaux-vxworks.ads, s-winext.ads,
1326         s-pack10.ads, a-ztexio.adb, a-tiflau.adb, system-vxworks-arm.ads,
1327         s-tasloc.ads, a-suteio.ads, g-utf_32.ads, s-except.ads,
1328         a-direct.ads, a-swbwha.adb, g-hesorg.adb, s-wwdcha.adb, a-wtedit.adb,
1329         a-ztexio.ads, a-wtcoio.adb, a-tiflau.ads, a-ssizti.ads, s-casi32.adb,
1330         a-swbwha.ads, s-veboop.adb, g-hesorg.ads, s-parame-rtems.adb,
1331         s-wwdcha.ads, a-wtedit.ads, a-stuten.adb, a-coinve.adb, a-wtcoio.ads,
1332         s-casi32.ads, s-string.adb, a-tiinau.adb, a-cusyqu.adb, s-conca6.adb,
1333         s-veboop.ads, a-cgcaso.adb, a-numaux-darwin.adb, a-envvar.adb,
1334         a-stuten.ads, s-secsta.adb, a-coinve.ads, s-string.ads, a-cusyqu.ads,
1335         a-tiinau.ads, s-osprim-vxworks.adb, s-conca6.ads, g-spchge.adb,
1336         s-parint.adb, a-cuprqu.adb, a-cgcaso.ads, a-numaux-darwin.ads,
1337         a-envvar.ads, s-secsta.ads, g-spchge.ads, s-parint.ads, a-cuprqu.ads,
1338         a-swuwti.adb, a-flteio.ads, a-sbhcin.adb, a-coprnu.adb, g-u3spch.adb,
1339         s-atocou.adb, g-ctrl_c.adb, a-swuwti.ads, a-calend.adb, a-sbhcin.ads,
1340         a-coprnu.ads, g-dirope.adb, g-sha512.ads, g-u3spch.ads, s-atocou.ads,
1341         g-ctrl_c.ads, a-timoau.adb, a-witeio.adb, s-pack11.adb, a-strhas.adb,
1342         a-wtflio.adb, g-spitbo.adb, a-calend.ads, a-ztenio.adb, g-dirope.ads,
1343         a-slcain.adb, g-sechas.adb, a-timoau.ads, a-witeio.ads, s-pack11.ads,
1344         s-shasto.adb, s-traceb-mastop.adb, a-ciorse.adb, s-utf_32.adb,
1345         a-strhas.ads, a-wtflio.ads, g-spitbo.ads, a-ztenio.ads, a-slcain.ads,
1346         g-sechas.ads, s-gearop.adb, a-siztio.ads, s-pack20.adb, s-shasto.ads,
1347         a-ciorse.ads, s-utf_32.ads, s-crtl.ads, a-wtinio.adb, s-elaall.adb,
1348         s-explli.adb, s-chepoo.ads, s-gearop.ads, a-einuoc.adb, s-pack20.ads,
1349         system-linux-ia64.ads, a-swunau-shared.adb, a-wtinio.ads, g-alvety.ads,
1350         a-liztio.ads, g-calend.adb, s-conca7.adb, s-elaall.ads, s-explli.ads,
1351         a-einuoc.ads, s-widboo.adb, s-imgdec.adb, a-cbhama.adb, g-calend.ads,
1352         s-conca7.ads, a-llitio.ads, i-cexten.ads, a-coorma.adb, s-widboo.ads,
1353         s-diflio.adb, g-souinf.ads, s-imgdec.ads, g-strhas.ads, a-cbhama.ads,
1354         g-shshco.adb, a-ztdeio.adb, s-gloloc.adb, a-coorma.ads, g-wispch.adb,
1355         s-pack03.adb, g-eacodu.adb, s-casi16.adb, s-diflio.ads, a-colien.adb,
1356         g-shshco.ads, a-wtmoio.adb, a-rbtgbo.adb, a-ztdeio.ads,
1357         system-rtems.ads, s-gloloc.ads, a-csquin.ads, a-cofuse.adb,
1358         g-wispch.ads, s-pack03.ads, s-casi16.ads, s-io.adb, a-colien.ads,
1359         g-alveop.adb, gnat.ads, s-diinio.adb, a-cfdlli.adb, g-pehage.adb,
1360         a-wtmoio.ads, a-stwiha.adb, a-locale.adb, a-tirsfi.adb, a-nscoty.ads,
1361         a-rbtgbo.ads, s-pack12.adb, a-cofuse.ads, a-sfteio.ads, s-io.ads,
1362         g-alveop.ads, a-cfdlli.ads, s-diinio.ads, a-stwiha.ads, g-pehage.ads,
1363         a-locale.ads, a-tirsfi.ads, s-pack12.ads, s-valuti.adb, g-cppexc.adb,
1364         system-vxworks-ppc.ads, g-memdum.adb, a-lfteio.ads, s-pack21.adb,
1365         s-unstyp.ads, s-valuti.ads, g-cppexc.ads, system-hpux-ia64.ads,
1366         g-memdum.ads, g-soccon.ads, g-altive.ads, a-crbtgo.adb, s-pack21.ads,
1367         a-llizti.ads, a-numaux-libc-x86.ads, s-expint.adb, s-conca8.adb,
1368         a-crbtgo.ads, s-pack30.adb, s-vallli.adb, s-geveop.adb, s-expint.ads,
1369         a-direio.adb, s-conca8.ads, a-widcha.ads, s-pack30.ads, s-vallli.ads,
1370         s-strhas.adb, s-geveop.ads, g-md5.adb, a-direio.ads, a-numaux.ads,
1371         s-ransee.adb, a-szbzha.adb, i-cobol.adb, g-busorg.adb, s-strhas.ads,
1372         g-md5.ads, s-widenu.adb, s-ransee.ads, s-widllu.adb, a-szbzha.ads,
1373         a-ststio.adb, i-cobol.ads, g-busorg.ads, g-regpat.adb, s-widenu.ads,
1374         a-secain.adb, s-widllu.ads, s-pack13.adb, g-encstr.adb, a-ztcoau.adb,
1375         a-ststio.ads, s-widwch.adb, g-regpat.ads, s-atacco.adb, a-cborse.adb,
1376         a-secain.ads, s-pack13.ads, g-encstr.ads, a-ztcoau.ads, s-widwch.ads,
1377         g-io_aux.adb, s-atacco.ads, a-ncelfu.ads, interfac.ads, a-cborse.ads,
1378         g-regexp.adb, s-pack22.adb, a-szuzti.adb, g-io_aux.ads, s-caun32.adb,
1379         a-nselfu.ads, g-regexp.ads, s-pack22.ads, a-ticoio.adb, a-szuzti.ads,
1380         g-diopit.adb, s-caun32.ads, s-conca9.adb, a-tags.adb, a-swmwco.ads,
1381         a-sbecin.adb, s-pack31.adb, s-expuns.adb, a-ticoio.ads, s-valint.adb,
1382         s-conca9.ads, g-diopit.ads, a-tags.ads, a-nllcef.ads, a-izteio.ads,
1383         a-sbecin.ads, s-expuns.ads, s-pack31.ads, g-dyntab.adb, s-powtab.ads,
1384         s-flocon-none.adb, s-valint.ads, a-ssiwti.ads, s-mmosin-mingw.adb,
1385         s-pack40.adb, s-pack05.adb, a-ztflau.adb, g-dyntab.ads,
1386         a-szuzti-shared.adb, g-alvevi.ads, a-stwise.adb, s-mmosin-mingw.ads,
1387         s-pack40.ads, a-diocst.adb, a-ztflau.ads, s-pack05.ads, a-nlcoty.ads,
1388         a-contai.ads, a-stwisu.adb, g-byorma.adb, a-siwtio.ads, a-stwise.ads,
1389         s-regpat.adb, g-mbdira.adb, s-pack14.adb, a-diocst.ads, g-flocon.ads,
1390         g-mbflra.adb, a-ztinau.adb, s-dim.ads, s-mantis.adb, a-stwisu.ads,
1391         g-byorma.ads, s-atopri.adb, g-wistsp.ads, a-uncdea.ads, s-widcha.adb,
1392         a-caldel.adb, s-regpat.ads, g-mbdira.ads, a-tiflio.adb, s-pack14.ads,
1393         s-parame.adb, a-liwtio.ads, s-memory.adb, g-mbflra.ads, a-ztinau.ads,
1394         a-wtgeau.adb, s-direio.adb, s-mantis.ads, s-atopri.ads, s-widcha.ads,
1395         a-caldel.ads, s-pack23.adb, a-unccon.ads, a-tiflio.ads, s-parame.ads,
1396         a-llftio.ads, s-memory.ads, s-regexp.adb, a-wtgeau.ads, a-exexda.adb,
1397         s-direio.ads, s-pack23.ads, g-stheme.adb, a-tiinio.adb, g-sestin.ads,
1398         s-regexp.ads, a-wtfiio.adb, a-comutr.adb, a-exexpr.adb, a-tiinio.ads,
1399         a-ztmoau.adb, a-cohata.ads, a-wtfiio.ads, s-imgrea.adb, ada.ads,
1400         a-szunau-shared.adb, a-comutr.ads, s-valuns.adb, a-ztmoau.ads,
1401         system-linux-arm.ads, s-osprim-x32.adb, s-pack41.adb, s-pack06.adb,
1402         s-imgrea.ads, s-valuns.ads, s-finroo.adb, s-caun16.adb, s-pooglo.adb,
1403         a-zrstfi.adb, a-suenst.adb, s-pack41.ads, g-binenv.adb, s-pack06.ads,
1404         a-calari.adb, a-nlcoar.ads, s-finroo.ads, a-timoio.adb, s-caun16.ads,
1405         s-flocon.adb, a-suenst.ads, a-zrstfi.ads, s-pooglo.ads, s-wchcon.adb,
1406         s-traceb-hpux.adb, s-pack50.adb, i-fortra.adb, s-pack15.adb,
1407         a-ngcefu.adb, g-sptavs.ads, g-binenv.ads, s-wchjis.adb, a-calari.ads,
1408         a-timoio.ads, a-decima.adb, s-flocon.ads, s-wchcon.ads, a-llfzti.ads,
1409         i-fortra.ads, s-pack50.ads, s-pack15.ads, a-ngcefu.ads, a-cfhase.adb,
1410         s-wchjis.ads, g-soliop.ads, a-decima.ads, a-chlat9.ads, s-pack24.adb,
1411         a-nlelfu.ads, a-cfhase.ads, g-locfil.adb, s-atocou-builtin.adb,
1412         s-memcop.ads, a-szunau.adb, s-pack24.ads, s-imgllb.adb, s-auxdec.adb,
1413         g-locfil.ads, s-pack33.adb, a-szunau.ads, s-parame-vxworks.adb,
1414         s-imgllb.ads, a-ciorma.adb, s-auxdec.ads, a-cobove.adb, s-dsaser.ads,
1415         a-elchha.adb, s-pack33.ads, a-cofuve.adb, s-parame-vxworks.ads,
1416         a-ciorma.ads, system-darwin-x86.ads, s-multip.adb, a-stwiun-shared.adb,
1417         a-wichun.adb, a-cobove.ads, s-imgbiu.adb, s-tsmona-mingw.adb,
1418         a-coormu.adb, a-siocst.adb, s-win32.ads, a-elchha.ads, s-pack42.adb,
1419         s-pack07.adb, a-cofuve.ads, system-hpux.ads, a-teioed.adb,
1420         a-convec.adb, g-speche.adb, s-multip.ads, a-stwiun-shared.ads,
1421         a-wichun.ads, s-imgbiu.ads, a-numeri.ads, a-siocst.ads, a-coormu.ads,
1422         a-lliwti.ads, s-pack42.ads, s-pack07.ads, a-teioed.ads, a-convec.ads,
1423         g-speche.ads, g-socthi.adb, a-nucoty.ads, a-szmzco.ads, s-pack51.adb,
1424         s-osprim-mingw.adb, s-casi64.adb, g-strspl.ads, g-socthi.ads,
1425         g-socket-dummy.adb, s-pack51.ads, s-dimmks.ads, s-casi64.ads,
1426         a-wtenau.adb, s-stchop-vxworks.adb, s-pack60.adb,
1427         system-solaris-sparc.ads, s-pack25.adb, g-socket-dummy.ads,
1428         a-exstat.adb, a-cofuma.adb, s-tsmona-linux.adb, a-wtenau.ads,
1429         s-pack60.ads, s-pack25.ads, i-cstrea.adb, a-cofuma.ads, g-exptty.adb,
1430         a-chzla1.ads, s-pack34.adb, i-cstrea.ads, s-excdeb.adb, a-iteint.ads,
1431         g-exptty.ads, i-pacdec.adb, s-pack34.ads, s-rident.ads, s-sopco3.adb,
1432         i-vxwork.ads, s-excdeb.ads, system-linux-ppc.ads, a-swuwti-shared.adb,
1433         s-widlli.adb, s-pack43.adb, i-pacdec.ads, a-cwila9.ads, s-sopco3.ads,
1434         a-fwteio.ads, s-widlli.ads, s-pack43.ads, a-suhcin.adb, a-wtdeau.adb,
1435         g-allein.ads, a-suezst.adb, a-dirval-mingw.adb, g-zspche.adb,
1436         s-bignum.adb, a-ztedit.adb, g-regist.adb, a-nllefu.ads, a-ztcoio.adb,
1437         s-pack52.adb, a-llctio.ads, a-nucoar.ads, s-pack17.adb, a-suhcin.ads,
1438         a-wtdeau.ads, a-suezst.ads, a-dirval.adb, g-zspche.ads, g-regist.ads,
1439         a-ztedit.ads, s-bignum.ads, a-wtcstr.adb, system.ads, s-pack52.ads,
1440         a-ztcoio.ads, s-pack17.ads, s-imgboo.adb, a-rbtgso.adb, a-dirval.ads,
1441         a-cohase.adb, s-pack61.adb, a-wtcstr.ads, s-pack26.adb, s-osprim.ads,
1442         a-tigeau.adb, s-imgboo.ads, a-nuelfu.ads, a-swfwha.ads, s-commun.adb,
1443         g-socthi-vxworks.adb, a-rbtgso.ads, a-cohase.ads, g-zstspl.ads,
1444         s-pack61.ads, s-pack26.ads, a-intnam-dragonfly.ads, s-imglld.adb,
1445         a-tigeau.ads, s-commun.ads, g-socthi-vxworks.ads, a-cborma.adb,
1446         a-stwifi.adb, g-moreex.adb, s-pack35.adb, s-imglld.ads, s-valdec.adb,
1447         a-tifiio.adb, a-cborma.ads, g-moreex.ads, a-stwifi.ads, s-pack35.ads,
1448         s-sopco4.adb, g-sha224.ads, g-socket.adb, a-intnam-rtems.ads,
1449         s-finmas.adb, s-valdec.ads, s-addima.adb, a-finali.adb, a-tifiio.ads,
1450         s-rpc.adb, a-ztflio.adb, s-pack44.adb, s-pack09.adb, a-sblcin.adb,
1451         s-sopco4.ads, a-textio.adb, g-socket.ads, g-sptabo.ads, s-finmas.ads,
1452         g-shsh32.adb, s-addima.ads, a-finali.ads, s-mmauni-long.ads, s-rpc.ads,
1453         a-ztflio.ads, system-djgpp.ads, s-stache.adb, s-pack44.ads,
1454         s-pack09.ads, a-sblcin.ads, a-textio.ads, a-cidlli.adb, g-shsh32.ads,
1455         a-chtgbk.adb, a-tiocst.adb, s-pack53.adb, s-pack18.adb, s-stache.ads,
1456         a-zchhan.adb, s-fatlfl.ads, a-ztinio.adb, s-strops.adb, a-siteio.ads,
1457         a-cidlli.ads, a-chtgbk.ads, g-ssvety.ads, a-tiocst.ads, s-pack53.ads,
1458         s-parame-hpux.ads, s-pack18.ads, a-zchhan.ads, s-strops.ads,
1459         a-ztinio.ads, a-wichha.adb, a-stwima.adb, a-nlrear.ads, a-liteio.ads,
1460         s-pack62.adb, s-pack27.adb, s-fore.adb, s-vercon.adb, a-wichha.ads,
1461         a-stwima.ads, s-pack62.ads, system-linux-sparc.ads, s-pack27.ads,
1462         g-dynhta.adb, s-fore.ads, s-vercon.ads, a-cofuba.adb, a-cimutr.adb,
1463         i-cpoint.adb, s-imgenu.adb, a-stwibo.adb, s-pack36.adb, i-cstrin.adb,
1464         s-imgllu.adb, a-suteio-shared.adb, g-excact.adb, s-stoele.adb,
1465         s-addope.adb, g-dynhta.ads, a-cofuba.ads, a-ztmoio.adb, a-llfwti.ads,
1466         a-cimutr.ads, i-cpoint.ads, s-imgenu.ads, a-stwibo.ads, a-wttest.adb,
1467         s-pack36.ads, a-tgdico.ads, s-sopco5.adb, s-scaval.adb, i-cstrin.ads,
1468         s-imgllu.ads, g-excact.ads, s-stoele.ads, g-deutst.ads, s-addope.ads,
1469         s-imgwch.adb, g-sha384.ads, a-ztmoio.ads, s-pack45.adb, a-wttest.ads,
1470         s-sopco5.ads, s-excmac-gcc.adb, s-scaval.ads, a-storio.adb,
1471         a-coinho.adb, a-btgbso.adb, s-imgwch.ads, s-carun8.adb, memtrack.adb,
1472         s-pack45.ads, a-sfhcin.ads, s-excmac-gcc.ads, a-storio.ads,
1473         a-coinho.ads, a-btgbso.ads, s-stratt.adb, s-carun8.ads, a-shcain.adb,
1474         s-pack54.adb, s-pack19.adb, a-colire.adb, a-tigeli.adb, s-caun64.adb,
1475         s-stratt.ads, s-fatgen.adb, a-shcain.ads, a-stzunb-shared.adb,
1476         s-pack54.ads, s-pack19.ads, a-colire.ads, a-calcon.adb, s-caun64.ads,
1477         s-fatgen.ads, s-pack63.adb, g-arrspl.adb, a-stzunb-shared.ads,
1478         s-pack28.adb, a-nllrar.ads, a-zzboio.adb, a-zzunio.ads, a-stunau.adb,
1479         a-calcon.ads, g-cgideb.adb, s-objrea.adb, s-mastop.adb, a-tienau.adb,
1480         g-altcon.adb, g-arrspl.ads, s-pack63.ads, s-restri.adb, s-pack28.ads,
1481         a-zzboio.ads, a-stunau.ads, g-cgideb.ads, g-htable.adb, g-sothco.adb,
1482         s-objrea.ads, g-soliop-solaris.ads, s-mastop.ads, a-tienau.ads,
1483         system-linux-m68k.ads, g-altcon.ads, s-dmotpr.ads, s-memory-mingw.adb,
1484         g-cgicoo.adb, s-pack37.adb, s-restri.ads, s-fatllf.ads, s-expmod.adb,
1485         a-swuwha.adb, a-exextr.adb, a-cfhama.adb, s-gloloc-mingw.adb,
1486         a-tiboio.adb, g-forstr.adb, g-sothco.ads, a-stzbou.adb, a-nllcty.ads,
1487         a-suecin.adb, g-htable.ads, s-exctab.adb, a-tiunio.ads, g-cgicoo.ads,
1488         s-osprim-posix.adb, s-pack37.ads, a-ciormu.adb, s-atocou-x86.adb,
1489         a-swuwha.ads, s-expmod.ads, a-cfhama.ads, s-ficobl.ads, a-ngcoty.adb,
1490         g-forstr.ads, a-tiboio.ads, a-calfor.adb, a-stzbou.ads, a-suecin.ads,
1491         a-conhel.adb, a-crbltr.ads, s-exctab.ads, a-dhfina.ads, s-imgcha.adb,
1492         s-pack46.adb, a-ciormu.ads, system-linux-sh4.ads, a-chahan.adb,
1493         a-ngcoty.ads, a-stzunb.adb, a-szfzha.ads, a-calfor.ads, a-cbdlli.adb,
1494         a-conhel.ads, s-imgcha.ads, s-pack46.ads, a-assert.adb, a-chahan.ads,
1495         a-stzunb.ads, a-crdlli.adb, s-pack55.adb, a-cbdlli.ads, a-tideau.adb,
1496         a-assert.ads, ioexcept.ads, s-boarop.ads, g-hesora.adb, a-crdlli.ads,
1497         s-pack55.ads, a-tideau.ads, g-bubsor.adb, a-wtenio.adb, a-cbsyqu.adb,
1498         g-hesora.ads, s-pack29.adb, a-nurear.ads, g-catiio.adb, s-stposu.adb,
1499         g-bubsor.ads, a-wtenio.ads, a-cbsyqu.ads, a-suewst.adb,
1500         system-vxworks-x86.ads, s-pack29.ads, a-cbmutr.adb, a-cbprqu.adb,
1501         s-imenne.adb, g-sothco-dummy.adb, g-casuti.adb, g-catiio.ads,
1502         s-stposu.ads, a-stzsea.adb, s-pack38.adb, a-suewst.ads, s-imgllw.adb,
1503         a-cbprqu.ads, a-cbmutr.ads, s-imenne.ads, g-sothco-dummy.ads,
1504         g-casuti.ads, s-htable.adb, s-fatsfl.ads, g-trasym.adb, unchconv.ads,
1505         a-stzsea.ads, s-arit64.adb, s-pack38.ads, a-nllcar.ads, s-valrea.adb,
1506         s-imgllw.ads, s-htable.ads, a-sequio.adb, g-trasym.ads, a-ngcoar.adb,
1507         s-exnllf.adb, s-pack47.adb, s-arit64.ads, g-sercom-mingw.adb,
1508         s-valrea.ads, g-socthi-mingw.adb, g-bytswa.adb, g-sehash.adb,
1509         unchdeal.ads, a-sequio.ads, a-ngcoar.ads, s-exnllf.ads, a-wtdeio.adb,
1510         s-pack47.ads, g-socthi-mingw.ads, a-excpol-abort.adb, a-ztgeau.adb,
1511         g-bytswa.ads, g-sehash.ads, s-pack56.adb, a-wtdeio.ads, a-ngelfu.adb,
1512         a-ztgeau.ads, a-cforse.adb, s-filatt.ads, a-stzfix.adb, a-cihase.adb,
1513         s-pack56.ads, a-sfztio.ads, a-ngelfu.ads, s-trasym-dwarf.adb,
1514         a-cforse.ads, a-ztfiio.adb, g-timsta.adb, a-stzfix.ads, a-cihase.ads,
1515         a-ztfiio.ads, system-darwin-arm.ads: Move non-tasking runtime sources
1516         to libgnat subdirectory.
1518 2017-09-08  Yannick Moy  <moy@adacore.com>
1520         * sem_aux.adb, sem_aux.ads (Get_Called_Entity): New function to
1521         return the entity associated with the call.
1522         * sem_util.adb, sem_util.ads (Check_Function_Writable_Actuals):
1523         Replace the internal Get_Function_Id with the new
1524         Sem_Aux.Get_Called_Entity.
1525         (Iterate_Call_Parameters): New
1526         procedure to iterate on formals and actuals at the same time.
1527         * sem_ch12.adb (Analyze_Subprogram_Instantiation):
1528         Set SPARK_Mode from spec when set, for analysis
1529         of instance. Restore after analysis of instance.
1530         (Instantiate_Subprogram_Body): Set SPARK_Mode from body when
1531         set, for analysis of body instance. Restored automatically at
1532         the end of the subprogram.
1533         * gnat1drv.adb (Adjust_Global_Switches): Set
1534         Check_Validity_Of_Parameters to False in GNATprove mode.
1535         * opt.ads (Check_Validity_Of_Parameters): Document switch to
1536         set option.
1538 2017-09-08  Eric Botcazou  <ebotcazou@adacore.com>
1540         * sem_util.adb (NCT_Tables_In_Use): Move to library level from...
1541         (New_Copy_Tree): ...there.  Reset the hash tables only if they
1542         were used in the previous invocation.
1543         * s-htable.adb: Fix typo.
1545 2017-09-08  Bob Duff  <duff@adacore.com>
1547         * a-ssicst.adb (Open): Set File.Last_Op to the appropriate value.
1549 2017-09-08  Arnaud Charlet  <charlet@adacore.com>
1551         * sem_aggr.adb: minor style fix.
1553 2017-09-08  Bob Duff  <duff@adacore.com>
1555         * sprint.adb (Write_Corresponding_Source): Ignore if there is
1556         no current source file.
1557         (Write_Name_With_Col_Check, Write_Name_With_Col_Check_Sloc):
1558         Print something helpful in case N is invalid.
1559         * sprint.ads: Minor comment fix.
1561 2017-09-08  Eric Botcazou  <ebotcazou@adacore.com>
1563         * exp_aggr.adb: (Aggr_Assignment_OK_For_Backend): Add early return for
1564         access types.
1566 2017-09-08  Bob Duff  <duff@adacore.com>
1568         * par-prag.adb, sem_prag.adb, snames.ads-tmpl: Implement pragma
1569         Ada_2020, along the same lines as the other Ada version pragmas.
1571 2017-09-08  Gary Dismukes  <dismukes@adacore.com>
1573         * sem_ch12.adb: Minor typo fixes and reformatting.
1575 2017-09-08  Yannick Moy  <moy@adacore.com>
1577         * sem_aggr.adb (Resolve_Record_Aggregate):
1578         Rewrite bounds of aggregate subexpressions which may depend on
1579         discriminants of the enclosing aggregate.
1581 2017-09-08  Yannick Moy  <moy@adacore.com>
1583         * sem_ch5.adb: Prevent assertion failure on illegal code.
1585 2017-09-08  Yannick Moy  <moy@adacore.com>
1587         * lib-xref-spark_specific.adb (Add_SPARK_Xrefs.Is_SPARK_Scope): Avoid
1588         calling Renamed_Entity on an entity which cannot be a renaming.
1590 2017-09-08  Eric Botcazou  <ebotcazou@adacore.com>
1592         * exp_aggr.adb: Add with & use clause for Urealp.
1593         (Aggr_Assignment_OK_For_Backend): Accept (almost all)
1594         elementary types instead of just discrete types.
1595         * sem_eval.adb (Expr_Value): Deal with N_Null for access types.
1596         * gcc-interface/trans.c (gnat_to_gnu) <N_Assignment_Statement>:
1597         Be prepared for the FP zero value in the memset case.  Add small
1598         guard.
1600 2017-09-08  Eric Botcazou  <ebotcazou@adacore.com>
1602         * s-htable.adb (Static_HTable.Reset): Use aggregate instead
1603         of loop.
1605 2017-09-08  Hristian Kirtchev  <kirtchev@adacore.com>
1607         * exp_aggr.adb (Expand_Array_Aggregate): Use New_Copy_Tree instead
1608         of New_Copy because the latter leaves the syntactic structure of
1609         the tree inconsistent (a child is accessible through two parents)
1610         and prevents proper replication of itypes by subsequent calls
1611         to New_Copy_Tree.
1612         * exp_ch4.adb (Expand_Concatenate): Use New_Copy_Tree instead of
1613         New_Copy because the latter leaves the syntactic structure of the
1614         tree inconsistent (a child is accessible through two parents)
1615         and prevents proper replication of itypes by subsequent calls
1616         to New_Copy_Tree.
1617         * sem_util.adb (In_Subtree): New routine.
1618         (New_Copy_Tree): Reimplemented.
1619         * sem_util.ads (In_Subtree): New routine.
1620         (New_Copy_Tree): Reimplemented.
1622 2017-09-08  Ed Schonberg  <schonberg@adacore.com>
1624         * sem_ch13.adb (Resolve_Aspect_Expressions): The expression
1625         for aspect Default_Value is a static scalar value, but it does
1626         not freeze the type. Yhis allows for subsequent representation
1627         clauses for the type.
1629 2017-09-08  Javier Miranda  <miranda@adacore.com>
1631         * sem_ch8.adb (Find_Direct_Name.Undefined): Do
1632         not add entries into the undefined reference table when we are
1633         compiling with errors ignored.
1635 2017-09-08  Ed Schonberg  <schonberg@adacore.com>
1637         * sem_ch12.adb (Check_Formal_Packages): Do not apply conformance
1638         check if the instance is within an enclosing instance body. The
1639         formal package was legal in the enclosing generic, and is
1640         legal in the enclosing instantiation.  This optimisation may be
1641         applicable elsewhere, and it also removes spurious errors that
1642         may arise with on-the-fly processing  of instantiations that
1643         contain Inline_Always subprograms.
1645 2017-09-08  Vincent Celier  <celier@adacore.com>
1647         * gnatcmd.adb: Disregard empty argument of GNAT driver.
1649 2017-09-08  Justin Squirek  <squirek@adacore.com>
1651         * checks.adb (Insert_Valid_Check): Manually decorate
1652         the generated temporary for range valdity checks.
1654 2017-09-08  Eric Botcazou  <ebotcazou@adacore.com>
1656         * usage.adb (Usage): Document new -gnatw.q/-gnatw.Q switches.
1658 2017-09-08  Justin Squirek  <squirek@adacore.com>
1660         * switch-c.adb (Scan_Front_End_Switches): Add new warning switch
1661         case to handle underscore flags.
1662         * warnsw.adb, warnsw.ads (Set_Underscore_Warning_Switch): Create
1663         new procedure to handle underscores.
1665 2017-09-08  Javier Miranda  <miranda@adacore.com>
1667         * exp_ch4.adb (Expand_N_Op_Divide): Reordering code that handles
1668         divisions with fixed point results to avoid generating twice
1669         the runtime check on divide by zero.
1670         * checks.adb (Apply_Divide_Checks): Ensure that operands are
1671         not evaluated twice (once for their runtime checks and once for
1672         their regular computation).
1674 2017-09-08  Yannick Moy  <moy@adacore.com>
1676         * sem_prag.adb (Analyze_Part_Of): Add missing
1677         return statements after issuing errors.  Add detection of
1678         out-of-order item and single concurrent type.
1680 2017-09-08  Nicolas Roche  <roche@adacore.com>
1682         * gcc-interface/Makefile.in, a-extiti.ads, s-taprop-linux.adb,
1683         s-osinte-solaris.adb, a-intnam.ads, s-osinte-solaris.ads,
1684         s-tpobop.adb, s-intman-android.adb, s-tasinf.adb, s-tpobop.ads,
1685         s-tasinf.ads, i-vxinco.adb, a-exetim-posix.adb, i-vxinco.ads,
1686         a-astaco.adb, a-astaco.ads, s-tporft.adb, s-tpoaal.adb, a-taside.adb,
1687         a-taside.ads, s-tpopsp-posix.adb, s-tasdeb.adb, s-tasdeb.ads,
1688         s-tpoben.adb, a-dinopr.ads, s-inmaop-vxworks.adb, s-tpoben.ads,
1689         s-interr-vxworks.adb, s-interr-dummy.adb, s-tassta.adb,
1690         a-intnam-mingw.ads, s-tassta.ads, s-taasde.adb, a-stcoed.ads,
1691         s-taasde.ads, s-osinte-darwin.adb, s-proinf.adb, s-taprop-dummy.adb,
1692         s-osinte-darwin.ads, s-proinf.ads, s-linux.ads, a-intnam-linux.ads,
1693         s-tasren.adb, s-tasren.ads, s-mudido.adb, g-semaph.adb, s-mudido.ads,
1694         s-taprop-posix.adb, g-semaph.ads, s-osinte-mingw.ads, s-vxwork-x86.ads,
1695         s-tposen.adb, s-linux-sparc.ads, s-taprop-vxworks.adb, s-tasini.adb,
1696         s-tposen.ads, s-tasini.ads, a-etgrbu.ads, s-interr-hwint.adb,
1697         s-osinte-linux.ads, s-taprop.ads, s-tasque.adb, s-tasque.ads,
1698         s-taenca.adb, s-taspri-vxworks.ads, s-taenca.ads, a-dynpri.adb,
1699         s-tpopsp-solaris.adb, a-dynpri.ads, s-taprop-hpux-dce.adb,
1700         a-interr.adb, a-intnam-freebsd.ads, s-tarest.adb, a-interr.ads,
1701         s-intman-susv3.adb, a-synbar.adb, a-intnam-dummy.ads, s-tadeca.adb,
1702         s-osinte-vxworks.adb, s-tarest.ads, s-taskin.adb, a-synbar.ads,
1703         s-taspri-hpux-dce.ads, s-tadeca.ads, s-osinte-vxworks.ads,
1704         s-taskin.ads, s-intman-solaris.adb, a-sytaco.adb, s-vxwext-kernel.adb,
1705         s-mudido-affinity.adb, a-sytaco.ads, s-vxwext-kernel.ads, s-taprob.adb,
1706         s-intman-mingw.adb, s-taprob.ads, s-osinte-kfreebsd-gnu.ads,
1707         s-osinte-dummy.ads, s-osinte-gnu.adb, s-osinte-rtems.adb, s-interr.adb,
1708         s-inmaop.ads, s-vxwext-rtp.adb, s-osinte-gnu.ads, s-osinte-rtems.ads,
1709         a-synbar-posix.adb, s-interr.ads, s-taspri-posix-noaltstack.ads,
1710         s-vxwext-rtp.ads, a-synbar-posix.ads, a-extiin.ads, s-osinte-posix.adb,
1711         s-tpinop.adb, s-tasres.ads, s-tpinop.ads, a-disedf.ads, a-diroro.ads,
1712         s-linux-alpha.ads, a-tasatt.adb, s-solita.adb, a-intnam-solaris.ads,
1713         a-tasatt.ads, s-solita.ads, s-tasinf-solaris.adb, s-tasinf-solaris.ads,
1714         s-vxwork-arm.ads, s-tpopsp-posix-foreign.adb, s-intman-dummy.adb,
1715         s-intman.ads, s-stusta.adb, s-stusta.ads, s-intman-posix.adb,
1716         s-tpopsp-vxworks.adb, s-inmaop-dummy.adb, s-taspri-mingw.ads,
1717         a-intnam-darwin.ads, s-osinte-aix.adb, s-osinte-dragonfly.adb,
1718         s-osinte-aix.ads, s-tasinf-mingw.adb, s-osinte-dragonfly.ads,
1719         s-linux-hppa.ads, s-osinte-x32.adb, s-inmaop-posix.adb,
1720         s-tasinf-mingw.ads, s-intman-vxworks.adb, s-linux-mips.ads,
1721         s-intman-vxworks.ads, s-osinte-android.adb, s-tasinf-linux.adb,
1722         s-osinte-android.ads, s-vxwork-ppc.ads, s-tasinf-linux.ads,
1723         a-dispat.adb, a-dispat.ads, s-tadert.adb, g-thread.adb, s-tadert.ads,
1724         g-thread.ads, a-intnam-hpux.ads, s-linux-android.ads, s-tataat.adb,
1725         a-exetim.ads, s-tataat.ads, a-reatim.adb, a-reatim.ads, thread.c,
1726         g-boubuf.adb, s-osinte-freebsd.adb, g-boubuf.ads, s-osinte-freebsd.ads,
1727         s-tasuti.adb, s-taspri-dummy.ads, a-exetim-mingw.adb, s-linux-x32.ads,
1728         s-tasuti.ads, g-signal.adb, a-exetim-mingw.ads, s-interr-sigaction.adb,
1729         g-signal.ads, s-osinte-hpux.ads, a-intnam-vxworks.ads,
1730         s-osinte-hpux-dce.adb, s-taspri-posix.ads, s-osinte-hpux-dce.ads,
1731         s-tasinf-vxworks.ads, g-tastus.ads, s-tpopsp-tls.adb,
1732         s-taprop-solaris.adb, a-retide.adb, a-exetim-darwin.adb, a-retide.ads,
1733         s-vxwext.adb, s-vxwext.ads, a-rttiev.adb, a-rttiev.ads, g-boumai.ads,
1734         a-exetim-default.ads, s-taprop-mingw.adb, s-taspri-solaris.ads,
1735         a-intnam-aix.ads: Move libgnarl sources to libgnarl subdir.
1737 2017-09-08  Arnaud Charlet <charlet@adacore.com>
1739         * doc/share/conf.py, doc/share/latex_elements.py,
1740         doc/share/ada_pygments.py, doc/Makefile: Improve support for Ada
1741         highlighting.
1743 2017-09-08  Arnaud Charlet <charlet@adacore.com>
1745         * gnat_rm.texi, gnat_ugn.texi,
1746         doc/gnat_ugn/the_gnat_compilation_model.rst,
1747         doc/gnat_ugn/getting_started_with_gnat.rst,
1748         doc/gnat_ugn/inline_assembler.rst,
1749         doc/gnat_ugn/building_executable_programs_with_gnat.rst,
1750         doc/gnat_ugn/elaboration_order_handling_in_gnat.rst,
1751         doc/gnat_ugn/about_this_guide.rst,
1752         doc/gnat_ugn/platform_specific_information.rst,
1753         doc/gnat_ugn/example_of_binder_output.rst,
1754         doc/gnat_ugn/gnat_and_program_execution.rst,
1755         doc/gnat_ugn/gnat_utility_programs.rst,
1756         doc/gnat_rm/implementation_of_specific_ada_features.rst,
1757         doc/gnat_rm/interfacing_to_other_languages.rst,
1758         doc/gnat_rm/implementation_defined_aspects.rst,
1759         doc/gnat_rm/intrinsic_subprograms.rst,
1760         doc/gnat_rm/implementation_defined_characteristics.rst,
1761         doc/gnat_rm/implementation_advice.rst,
1762         doc/gnat_rm/implementation_defined_attributes.rst,
1763         doc/gnat_rm/compatibility_and_porting_guide.rst,
1764         doc/gnat_rm/standard_library_routines.rst,
1765         doc/gnat_rm/the_gnat_library.rst,
1766         doc/gnat_rm/implementation_defined_pragmas.rst,
1767         doc/gnat_rm/representation_clauses_and_pragmas.rst,
1768         doc/gnat_rm/standard_and_implementation_defined_restrictions.rst,
1769         doc/gnat_rm/obsolescent_features.rst,
1770         doc/gnat_rm/about_this_guide.rst,
1771         doc/gnat_rm/the_implementation_of_standard_i_o.rst,
1772         doc/gnat_rm/implementation_of_ada_2012_features.rst,
1773         doc/gnat_ugn.rst,
1774         doc/gnat_rm.rst: Update documentation.
1776 2017-09-08  Arnaud Charlet <charlet@adacore.com>
1778         * s-dwalin.ads, s-dwalin.adb, s-trasym-dwarf.adb, s-objrea.ads,
1779         s-objrea.adb, s-tsmona-linux.adb, s-tsmona-mingw.adb: New.
1780         * gcc-interface/Makefile.in: Enable s-trasym-dwarf.adb on x86*linux.
1782 2017-09-08  Bob Duff  <duff@adacore.com>
1784         * s-ststop.ads, s-ststop.adb, rtsfind.ads (String_Input_Tag):
1785         New routine to read the Tag robustly.
1786         * exp_attr.adb (Input): Change the expansion of 'Input,
1787         in the class-wide case, to call String_Input_Tag instead of
1788         String_Input_Blk_IO.
1790 2017-09-08  Arnaud Charlet  <charlet@adacore.com>
1792         * s-rident.ads (Restriction_Id): reorder enum
1793         literals, so that Pure_Barriers is no longer in range of the
1794         Cunit_Boolean_Restrictions subtype.
1796 2017-09-08  Nicolas Roche  <roche@adacore.com>
1798         * a-taster.ads, a-taster.adb: Move to libgnarl
1799         * gcc-interface/Makefile.in: Remove obsolete targets. Code cleanups.
1800         Add support for files in libgnarl.
1802 2017-09-08  Ed Schonberg  <schonberg@adacore.com>
1804         * exp_ch4.adb (Expand_N_Type_Conversion): Do not apply
1805         accessibility check to an interface conversion, whose purpose
1806         is to perform a pointer adjustment in a dispatching call.
1807         * exp_ch6.adb (Expand_Call_JHelper): Add accessibility checks
1808         when the actual is a construct that involves a dereference of an
1809         expression that includes a formal of the enclosing subprogram,
1810         In such cases, the accessibility level of the actual is that of
1811         the corresponding formal, which is passed in as an additional
1812         actual in the outer call.
1814 2017-09-08  Bob Duff  <duff@adacore.com>
1816         * exp_intr.adb (Add_Source_Info): Do not decode
1817         file names; they were not encoded in the first place.
1819 2017-09-08  Bob Duff  <duff@adacore.com>
1821         * a-tags.adb (Internal_Tag): Unsuppress checks, so we get
1822         exceptions instead of crashes. Check for absurdly long strings
1823         and empty strings. Empty strings cause trouble because they can
1824         have super-null ranges (e.g. 100..10), which causes Ext_Copy to
1825         be empty, which causes an array index out of bounds.
1826         * s-ststop.adb (Input): Unsuppress checks, so we get exceptions
1827         instead of crashes.
1829 2017-09-08  Arnaud Charlet  <charlet@adacore.com>
1831         * sem_util.adb (Is_CCT_Instance): allow use in
1832         the context of protected types.
1834 2017-09-08  Arnaud Charlet  <charlet@adacore.com>
1836         * a-tigeli.adb: minor remove extra whitespace.
1838 2017-09-08  Gary Dismukes  <dismukes@adacore.com>
1840         * par-ch4.adb: Reformatting of an error message.
1842 2017-09-08  Javier Miranda  <miranda@adacore.com>
1844         * sem_ch3.adb (Resolve_Name): Under ASIS mode analyze overloaded
1845         identifiers to ensure their correct decoration of names on
1846         aspect expressions.
1848 2017-09-08  Yannick Moy  <moy@adacore.com>
1850         * exp_attr.adb (Expand_Loop_Entry_Attribute): Do
1851         not skip a loop coming from source which is rewritten into a loop.
1853 2017-09-08  Ed Schonberg  <schonberg@adacore.com>
1855         * freeze.adb (Wrap_Imported_Subprogram): Indicate that the
1856         wrapper has convention Ada, to prevent spurious warnings on
1857         unconstrained array parameters.
1859 2017-09-08  Eric Botcazou  <ebotcazou@adacore.com>
1861         * sem_prag.adb (Check_Variant): Use First_Non_Pragma/Next_Non_Pragma.
1862         (Analyze_Pragma) <Pragma_Unchecked_Union>: Likewise.
1864 2017-09-08  Eric Botcazou  <ebotcazou@adacore.com>
1866         * sem_ch6.adb (Freeze_Expr_Types): Rename Spec_Id into Def_Id.
1868 2017-09-08  Arnaud Charlet  <charlet@adacore.com>
1870         * exp_intr.adb (Append_Entity_Name): Move to ...
1871         * sem_util.ads, sem_util.adb: ... here to share it.
1872         (Subprogram_Name): New subprogram, to compute the name of the enclosing
1873         subprogram/entity.
1874         * errutil.adb (Error_Msg): Fill new field Node.
1875         * erroutc.ads (Subprogram_Name_Ptr): New.
1876         (Error_Msg_Object): New field Node.
1877         * erroutc.adb (dmsg, Output_Msg_Text): Take new field Node into account.
1878         * errout.adb (Error_Msg): New variant with node id parameter.
1879         Fill new parameter Node when emitting messages. Revert previous
1880         changes for Include_Subprogram_In_Messages.
1881         * sem_ch5.adb (Check_Unreachable_Code): Supply Node parameter when
1882         generating warning message.
1884 2017-09-08  Ed Schonberg  <schonberg@adacore.com>
1886         * par-ch4.adb (P_Iterated_Component_Association): Place construct
1887         under -gnat2020 flag, given that it is a future feature of
1888         the language.
1889         * sem_aggr.adb (Resolve_Iterated_Component_Association): Mark
1890         defining identifier as referenced to prevent spurious warnings:
1891         corresponding loop is expanded into one or more loops whose
1892         variable has the same name, and the expression uses those names
1893         and not the original one.
1895 2017-09-08  Hristian Kirtchev  <kirtchev@adacore.com>
1897         * sem_elab.adb (Check_A_Call): Do not consider
1898         references to internal variables for SPARK semantics.
1900 2017-09-08  Arnaud Charlet  <charlet@adacore.com>
1902         * inline.adb (In_Package_Spec): refine type of
1903         the parameter from Node_Id to Entity_Id.
1905 2017-09-08  Justin Squirek  <squirek@adacore.com>
1907         * exp_ch5.adb (Expand_Formal_Container_Loop):
1908         Reset the scope of the loop parameter after it is reanalyzed.
1910 2017-09-08  Eric Botcazou  <ebotcazou@adacore.com>
1912         * sem_util.ads (Set_Rep_Info): New inline procedure.
1913         * sem_util.adb (Set_Rep_Info): Implement it.
1914         * sem_ch3.adb (Process_Subtype): If the case of a constraint present,
1915         always copy the representation aspects onto the subtype.
1917 2017-09-08  Georges-Alex Jaloyan  <jaloyan@adacore.com>
1919         * g-dynhta.adb, g-dynhta.ads (Get_First_Key, Get_Next_key):
1920         Correction of the return type from access type to option type.
1921         (Simple_HTable): Moving the Instance_Data to ads file.
1923 2017-09-08  Yannick Moy  <moy@adacore.com>
1925         * sem_prag.adb: Use System.Case_Util.To_Lower to simplify code.
1927 2017-09-08  Arnaud Charlet  <charlet@adacore.com>
1929         * opt.ads (Include_Subprogram_In_Messages): New variable.
1930         * errout.ads (Current_Subprogram_Ptr): New variable.
1931         * errout.adb (Error_Msg): Prepend current subprogram info
1932         in messages if Include_Subprogram_In_Messages is set.
1933         * sem_util.adb (elab code): Initialize Current_Subprogram_Ptr to
1934         Current_Subprogram.
1935         * gnat1drv.adb (Adjust_Global_Switches): Set
1936         Include_Subprogram_In_Messages when -gnatdJ is set.
1937         * debug.adb: Document and reserve -gnatdJ.
1939 2017-09-08  Georges-Axel Jaloyan  <jaloyan@adacore.com>
1941         * g-dynhta.adb, g-dynhta.ads (Get_First_Key, Get_Next_Key): New
1942         functions to iterate over simple hastables.
1943         (Load_Factor_HTable): Remove obsolete and inefficient implementation.
1945 2017-09-08  Javier Miranda  <miranda@adacore.com>
1947         * exp_ch6.adb (Unqual_BIP_Function_Call): Adding
1948         missing checks on the presence of Entity() before checking the
1949         entity attributes.
1951 2017-09-08  Eric Botcazou  <ebotcazou@adacore.com>
1953         * sem_ch6.adb (Analyze_Expression_Function): Reorder some
1954         statements, use local variable and remove unnecessary processing.
1956 2017-09-08  Javier Miranda  <miranda@adacore.com>
1958         * exp_ch6.ads (Make_Build_In_Place_Iface_Call_In_Allocator): New
1959         subprogram.
1960         (Make_Build_In_Place_Iface_Call_In_Anonymous_Context): New subprogram.
1961         (Make_Build_In_Place_Iface_Call_In_Object_Declaration): New
1962         subprogram.
1963         (Unqual_BIP_Iface_Function_Call): New subprogram.
1964         * exp_ch6.adb (Replace_Renaming_Declaration_Id): New
1965         subprogram containing code that was previously inside
1966         Make_Build_In_Place_Call_In_Object_Declaration since it is also
1967         required for one of the new subprograms.
1968         (Expand_Actuals):
1969         Invoke Make_Build_In_Place_Iface_Call_In_Anonymous_Context
1970         (Expand_N_Extended_Return_Statement): Extend the
1971         cases covered by an assertion on expected BIP object
1972         declarations.
1973         (Make_Build_In_Place_Call_In_Assignment):
1974         Removing unused code; found working on this ticket.
1975         (Make_Build_In_Place_Call_In_Object_Declaration): Move the code
1976         that replaces the internal name of the renaming declaration
1977         into the new subprogram Replace_Renaming_Declaration_Id.
1978         (Make_Build_In_Place_Iface_Call_In_Allocator): New subprogram.
1979         (Make_Build_In_Place_Iface_Call_In_Anonymous_Context):
1980         New subprogram.
1981         (Make_Build_In_Place_Iface_Call_In_Object_Declaration): New
1982         subprogram.
1983         (Unqual_BIP_Iface_Function_Call): New subprogram.
1984         * exp_ch3.adb (Expand_N_Object_Declaration): Invoke the new
1985         subprogram Make_Build_In_Place_Iface_Call_In_Object_Declaration.
1986         * exp_attr.adb (Expand_N_Attribute_Reference): Invoke the new
1987         subprogram Make_Build_In_Place_Iface_Call_In_Anonymous_Context.
1988         * exp_ch4.adb (Expand_Allocator_Expression): Invoke the new
1989         subprogram Make_Build_In_Place_Iface_Call_In_Allocator.
1990         (Expand_N_Indexed_Component): Invoke the new subprogram
1991         Make_Build_In_Place_Iface_Call_In_Anonymous_Context.
1992         (Expand_N_Selected_Component): Invoke the new subprogram
1993         Make_Build_In_Place_Iface_Call_In_Anonymous_Context.
1994         (Expand_N_Slice): Invoke the new subprogram
1995         Make_Build_In_Place_Iface_Call_In_Anonymous_Context.
1996         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration):
1997         Invoke the new subprogram
1998         Make_Build_In_Place_Iface_Call_In_Anonymous_Context.
2000 2017-09-08  Javier Miranda  <miranda@adacore.com>
2002         * exp_disp.adb (Expand_Interface_Conversion): Fix handling of
2003         access to interface types.  Remove also the accessibility check.
2005 2017-09-08  Eric Botcazou  <ebotcazou@adacore.com>
2007         * sem_ch6.adb (Freeze_Expr_Types): Really freeze
2008         all the types that are referenced by the expression.
2009         (Analyze_Expression_Function): Call Freeze_Expr_Types for
2010         a completion instead of manually freezing the type of the
2011         expression.
2012         (Analyze_Subprogram_Body_Helper): Do not call Freeze_Expr_Types here.
2014 2017-09-08  Ed Schonberg  <schonberg@adacore.com>
2016         * exp_prag.adb (Replace_Discriminals_Of_Protected_Op):
2017         New procedure, auxiliary to Expand_Pragma_Check, to handle
2018         references to the discriminants of a protected type within a
2019         precondition of a protected operation. This is needed because
2020         the original precondition has been analyzed in the context of
2021         the protected declaration, but in the body of the operation
2022         references to the discriminants have been replaved by references
2023         to the discriminants of the target object, and these references
2024         are only created when expanding the protected body.
2026 2017-09-08  Yannick Moy  <moy@adacore.com>
2028         * sem_prag.adb (Analyze_Pragma): Issue more precise error messages on
2029         Loop_Variant.
2031 2017-09-08  Ed Schonberg  <schonberg@adacore.com>
2033         * exp_attr.adb (Build_Record_VS_Func): If the record is an
2034         unchecked union, do not emit checks for its (non-existent)
2035         discriminants, or for variant parts that depend on them.
2037 2017-09-08  Justin Squirek  <squirek@adacore.com>
2039         * sem_ch4.adb (Find_Equality_Types.Try_One_Interp,
2040         Find_Comparison_Type.Try_One_Interp): Add check for generic
2041         instances.
2043 2017-09-08  Arnaud Charlet  <charlet@adacore.com>
2045         * sem_ch3.adb, layout.adb, layout.ads, exp_attr.adb, debug.adb,
2046         exp_pakd.adb, sem_prag.adb, gnat1drv.adb, targparm.adb, targparm.ads,
2047         repinfo.adb, exp_ch6.adb, exp_aggr.adb, sem_eval.adb, sem_ch13.adb,
2048         exp_ch3.adb: Remove references to Frontend_Layout_On_Target and
2049         remaining references to AAMP_On_Target.
2051 2017-09-08  Ed Schonberg  <schonberg@adacore.com>
2053         * style.adb: Fix typo.
2055 2017-09-08  Javier Miranda  <miranda@adacore.com>
2057         * einfo.adb (Underlying_Type): Add missing support for class-wide
2058         types that come from the limited view.
2059         * exp_attr.adb (Attribute_Address): Check class-wide type
2060         interfaces using the underlying type to handle limited-withed
2061         types.
2062         (Attribute_Tag): Check class-wide type interfaces using
2063         the underlying type to handle limited-withed types.
2065 2017-09-08  Ed Schonberg  <schonberg@adacore.com>
2067         * exp_ch5.adb (Expand_Predicated_Loop): Handle properly a loop
2068         over a subtype of a type with a static predicate, taking into
2069         account the predicate function of the parent type and the bounds
2070         given in the loop specification.
2071         * sem_ch3.adb (Inherit_Predicate_Flags): For qn Itype created for
2072         a loop specification that is a subtype indication whose type mark
2073         is a type with a static predicate, inherit predicate function,
2074         used to build case statement for rewritten loop.
2076 2017-09-08  Justin Squirek  <squirek@adacore.com>
2078         * lib-load.adb: Modify printing of error message to exclude file
2079         line number.
2081 2017-09-08  Arnaud Charlet  <charlet@adacore.com>
2083         * inline.adb (Can_Be_Inlined_In_GNATprove_Mode):
2084         don't inline subprograms declared in both visible and private
2085         parts of a package.
2086         (In_Package_Spec): previously In_Package_Visible_Spec; now
2087         detects subprograms declared both in visible and private parts
2088         of a package spec.
2090 2017-09-08  Ed Schonberg  <schonberg@adacore.com>
2092         * exp_util.adb (Build_Invariant_Procedure_Declaration): If
2093         the type is an anonymous array in an object declaration, whose
2094         component type has an invariant, use the object declaration
2095         as the insertion point for the invariant procedure, given that
2096         there is no explicit type declaration for an anonymous array type.
2098 2017-09-08  Bob Duff  <duff@adacore.com>
2100         * a-cbprqu.ads, a-cbdlli.adb: Suppress warnings.
2102 2017-09-08  Bob Duff  <duff@adacore.com>
2104         * a-strfix.adb (Trim): Compute Low and High only if needed.
2106 2017-09-08  Justin Squirek  <squirek@adacore.com>
2108         * lib-load.adb (Load_Main_Source): Add error output in the case a
2109         source file is missing.
2111 2017-09-08  Bob Duff  <duff@adacore.com>
2113 PR ada/80888
2114         * a-textio.adb, a-witeio.adb, a-ztexio.adb (Set_WCEM): Use
2115         Default_WCEM by default (i.e. if the encoding is not specified
2116         by the Form string).
2118 2017-09-08  Bob Duff  <duff@adacore.com>
2120         * s-trasym.ads (Hexa_Traceback): If
2121         Suppress_Hex is True, print "..." instead of a hexadecimal
2122         address.
2123         * s-trasym.adb: Ignore No_Hex in this version.
2124         Misc cleanup.
2126 2017-09-08  Bob Duff  <duff@adacore.com>
2128         * debug.adb: Minor reformatting.
2130 2017-09-08  Bob Duff  <duff@adacore.com>
2132         * a-cbdlli.adb, a-cohama.adb, a-cohase.adb (Copy): Rewrite the
2133         code so it doesn't trigger an "uninit var" warning.
2135 2017-09-08  Nicolas Roche  <roche@adacore.com>
2137         * s-hibaen.ads: Remove obsolete file.
2139 2017-09-08  Arnaud Charlet  <charlet@adacore.com>
2141         * a-locale.ads: Add comment explaining the state of this package.
2143 2017-09-08  Arnaud Charlet  <charlet@adacore.com>
2145         * sem_util.adb (Is_CCT_Instance): Allow calls in the context
2146         of packages.
2147         * sem_prag.ads, sem_prag.adb (Find_Related_Declaration_Or_Body):
2148         allow calls in the context of package spec (for pragma
2149         Initializes) and bodies (for pragma Refined_State).
2151 2017-09-08  Bob Duff  <duff@adacore.com>
2153         * checks.adb (Insert_Valid_Check): Copy the Do_Range_Check flag to the
2154         new Exp.
2156 2017-09-08  Eric Botcazou  <ebotcazou@adacore.com>
2158         * debug.adb (dA): Adjust comment.
2159         * gnat1drv.adb (Gnat1drv): Likewise.
2160         * opt.ads (List_Representation_Info_Extended): New variable.
2161         * repinfo.adb (List_Record_Info): Split implementation into...
2162         (Compute_Max_Length): ...this.  Recurse on records if requested.
2163         (List_Record_Layout): Likewise.
2164         * switch-c.adb (Scan_Front_End_Switches) <'R'>: Use case
2165         statement, accept '0' and set List_Representation_Info_Extended
2166         on 'e'.
2167         * usage.adb (Usage): Document new -gnatRe variant.
2169 2017-09-08  Ed Schonberg  <schonberg@adacore.com>
2171         * sem_prag.adb (Analyze_Pragma, case Default_Storage_Pool):
2172         Do not save the given entity in the global variable Default_Pool
2173         if the pragma appears within a generic unit.
2175 2017-09-08  Bob Duff  <duff@adacore.com>
2177         * errout.adb (Delete_Warning): Do not
2178         decrement Warnings_Treated_As_Errors. This is called before
2179         Warnings_Treated_As_Errors has been incremented to account for
2180         this warning. Decrementing it here can lead to negative values
2181         of Warnings_Treated_As_Errors, raising Constraint_Error in
2182         checks-on builds, and causing the compiler to return an error
2183         code in checks-off builds.
2185 2017-09-08  Arnaud Charlet  <charlet@adacore.com>
2187         * sem_util.ads, sem_util.adb (Is_CCT_Instance): Only expect
2188         entities of named concurrent types as Ref_Id and not of anonymous
2189         concurrent objects (because callers already know when a conversion
2190         is necessary and can easily do it); also, do not expect protected
2191         types or protected objects as Context_Id (because no flow-related
2192         SPARK pragmas are attached there); reflect these changes in a
2193         more precise comment.
2195 2017-09-08  Olivier Hainque  <hainque@adacore.com>
2197         * g-altive.ads: Add documentation.
2199 2017-09-08  Bob Duff  <duff@adacore.com>
2201         * sem_util.ads, debug.adb: Minor comment fix.
2202         * erroutc.ads: Comment fix.
2204 2017-09-08  Ed Schonberg  <schonberg@adacore.com>
2206         * sem_ch12.adb (Validate_Array_Type_Instance): Suppress check
2207         for compatibility of component types of formal and actual in an
2208         instantiation of a child unit,  when the component type of the
2209         formal is itself a formal of an enclosing generic.
2211 2017-09-08  Arnaud Charlet  <charlet@adacore.com>
2213         * sem_util.ads, sem_util.adb (Is_CCT_Instance): moved from
2214         sem_prag.adb to make it available for GNATprove; for concurrent
2215         types replace custom scope climbing with Scope_Same_Or_Within; for
2216         single concurrent objects add scope climbing (with Scope_Within),
2217         which was not there (that's the primary semantic change of this
2218         commit); also, when comparing a single concurrent object with
2219         its corresponding concurrent type rely on equality of types,
2220         not of objects (because that's simpler to code).
2221         * sem_prag.adb (Is_CCT_Instance): lifted to sem_util.ads.
2222         (Analyze_Global_Item): adjust special-casing of references to the
2223         current instance of a concurrent unit in the Global contracts
2224         of task types and single tasks objects; similar for references
2225         in the protected operations and entries of protected types and
2226         single protected objects (in all these cases the current instance
2227         behaves as an implicit parameter and must not be mentioned in
2228         the Global contract).
2230 2017-09-08  Arnaud Charlet  <charlet@adacore.com>
2232         * exp_ch6.adb (Expand_Call_Helper): Introduce temporary for
2233         function calls returning a record within a subprogram call,
2234         for C generation.
2236 2017-09-08  Ed Schonberg  <schonberg@adacore.com>
2238         * sem_ch8.adb (Find_Expanded_Name): Handle properly an expanded
2239         name that designates the current instance of a child unit in its
2240         own body and appears as the prefix of a reference to an entity
2241         local to the child unit.
2242         * exp_ch6.adb, freeze.adb, sem_ch3.adb, sem_prag.adb, sem_util.adb:
2243         Minor reformatting.
2245 2017-09-08  Yannick Moy  <moy@adacore.com>
2247         * sem_res.adb (Resolve_Equality_Op): Do not warn on comparisons that
2248         may be intentional.
2250 2017-09-08  Tristan Gingold  <gingold@adacore.com>
2252         * sem_warn.adb (Check_Unused_Withs): Remove test that disabled
2253         warnings on internal units in configurable run time mode.
2255 2017-09-08  Bob Duff  <duff@adacore.com>
2257         * sem_ch3.adb (Build_Derived_Private_Type): Inherit
2258         representation items from interfaces that the derived type
2259         implements, not just from the parent type.
2260         * sem_util.ads, sem_util.adb (Abstract_Interface_List): Change
2261         this to return an empty list when there are no interfaces.
2262         * einfo.ads, sem_ch13.adb: Minor comment fixes.
2263         * sem_attr.adb: Minor comment fix.
2265 2017-09-08  Doug Rupp  <rupp@adacore.com>
2267         * sigtramp-vxworks.c [i386]: Adjust the kernel context for
2268         x86-vx7.
2270 2017-09-08  Hristian Kirtchev  <kirtchev@adacore.com>
2272         * exp_ch4.adb (Expand_N_Allocator): Generate a
2273         call to Allocate_Any_Controlled when the allocation does not
2274         require any initialization.
2276 2017-09-08  Hristian Kirtchev  <kirtchev@adacore.com>
2278         * sem_util.adb (Copy_Node_With_Replacement):
2279         Update the Renamed_Object field of a replicated object renaming
2280         declaration.
2282 2017-09-08  Patrick Bernardi  <bernardi@adacore.com>
2284         * exp_ch9.adb (Is_Pure_Barrier): Allow type
2285         conversions and components of objects. Simplified the detection
2286         of the Count attribute by identifying the corresponding run-time
2287         calls.
2289 2017-09-08  Yannick Moy  <moy@adacore.com>
2291         * exp_ch9.adb, exp_disp.adb, repinfo.adb, sem_ch12.adb, sem_dim.adb,
2292         sem_type.adb, sinfo.ads: Minor reformatting.
2294 2017-09-08  Ed Schonberg  <schonberg@adacore.com>
2296         * freeze.adb (Has_Incomplete_Compoent): New predicate, subsidiary
2297         of Freeze_Profile, used to inhibit the freezing of the profile
2298         of an expression function declared within a nested package, when
2299         some type in the profile depends on a private type declared in
2300         an enclosing package.
2302 2017-09-08  Bob Duff  <duff@adacore.com>
2304         * gnat1drv.adb (Gnat1drv): Do not set the Force_ALI_Tree_File flag in
2305         the subunit case. It's still OK to set it in the "missing subunits"
2306         case, because that won't cause the obsolete .ali files that cause
2307         confusion.
2309 2017-09-08  Bob Duff  <duff@adacore.com>
2311         * sinput-l.adb: Remove unused "with Unchecked_Conversion;". It's
2312         unclear why this didn't cause a warning.
2313         * a-uncdea.ads, a-unccon.ads: Add "Ada." to names in the
2314         pragmas. It's unclear why this didn't cause an error.
2316 2017-09-08  Hristian Kirtchev  <kirtchev@adacore.com>
2318         * exp_spark.adb (Expand_SPARK_N_Object_Renaming_Declaration):
2319         Reimplemented.
2320         (Expand_SPARK_Potential_Renaming): Code clean up.
2321         * sem_prag.adb (Analyze_Initialization_Item): Add a guard in case
2322         the item does not have a proper entity.
2323         (Analyze_Input_Item): Add a guard in case the item does not have a
2324         proper entity.
2325         (Collect_States_And_Objects): Include object renamings in the
2326         items being collected.
2327         (Resolve_State): Update the documentation of this routine.
2328         * sem_util.adb (Entity_Of): Add circuitry to handle
2329         renamings of function results.
2330         (Remove_Entity): New routine.
2331         (Remove_Overloaded_Entity): Take advantage of factorization.
2332         * sem_util.ads (Entity_Of): Update the documentation
2333         of this routine.
2334         (Remove_Entity): New routine.
2335         (Remove_Overloaded_Entity): Update the documentation of this
2336         routine.
2338 2017-09-08  Eric Botcazou  <ebotcazou@adacore.com>
2340         * repinfo.adb (List_Record_Info): During first loop,
2341         do not override the normalized position and first bit
2342         if they have already been set.  Move fallback code
2343         for the packed case to the case where it belongs.
2344         * sem_ch13.adb (Adjust_Record_For_Reverse_Bit_Order):
2345         Also adjust the normalized position of components.
2346         (Adjust_Record_For_Reverse_Bit_Order_Ada_95): Likewise.
2348 2017-09-08  Ed Schonberg  <schonberg@adacore.com>
2350         * exp_disp.adb (Make_DT, Set_All_DT_Position): Handle properly
2351         the placement of a primitive operation O that renames an operation
2352         R declared in an inner package, and which is thus not a primitive
2353         of the dispatching type of O. In this case O is a new primitive
2354         and does not inherit its dispatch table position from R (which
2355         has none).
2357 2017-09-08  Ed Schonberg  <schonberg@adacore.com>
2359         * sem_dim.adb (Analyze_Dimension_If_Expression,
2360         Analyze_Dimension_Case_Expression): new subprograms to verify
2361         the dimensional correctness of Ada2012 conditional expressions,
2362         and set properly the dimensions of the construct.
2363         * sem_res.adb (Resolve_If_Expression, Resolve_Case_Expression)):
2364         call Analyze_Dimension.
2366 2017-09-08  Ed Schonberg  <schonberg@adacore.com>
2368         * sem_type.adb (Expand_Interface_Conversion): Prevent an infinite
2369         loop on an interface declared as a private extension of another
2370         synchronized interface.
2372 2017-09-08  Ed Schonberg  <schonberg@adacore.com>
2374         * sem_ch12.adb (Check_Generic_Parent): New procedure within
2375         Analyze_Associations, to handle actual packages that depend on
2376         previous instances.  If a package IAP that is an instantiation is
2377         used as an actual in a subsequent instantiation SI in the same
2378         scope, and IAP has a body, IAP must be frozen before SI. If
2379         the generic parent of IAP is itself declared in a previous
2380         instantiation in the same scope, that instantiation must also
2381         be frozen before SI.
2382         (Install_Body): Prevent double insertion of freeze node for
2383         instance.
2385 2017-09-08  Hristian Kirtchev  <kirtchev@adacore.com>
2387         * sem_prag.adb (Resolve_State): Update the
2388         comment on documentation. Generate a reference to the state once
2389         resolution takes place.
2391 2017-09-08  Ed Schonberg  <schonberg@adacore.com>
2393         * sem_ch13.adb (Analyze_Aspect_Specifications, case
2394         Linker_Section): If the aspect applies to an object declaration
2395         with explicit initialization, do not delay the freezing of the
2396         object, to prevent access-before-elaboration in the generated
2397         initialization code.
2399 2017-09-08  Ed Schonberg  <schonberg@adacore.com>
2401         * a-wtdeio.adb (Put, all versions): Use Long_Long_Integer
2402         (Integer_Value (Item)) when the size of the fixed decimal type
2403         is larger than Integer.
2405 2017-09-07  Eric Botcazou  <ebotcazou@adacore.com>
2407         PR ada/82127
2408         * gcc-interface/decl.c (copy_and_substitute_in_layout): Put the fields
2409         in order of increasing position in more cases.
2411 2017-09-07  Yannick Moy  <moy@adacore.com>
2413         * a-exetim-mingw.ads: Add contract Global=>null
2414         on all operations that are modeled as having no read or write
2415         of global variables in SPARK.
2417 2017-09-07  Raphael Amiard  <amiard@adacore.com>
2419         * a-chtgop.adb, a-chtgop.ads (Generic_Iteration_With_Position): Added
2420         to Hmaps.Generic_Ops.
2421         * a-cohama.adb (Ada.Containers.Hmaps.Iterate): Pass proper position in
2422         cursors.
2423         * a-cihama.adb (Ada.Containers.Indefinite_Hmaps.Iterate): Pass pos in
2424         cursors.
2425         * a-cohase.adb (Ada.Containers.Hashed_Sets.Iterate): Pass proper
2426         position in cursors.
2428 2017-09-07  Javier Miranda  <miranda@adacore.com>
2430         * sem_elab.adb (Check_Task_Activation): Adding switch -gnatd.y to
2431         allow disabling the generation of implicit pragma Elaborate_All
2432         on task bodies.
2434 2017-09-07  Javier Miranda  <miranda@adacore.com>
2436         * exp_disp.adb (Make_Tags): Avoid suffix counter
2437         in the external name of the elaboration flag. Required to fix
2438         the regressions introduced by the initial version of this patch.
2440 2017-09-07  Bob Duff  <duff@adacore.com>
2442         * sem_ch6.adb (Analyze_Function_Return): Do not
2443         insert an explicit conversion to force the displacement of the
2444         "this" pointer to reference the secondary dispatch table in the
2445         case where the return statement is returning a raise expression,
2446         as in "return raise ...".
2448 2017-09-07  Arnaud Charlet  <charlet@adacore.com>
2450         * sem_disp.adb (Is_User_Defined_Equality): Removed procedure.
2451         * sem_util.ads, sem_util.adb (Is_User_Defined_Equality): Copied
2452         procedure from sem_disp.adb.
2453         * sem_ch12.ads (Get_Unit_Instantiation_Node): rename Package
2454         with Unit.
2455         * sem_ch12.adb (Get_Unit_Instantiation_Node): function extended to
2456         return the instantiation node for subprograms. Update references
2457         to Get_Unit_Instantiation_Node.
2458         * sem_ch7.adb (Install_Parent_Private_Declarations): update
2459         reference to Get_Unit_Instantiation_Node.
2460         * exp_dist.adb (Build_Package_Stubs): update reference to
2461         Get_Unit_Instantiation_Node.
2462         * sem_ch9.adb: minor typo in comment.
2463         * lib-xref-spark_specific.adb
2464         (Traverse_Declaration_Or_Statement): traverse into task type
2465         definition.
2467 2017-09-07  Ed Schonberg  <schonberg@adacore.com>
2469         * sem_dim.adb (Analyze_Dimension_Type_Conversion): New procedure
2470         to handle properly various cases of type conversions where the
2471         target type and/or the expression carry dimension information.
2472         (Dimension_System_Root); If a subtype carries dimension
2473         information, obtain the source parent type that carries the
2474         Dimension aspect.
2476 2017-09-07  Dmitriy Anisimkov  <anisimko@adacore.com>
2478         * g-socket.adb, g-socket.ads (GNAT.Sockets.To_Ada): New routine.
2480 2017-09-07  Ed Schonberg  <schonberg@adacore.com>
2482         * exp_attr.adb (Expand_N_Attribute_Reference, case 'Constrained):
2483         If the prefix is a reference to an object, rewrite it as an
2484         explicit dereference, as required by 3.7.2 (2) and as is done
2485         with most other attributes whose prefix is an access value.
2487 2017-09-07  Bob Duff  <duff@adacore.com>
2489         * par-ch13.adb: Set the Inside_Depends flag if we are inside a
2490         Refined_Depends aspect.
2491         * par-ch2.adb: Set the Inside_Depends flag if we are inside a
2492         Refined_Depends pragma.
2493         * scans.ads: Fix documentation of Inside_Depends flag.
2494         * styleg.adb, styleg.ads: Minor reformatting and comment fixes.
2496 2017-09-07  Hristian Kirtchev  <kirtchev@adacore.com>
2498         * exp_ch7.adb (Insert_Actions_In_Scope_Around):
2499         Account for the case where the are no lists to insert, but the
2500         secondary stack still requires management.
2501         * a-chtgop.adb, a-cihama.adb, a-cohama.adb, a-cohase.adb, a-tags.adb,
2502         comperr.adb, einfo.adb, exp_aggr.adb, exp_ch3.adb, exp_disp.adb,
2503         lib-xref.adb, lib-xref-spark_specific.adb, sem_ch12.adb, sem_ch13.adb,
2504         sem_ch6.adb, sem_dim.adb, sem_dim.ads, sem_elab.adb, sem_prag.adb:
2505         Minor reformatting.
2507 2017-09-07  Vincent Celier  <celier@adacore.com>
2509         * clean.adb: Do not get the target parameters before calling
2510         gprclean.
2512 2017-09-07  Nicolas Roche  <roche@adacore.com>
2514         * s-osinte-solaris-posix.ads: Removed.
2516 2017-09-07  Arnaud Charlet  <charlet@adacore.com>
2518         * sem_prag.adb (Collect_States_And_Objects): Detect also instances of
2519         single concurrent objects.
2521 2017-09-07  Javier Miranda  <miranda@adacore.com>
2523         * s-regexp.ads: Fix documentation of the globbing grammar.
2525 2017-09-07  Gary Dismukes  <dismukes@adacore.com>
2527         * a-tags.ads, einfo.ads, exp_disp.ads: Minor reformatting.
2529 2017-09-07  Arnaud Charlet  <charlet@adacore.com>
2531         * gnat1drv.adb (Gnat1drv): Enable pragma Ignore_Pragma (Global)
2532         in CodePeer mode, to support more legacy code automatically.
2534 2017-09-07  Ed Schonberg  <schonberg@adacore.com>
2536         * exp_disp.adb (Replace_Formals): If thr formal is classwide,
2537         and thus not a controlling argument, preserve its type after
2538         rewriting because it may appear in an nested call with a classwide
2539         parameter.
2541 2017-09-07  Arnaud Charlet  <charlet@adacore.com>
2543         * comperr.adb (Delete_SCIL_Files): Handle case of
2544         N_Package_Instantiation.
2546 2017-09-07  Ed Schonberg  <schonberg@adacore.com>
2548         * sem_ch10.adb (Remove_Private_With_Clause): If a private with
2549         clause for a unit U appears in a context that includes a regular
2550         with_clause on U, rewrite the redundant private clause into a null
2551         statement, rather than removing it altogether from the context,
2552         so that ASIS tools can reconstruct the original source.
2554 2017-09-07  Ed Schonberg  <schonberg@adacore.com>
2556         * sem_ch13.adb (Check_Aspect_At_Freeze_Point): The expression
2557         for aspect Small can be of any real type (not only a universal
2558         real literal) as long as it is a static constant.
2560 2017-09-07  Thomas Quinot  <quinot@adacore.com>
2562         * par_sco.adb: Minor reformatting.
2564 2017-09-07  Arnaud Charlet  <charlet@adacore.com>
2566         * s-parame-ae653.ads: Removed.
2568 2017-09-07  Nicolas Roche  <roche@adacore.com>
2570         * s-traces-default.adb, s-trafor-default.adb, s-trafor-default.ads,
2571         s-traces.adb, s-traces.ads, s-tratas-default.adb, s-tfsetr-default.adb,
2572         s-tfsetr-vxworks.adb, s-tratas.adb, s-tratas.ads, s-tasuti.adb,
2573         s-parame-hpux.ads, s-tassta.adb, s-taasde.adb, s-tasren.adb,
2574         s-taprob.adb, a-caldel.adb, s-parame.ads, Makefile.rtl, s-tpobop.adb,
2575         s-taenca.adb, s-parame-vxworks.ads: Remove support for System.Traces.
2577 2017-09-07  Yannick Moy  <moy@adacore.com>
2579         * a-ngelfu.ads Add preconditions to all functions
2580         listed in Ada RM A.5.1(19-33) as having constraints on inputs.
2582 2017-09-07  Arnaud Charlet  <charlet@adacore.com>
2584         * lib-xref.adb (Generate_Reference): ignore
2585         references to entities which are Part_Of single concurrent
2586         objects.
2588 2017-09-07  Eric Botcazou  <ebotcazou@adacore.com>
2590         * sem_ch7.adb (Hide_Public_Entities): Add paragraph to main
2591         comment.
2593 2017-09-07  Arnaud Charlet  <charlet@adacore.com>
2595         * a-taside.adb (Activation_Is_Complete): Raise Program_Error if
2596         Null_Task_Id is passed.
2598 2017-09-07  Javier Miranda  <miranda@adacore.com>
2600         * einfo.ads, einfo.adb (Access_Disp_Table_Elab_Flag): New
2601         attribute. Defined for record types and subtypes.
2602         * exp_ch3.ads (Init_Secondary_Tags): Adding new formal
2603         (Init_Tags_List) to facilitate generating separate code in the
2604         IP routine to initialize the object components and for completing
2605         the elaboration of dispatch tables.
2606         * exp_ch3.adb (Build_Init_Procedure): Improve the code
2607         generated in the IP routines by means of keeping separate
2608         the initialization of the object components from the
2609         initialization of its dispatch tables.  (Init_Secondary_Tags):
2610         Adding new formal (Init_Tags_List) and adjusting calls to
2611         Ada.Tags.Set_Dynamic_Offset_To_Top since it has a new formal;
2612         adjusting also calls to Ada.Tags.Register_Interface_Offset
2613         because the type of one of its formals has been changed.
2614         * a-tags.ads, a-tags.adb (Register_Interface_Offset): Profile
2615         modified. Instead of receiving a pointer to an object this
2616         routine receives now a primary tag.
2617         (Set_Dyanic_Offset_To_Top): Profile modified. This routine receives an
2618         additional formal: the tag of the primary dispatch table.
2619         * exp_disp.ads (Elab_Flag_Needed): New subprogram.
2620         * exp_disp.adb (Elab_Flag_Needed): New subprogram.
2621         (Make_Tags): Adding the declaration of the elaboration flag (if needed).
2622         * exp_aggr.adb (Build_Record_Aggr_Code): Adding actual of new
2623         formal in calls to Init_Secondary_Tags.
2625 2017-09-07  Javier Miranda  <miranda@adacore.com>
2627         * ghost.adb (Mark_And_Set_Ghost_Instantiation.Check_Ghost_Actuals): New
2628         subprogram.
2629         * sem_prag.adb (Pragma_Ghost): Add missing support for ghost
2630         applied to generic subprograms.
2632 2017-09-07  Arnaud Charlet  <charlet@adacore.com>
2634         * sem_util.adb (Check_Part_Of_Reference): rename Conc_Typ to Conc_Obj
2635         (because it refers to the anonymous concurrent object, not its type);
2636         fix condition for emitting error message about task/protected type,
2638 2017-09-07  Bob Duff  <duff@adacore.com>
2640         * binde.adb (Debug_Flag_Old): If both -do and -dp
2641         are specified, behave as if just -do was specified, rather than
2642         using a mixture.
2644 2017-09-07  Nicolas Roche  <roche@adacore.com>
2646         * system-vxworks-sparcv9.ads, s-vxwork-m68k.ads, s-vxwork-mips.ads,
2647         system-vxworks-m68k.ads, system-vxworks-mips.ads: Removed.
2649 2017-09-07  Arnaud Charlet  <charlet@adacore.com>
2651         * sem_prag.adb (Find_Role): The Global_Seen flag
2652         is now consulted not only for abstract states and variables,
2653         but for all kinds of items.
2654         (Collect_Subprogram_Inputs_Outputs): Do not process formal
2655         generic parameters, because unlike ordinary formal parameters,
2656         generic formals only act as input/ outputs if they are explicitly
2657         mentioned in a Global contract.
2659 2017-09-07  Yannick Moy  <moy@adacore.com>
2661         * ghost.adb (Check_Ghost_Context): Do not err on ghost code inside
2662         predicate procedure. Check predicate pragma/aspect with Ghost entity.
2663         * exp_ch6.adb, par-ch6.adb, sem_ch13.adb, sem_prag.adb; Minor
2664         reformatting.
2666 2017-09-07  Ed Schonberg  <schonberg@adacore.com>
2668         * sem_aggr.adb: Move New_Copy_Tree_And_Dimensions to sem_dim
2669         (code cleanup);
2670         * sem_ch3.adb (Build_Derived_Record_Type):i Call
2671         Copy_Dimensions_Of_Components after creating the copy of the
2672         record declaration.
2673         * sem_dim.ads, sem_dim.adb (Copy_Dimensions_Of_Components): For a
2674         derived recor type, copy the dikensions if any of each component
2675         of the parent record to the corresponding component declarations
2676         of the derived record. These expressions are used among other
2677         things as default values in aggregates with box associations.
2678         * a-dirval-mingw.adb, g-cgi.adb, gnatcmd.adb, lib-xref.adb,
2679         repinfo.adb, sem_attr.adb, sem_ch10.adb, sem_ch6.adb, sem_prag.adb:
2680         Minor reformatting.
2682 2017-09-07  Arnaud Charlet  <charlet@adacore.com>
2684         * sem_util.adb: Remove extra space after THEN.
2686 2017-09-07  Eric Botcazou  <ebotcazou@adacore.com>
2688         * sem_ch7.adb (Has_Referencer): For a subprogram renaming,
2689         also mark the renamed subprogram as referenced.
2691 2017-09-07  Ed Schonberg  <schonberg@adacore.com>
2693         * par-ch6.adb (P_Subprogram): Improve error message on null
2694         procedure with misplaced aspect specification, which the parser
2695         first attempts to interpret as a malformed expression function.
2697 2017-09-07  Gary Dismukes  <dismukes@adacore.com>
2699         * sem_attr.adb (Analyze_Attribute_Old_Result):
2700         Allow attributes Result and Old in the case of an expression
2701         function.
2703 2017-09-07  Justin Squirek  <squirek@adacore.com>
2705         * sem_prag.adb (Process_Atomic_Independent_Shared_Volatile): Propagate
2706         Volatile to subcomponents.
2708 2017-09-07  Bob Duff  <duff@adacore.com>
2710         * exp_ch7.adb (Find_Last_Init): Check for the
2711         case where a build-in-place function call has been replaced by a
2712         'Reference attribute reference.
2714 2017-09-07  Eric Botcazou  <ebotcazou@adacore.com>
2716         * sem_ch7.adb (Has_Referencer): Recurse on Actions of freeze
2717         nodes.
2719 2017-09-07  Bob Duff  <duff@adacore.com>
2721         * exp_ch6.adb (Make_Build_In_Place_Call_In_Object_Declaration,
2722         Make_Build_In_Place_Call_In_Anonymous_Context): Do not use the
2723         secondary stack for all functions that return limited tagged
2724         types -- just do it for dispatching calls.  Misc cleanup.
2725         * sem_util.ads, sem_util.adb (Unqual_Conv): New function to
2726         remove qualifications and type conversions. Fix various bugs
2727         where only a single level of qualification or conversion was
2728         removed, so e.g. "T1'(T2'(X))" would incorrectly return "T2'(X)"
2729         instead of "X".
2730         * checks.adb, exp_util.ads, exp_util.adb, sem_res.adb: Misc related
2731         cleanup.
2733 2017-09-07  Ed Schonberg  <schonberg@adacore.com>
2735         * sem_ch6.adb (setr_Actual_Subtypes): Within a predicate function
2736         do not create actual subtypes that may generate further predicate
2737         functions.
2738         * sem_ch13.adb (Build_Predicate_Functions): Indicate that entity
2739         of body is a predicate function as well.
2740         (Resolve_Aspect_Expressions, Resolve_Name): For a component
2741         association, only the expression needs resolution, not the name.
2742         (Resolve_Aspect_Expressions, case Predicates): Construct and
2743         analyze the predicate function declaration in the scope of the
2744         type, before making the type and its discriminants visible.
2746 2017-09-06  Eric Botcazou  <ebotcazou@adacore.com>
2748         * gcc-interface/decl.c (warn_on_field_placement): Issue the warning
2749         only if the record type itself comes from source.
2751 2017-09-06  Gary Dismukes  <dismukes@adacore.com>
2753         * sem_ch5.adb: Minor reformatting and a typo fix
2755 2017-09-06  Arnaud Charlet  <charlet@adacore.com>
2757         * sinput-l.ads: minor remove extra period at the end of comment
2759 2017-09-06  Arnaud Charlet  <charlet@adacore.com>
2761         * sem_prag.adb (Add_Item_To_Name_Buffer): remove support for
2762         E_Discriminant.
2763         (Find_Role): remove support for E_Discriminant.
2765 2017-09-06  Javier Miranda  <miranda@adacore.com>
2767         * exp_ch6.adb (Expand_Simple_Function_Return):
2768         Add missing implicit type conversion to force displacement of the
2769         "this" pointer.
2771 2017-09-06  Hristian Kirtchev  <kirtchev@adacore.com>
2773         * sem_ch3.adb, sem_aux.adb, sem_res.adb: Minor reformatting.
2775 2017-09-06  Yannick Moy  <moy@adacore.com>
2777         * sem_ch12.adb (Analyze_Instance_And_Renamings): Refactor to set
2778         global variable Ignore_SPARK_Mode_Pragmas_In_Instance only once.
2780 2017-09-06  Bob Duff  <duff@adacore.com>
2782         * sem_ch8.adb: Change Assert to be consistent with
2783         other similar ones.
2785 2017-09-06  Bob Duff  <duff@adacore.com>
2787         * binde.adb (Find_Elab_Order): Do not run Elab_Old unless
2788         requested. Previously, the -do switch meant "run Elab_New and
2789         Elab_Old and use the order chosen by Elab_Old, possibly with
2790         debugging printouts comparing the two orders."  Now it means
2791         "do not run Elab_New." This is of use if there are bugs that
2792         cause Elab_New to crash.
2793         (Elab_Position, Num_Chosen): Change type to Nat, to avoid various
2794         type conversions.
2795         * ali.ads (Elab_Position): Change type to Nat, to avoid various
2796         type conversions.
2798 2017-09-06  Arnaud Charlet  <charlet@adacore.com>
2800         * sem_prag.adb (Check_Mode_Restriction_In_Enclosing_Context): Fix
2801         reference to SPARK RM.
2803 2017-09-06  Eric Botcazou  <ebotcazou@adacore.com>
2805         * layout.adb: Use SSU short hand consistently throughout the file.
2807 2017-09-06  Eric Botcazou  <ebotcazou@adacore.com>
2809         * freeze.adb (Freeze_Record_Type)
2810         <Sized_Component_Total_Round_RM_Size>: New local variable to
2811         accumulate the rounded RM_Size of components.  Update it for
2812         every component whose RM_Size is statically known.  Add missing
2813         guard to check that bit packing is really required before issuing
2814         the error about packing.  Swap condition for clarity's sake.
2815         * sem_prag.adb (Usage_Error): Fix reference to SPARK RM in comment.
2817 2017-09-06  Fedor Rybin  <frybin@adacore.com>
2819         * makeutl.adb, makeutl.ads, mlib.adb, mlib.ads, mlib-fil.adb,
2820         mlib-fil.ads, mlib-prj.adb, mlib-prj.ads, mlib-tgt.adb, mlib-tgt.ads,
2821         mlib-tgt-specific.adb, mlib-tgt-specific.ads,
2822         mlib-tgt-specific-aix.adb, mlib-tgt-specific-darwin.adb,
2823         mlib-tgt-specific-hpux.adb, mlib-tgt-specific-linux.adb,
2824         mlib-tgt-specific-mingw.adb, mlib-tgt-specific-solaris.adb,
2825         mlib-tgt-specific-vxworks.adb, mlib-tgt-specific-xi.adb, mlib-utl.adb,
2826         mlib-utl.ads, prj.adb, prj.ads, prj-attr.adb, prj-attr.ads,
2827         prj-attr-pm.adb, prj-attr-pm.ads, prj-com.ads, prj-conf.adb,
2828         prj-conf.ads, prj-dect.adb, prj-dect.ads, prj-env.adb, prj-env.ads,
2829         prj-err.adb, prj-err.ads, prj-ext.adb, prj-ext.ads, prj-makr.adb,
2830         prj-makr.ads, prj-nmsc.adb, prj-nmsc.ads, prj-pars.adb, prj-pars.ads,
2831         prj-part.adb, prj-part.ads, prj-pp.adb, prj-pp.ads, prj-proc.adb,
2832         prj-proc.ads, prj-strt.adb, prj-strt.ads, prj-tree.adb, prj-tree.ads,
2833         prj-util.adb, prj-util.ads, sinput-p.adb, sinput-p.ads: Remove obsolete
2834         project manager sources.
2836 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
2838         * sem_ch5.adb (Analyze_Assigment): If the left-hand side is an
2839         entity of a mutable type and the right-hand side is a conditional
2840         expression, resolve the alternatives of the conditional using
2841         the base type of the target entity, because the alternatives
2842         may have distinct subtypes. This is particularly relevant if
2843         the alternatives are aggregates.
2845 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
2847         * checks.adb (Apply_Predicate_Check): If the expression is an
2848         aggregate that is the RHS of an assignment, apply the check to
2849         the LHS after the assignment, rather than to the aggregate. This
2850         is more efficient than creating a temporary for the aggregate,
2851         and prevents back-end crashes when the aggregate includes a
2852         dynamic "others' association.
2854 2017-09-06  Yannick Moy  <moy@adacore.com>
2856         * sem_ch12.adb (Analyze_Instance_And_Renamings):
2857         Set variable to ignore SPARK_Mode in instance before the analysis
2858         of the generated package declaration.
2860 2017-09-06  Yannick Moy  <moy@adacore.com>
2862         * sem_res.adb (Resolve_Call): Do not issue a
2863         message for calls inside expression function, unless body was
2864         seen and is candidate for inlining.
2866 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
2868         * sem_aux.adb (Is_Generic_Formal): Handle properly formal packages.
2869         * sem_ch3.adb (Analyze_Declarations): In a generic subprogram
2870         body. do not freeze the formals of the generic unit.
2872 2017-09-06  Gary Dismukes  <dismukes@adacore.com>
2874         * errout.adb (Error_Msg): Separate the
2875         treatment for warning vs. style messages in inlinings and
2876         instantiations. Prevents blowups on calls to Warn_Insertion for
2877         style messages, which should not be called in that case because
2878         Warning_Msg_Char is not set.
2880 2017-09-06  Justin Squirek  <squirek@adacore.com>
2882         * sem_prag.adb (Check_VFA_Conflicts): Created
2883         to group all Volatile_Full_Access checks relating to other
2884         representation pragmas (Mark_Component_Or_Object): Created
2885         to centeralize the flagging of attributes for the record type
2886         component case, a pragma applied individually to a component, and
2887         the object case.
2888         (Process_Atomic_Independent_Shared_Volatile):
2889         Add propagation of certain pragmas to record components and move
2890         evaluation of VFA checks
2892 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
2894         * sem_prag.adb (Check_Postcondition_Use_In_Inlined_Subprogram):
2895         Do not warn on conditions that are not obeyed for Inline_Always
2896         subprograms, when assertions are not enabled.
2898 2017-09-06  Arnaud Charlet  <charlet@adacore.com>
2900         * sem_util.adb (Unique_Entity): For abstract states return their
2901         non-limited view.
2903 2017-09-06  Bob Duff  <duff@adacore.com>
2905         * sem_ch12.adb (Copy_Generic_Node): When we copy a node
2906         that is a proper body corresponding to a stub, we defer the
2907         adjustment of the sloc until after the correct adjustment has
2908         been computed. Otherwise, Adjust_Instantiation_Sloc will ignore
2909         the adjustment, because it will be outside the range in (the old,
2910         incorrect) S_Adjustment.
2911         * inline.adb: Use named notation for readability and uniformity.
2912         * sinput-l.adb: Minor improvements to debugging output printed
2913         for Debug_Flag_L.
2914         * sinput-l.ads (Create_Instantiation_Source): Minor comment
2915         correction.
2917 2017-09-06  Vincent Celier  <celier@adacore.com>
2919         * make.adb: Do not invoke gprbuild for -bargs -P.
2921 2017-09-06  Sylvain Dailler  <dailler@adacore.com>
2923         * sem_eval.adb (Compile_Time_Known_Value_Or_Aggr): Adding a
2924         case when Op is of kind N_Qualified_Expression. In this case,
2925         the function is called recursively on the subexpression like in
2926         other cases.
2927         * make.adb: Minor reformatting
2929 2017-09-06  Justin Squirek  <squirek@adacore.com>
2931         * einfo.adb (Set_Linker_Section_Pragma): Modify
2932         Set_Linker_Section_Pragma to be consistant with the "getter"
2933         Linker_Section_Pragma.
2934         * exp_ch5.adb (Expand_Formal_Container_Loop): Add proper error
2935         checking for container loops so that the index cursor is not
2936         directly changable by the user with the use of E_Loop_Parameter.
2937         * sem_ch5.adb (Analyze_Block_Statement): Revert previous change.
2938         * sem_warn.adb (Check_References): Revert previous change.
2940 2017-09-06  Bob Duff  <duff@adacore.com>
2942         * exp_util.adb (Is_Displace_Call): Make sure it works for indirect
2943         calls and the like.
2945 2017-09-06  Yannick Moy  <moy@adacore.com>
2947         * sem_prag.adb (Analyze_Depends_Global): Reinforce test on object
2948         declarations to only consider valid uses of Global/Depends those on
2949         single concurrent objects.
2951 2017-09-06  Eric Botcazou  <ebotcazou@adacore.com>
2953         * sem_ch13.adb (Check_Record_Representation_Clause): Give an
2954         error as soon as one of the specified components overlaps the
2955         parent field.
2957 2017-09-06  Arnaud Charlet  <charlet@adacore.com>
2959         * sem_prag.ads: minor fix typo in comment.
2961 2017-09-06  Justin Squirek  <squirek@adacore.com>
2963         * sem_ch5.adb (Analyze_Block_Statement): Verify a block comes
2964         from source before checking source references.
2965         * sem_warn.adb (Check_References): Add check for internal block
2966         before recursing.
2968 2017-09-06  Vincent Celier  <celier@adacore.com>
2970         * make.adb, makeusg.adb, switch-m.adb, switch-m.ads, make_util.adb,
2971         make_util.ads, sinput.adb, sinput.ads, clean.adb, gnatls.adb,
2972         gnatname.adb: Remove the Project Manager from the GNAT tools.
2973         * gcc-interface/Makefile.in: ditto.
2975 2017-09-06  Bob Duff  <duff@adacore.com>
2977         * sem_util.ads: Minor comment fix.
2979 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
2981         * sem_ch12.adb (Analyze_Associations, case of Formal_Package):
2982         Generate a freeze node for the actual of a formal package, if
2983         the actual is declared in the same unit and has a corresponding
2984         body, to prevent the current instance from being frozen before
2985         the actual is.
2987 2017-09-06  Eric Botcazou  <ebotcazou@adacore.com>
2989         * sem_ch7.adb (Entity_Table_Size): Change to nearest prime number.
2991 2017-09-06  Yannick Moy  <moy@adacore.com>
2993         * sem_warn.adb: Minor refactoring.
2995 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
2997         * einfo.ads, einfo.adb (Get_Classwwide_Pragma): New utility,
2998         to retrieve the inherited classwide precondition/postcondition
2999         of a subprogram.
3000         * freeze.adb (Freeze_Entity): Use Get_Classwide_Pragma when
3001         freezing a subprogram, to complete the generation of the
3002         corresponding checking code.
3004 2017-09-06  Hristian Kirtchev  <kirtchev@adacore.com>
3006         * exp_util.adb (Is_Controlled_Indexing): New routine.
3007         (Is_Displace_Call): Use routine Strip to remove indirections.
3008         (Is_Displacement_Of_Object_Or_Function_Result): Code clean up. Add a
3009         missing case of controlled generalized indexing.
3010         (Is_Source_Object): Use routine Strip to remove indirections.
3011         (Strip): New routine.
3013 2017-09-06  Bob Duff  <duff@adacore.com>
3015         * sysdep.c (__gnat_has_cap_sys_nice): If HAVE_CAPABILITY is defined,
3016         we include the proper header. Otherwise, we just declare the necessary
3017         things from the capabilities library. This is so we can build on
3018         machines without that library, while still enabling that library.
3019         At run time, we're using weak symbols, so __gnat_has_cap_sys_nice will
3020         simply return 0 if the library is not present, or not included
3021         in the link.
3023 2017-09-06  Pierre-Marie de Rodat  <derodat@adacore.com>
3025         * exp_dbug.adb (Debug_Renaming_Declaration): Do not create an encoding
3026         for renamings that involve function calls in prefix form.
3028 2017-09-06  Bob Duff  <duff@adacore.com>
3030         * sem_ch3.adb (Analyze_Subtype_Declaration):
3031         Set Has_Delayed_Freeze on a subtype of an incomplete type.
3033 2017-09-06  Pierre-Marie de Rodat  <derodat@adacore.com>
3035         * par_sco.adb (Extend_Statement_Sequence): When the accept statement
3036         has no parameter specification and no entry index, use the entry name
3037         as the end of the generated SCO statement.
3039 2017-09-06  Steve Baird  <baird@adacore.com>
3041         * exp_util.adb (Side_Effect_Free): For CodePeer (only) treat
3042         uses of 'Image and related attributes as having side effects in
3043         order to avoid replicating such uses.
3044         * pprint.ads (Expression_Image) Add new generic formal flag
3045         Hide_Temp_Derefs.  The flag defaults to False; CodePeer will
3046         (eventually) override the default.
3047         * pprint.adb (Expression_Image) If the new flag is set, then
3048         suppress the ".all" suffix when displaying a dereference whose
3049         prefix is a use of a value-capturing compiler temp of the sort
3050         generated by Expr_Util.Remove_Side_Effects .
3051         * exp_attr.adb, g-catiio.adb, inline.adb, sem_attr.adb, sem_ch13.adb,
3052         sem_ch7.adb, sem_dim.adb, sem_util.adb, sem_util.ads, sem_warn.adb:
3053         Minor reformatting.
3054         * inline.adb: Minor wording change.
3056 2017-09-06  Eric Botcazou  <ebotcazou@adacore.com>
3058         * sem_ch7.adb: Update comment.
3060 2017-09-06  Yannick Moy  <moy@adacore.com>
3062         * einfo.adb, einfo.ads (Is_Subprogram_Or_Entry): New predicate.
3063         * inline.adb (Can_Be_Inlined_In_GNATprove_Mode): Use new function.
3064         * sem_util.adb, sem_util.ads (Within_Protected_Type): Renaming
3065         with slight modification from Is_Subp_Or_Entry_Inside_Protected,
3066         so that applies to any entity.
3068 2017-09-06  Yannick Moy  <moy@adacore.com>
3070         * sem_ch3.adb (Derived_Type_Declaration): Use
3071         Incomplete_Or_Partial_View rather than local Find_Partial_View.
3073 2017-09-06  Javier Miranda  <miranda@adacore.com>
3075         * g-catiio.ads, g-catiio.adb (Value): Extended to parse an UTC time
3076         following ISO-8861.
3078 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3080         * sem_dim.adb (Analyze_Dimension): In an instance, a type
3081         conversion takes its dimensions from the expression, not from
3082         the context type.
3083         (Dimensions_Of_Operand): Ditto.
3085 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3087         * exp_ch6.adb (Expand_Call_Helper): Do not optimize calls to
3088         null procedures when GNAT coverage is used, so that their (empty)
3089         bodies are properly covered.
3091 2017-09-06  Bob Duff  <duff@adacore.com>
3093         * sem_ch13.adb (Resolve_Aspect_Expressions): If
3094         the entity is a type with discriminants, make the discriminants
3095         directly visible in aspect clauses.
3097 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3099         * sem_res.adb (Resolve_Arithmentic_Op): If both operands are
3100         Universal_Real and the context is a floating-point type, resolve
3101         both operands to the target type.
3103 2017-09-06  Hristian Kirtchev  <kirtchev@adacore.com>
3105         * a-comlin.adb, exp_aggr.adb, exp_ch6.adb, frontend.adb, gnatbind.adb,
3106         sem_ch3.adb, sem_util.adb: Minor reformatting.
3108 2017-09-06  Yannick Moy  <moy@adacore.com>
3110         * freeze.adb (Check_Inherited_Conditions): Rewriting
3111         of inherited preconditions and postconditions should only occur
3112         in GNATprove mode, that is, when GNATprove_Mode is True, not to
3113         be confused with SPARK_Mode being On.
3115 2017-09-06  Yannick Moy  <moy@adacore.com>
3117         * sem_warn.adb (Check_References): Take into
3118         account possibility of attribute reference as original node.
3120 2017-09-06  Yannick Moy  <moy@adacore.com>
3122         * exp_attr.adb (Expand_N_Attribute_Reference): Protect against invalid
3123         use of attribute.
3125 2017-09-06  Eric Botcazou  <ebotcazou@adacore.com>
3127         * inline.adb (Split_Unconstrained_Function): Also set Is_Inlined
3128         on the procedure created to encapsulate the body.
3129         * sem_ch7.adb: Add with clause for GNAT.HTable.
3130         (Entity_Table_Size): New constant.
3131         (Entity_Hash): New function.
3132         (Subprogram_Table): New instantiation of GNAT.Htable.Simple_HTable.
3133         (Is_Subprogram_Ref): Rename into...
3134         (Scan_Subprogram_Ref): ...this. Record references to subprograms in
3135         the table instead of bailing out on them. Scan the value of constants
3136         if it is not known at compile time.
3137         (Contains_Subprograms_Refs): Rename into...
3138         (Scan_Subprogram_Refs): ...this.
3139         (Has_Referencer): Scan the body of all inlined subprograms. Reset the
3140         Is_Public flag on subprograms if they are not actually referenced.
3141         (Hide_Public_Entities): Beef up comment on the algorithm.
3142         Reset the table of subprograms on entry.
3144 2017-09-06  Yannick Moy  <moy@adacore.com>
3146         * inline.adb: Add comments to Can_Be_Inlined_In_GNATprove_Mode.
3148 2017-09-06  Javier Miranda  <miranda@adacore.com>
3150         * exp_aggr.adb (Component_Not_OK_For_Backend): The C backend
3151         cannot handle a type conversion of an array as an aggregate
3152         component.
3154 2017-09-06  Bob Duff  <duff@adacore.com>
3156         * g-comlin.adb (Try_Help): Remove ".exe" so we
3157         get the same results on windows and unix.
3159 2017-09-06  Justin Squirek  <squirek@adacore.com>
3161         * exp_imgv.adb (Expand_Image_Attribute),
3162         (Expand_Wide_Image_Attribute), (Expand_Wide_Wide_Image_Attribute):
3163         Added case to handle new-style 'Image expansion
3164         (Rewrite_Object_Image): Moved from exp_attr.adb
3165         * exp_attr.adb (Expand_N_Attribute_Reference): Modified Image
3166         attribute cases so that the relevant subprograms in exp_imgv.adb
3167         handle all expansion.
3168         (Rewrite_Object_Reference_Image): Moved to exp_imgv.adb
3169         * sem_attr.adb (Analyze_Attribute): Modified Image attribute
3170         cases to call common function Analyze_Image_Attribute.
3171         (Analyze_Image_Attribute): Created as a common path for all
3172         image attributes (Check_Object_Reference_Image): Removed
3173         * sem_util.ads, sem_util.adb (Is_Image_Applied_To_Object):
3174         Removed and refactored into Is_Object_Image (Is_Object_Image):
3175         Created as a replacement for Is_Image_Applied_To_Object
3177 2017-09-06  Yannick Moy  <moy@adacore.com>
3179         * sem_prag.adb (Analyze_Depends_In_Decl_Part): Add continuation
3180         message for missing input.
3182 2017-09-06  Yannick Moy  <moy@adacore.com>
3184         * inline.adb (Can_Be_Inlined_In_GNATprove_Mode): Prevent inlining
3185         of protected subprograms and entries.
3186         * sem_util.adb, sem_util.ads (Is_Subp_Or_Entry_Inside_Protected):
3187         New function to detect when a subprogram of entry is defined
3188         inside a protected object.
3190 2017-09-06  Bob Duff  <duff@adacore.com>
3192         * sysdep.c (__gnat_has_cap_sys_nice): New function to determine
3193         whether the current process has the CAP_SYS_NICE capability.
3194         * s-taprop-linux.adb (Get_Ceiling_Support): Update this to allow
3195         ceiling priorities if the current process has the CAP_SYS_NICE
3196         capability.
3198 2017-09-06  Bob Duff  <duff@adacore.com>
3200         * a-comlin.ads, a-comlin.adb (Argument): Move the constraint
3201         check back to the body, because SPARK is not yet ready for
3202         "or else raise Constraint_Error".
3204 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3206         * exp_ch6.adb (Expand_Call_Helper): Replace call to null
3207         procedure by a single null statement, after evaluating the
3208         actuals that require it.
3210 2017-09-06  Javier Miranda  <miranda@adacore.com>
3212         * exp_aggr.adb (Backend_Processing_Possible.Component_Check):
3213         Generating C code improve the code that checks the use of nested
3214         aggregates to initialize object declarations.
3216 2017-09-06  Yannick Moy  <moy@adacore.com>
3218         * sem_ch3.adb (Derived_Type_Declaration): Detect
3219         violations of new rule SPARK RM 3.4(1).  Also refactor existing
3220         check to use the new function Find_Partial_View.
3222 2017-09-06  Vincent Celier  <celier@adacore.com>
3224         * gnatcmd.adb: gnat ls -V -P... invokes gprls -V -P...  The code
3225         from the Prj hierarchy has been removed from the GNAT driver.
3227 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3229         * sem_type.adb (Interface_Present_In_Ancestor): Within an
3230         expression function, or within a spec expression (default value,
3231         etc) a reference to an incomplete type is legal: legality of
3232         the operation will be checked when some related entity (type,
3233         object or subprogram) is frozen.
3235 2017-09-06  Gary Dismukes  <dismukes@adacore.com>
3237         * exp_ch5.adb, s-diinio.ads, sem_ch4.adb, s-diflio.ads: Minor spelling
3238         adjustments and a typo fix.
3240 2017-09-06  Yannick Moy  <moy@adacore.com>
3242         * sem_res.adb (Resolve_Call): Do not issue info
3243         message about inlining of calls to functions in assertions,
3244         for functions whose body has not been seen yet.
3246 2017-09-06  Bob Duff  <duff@adacore.com>
3248         * a-comlin.ads, a-comlin.adb (Argument): Simplify the code, now that
3249         we can use modern Ada in this package.
3250         * s-resfil.ads, s-resfil.adb, a-clrefi.ads, a-clrefi.adb:
3251         Move Ada.Command_Line.Response_File to System.Response_File,
3252         and make Ada.Command_Line.Response_File into a rename of
3253         System.Response_File. This is to avoid having gnatbind depend
3254         Ada.Command_Line, which would damage the bootstrap process now
3255         that Ada.Command_Line contains modern Ada (the raise expression).
3256         * gnatbind.adb: Avoid dependence on
3257         Ada.Command_Line. Depend on System.Response_File instead
3258         of Ada.Command_Line.Response_File. Change one call to
3259         Ada.Command_Line.Command_Name to use Fill_Arg.  Change one call
3260         to Ada.Command_Line.Argument_Count to use Arg_Count.
3261         * gcc-interface/Make-lang.in, Makefile.rtl: Take note of the new files.
3263 2017-09-06  Bob Duff  <duff@adacore.com>
3265         * frontend.adb (Frontend): Skip -gnatec=gnat.adc
3266         switch, because we've already read gnat.adc by default.
3268 2017-09-06  Bob Duff  <duff@adacore.com>
3270         * exp_ch5.adb (Get_Default_Iterator): Replace
3271         "Assert(False)" with "return Iter", because if an iterable
3272         type is derived from a noniterable one, then we won't find an
3273         overriding or inherited default iterator.
3275 2017-09-06  Yannick Moy  <moy@adacore.com>
3277         * sem_warn.adb (Warn_On_Suspicious_Index): Improve warning when the
3278         literal index used to access a string is null or negative.
3280 2017-09-06  Hristian Kirtchev  <kirtchev@adacore.com>
3282         * einfo.adb (Status_Flag_Or_Transient_Decl): The attribute is now
3283         allowed on loop parameters.
3284         (Set_Status_Flag_Or_Transient_Decl): The attribute is now allowed
3285         on loop parameters.
3286         (Write_Field15_Name): Update the output for
3287         Status_Flag_Or_Transient_Decl.
3288         * einfo.ads: Attribute Status_Flag_Or_Transient_Decl now applies
3289         to loop parameters. Update the documentation of the attribute
3290         and the E_Loop_Parameter entity.
3291         * exp_ch7.adb (Process_Declarations): Remove the bogus guard
3292         which assumes that cursors can never be controlled.
3293         * exp_util.adb (Requires_Cleanup_Actions): Remove the bogus
3294         guard which assumes that cursors can never be controlled.
3296 2017-09-06  Hristian Kirtchev  <kirtchev@adacore.com>
3298         * exp_attr.adb, sem_util.adb, sem_attr.adb, sem_ch6.adb, sem_ch8.adb,
3299         sem_warn.adb: Minor reformatting.
3301 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3303         * sem_warn.adb (Warn_On_Overlapping_Actuals): Refine previous
3304         fix and preserve older GNAT warning on overlapping actuals that
3305         are not elementary types.
3307 2017-09-06  Justin Squirek  <squirek@adacore.com>
3309         * sem_attr.adb: Comment correction.
3311 2017-09-06  Gary Dismukes  <dismukes@adacore.com>
3313         * sem_util.adb: Minor reformatting.
3315 2017-09-06  Yannick Moy  <moy@adacore.com>
3317         * a-comlin.ads (Argument): Add precondition for analysis.
3319 2017-09-06  Yannick Moy  <moy@adacore.com>
3321         * sem_res.adb (Resolve): Update message for function call as statement.
3323 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3325         * sem_ch6.adb (Check_Returns): Clean up warnings coming from
3326         generated bodies for renamings that are completions, when renamed
3327         procedure is No_Return.
3328         * sem_ch8.adb (Analyze_Subprogram_Renaming): Implement legality
3329         rule in 6.5.1 (7/2): if a renaming is a completion of a subprogram
3330         with No_Return, the renamed entity must be No_Return as well.
3332 2017-09-06  Hristian Kirtchev  <kirtchev@adacore.com>
3334         * exp_ch5.adb, freeze.adb, exp_ch4.adb, exp_ch6.adb, lib-xref.adb:
3335         Minor reformatting.
3337 2017-09-06  Justin Squirek  <squirek@adacore.com>
3339         * exp_attr.adb (Expand_N_Attribute_Reference): Modified Image
3340         attribute cases (Rewrite_Object_Reference_Image): Created to
3341         aid the rewriting of new-style 'Image attributes.
3342         * sem_attr.adb (Analyze_Attribute): Modified Image attribute cases
3343         (Check_Object_Reference_Image): Created to handle verification of
3344         'Image with object-references as prefixes.
3345         * sem_util.ads, sem_util.adb (Is_Image_Applied_To_Object):
3346         Create predicate to identify cases where an 'Image attribute's
3347         prefix applies to an object reference.
3349 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3351         * freeze.adb (Freeze_Entity): Do not generate a freeze
3352         node for a generic unit, even if it includes delayed aspect
3353         specifications. Freeze nodes for generic entities must never
3354         appear in the tree that reaches the back-end of the compiler.
3356 2017-09-06  Yannick Moy  <moy@adacore.com>
3358         * treepr.adb (Print_Entity_Info): Do not print empty Elist.
3360 2017-09-06  Yannick Moy  <moy@adacore.com>
3362         * inline.adb (Can_Be_Inlined_In_GNATprove_Mode): Do not consider calls
3363         to subprograms in other units as possibly inlined.
3365 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3367         * freeze.adb (Freeze_Entity): For a derived type that has no
3368         explicit delayed aspects but may inherit delayed aspects from its
3369         parent type, analyze aspect at freeze point for proper capture
3370         of an inherited aspect.
3372 2017-09-06  Arnaud Charlet  <charlet@adacore.com>
3374         * lib-xref.adb (Get_Through_Renamings): Get through subprogram
3375         renamings; also, avoid repeated calls to Renamed_Object when getting
3376         through object renamings.
3378 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3380         * sem_ch3.adb (Array_Type_Declaration): Handle properly an
3381         array type declaration in a private part, when an index is a
3382         subtype indication of a discrete type with a private partial view.
3384 2017-09-06  Javier Miranda  <miranda@adacore.com>
3386         * exp_ch4.adb (Expand_Modular_Op): Force generating
3387         temporary to improve the generated code.
3389 2017-09-06  Tristan Gingold  <gingold@adacore.com>
3391         * s-fatgen.adb: Minor typo fix in comment.
3393 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3395         * exp_ch5.adb (Make_Field_Assign): If the type
3396         of the right-hand side has stored constraint, use its values
3397         (except for those that are renamings of parent discriminants)
3398         to produce additional assignments for the discriminants of the
3399         left-hand side, which are invisible in the righ-hand side and
3400         not retrievable as selected components.
3402 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3404         * sem_util.adb (Needs_One_Formal): The first formal of such a
3405         function must be a controlling formal, so that Obj.F (X, Y)
3406         can have the interpretation F(Obj)(X, Y).
3407         * sem_util.ads: Clarify documentation.
3409 2017-09-06  Eric Botcazou  <ebotcazou@adacore.com>
3411         * table.ads, table.adb: Restore original implementation.
3412         * namet.h (Names_Ptr): Adjust back.
3413         (Name_Chars_Ptr): Likewise.
3414         * uintp.h (Uints_Ptr): Likewise.
3415         (Udigits_Ptr): Likewise.
3416         * g-table.ads: Remove pragma Compiler_Unit_Warning.
3417         * par_sco.adb: Do not with GNAT.Table and use Table consistently.
3418         * scos.ads: Replace GNAT.Table with Table and adjust instantiations.
3419         * spark_xrefs.ads: Likewise.
3420         * scos.h: Undo latest changes.
3422 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3424         * sem_ch12.adb (Analyze_Subprogram_Instantiation): Propagate
3425         No_Return flag to instance if pragma applies to generic unit. This
3426         must be done explicitly because the pragma does not appear
3427         directly in the generic declaration (unlike the corresponding
3428         aspect specification).
3430 2017-09-06  Eric Botcazou  <ebotcazou@adacore.com>
3432         * sem_ch7.adb (Has_Referencer): Move up and expand comment
3433         explaining the test used to detect inlining.  Use same test
3434         in second occurrence.
3435         (Analyze_Package_Body_Helper): Minor formatting fixes.
3437 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3439         * exp_ch4.adb (Handle_Changed_Representation): For an untagged
3440         derived type with a mixture of renamed and constrained parent
3441         discriminants, the constraint for the target must obtain the
3442         discriminant values from both the operand and from the stored
3443         constraint for it, given that the constrained discriminants are
3444         not visible in the object.
3445         * exp_ch5.adb (Make_Field_Assign): The type of the right-hand
3446         side may be derived from that of the left-hand side (as in the
3447         case of an assignment with a change of representation) so the
3448         discriminant to be used in the retrieval of the value of the
3449         component must be the entity in the type of the right-hand side.
3451 2017-09-06  Hristian Kirtchev  <kirtchev@adacore.com>
3453         * sem_ch3.adb, sem_ch7.adb, sem_util.adb, g-debpoo.adb, sem_ch4.adb,
3454         sem_ch6.adb, sem_ch8.adb: Minor reformatting.
3455         * exp_util.adb (Is_Source_Object): Account for
3456         the cases where the source object may appear as a dereference
3457         or within a type conversion.
3458         * exp_ch6.adb: Fix missing space in error message.
3460 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3462         * sem_prag.adb: Update description of Eliminate.
3464 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3466         * sem_attr.adb (Analyze_Attribute, case 'Loop_Entry): Handle
3467         properly an attribute reference 'Loop_Entry that appears in the
3468         list of indices of an indexed expression, to prevent an infinite
3469         loop in the compiler.
3471 2017-09-06  Bob Duff  <duff@adacore.com>
3473         * s-fileio.adb (Name): Do not raise Use_Error for temp files.
3475 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3477         * sem_ch4.adb (Analyze_Set_Membership):  If an alternative
3478         in a set membership is an overloaded enumeration literal, and
3479         the type of the alternative is resolved from a previous one,
3480         replace the entity of the alternative as well as the type,
3481         to prevent inconsistencies between the entity and the type.
3483 2017-09-06  Eric Botcazou  <ebotcazou@adacore.com>
3485         * ali.ads (ALIs_Record): Add No_Component_Reordering component.
3486         (No_Component_Reordering_Specified): New switch.
3487         * ali.adb (Initialize_ALI): Set No_Component_Reordering_Specified.
3488         (Scan_ALI): Set No_Component_Reordering and deal with NC marker.
3489         * bcheck.adb (Check_Consistent_No_Component_Reordering):
3490         New check.
3491         (Check_Configuration_Consistency): Invoke it.
3492         * debug.adb (d.r): Toggle the effect of the switch.
3493         (d.v): Change to no-op.
3494         * einfo.ads (Has_Complex_Representation):
3495         Restrict to record types.
3496         (No_Reordering): New alias for Flag239.
3497         (OK_To_Reorder_Components): Delete.
3498         (No_Reordering): Declare.
3499         (Set_No_Reordering): Likewise.
3500         (OK_To_Reorder_Components): Delete.
3501         (Set_OK_To_Reorder_Components): Likewise.
3502         * einfo.adb (Has_Complex_Representation): Expect record types.
3503         (No_Reordering): New function.
3504         (OK_To_Reorder_Components): Delete.
3505         (Set_Has_Complex_Representation): Expect base record types.
3506         (Set_No_Reordering): New procedure.
3507         (Set_OK_To_Reorder_Components): Delete.
3508         (Write_Entity_Flags): Adjust to above change.
3509         * fe.h (Debug_Flag_Dot_R): New macro and declaration.
3510         * freeze.adb (Freeze_Record_Type): Remove conditional code setting
3511         OK_To_Reorder_Components on record types with convention Ada.
3512         * lib-writ.adb (Write_ALI): Deal with NC marker.
3513         * opt.ads (No_Component_Reordering): New flag.
3514         (No_Component_Reordering_Config): Likewise.
3515         (Config_Switches_Type): Add No_Component_Reordering component.
3516         * opt.adb (Register_Opt_Config_Switches): Copy
3517         No_Component_Reordering onto No_Component_Reordering_Config.
3518         (Restore_Opt_Config_Switches): Restore No_Component_Reordering.
3519         (Save_Opt_Config_Switches): Save No_Component_Reordering.
3520         (Set_Opt_Config_Switches): Set No_Component_Reordering.
3521         * par-prag.adb (Prag): Deal with Pragma_No_Component_Reordering.
3522         * sem_ch3.adb (Analyze_Private_Extension_Declaration): Also set the
3523         No_Reordering flag from the default.
3524         (Build_Derived_Private_Type): Likewise.
3525         (Build_Derived_Record_Type): Likewise.  Then inherit it
3526         for untagged types and clean up handling of similar flags.
3527         (Record_Type_Declaration): Likewise.
3528         * sem_ch13.adb (Same_Representation): Deal with No_Reordering and
3529         remove redundant test on Is_Tagged_Type.
3530         * sem_prag.adb (Analyze_Pragma): Handle No_Component_Reordering.
3531         (Sig_Flags): Likewise.
3532         * snames.ads-tmpl (Name_No_Component_Reordering): New name.
3533         (Pragma_Id): Add Pragma_No_Component_Reordering value.
3534         * warnsw.adb (Set_GNAT_Mode_Warnings): Enable -gnatw.q as well.
3535         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>:
3536         Copy the layout of the parent type only if the No_Reordering
3537         settings match.
3538         (components_to_record): Reorder record types with
3539         convention Ada by default unless No_Reordering is set or -gnatd.r
3540         is specified and do not warn if No_Reordering is set in GNAT mode.
3542 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3544         * sem_util.ads, sem_util.adb (Check_Previous_Null_Procedure):
3545         new predicate to reject declarations that can be completions,
3546         when there is a visible prior homograph that is a null procedure.
3547         * sem_ch6.adb (Analyze_Null_Procedure): use it.
3548         * sem_ch8.adb (Analyze_Subprogram_Renaming): ditto.
3550 2017-09-06  Thomas Quinot  <quinot@adacore.com>
3552         * s-regpat.adb (Compile.Parse_Literal): Fix handling of literal
3553         run of 253 characters or more.
3555 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3557         * einfo.adb (Designated_Type): Use Is_Incomplete_Type to handle
3558         properly incomplete subtypes that may be created by explicit or
3559         implicit declarations.
3560         (Is_Base_Type): Take E_Incomplete_Subtype into account.
3561         (Subtype_Kind): Ditto.
3562         * sem_ch3.adb (Build_Discriminated_Subtype): Set properly the
3563         Ekind of a subtype of a discriminated incomplete type.
3564         (Fixup_Bad_Constraint): Use Subtype_Kind in all cases, including
3565         incomplete types, to preserve error reporting.
3566         (Process_Incomplete_Dependents): Do not create a subtype
3567         declaration for an incomplete subtype that is created internally.
3568         * sem_ch7.adb (Analyze_Package_Specification): Handle properly
3569         incomplete subtypes that do not require a completion, either
3570         because they are limited views, of they are generic actuals.
3572 2017-09-06  Hristian Kirtchev  <kirtchev@adacore.com>
3574         * checks.adb (Insert_Valid_Check): Remove the
3575         suspicious manipulation of the Do_Range_Check flag as ths is
3576         no linger needed. Suppress validity check when analysing the
3577         validation variable.
3579 2017-09-06  Philippe Gil  <gil@adacore.com>
3581         * g-debpoo.adb: adapt GNAT.Debug_Pools to allow safe thread
3582         GNATCOLL.Memory
3584 2017-09-06  Bob Duff  <duff@adacore.com>
3586         * sem_elim.adb: Minor comment fix.
3588 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3590         * sem_util.adb (Is_Object_Reference): A function call is an
3591         object reference, and thus attribute references for attributes
3592         that are functions (such as Pred and Succ) as well as predefined
3593         operators are legal in contexts that require an object, such as
3594         the prefix of attribute Img and the Ada2020 version of 'Image.
3596 2017-09-06  Hristian Kirtchev  <kirtchev@adacore.com>
3598         * exp_util.adb, einfo.adb, sem_attr.adb, exp_ch4.adb, gnatls.adb,
3599         exp_ch3.adb, xoscons.adb: Minor reformatting.
3601 2017-09-06  Raphael Amiard  <amiard@adacore.com>
3603         * a-chtgop.ads, a-chtgop.adb: Add versions of First and Next with
3604         Position parameter. If supplied, use it to provide efficient iteration.
3605         * a-cohase.ads, a-cohase.adb, a-cihama.ads, a-cihama.adb,
3606         a-cohama.ads, a-cohama.adb: Add/Use Position to provide efficient
3607         iteration.
3609 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3611         * exp_util.adb (Build_Allocate_Deallocate_Proc): If the
3612         designated type is class-wide and the expression is an unchecked
3613         conversion, preserve the conversion when checking the tag of the
3614         designated object, to prevent spurious semantic errors when the
3615         expression in the conversion has an untagged type (for example
3616         an address attribute).
3618 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3620         * sem_res.adb (Resolve_Entry_Call): Check whether a protected
3621         operation is subject to a pragma Eliminate.
3623 2017-09-06  Ed Schonberg  <schonberg@adacore.com>
3625         * sem_elim.ads, exp_ch4.adb: Minor reformatting.
3627 2017-09-06  Eric Botcazou  <ebotcazou@adacore.com>
3629         * fe.h (Eliminate_Error_Msg): Remove.
3631 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
3633         * gcc-interface/utils.c (make_packable_type): Update call to
3634         mode_for_size_tree.
3636 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
3638         * gcc-interface/utils2.c (build_load_modify_store):
3639         Use int_mode_for_size.
3641 2017-09-05  Eric Botcazou  <ebotcazou@adacore.com>
3643         PR ada/62235
3644         * gcc-interface/decl.c (gnat_to_gnu_entity): Skip regular processing
3645         for Itypes that are E_Record_Subtype with a cloned subtype.
3646         <E_Record_Subtype>: Use the DECL of the cloned type directly, if any.
3648 2017-09-05  Eric Botcazou  <ebotcazou@adacore.com>
3650         * gcc-interface/trans.c (convert_with_check): Use a custom base type
3651         if the base type of the expression has a different machine mode.
3652         Rename a couple of parameters and local variable.
3654 2017-09-05  Eric Botcazou  <ebotcazou@adacore.com>
3656         * gcc-interface/trans.c (Attribute_to_gnu) <Attr_Address>: Do not strip
3657         conversions around prefixes that are not references.
3659 2017-09-05  Eric Botcazou  <ebotcazou@adacore.com>
3661         * gcc-interface/utils.c (unchecked_convert): When the result type is a
3662         non-biased integral type with size 0, set the result to 0 directly.
3664 2017-09-05  Eric Botcazou  <ebotcazou@adacore.com>
3666         * gcc-interface/gigi.h (renaming_from_generic_instantiation_p): Turn to
3667         (renaming_from_instantiation_p): ...this.
3668         * gcc-interface/decl.c (gnat_to_gnu_entity): Use inline predicate
3669         instead of explicit tests on kind of entities.  Adjust for renaming.
3670         (gnat_to_gnu_profile_type): Likewise.
3671         (gnat_to_gnu_subprog_type): Likewise.
3672         * gcc-interface/trans.c (Identifier_to_gnu): Likewise.
3673         (Case_Statement_to_gnu): Likewise.
3674         (gnat_to_gnu): Likewise.
3675         (process_freeze_entity): Likewise.
3676         (process_type): Likewise.
3677         (add_stmt_with_node): Adjust for renaming.
3678         * gcc-interface/utils.c (gnat_pushdecl): Adjust for renaming.
3679         (renaming_from_generic_instantiation_p): Rename to...
3680         (renaming_from_instantiation_p): ...this.  Use inline predicate.
3681         (pad_type_hasher::keep_cache_entry): Fold.
3683 2017-09-05  Eric Botcazou  <ebotcazou@adacore.com>
3685         * gcc-interface/trans.c (adjust_for_implicit_deref): New function.
3686         (gnat_to_gnu) <N_Explicit_Dereference>: Translate result type first.
3687         (N_Indexed_Component): Invoke adjust_for_implicit_deref on the prefix.
3688         (N_Slice): Likewise.
3689         (N_Selected_Component): Likewise.  Do not try again to translate it.
3690         (N_Free_Statement): Invoke adjust_for_implicit_deref on the expression.
3692 2017-09-05  Eric Botcazou  <ebotcazou@adacore.com>
3694         * repinfo.ads: Document new treatment of dynamic values.
3695         (TCode): Bump upper bound to 29.
3696         (Dynamic_Val): New constant set to 29.
3697         * repinfo.adb (Print_Expr) <Dynamic_Val>: New case.
3698         (Rep_Value)  <Dynamic_Val>: Likewise.
3699         * repinfo.h (Dynamic_Val): New macro.
3700         * gcc-interface/decl.c (annotate_value): Tidy up and cache result for
3701         DECL_P nodes too.
3702         <INTEGER_CST>: Set TCODE instead of recursing.
3703         <COMPONENT_REF>: Set TCODE instead of calling Create_Node manually.
3704         <VAR_DECL>: New case.
3705         <MULT_EXPR, PLUS_EXPR>: Fold conversions into inner operations.
3706         <BIT_AND_EXPR>: Adjust.
3707         <CALL_EXPR>: Do not fall through.
3709 2017-09-05  Eric Botcazou  <ebotcazou@adacore.com>
3711         * gcc-interface/trans.c (Call_to_gnu): If this is a function call and
3712         there is no target, do not create a temporary for the return value for
3713         an allocator either.
3715 2017-09-05  Eric Botcazou  <ebotcazou@adacore.com>
3717         * gcc-interface/trans.c (pos_to_constructor): Skip conversions to an
3718         unconstrained array type.
3720 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3721             Alan Hayward  <alan.hayward@arm.com>
3722             David Sherwood  <david.sherwood@arm.com>
3724         * gcc-interface/decl.c (validate_size): Use NARROWEST_INT_MODE
3725         instead of GET_CLASS_NARROWEST_MODE (MODE_INT).
3727 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3728             Alan Hayward  <alan.hayward@arm.com>
3729             David Sherwood  <david.sherwood@arm.com>
3731         * gcc-interface/decl.c (check_ok_for_atomic_type): Use
3732         is_a <scalar_int_mode>.
3733         * gcc-interface/trans.c (Pragma_to_gnu): Likewise.
3734         * gcc-interface/utils.c (gnat_type_for_mode): Likewise.
3736 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3737             Alan Hayward  <alan.hayward@arm.com>
3738             David Sherwood  <david.sherwood@arm.com>
3740         * gcc-interface/decl.c (gnat_to_gnu_entity): Use int_mode_for_size
3741         instead of mode_for_size.
3742         (gnat_to_gnu_subprog_type): Likewise.
3743         * gcc-interface/utils.c (make_type_from_size): Likewise.
3745 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3746             Alan Hayward  <alan.hayward@arm.com>
3747             David Sherwood  <david.sherwood@arm.com>
3749         * gcc-interface/misc.c (fp_prec_to_size): Use opt_scalar_float_mode.
3750         (fp_size_to_prec): Likewise.
3752 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3753             Alan Hayward  <alan.hayward@arm.com>
3754             David Sherwood  <david.sherwood@arm.com>
3756         * gcc-interface/utils.c (gnat_type_for_mode): Use is_a
3757         <scalar_float_mode> instead of SCALAR_FLOAT_MODE_P.
3759 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3760             Alan Hayward  <alan.hayward@arm.com>
3761             David Sherwood  <david.sherwood@arm.com>
3763         * gcc-interface/decl.c (validate_size): Update use of
3764         GET_MODE_WIDER_MODE, forcing a wider mode to exist.
3766 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3767             Alan Hayward  <alan.hayward@arm.com>
3768             David Sherwood  <david.sherwood@arm.com>
3770         * gcc-interface/misc.c (fp_prec_to_size): Use new mode iterators.
3771         (fp_size_to_prec): Likewise.
3773 2017-08-29  Martin Liska  <mliska@suse.cz>
3775         PR other/39851
3776         * gcc-interface/trans.c (Pragma_to_gnu): Set argument to NULL.
3778 2017-08-08  Martin Liska  <mliska@suse.cz>
3780         * gcc-interface/trans.c: Include header files.
3782 2017-07-29  Jakub Jelinek  <jakub@redhat.com>
3784         * gcc-interface/utils.c (gnat_write_global_declarations): Pass false
3785         as new argument to the imported_module_or_decl debug hook.
3787 2017-07-25  Javier Miranda  <miranda@adacore.com>
3789         * checks.adb (Apply_Divide_Checks): Ensure that operands are not
3790         evaluated twice. 
3792 2017-07-19  Jakub Jelinek  <jakub@redhat.com>
3794         * gcc-interface/ada-tree.h (TYPE_OBJECT_RECORD_TYPE,
3795         TYPE_GCC_MIN_VALUE): Use TYPE_MIN_VALUE_RAW instead of TYPE_MINVAL.
3796         (TYPE_GCC_MAX_VALUE): Use TYPE_MAX_VALUE_RAW instead of TYPE_MAXVAL.
3798 2017-07-18  Mike Frysinger  <vapier@chromium.org>
3800         * gcc-interface/Makefile.in (../../gnatmake$(exeext)): Delete $(P).
3801         (../../gnatlink$(exeext)): Likewise.
3803 2017-07-15  John Paul Adrian Glaubitz  <glaubitz@physik.fu-berlin.de>
3805         PR ada/81446
3806         * system-linux-m68k.ads: Add pragma No_Elaboration_Code_All.
3807         (Backend_Overflow_Checks): Set to True.
3809 2017-06-23  Jakub Jelinek  <jakub@redhat.com>
3811         * gcc-interface/trans.c (gnat_to_gnu): Initialize sync to false.
3813 2017-06-21  Pierre-Marie de Rodat  <derodat@adacore.com>
3815         * gcc-interface/ada-tree.h (DECL_FUNCTION_IS_DEF): Update copyright
3816         notice.  New macro.
3817         * gcc-interface/trans.c (Subprogram_Body_to_gnu): Tag the subprogram
3818         as a definition.
3819         (Compilation_Unit_to_gnu): Tag the elaboration procedure as a
3820         definition.
3821         * gcc-interface/decl.c (gnat_to_gnu_entity): Tag declarations of
3822         imported subprograms for the current compilation unit as
3823         definitions.  Disable debug info for references to variables.
3824         * gcc-interface/gigi.h (create_subprog_decl): Update declaration.
3825         * gcc-interface/utils.c (gnat_pushdecl): Add external DECLs that are
3826         not built-in functions to their binding scope.
3827         (create_subprog_decl): Add a DEFINITION parameter.  If it is true, tag
3828         the function as a definition.  Update all callers.
3829         (gnat_write_global_declarations): Emit debug info for imported
3830         functions.  Filter out external variables for which debug info
3831         is disabled.
3833 2017-06-15  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
3835         PR ada/81105
3836         * gcc-interface/Makefile.in (x86 kfreebsd): Adjust system.ads setting.
3837         (i[3456]86-pc-gnu): Likewise.
3838         (x86_64 kfreebsd): Likewise.
3840 2017-06-12  Eric Botcazou  <ebotcazou@adacore.com>
3842         PR bootstrap/80897
3843         * exp_ch3.adb (Make_Predefined_Primitive_Specs): Use Positive index.
3845 2017-06-12  Eric Botcazou  <ebotcazou@adacore.com>
3847         PR ada/81070
3848         * s-interr-hwint.adb: Reinstate.
3849         * gcc-interface/Makefile.in (RTEMS): Use it again.
3851 2017-06-08  Olivier Hainque  <hainque@adacore.com>
3853         * vx_crtbegin_auto.c: Update year in copyright notice.
3854         * vx_crtbegin.c: Likewise.
3855         * vx_crtbegin.inc: Likewise. 
3856         * vx_crtend.c:  Likewise.
3858 2017-06-07  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3860         * Makefile.in (rtems): Use TLS implementation for s-tpopsp.adb.
3861         * s-tpopsp-rtems.adb: Delete.
3863 2017-06-02  Olivier Hainque  <hainque@adacore.com>
3865         * vx_crtbegin_auto.c: New file.
3866         * vx_crtbegin.c: New file.
3867         * vx_crtbegin.inc: New file.
3868         * vx_crtend.c: New file.
3870 2017-05-25  Jonathan Wakely  <jwakely@redhat.com>
3872         * gcc-interface/utils2.c (compare_elmt_bitpos): Remove redundant
3873         const qualifiers that cause -Wignored-qualifiers warnings.
3875 2017-05-22  Eric Botcazou  <ebotcazou@adacore.com>
3877         * gcc-interface/decl.c (gnat_to_gnu_entity): Skip regular processing
3878         for Itypes that are E_Access_Subtype.
3879         <E_Access_Subtype>: Use the DECL of the base type directly.
3881 2017-05-22  Ed Schonberg  <schonberg@adacore.com>
3882             Eric Botcazou  <ebotcazou@adacore.com>
3884         * sem_ch4.adb (Analyze_Call): In Ada2012 an incomplete type from a
3885         limited view may appear in the profile of a function, and a call to
3886         that function in another unit in which the full view is available must
3887         use this full view to spurious type errors at the point of call.
3888         * inline.adb (Analyze_Inlined_Bodies): Remove restriction on loading
3889         of parent body with a with clause for the main unit.
3890         * gcc-interface/decl.c (defer_limited_with_list): Document new usage.
3891         (gnat_to_gnu_entity) <E_Access_Type>: Handle completed Taft Amendment
3892         types declared in external units like types from limited with clauses.
3893         Adjust final processing of defer_limited_with_list accordingly.
3894         * gcc-interface/trans.c (gnat_to_gnu) < N_Selected_Component>: Try
3895         again to translate the prefix after the field if it is incomplete.
3897 2017-05-22  Eric Botcazou  <ebotcazou@adacore.com>
3899         * gcc-interface/decl.c (gnat_to_gnu_field): Do not enforce strict
3900         alignment for simple volatile fields and remove associated errors.
3902 2017-05-15  Eric Botcazou  <ebotcazou@adacore.com>
3904         * gcc-interface/gigi.h (get_elaboration_procedure): Delete.
3905         * gcc-interface/trans.c (get_elaboration_procedure): Make static.
3907 2017-05-15  Pierre-Marie de Rodat  <derodat@adacore.com>
3909         * gcc-interface/utils.c (can_materialize_object_renaming_p):
3910         Synchronize with GNAT's Exp_Dbug.Debug_Renaming_Declaration:
3911         process Original_Node instead of expanded names.
3913 2017-05-15  Eric Botcazou  <ebotcazou@adacore.com>
3915         * gcc-interface/trans.c (return_value_ok_for_nrv_p): Only apply the
3916         addressability check in the constrained case.
3918 2017-05-15  Eric Botcazou  <ebotcazou@adacore.com>
3920         * gcc-interface/trans.c (Identifier_to_gnu): Also accept incomplete
3921         types not coming from a limited context.
3923 2017-05-15  Eric Botcazou  <ebotcazou@adacore.com>
3925         * gcc-interface/trans.c (Compilation_Unit_to_gnu): Skip subprograms on
3926         the inlined list that are not public.
3927         * gcc-interface/utils.c (create_subprog_decl): Clear TREE_PUBLIC if
3928         there is a pragma Inline_Always on the subprogram.
3930 2017-05-15  Eric Botcazou  <ebotcazou@adacore.com>
3932         * gcc-interface/trans.c (gnat_to_gnu) <N_Aggregate>: Fix formatting.
3933         <N_Allocator>: Use properly typed constants.
3934         (extract_values): Move around.
3935         (pos_to_constructor): Minor tweaks.
3936         (Sloc_to_locus): Fix formatting.
3937         * gcc-interface/utils.c (process_deferred_decl_context): Minor tweaks.
3938         * gcc-interface/gigi.h (MARK_VISITED): Remove blank line.
3939         (Gigi_Equivalent_Type): Adjust head comment.
3940         * gcc-interface/decl.c (Gigi_Equivalent_Type): Likewise.
3942 2017-05-15  Eric Botcazou  <ebotcazou@adacore.com>
3944         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>: When there
3945         is a representation clause on an extension, propagate the alignment of
3946         the parent type only if the platform requires strict alignment.
3948 2017-05-12  Eric Botcazou  <ebotcazou@adacore.com>
3950         * system-linux-arm.ads (Memory_Size): Use Long_Integer'Size
3951         instead of Word_Size.
3953         Revert
3954         2017-03-28  Andreas Schwab  <schwab@suse.de>
3956         PR ada/80117
3957         * system-linux-aarch64-ilp32.ads: New file.
3958         * gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS_COMMON): Rename
3959         from LIBGNAT_TARGET_PAIRS.
3960         (LIBGNAT_TARGET_PAIRS_32, LIBGNAT_TARGET_PAIRS_64): Define.
3961         (LIBGNAT_TARGET_PAIRS): Use LIBGNAT_TARGET_PAIRS_COMMON, and
3962         LIBGNAT_TARGET_PAIRS_64 or LIBGNAT_TARGET_PAIRS_32 for -mabi=lp64
3963         or -mabi=ilp32, resp.
3965 2017-05-10  H.J. Lu  <hongjiu.lu@intel.com>
3967         PR ada/80626
3968         * system-linux-x86.ads (Memory_Size): Use Long_Integer'Size
3969         instead of Word_Size.
3971 2017-05-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3973         * raise-gcc.c (exception_class_eq): Make ec parameter const.
3975 2017-05-02  Richard Biener  <rguenther@suse.de>
3977         * gcc-interface/misc.c (gnat_post_options): Do not set
3978         -fstrict-overflow.
3980 2017-05-02  Eric Botcazou  <ebotcazou@adacore.com>
3982         * gcc-interface/trans.c (assoc_to_constructor): Make sure
3983         Corresponding_Discriminant is only called on discriminants.
3984         Skip the saving of the result only for them.
3985         (gnat_to_gnu) <N_Selected_Component>: Likewise.
3986         <N_Unchecked_Type_Conversion>: Translate the result type first.
3987         (gigi): Set TREE_NOTHROW on Begin_Handler.
3988         (stmt_list_cannot_raise_p): New predicate.
3989         (Exception_Handler_to_gnu_gcc): Emit a simple final call instead of
3990         a cleanup if the statements of the handler cannot raise.
3991         (process_freeze_entity): Use Is_Record_Type.
3992         (process_type): Likewise.
3994 2017-05-02  Eric Botcazou  <ebotcazou@adacore.com>
3996         * einfo.ads (Corresponding_Record_Component): New alias
3997         for Node21 used for E_Component and E_Discriminant.
3998         * einfo.adb (Corresponding_Record_Component): New function.
3999         (Set_Corresponding_Record_Component): New procedure.
4000         (Write_Field21_Name): Handle Corresponding_Record_Component.
4001         * sem_ch3.adb (Inherit_Component): Set
4002         Corresponding_Record_Component for every component in
4003         the untagged case.  Clear it afterwards for non-girder
4004         discriminants.
4005         * gcc-interface/decl.c (gnat_to_gnu_entity)
4006         <E_Record_Type>: For a derived untagged type with discriminants
4007         and constraints, apply the constraints to the layout of the
4008         parent type to deduce the layout.
4009         (field_is_aliased): Delete.
4010         (components_to_record): Test DECL_ALIASED_P directly.
4011         (annotate_rep): Check that fields are present except for
4012         an extension.
4013         (create_field_decl_from): Add DEBUG_INFO_P
4014         parameter and pass it in recursive and other calls.  Add guard
4015         for the manual CSE on the size.
4016         (is_stored_discriminant): New predicate.
4017         (copy_and_substitute_in_layout): Consider only
4018         stored discriminants and check that original fields are present
4019         in the old type.  Deal with derived types.  Adjust call to
4020         create_variant_part_from.
4022 2017-05-02  Ed Schonberg  <schonberg@adacore.com>
4024         * exp_ch6.adb (Expand_Call_Helper): When locating the
4025         accessibility entity created for an access parameter, handle
4026         properly a reference to a formal of an enclosing subprogram. if
4027         the reference appears in an inherited class-wide condition, it
4028         is the rewriting of the reference in the ancestor expression,
4029         but the accessibility entity must be that of the current formal.
4031 2017-05-02  Javier Miranda  <miranda@adacore.com>
4033         * exp_ch4.adb (Expand_Non_Binary_Modular_Op): New subprogram.
4034         (Expand_N_Op_Add, Expand_N_Op_Divide, Expand_N_Op_Minus,
4035         Expand_N_Op_Multiply, Expand_N_Op_Or, Expand_N_Op_Subtract):
4036         Call Expand_Non_Binary_Modular_Op.
4038 2017-05-02  Eric Botcazou  <ebotcazou@adacore.com>
4040         * sem_ch3.adb (Build_Derived_Private_Type): If the parent type
4041         has discriminants, do not override the Stored_Constraint list of
4042         the full view of the derived type with that of the derived type.
4044 2017-05-02  Bob Duff  <duff@adacore.com>
4046         * sem_attr.adb (Attribute_Enum_Rep): Disallow T'Enum_Rep.
4048 2017-05-02  Vasiliy Fofanov  <fofanov@adacore.com>
4050         * s-os_lib.ads: Minor typo fix.
4052 2017-05-02  Vasiliy Fofanov  <fofanov@adacore.com>
4054         * gnatls.adb: Merge and refactor code from Prj.Env and remove
4055         this deprecated dependency.
4057 2017-05-02  Ed Schonberg  <schonberg@adacore.com>
4059         * exp_util.ads: minor comment addition.
4061 2017-05-02  Eric Botcazou  <ebotcazou@adacore.com>
4063         * sem_ch3.adb (Build_Derived_Record_Type): Fix a few typos and
4064         pastos in part #3 of the head comment.
4066 2017-05-02  Ed Schonberg  <schonberg@adacore.com>
4068         * exp_ch3.adb (Freeze_Type): Do not generate an invariant
4069         procedure body for a local (sub)type declaration within a
4070         predicate function. Invariant checks do not apply to these, and
4071         the expansion of the procedure will happen in the wrong scope,
4072         leading to misplaced freeze nodes.
4074 2017-05-02  Ed Schonberg  <schonberg@adacore.com>
4076         * exp_util.adb (Insert_Library_Level_Action): Use proper scope
4077         to analyze generated actions.  If the main unit is a body,
4078         the required scope is that of the corresponding unit declaration.
4080 2017-05-02  Arnaud Charlet  <charlet@adacore.com>
4082         * einfo.adb (Declaration_Node): flip branches of
4083         an IF statement to avoid repeated negations in its condition;
4084         no change in semantics, only to improve readability.
4086 2017-05-02  Arnaud Charlet  <charlet@adacore.com>
4088         * sem_case.adb: Remove extra spaces in parameter declarations.
4090 2017-05-02  Justin Squirek  <squirek@adacore.com>
4092         * usage.adb: Replace space with hyphen ("run time" -> "run-time")
4093         in usage line for new -gnatwE switch.
4095 2017-05-02  Claire Dross  <dross@adacore.com>
4097         * a-cofuve.ads (Remove): Remove unnecessary
4098         conditions in precondition.
4100 2017-05-02  Vasiliy Fofanov  <fofanov@adacore.com>
4102         * a-stream.ads, exp_imgv.adb, sem_ch10.adb,
4103         sem_attr.adb, s-finmas.ads, osint.adb: Minor typo fix.
4105 2017-05-02  Justin Squirek  <squirek@adacore.com>
4107         * sem_ch4.adb (Analyze_Case_Expression): Add check for valid
4108         alternative expression.
4109         * sem_res.adb (Resolve_Case_Expression): Ditto.
4111 2017-05-02  Ed Schonberg  <schonberg@adacore.com>
4113         * exp_disp.adb (Set_All_DT_Position, In_Predef_Prim_DT):
4114         Refine predicate for the case where the primitive operation
4115         is a renaming of equality.  An overriding operation that is
4116         a user-defined renaming of predefined equality inherits its
4117         slot from the overridden operation. Otherwise it is treated
4118         as a predefined op and occupies the same predefined slot as
4119         equality. A call to it is transformed into a call to its alias,
4120         which is the predefined equality. A dispatching call thus uses
4121         the proper slot if operation is further inherited and called
4122         with class-wide arguments.
4124 2017-05-02  Justin Squirek  <squirek@adacore.com>
4126         * errout.adb (Set_Msg_Text): Add a case to switch the message
4127         type when the character '[' is detected signifying a warning
4128         about a run-time exception.
4129         * opt.ads Add a new Warning_Mode value for new switch
4130         * switch-b.adb (Scan_Binder_Switches): Add case for the binder
4131         to handle new warning mode
4132         * usage.adb (Usage): Add usage entry for -gnatwE
4133         * warnsw.adb (Set_Warning_Switch): Add case for the new switch
4135 2017-05-02  Ed Schonberg  <schonberg@adacore.com>
4137         * sem_prag.adb (Process_Conversion): Reject an intrinsic operator
4138         declaration that operates on some fixed point type.
4140 2017-05-02  Justin Squirek  <squirek@adacore.com>
4142         * a-crbtgo.adb, s-taasde.adb: Remove unused use-type clauses.
4144 2017-05-02  Hristian Kirtchev  <kirtchev@adacore.com>
4146         * sem_ch6.adb (Analyze_Null_Procedure): Revert previous change.
4148 2017-05-02  Justin Squirek  <squirek@adacore.com>
4150         * sem_ch4.adb (Analyze_Case_Expression): Add check for valid
4151         expression (Analyze_If_Expression): Add check for valid condition
4152         * sem_eval.adb (Eval_Case_Expression): Add check for error posted
4153         on case-expression
4154         * sem_res.adb (Resolve_If_Expression): Add check for valid
4155         condition and then-expression.
4157 2017-05-02  Ed Schonberg  <schonberg@adacore.com>
4159         * exp_ch3.adb (Build_Initialization_Call): Generate a null
4160         statement if the initialization call is a null procedure, as
4161         can happen with a controlled type with no explicit Initialize
4162         procedure, or an array of such.
4163         * exp_ch7.adb (Process_Object_Declaration): For a type with
4164         controlled components that has a trivial Initialize procedure,
4165         insert declaration for finalization counter after object
4166         declaration itself.
4167         (Make_Deep_Array_Body, Build_Initialize_statements): Do not create
4168         finalization block and attendant declarations if component has
4169         a trivial Initialize procedure.
4170         (Make_Init_Call): Do not generate a call if controlled type has
4171         a trivial Initialize procedure.
4173 2017-05-02  Eric Botcazou  <ebotcazou@adacore.com>
4175         * g-forstr.ads (Data): Move Format component last.
4176         * g-forstr.adb ("+"): Adjust for above change.
4177         * g-rewdat.ads (Buffer): Move Buffer, Current, Pattern and Value last.
4178         * g-sechas.ads (Context): Move Key last.
4179         * g-socket.ads (Service_Entry_Type): Move Aliases last.
4180         * s-fileio.adb (Temp_File_Record): Move Name last.
4181         * s-regexp.adb (Regexp_Value): Move Case_Sensitive last.
4182         * xr_tabls.ads (Project_File): Move Src_Dir and Obj_Dir last.
4184 2017-05-02  Jerome Lambourg  <lambourg@adacore.com>
4186         * bindusg.adb, bindgen.adb, gnatbind.adb, opt.ads: Remove the -nognarl
4187         switch introduced recently. finally not needed.
4189 2017-05-02  Hristian Kirtchev  <kirtchev@adacore.com>
4191         * sem_ch6.adb (Analyze_Null_Procedure): Set the
4192         Corresponding_Body link for a null procedure declaration.
4194 2017-05-02  Eric Botcazou  <ebotcazou@adacore.com>
4196         * atree.h (Flag290): Add missing terminating parenthesis.
4197         * einfo.adb (Is_Class_Wide_Clone): Use Flag290.
4198         (Set_Is_Class_Wide_Clone): Likewise.
4199         * einfo.ads (Is_Class_Wide_Clone): Likewise.
4201 2017-05-02  Gary Dismukes  <dismukes@adacore.com>
4203         * checks.ads (Null_Exclusion_Static_Checks): Add Boolean
4204         parameter Array_Comp to indicate the case of an array object
4205         with null-excluding components.
4206         * checks.adb (Null_Exclusion_Static_Checks):
4207         Call Compile_Time_Constraint_Error instead of
4208         Apply_Compile_Time_Constraint_Error in the component case. Also
4209         call that when Array_Comp is True, with an appropriate warning for
4210         the array component case. Only create an explicit initialization
4211         by null in the case of an object of a null-excluding access type
4212         (and no longer do that in the component case).
4213         * sem_ch3.adb (Check_Component): Add a Boolean parameter
4214         Array_Comp defaulted to False.  Pass Empty for the Comp
4215         actual when calling Null_Exclusion_Static_Checks in the case
4216         where Comp_Decl matches Object_Decl, because we don't have a
4217         component in that case. In the case of an object or component
4218         of an array type, pass True for Array_Comp on the recursive call
4219         to Check_Component.
4221 2017-05-02  Bob Duff  <duff@adacore.com>
4223         * s-taprop-linux.adb (Prio_To_Linux_Prio): New function to correctly
4224         compute the linux priority from the Ada priority. Call this everywhere
4225         required. In particular, the previous version was not doing this
4226         computation when setting the ceiling priority in various places. It
4227         was just converting to C.int, which results in a ceiling that is off
4228         by 1.
4230 2017-05-02  Ed Schonberg  <schonberg@adacore.com>
4232         * sem_ch3.adb: Comment predicate inheritance.
4234 2017-05-02  Tristan Gingold  <gingold@adacore.com>
4236         * s-trasym.ads: Add comment.
4238 2017-05-02  Bob Duff  <duff@adacore.com>
4240         * sem_elab.adb, sem_elab.ads: Minor comment fixes.
4241         * sem_ch4.adb: Minor reformatting.
4242         * s-taprop-linux.adb, s-taspri-posix.ads: Code refactoring.
4243         * s-taspri-posix-noaltstack.ads: Minor refactoring.
4244         * sinput.ads: Minor typo fix.
4246 2017-05-02  Ed Schonberg  <schonberg@adacore.com>
4248         * exp_ch9.adb (Discriminated_Size): Moved to sem_util.
4249         * sem_util.ads, sem_util.adb (Discriminated_Size): Predicate moved
4250         here from exp_ch9, to recognize objects whose creation requires
4251         dynamic allocation, so that the proper warning can be emitted
4252         when restriction No_Implicit_Heap_Allocation is in effect.
4253         * sem_ch3.adb (Analyze_Object_Declaration): Use Discriminated_Size
4254         to emit proper warning when an object that requires dynamic
4255         allocation is declared.
4257 2017-05-02  Tristan Gingold  <gingold@adacore.com>
4259         * s-trasym.ads, s-trasym.adb (Enable_Cache): New.
4261 2017-05-02  Ed Schonberg  <schonberg@adacore.com>
4263         * sem_ch4.adb (Find_Equality_Types, Try_One_Interp): The same relaxed
4264         visibility rules for equality operators that apply within an
4265         instantiation apply within an inlined body.
4266         * sem_type.adb (Add_One_Interp): ditto.
4268 2017-05-02  Hristian Kirtchev  <kirtchev@adacore.com>
4270         * sem_prag.adb (Analyze_Pragma): Forbid pragma Contract_Cases on null
4271         procedures.
4273 2017-05-02  Eric Botcazou  <ebotcazou@adacore.com>
4275         * snames.ads-tmpl
4276         (Name_Assume, Name_Attribute_Definition, Name_Loop_Optimize,
4277         Name_No_Tagged_Streams): Move to regular pragmas.  Add
4278         placeholders for Default_Scalar_Storage_Order, Dispatching_Domain,
4279         and Secondary_Stack_Size.
4280         (Pragma_Id): Move Pragma_Assume,
4281         Pragma_Attribute_Definition, Pragma_Loop_Optimize and
4282         Pragma_No_Tagged_Streams to second part.
4284 2017-05-02  Hristian Kirtchev  <kirtchev@adacore.com>
4286         * exp_attr.adb: Minor reformatting.
4288 2017-05-02  Ed Schonberg  <schonberg@adacore.com>
4290         * sem_ch4.adb (Analyze_Selected_Component): Improve error
4291         detection for illegal references to private components or
4292         operations of a protected type in the body of the type.
4294 2017-05-02  Eric Botcazou  <ebotcazou@adacore.com>
4296         * opt.ads: Add missing GNAT markers in comments.
4297         * opt.adb (Set_Opt_Config_Switches): Do not override earlier
4298         settings of Optimize_Alignment at the end.
4300 2017-05-02  Hristian Kirtchev  <kirtchev@adacore.com>
4302         * checks.adb (Apply_Constraint_Check): Do not apply
4303         a discriminant check when the associated type is a constrained
4304         subtype created for an unconstrained nominal type.
4305         * exp_attr.adb: Minor reformatting.
4307 2017-05-02  Bob Duff  <duff@adacore.com>
4309         * sem_ch3.adb (OK_For_Limited_Init_In_05): Handle correctly
4310         the N_Raise_Expression case.
4311         * sem_ch6.adb (Check_Limited_Return): Minor: clarify comment,
4312         and add assertions.
4314 2017-05-02  Yannick Moy  <moy@adacore.com>
4316         * exp_ch4.adb (Expand_N_Op_Ne): Do not bump parenthese level and
4317         optimize length comparison in GNATprove mode.
4318         * exp_spark.adb (Expand_SPARK_Op_Ne): New function to rewrite
4319         operator /= into negation of operator = when needed.
4320         (Expand_SPARK): Call new
4321         function to expand operator /=.
4323 2017-05-02  Ed Schonberg  <schonberg@adacore.com>
4325         * exp_fixd.adb (Expand_Divide_Fixed_By_Fixed_Giving_Fixed):
4326         Simplify the expression for a fixed-fixed division to remove
4327         divisions by constants whenever possible, as an optimization
4328         for restricted targets.
4330 2017-05-02  Hristian Kirtchev  <kirtchev@adacore.com>
4332         * checks.adb, sem_ch3.adb, sem_ch6.adb: Minor reformatting.
4334 2017-05-02  Bob Duff  <duff@adacore.com>
4336         * exp_attr.adb (Callable, Identity, Terminated): Use Find_Prim_Op
4337         to find primitive ops, instead of using an Identifier that will
4338         later be looked up. This is necessary because these ops are not
4339         necessarily visible at all places where we need to call them.
4340         * exp_util.ads: Minor comment fix.
4342 2017-05-02  Ed Schonberg  <schonberg@adacore.com>
4344         * sem_ch6.adb (Fully_Conformant_Expressions): Two entity
4345         references are fully conformant if they are both expansions
4346         of the discriminant of a protected type, within one of the
4347         protected operations. One occurrence may be expanded into a
4348         constant declaration while the other is an input parameter to
4349         the corresponding generated subprogram.
4351 2017-05-02  Justin Squirek  <squirek@adacore.com>
4353         * sem_ch3.adb (Check_For_Null_Excluding_Components): Created for
4354         recursivly searching composite-types for null-excluding access
4355         types and verifying them.
4356         (Analyze_Object_Declaration): Add a
4357         call to Check_Null_Excluding_Components for static verification
4358         of non-initialized objects.
4359         * checks.adb, checks.ads (Null_Exclusion_Static_Checks): Added
4360         a parameter for a composite-type's component and an extra case
4361         for printing component information.
4363 2017-05-02  Yannick Moy  <moy@adacore.com>
4365         * sem_ch10.adb (Analyze_Subunit): Take
4366         configuration pragma into account when restoring appropriate
4367         pragma for analysis of subunit.
4369 2017-05-02  Justin Squirek  <squirek@adacore.com>
4371         * s-tasren.adb, s-tasini.adb, s-taprop-linux.adb,
4372         s-mudido-affinity.adb,, a-exetim-posix.adb, a-direio.adb,
4373         g-socket.adb, s-taenca.adb, s-fileio.adb: Remove unused use-type
4374         clauses from the runtime.
4376 2017-05-02  Eric Botcazou  <ebotcazou@adacore.com>
4378         * freeze.adb (Check_Component_Storage_Order): Do not treat bit-packed
4379         array components specially.
4381 2017-05-02  Ed Schonberg  <schonberg@adacore.com>
4383         * sem_ch8.adb (Premature_Usage): If the premature usage of
4384         an entity is as the expression in its own object decaration,
4385         rewrite the reference as Any_Id to prevent cascaded errors or
4386         compiler loops when such an entity is used in an address clause.
4388 2017-05-01  Eric Botcazou  <ebotcazou@adacore.com>
4390         * gcc-interface/decl.c (components_to_record): Add missing guard.
4392 2017-05-01  Eric Botcazou  <ebotcazou@adacore.com>
4394         * gcc-interface/decl.c (components_to_record): Add more comments.
4395         Put back pending fields onto the regular list if the misalignment
4396         happens to cancel itself.
4398 2017-04-28  Ed Schonberg  <schonberg@adacore.com>
4400         * sem_ch4.adb (Complete_Object_Operation): When rewriting the
4401         controlling actual in a prefixed call, preserve the original node
4402         information if the prefix itself has been rewritten, for ASIS use.
4404 2017-04-28  Hristian Kirtchev  <kirtchev@adacore.com>
4406         * exp_ch6.adb (Insert_Post_Call_Actions):
4407         Code clean up. Insert the post-call actions after an enclosing
4408         procedure call when N denotes a function call and appears as an
4409         actual parameter in the procedure call.
4411 2017-04-28  Eric Botcazou  <ebotcazou@adacore.com>
4413         * freeze.adb (Check_Component_Storage_Order): If there is a clause
4414         for the component, also reject the attribute if the component
4415         doesn't end on a byte boundary and its scalar storage order is
4416         different from that of the enclosing record type.
4418 2017-04-28  Javier Miranda  <miranda@adacore.com>
4420         * atree.ads (Info_Messages): Removed.
4421         (Warning_Info_Messages): New counter.
4422         (Report_Info_Messages): New counter.
4423         * err_vars.ads Update documentation.
4424         * errout.adb (Delete_Warning_And_Continuations): Update
4425         Info_Message occurrences.
4426         (Error_Msg_Internal): Update Info_Message occurrences.
4427         (Delete_Warning): Update Info_Message occurrences.
4428         (Write_Error_Summary): Update Info_Message occurrences.
4429         (Output_Messages): Update Info_Message occurrences.
4430         (To_Be_Removed): Update Info_Message occurrences.
4431         (Reset_Warnings): Update Info_Message occurrences.
4432         * errutil.adb (Error_Msg): Update Info_Message occurrences.
4433         (Finalize): Update Info_Message occurrences.
4434         (Initialize): Update Info_Message occurrences.
4435         * erroutc.adb (Delete_Msg): Update Info_Message occurrences.
4436         (Compilation_Errors): Update Info_Message_Occurences.
4438 2017-04-28  Eric Botcazou  <ebotcazou@adacore.com>
4440         * exp_ch3.adb (Build_Init_Statements): Likewise on Nam.
4441         * freeze.adb (Check_Component_Storage_Order): And on Comp_Byte_Aligned.
4442         * sem_aggr.adb (Resolve_Record_Aggregate): Initialize Box_Node.
4443         * sem_attr.adb (Loop_Entry): Initialize Encl_Loop.
4444         * sem_ch12.adb (Build_Operator_Wrapper): Add pragma Warnings on Expr.
4445         * sem_ch13.adb (Validate_Address_Clauses): Initialize Y_Alignment and
4446         Y_Size.
4447         * sem_eval.adb (Why_Not_Static): Initialize Typ.
4448         * sem_prag.adb (Analyze_Pragma): Add pragma Warnings on Str.
4450 2017-04-28  Bob Duff  <duff@adacore.com>
4452         * sem_util.ads, sem_util.adb (Might_Raise): New function
4453         that replaces Is_Exception_Safe, but has the opposite
4454         sense. Is_Exception_Safe was missing various cases -- calls inside
4455         a pragma Debug, calls inside an 'if' or assignment statement,
4456         etc. Might_Raise now walks the entire subtree looking for things
4457         that can raise.
4458         * exp_ch9.adb (Is_Exception_Safe): Remove.
4459         (Build_Protected_Subprogram_Body): Replace call to
4460         Is_Exception_Safe with "not Might_Raise". Misc cleanup (use
4461         constants where possible).
4462         * exp_ch7.adb: Rename Is_Protected_Body -->
4463         Is_Protected_Subp_Body. A protected_body is something different
4464         in the grammar.
4466 2017-04-28  Eric Botcazou  <ebotcazou@adacore.com>
4468         * inline.adb (Expand_Inlined_Call): Initialize Targ1 variable.
4469         * par-ch3.adb (P_Component_Items): Initialize Decl_Node variable.
4470         (P_Discrete_Choice_List): Initialize Expr_Node variable.
4471         * par-ch9.adb (P_Task): Initialize Aspect_Sloc variable.
4472         (P_Protected): Likewise.
4473         * sem_case.adb (Check_Duplicates):
4474         Add pragma Warnings on variable.
4475         * sem_ch12.adb (Preanalyze_Actuals): Initialize Vis variable.
4476         * sem_ch4.adb (List_Operand_Interps):  Add pragma Warnings on variable.
4477         * sem_ch5.adb (Analyze_Assignment): Initialize Save_Full_Analysis.
4478         (Analyze_Exit_Statement): Initialize Scope_Id variable.
4479         (Analyze_Iterator_Specification): Initialize Bas variable.
4480         * sem_ch9.adb (Allows_Lock_Free_Implementation): Initialize
4481         Error_Count (Satisfies_Lock_Free_Requirements): Likewise.
4482         (Analyze_Accept_Statement): Initialize Task_Nam.
4484 2017-04-28  Hristian Kirtchev  <kirtchev@adacore.com>
4486         * checks.adb (Install_Primitive_Elaboration_Check):
4487         Do not generate an elaboration check if all checks have been
4488         suppressed.
4490 2017-04-28  Ed Schonberg  <schonberg@adacore.com>
4492         * sem_ch13.adb (Analyze_Aspect_Specifications, case
4493         Interrupt_Handler and Attach_Handler): Generate reference
4494         to protected operation to prevent spurious warnings about
4495         unreferenced entities. Previous scheme failed with style checks
4496         enabled.
4498 2017-04-28  Ed Schonberg  <schonberg@adacore.com>
4500         * sem_prag.adb (Relocate_Pragmas_To_Body): A pragma Warnings
4501         that follows an expression function must not be relocated to
4502         the generated body, because it applies to the code that follows.
4504 2017-04-28  Gary Dismukes  <dismukes@adacore.com>
4506         * sem_util.adb (Is_Dependent_Component_Of_Mutable_Object): Test
4507         Relaxed_RM_Semantics to avoid having CodePeer issue errors on
4508         code that might violate the more stringent checking for 'Access
4509         introduced in Ada 2005.
4511 2017-04-28  Arnaud Charlet  <charlet@adacore.com>
4513         * a-cforse.adb: minor style fix in comment.
4515 2017-04-28  Eric Botcazou  <ebotcazou@adacore.com>
4517         * exp_ch9.adb (Build_Lock_Free_Unprotected_Subprogram_Body): Also
4518         initialize Block_Decls variable.
4519         (Expand_Entry_Barrier): Add pragma Warnings on Func_Body variable.
4520         (Build_Dispatching_Requeue): Add pragma Warnings on Op variable.
4521         * exp_disp.adb (Expand_Interface_Actuals): Initialize
4522         Formal_DDT and Actual_DDT variables.
4523         (Expand_Interface_Thunk): Initialize Iface_Formal.
4524         (Make_DT): Initialize Size_Comp.
4525         (Make_Select_Specific_Data_Table): Initialize Decls.
4526         * exp_dist.adb (Add_RACW_Primitive_Declarations_And_Bodies):
4527         Also initialize more RPC_Receiver_* variables.
4528         (Build_To_Any_Function): Initialize Cstr_Formal.
4529         * exp_prag.adb (Expand_Pragma_Contract_Cases): Initialize Msg_Str.
4531 2017-04-28  Ed Schonberg  <schonberg@adacore.com>
4533         * sem_ch6.adb (Freeze_Type_Refs): For an interface conversion
4534         node between access types, freeze the designated type as well,
4535         so that dispatch table pointers are created in the proper scope,
4536         and not in the constructed body of the expression function.
4538 2017-04-28  Bob Duff  <duff@adacore.com>
4540         * alloc.ads (Nodes_Initial): Go back to previous value. The large
4541         value makes large compilations faster, but small compilations slower.
4543 2017-04-28  Arnaud Charlet  <charlet@adacore.com>
4545         * sem_util.adb: minor typos in Is_Child_Or_Sibling.
4547 2017-04-28  Hristian Kirtchev  <kirtchev@adacore.com>
4549         * erroutc.adb (Compilation_Errors): Do not consider info messages
4550         as suitable warnings when warnings must be treated as errors.
4551         * sem_ch7.adb (Analyze_Package_Specification): Do not consider
4552         internally-generated packages when outputting completion
4553         information.
4554         * errout.adb (Output_Messages): Do not consider info messages as
4555         suitable warnings when warnings must be treated as errors.
4556         * errutil.adb (Finalize): Do not consider info messages as
4557         suitable warnings when warnings must be treated as errors.
4559 2017-04-28  Eric Botcazou  <ebotcazou@adacore.com>
4561         * warnsw.ads: Minor fix for incorrect wording in comment.
4563 2017-04-28  Ed Schonberg  <schonberg@adacore.com>
4565         * sem_res.adb (In_Instance_Code): New predicate in
4566         Valid_Conversion, to determine whether a type conversion appears
4567         as (or within) an actual for a formal object.  Type conversions
4568         in instances are not rechecked in Valid_Conversion because
4569         visibility changes between generic location andi instance may
4570         lead to spurious errors, but conversions within an actual must be
4571         fully checked, and they are not fully resolved when pre-analyzing
4572         the actuals.
4574 2017-04-28  Hristian Kirtchev  <kirtchev@adacore.com>
4576         * exp_ch6.adb (Expand_N_Extended_Return_Statement): Use
4577         New_Copy_Tree instead of Relocate_Node as any subsequent copies
4578         of the relocated node will have mangled Parent pointers.
4579         * sem_util.adb (Build_NCT_Hash_Tables): Reset both hash
4580         tables used in conjunction with entity and itype replication.
4581         (Visit_Entity): Rewrite the restriction on which entities
4582         require duplication.  The restriction now includes all types.
4584 2017-04-28  Hristian Kirtchev  <kirtchev@adacore.com>
4586         * a-cofuse.ads, a-cfdlli.ads, a-cfhase.adb, a-cfhase.ads, a-cfinve.adb,
4587         a-cfinve.ads, a-cforma.adb, a-cforma.ads, a-cofuma.adb, a-cofuma.ads,
4588         a-cfhama.adb, a-cfhama.ads, a-cforse.adb: Minor reformatting and code
4589         cleanups.
4591 2017-04-28  Hristian Kirtchev  <kirtchev@adacore.com>
4593         * exp_util.adb, g-dyntab.adb, par-ch4.adb, sem_util.adb, sem_attr.adb,
4594         gnat1drv.adb, exp_disp.adb, namet.adb, alloc.ads: Minor reformatting.
4596 2017-04-28  Gary Dismukes  <dismukes@adacore.com>
4598         * exp_util.adb: Minor reformatting.
4600 2017-04-28  Ed Schonberg  <schonberg@adacore.com>
4602         * sem_ch4.adb: Fix copy/pasto.
4604 2017-04-27  Tristan Gingold  <gingold@adacore.com>
4606         * gcc-interface/Make-lang.in: Define EH_MECHANISM while building
4607         raise-gcc.c. Fix include search path for raise-gcc.c
4609 2017-04-27  Eric Botcazou  <ebotcazou@adacore.com>
4611         * fe.h (Warn_On_Questionable_Layout): Declare.
4612         * warnsw.ads (Warn_On_Record_Holes): Move down.
4613         (Warn_On_Questionable_Layout): New boolean variable.
4614         (Warning_Record): Add Warn_On_Questionable_Layout field.
4615         * warnsw.adb (All_Warnings): Set Warn_On_Questionable_Layout.
4616         (Restore_Warnings): Likewise.
4617         (Save_Warnings): Likewise.
4618         (Set_Dot_Warning_Switch): Handle 'q' and 'Q' letters.
4619         * gcc-interface/decl.c (gnat_to_gnu_entity): Adjust call to
4620         components_to_record.
4621         (gnu_field_to_gnat): New function.
4622         (warn_on_field_placement): Likewise.
4623         (components_to_record): Add GNAT_RECORD_TYPE and remove REORDER
4624         parameters.  Rename local variables and adjust recursive call.
4625         Rework final scan of the field list and implement warnings on the
4626         problematic placement of specific sorts of fields.
4628 2017-04-27  Bob Duff  <duff@adacore.com>
4630         * errout.adb, exp_aggr.adb, exp_attr.adb, exp_code.adb, fname.adb,
4631         * fname.ads, freeze.adb, inline.adb, lib.adb, lib.ads, lib-list.adb,
4632         * lib-load.adb, lib-writ.adb, par.adb, restrict.adb, rtsfind.adb,
4633         * sem.adb, sem_cat.adb, sem_ch10.adb, sem_ch12.adb, sem_ch3.adb,
4634         * sem_ch4.adb, sem_ch6.adb, sem_ch8.adb, sem_ch9.adb, sem_elab.adb,
4635         * sem_intr.adb, sem_res.adb, sem_util.adb, sem_warn.adb, sprint.adb:
4636         For efficiency, cache results of Is_Internal_File_Name and
4637         Is_Predefined_File_Name in the Units table. This avoids a lot
4638         of repeated text processing.
4640 2017-04-27  Emmanuel Briot  <briot@adacore.com>
4642         * g-comlin.adb (Sort_Sections): remove useless test.
4644 2017-04-27  Claire Dross  <dross@adacore.com>
4646         * a-cfhase.adb, a-cfhase.ads (=): Generic parameter removed to
4647         allow the use of regular equality over elements in contracts.
4648         (Formal_Model): Ghost package containing model functions that are
4649         used in subprogram contracts.
4650         (Current_To_Last): Removed, model functions should be used instead.
4651         (First_To_Previous): Removed, model functions should be used instead.
4652         (Strict_Equal): Removed, model functions should be used instead.
4653         (No_Overlap): Removed, model functions should be used instead.
4654         (Equivalent_Keys): Functions over cursors are removed. They were
4655         awkward with explicit container parameters.
4656         * a-cforse.adb, a-cforse.ads (=): Generic parameter removed to
4657         allow the use of regular equality over elements in contracts.
4658         (Formal_Model): Ghost package containing model functions that
4659         are used in subprogram contracts.
4660         (Current_To_Last): Removed, model functions should be used instead.
4661         (First_To_Previous): Removed, model functions should be used instead.
4662         (Strict_Equal): Removed, model functions should be used instead.
4663         (No_Overlap): Removed, model functions should be used instead.
4665 2017-04-27  Yannick Moy  <moy@adacore.com>
4667         * gnat1drv.adb: Code cleanup.
4669 2017-04-27  Ed Schonberg  <schonberg@adacore.com>
4671         * exp_util.adb (Replace_Entity): The prefix of a 'Result
4672         attribute reference in a post- condition is the subprogram to
4673         which the condition applies. If the condition is inherited
4674         by a type extension, the prefix becomes a reference to the
4675         inherited operation, but there is no need to create a wrapper
4676         for this operation, because 'Result is expanded independently
4677         when elaborating the postconditions.
4679 2017-04-27  Bob Duff  <duff@adacore.com>
4681         * sinput.adb: Minor code cleanup.
4682         * namet.adb (Append): Create faster versions of
4683         Append(String) and Append(Name_Id) by using slice assignment
4684         instead of loops.
4685         * sem_util.adb (In_Instance): Speed this up by removing
4686         unnecessary tests; Is_Generic_Instance is defined for all
4687         entities.
4688         * sem_util.ads, sem_util.adb (In_Parameter_Specification):
4689         Remove unused function.
4690         * alloc.ads (Nodes_Initial): Use a much larger value, because
4691         the compiler was spending a lot of time copying the nodes table
4692         when it grows. This number was chosen in 1996, so is rather out
4693         of date with current memory sizes. Anyway, it's virtual memory.
4694         Get rid of Orig_Nodes_...; use Node_... instead.
4695         * atree.adb (Lock): Do not release the Nodes tables; it's a
4696         waste of time.
4697         Orig_Nodes_ ==> Nodes_
4698         * nlists.adb: Orig_Nodes_ ==> Nodes_
4699         * g-table.adb: Remove unused "with" clause.
4700         * g-table.ads, table.ads: Remove Big_Table_Type, which should
4701         not be used by clients.
4702         * g-dyntab.adb (Last_Allocated): New function
4703         to encapsulate T.P.Last_Allocated, which I'm thinking of changing.
4705 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
4707         * sem_eval.adb (Subtypes_Statically_Compatible): Remove duplicated
4708         check.
4709         (Subtypes_Statically_Match): Remove duplicate check.
4710         * sem_prag.adb (Check_Arg_Is_External_Name): Remove duplicate check.
4712 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
4714         * exp_aggr.adb (Replace_Type): Remove the special processing
4715         for selected components.
4716         * exp_attr.adb (Expand_N_Attribute_Reference): Merge the
4717         processing for attributes Fixed_Value and Integer_Value.
4718         * exp_util.adb (Side_Effect_Free): Merge the processing for
4719         qualified expressions, type conversions, and unchecked type
4720         conversions.
4721         * g-comlin.adb (Is_In_Config): Merge the processing for No_Space
4722         and Optional.
4723         * par-ch3.adb (P_Declarative_Items): Merge the processing for
4724         tokens function, not, overriding, and procedure.
4725         * sem_ch6.adb (Fully_Conformant_Expressions): Merge the processing
4726         for qualified expressions, type conversions, and unchecked
4727         type conversions.
4728         * sem_util.adb (Compile_Time_Constraint_Error): Merge the
4729         processing for Ada 83 and instances.
4730         (Object_Access_Level): Merge the processing for indexed components
4731         and selected components.
4732         * uname.adb (Add_Node_Name): Merge the processing for stubs.
4734 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
4736         * checks.adb (Install_Primitive_Elaboration_Check):
4737         Do not generate the check when restriction No_Elaboration_Code
4738         is in effect.
4740 2017-04-27  Ed Schonberg  <schonberg@adacore.com>
4742         * exp_disp.adb (Build_Class_Wide_Check): New subsidiary
4743         of Expand_Dispatching_Call. If the denoted subprogram has a
4744         class-wide precondition, this is the only precondition that
4745         applies to the call, rather that the class-wide preconditions
4746         that may apply to the body that is executed. (This is specified
4747         in AI12-0195).
4749 2017-04-27  Yannick Moy  <moy@adacore.com>
4751         * gnat1drv.adb (Adjust_Global_Switches): Issue
4752         a warning in GNATprove mode if the runtime library does not
4753         support IEEE-754 floats.
4755 2017-04-27  Ed Schonberg  <schonberg@adacore.com>
4757         * sem_prag.adb (Inherit_Class_Wide_Pre): If the parent operation
4758         is itself inherited it does not carry any contract information,
4759         so examine its parent operation which is its Alias.
4761 2017-04-27  Ed Schonberg  <schonberg@adacore.com>
4763         * sem_attr.adb (Analyze_Attribute, case 'Image): In Ada2012 the
4764         prefix can be an object reference in which case Obj'Image (X)
4765         can only be interpreted as an indexing of the parameterless
4766         version of the attribute.
4767         * par-ch4.adb (P_Name): An attribute reference can be the prefix of
4768         an indexing or a slice operation if the attribute does not require
4769         parameters. In Ada2012 'Image also belongs in this category,
4770         and A'Image (lo .. hi) is legal and must be parsed as a slice.
4772 2017-04-27  Yannick Moy  <moy@adacore.com>
4774         * exp_ch4.adb: Minor reformatting.
4775         * gnat1drv.adb (Adjust_Global_Switches): When in GNATprove mode,
4776         disable the CodePeer and C generation modes. Similar to the
4777         opposite actions done in CodePeer mode.
4779 2017-04-27  Yannick Moy  <moy@adacore.com>
4781         * sem_res.adb: Remove duplicate code.
4782         * sem_attr.adb: Delete duplicate code.
4784 2017-04-27  Bob Duff  <duff@adacore.com>
4786         * g-dyntab.adb: Reduce the amount of copying in
4787         Release. No need to copy items past Last.
4789 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
4791         * checks.adb Add with and use clauses for Sem_Disp.
4792         (Install_Primitive_Elaboration_Check): New routine.
4793         * checks.ads (Install_Primitive_Elaboration_Check): New routine.
4794         * exp_attr.adb (Expand_N_Attribute_Reference): Clean up the
4795         processing of 'Elaborated.
4796         * exp_ch6.adb (Expand_N_Subprogram_Body): Install a primitive
4797         elaboration check.
4799 2017-04-27  Bob Duff  <duff@adacore.com>
4801         * g-dyntab.ads, g-dyntab.adb, g-table.ads: Remove incorrect assertion.
4802         If the table grows and then shrinks back to empty, we won't necessarily
4803         point back to the empty array. Code cleanups.
4804         * sinput.ads: Add 'Base to Size clause to match the declared
4805         component subtypes.
4807 2017-04-27  Claire Dross  <dross@adacore.com>
4809         * a-cforma.adb, a-cforma.ads (=): Generic parameter removed to
4810         allow the use of regular equality over elements in contracts.
4811         (Formal_Model): Ghost package containing model functions that
4812         are used in subprogram contracts.
4813         (Current_To_Last): Removed, model functions should be used instead.
4814         (First_To_Previous): Removed, model functions should be used instead.
4815         (Strict_Equal): Removed, model functions should be used instead.
4816         (No_Overlap): Removed, model functions should be used instead.
4817         * a-cofuma.adb, a-cofuma.ads (Enable_Handling_Of_Equivalence)
4818         Boolean generic parameter to disable contracts for equivalence
4819         between keys.
4820         (Witness): Create a witness of a key that is used for handling of
4821         equivalence between keys.
4822         (Has_Witness): Check whether a witness is contained in a map.
4823         (W_Get): Get the element associated to a witness.
4824         (Lift_Equivalent_Keys): Removed, equivalence between keys is handled
4825         directly.
4826         * a-cofuse.adb, a-cofuse.ads (Enable_Handling_Of_Equivalence)
4827         Boolean generic parameter to disable contracts for equivalence
4828         between keys.
4829         * a-cfhama.adb, a-cfhama.ads (Formal_Model.P) Disable handling
4830         of equivalence on functional maps.
4831         * a-cfdlli.adb, a-cfdlli.ads (Formal_Model.P) Disable handling
4832         of equivalence on functional maps.
4834 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
4836         * exp_ch9.adb (Expand_Entry_Barrier): Code
4837         cleanup. Do not perform the optimization which removes the
4838         declarations of the discriminant and component renamings when
4839         validity checks on operands and attributes are in effect.
4841 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
4843         * exp_spark.adb, exp_util.adb, sem_ch7.adb, g-dyntab.adb, g-dyntab.ads,
4844         freeze.adb, a-cfinve.ads, a-cofuma.adb, a-cofuma.ads, a-cfhama.adb,
4845         a-cfhama.ads, a-cofove.ads: Minor reformatting.
4847 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
4849         * g-debpoo.adb (Dump_Gnatmem): Protect against a possible null
4850         pointer dereference.
4851         * g-spipat.adb (Dump): Code clean up. Protect against a possible
4852         null pointer dereference.
4854 2017-04-27  Bob Duff  <duff@adacore.com>
4856         * g-dyntab.ads, g-dyntab.adb: Default for Table_Low_Bound.
4857         Rename Empty --> Empty_Table_Ptr, and don't duplicate code for it.
4858         Free renames Init, since they do the same thing.
4859         * g-table.ads: Default for Table_Low_Bound.
4860         * table.ads: Default for Table_Low_Bound, Table_Initial, and
4861         Table_Increment.
4863 2017-04-27  Bob Duff  <duff@adacore.com>
4865         * g-dyntab.ads, g-dyntab.adb: Add assertions to subprograms that
4866         can reallocate.
4867         * atree.adb, elists.adb, fname-uf.adb, ghost.adb, inline.adb,
4868         * lib.adb, namet.adb, nlists.adb, sem.adb, sinput.adb, stringt.adb:
4869         Reorder code so that above assertions do not fail.
4870         * table.ads: Remove obsolete comment on Locked.
4872 2017-04-27  Claire Dross  <dross@adacore.com>
4874         * a-cfdlli.ads: Code cleanup.
4876 2017-04-27  Yannick Moy  <moy@adacore.com>
4878         * exp_spark.adb (Expand_SPARK_Freeze_Type): Build a DIC procedure
4879         when needed for proof.  (Expand_SPARK): Call the new procedure.
4880         * exp_util.ads Fix typo.
4882 2017-04-27  Gary Dismukes  <dismukes@adacore.com>
4884         * a-cofuma.ads, a-cfhama.ads: Minor reformatting, grammar, and typo
4885         fixes.
4887 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
4889         * sem_elab.adb Add new type Visited_Element
4890         and update the contents of table Elab_Visited.  Various code clean up.
4891         (Check_Elab_Call): Determine whether a prior call to
4892         the same subprogram was already examined within the same context.
4893         (Check_Internal_Call_Continue): Register the subprogram being
4894         called as examined within a particular context. Do not suppress
4895         elaboration warnings.
4897 2017-04-27  Gary Dismukes  <dismukes@adacore.com>
4899         * xoscons.adb, osint.ads: Minor reformatting.
4901 2017-04-27  Bob Duff  <duff@adacore.com>
4903         * g-dyntab.ads, g-dyntab.adb: Misc cleanup. Rename
4904         Table_Count_Type --> Table_Last_Type, because the name
4905         was confusing (a "count" usually starts at zero).  Add
4906         functionality supported or needed by other tables packages
4907         (Move, Release_Threshold).
4908         * g-table.ads, g-table.adb: This is now just a thin wrapper
4909         around g-dyntab.ads/g-dyntab.adb.  Add functionality supported
4910         or needed by other tables packages (Save, Restore).
4911         * table.ads, table.adb: This is now just a thin wrapper around
4912         * g-table.ads/g-table.adb.
4913         * namet.h, scos.h, uintp.h: These files are reaching into the
4914         private data of some instances of g-table, whose names changed,
4915         so the above change requires some adjustment here. It now uses
4916         public interfaces.
4918 2017-04-27  Bob Duff  <duff@adacore.com>
4920         * namet.adb, namet.ads: Minor: remove unused procedures.
4922 2017-04-27  Eric Botcazou  <ebotcazou@adacore.com>
4924         * checks.adb (Apply_Scalar_Range_Check): Initialize Ok variable too.
4925         (Minimize_Eliminate_Overflows): Initialize Llo and Lhi.
4926         Add pragma Warnings on Rtype variable in nested block.  *
4927         * exp_ch3.adb (Build_Init_Statements): Initialize VAR_LOC.
4928         * exp_ch4.adb (Expand_Concatenate): Initialize 3 variables.
4929         (Size_In_Storage_Elements): Add pragma Warnings on Res variable.
4930         * exp_ch7.adb (Build_Adjust_Statements): Initialize Bod_Stmts.
4931         (Process_Component_List_For_Finalize): Initialize Counter_Id.
4932         (Build_Finalize_Statements): Initialize Bod_Stmts.
4933         * exp_disp.adb (Expand_Dispatching_Call): Initialize SCIL_Node.
4935 2017-04-27  Claire Dross  <dross@adacore.com>
4937         * a-cfhama.adb, a-cfhamai.ads (=): Generic parameter removed to
4938         allow the use of regular equality over elements in contracts.
4939         (Formal_Model): Ghost package containing model functions that are
4940         used in subprogram contracts.
4941         (Current_To_Last): Removed, model
4942         functions should be used instead.
4943         (First_To_Previous): Removed, model functions should be used instead.
4944         (Strict_Equal): Removed, model functions should be used instead.
4945         (No_Overlap): Removed, model functions should be used instead.
4946         (Equivalent_Keys): Functions over cursors are removed. They were
4947         awkward with explicit container parameters.
4948         * a-cofuma.adb, a-cofuma.ads (Lift_Equivalent_Keys): New lemma
4949         (proof only) procedure to help GNATprove when equivalence over
4950         keys is not equality.
4952 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
4954         * exp_util.adb, a-cfdlli.adb, a-cfdlli.ads, exp_ch9.adb, g-dyntab.adb,
4955         sem_dim.adb, a-cfinve.adb, a-cfinve.ads, a-cofove.adb, a-cofove.ads:
4956         Minor reformatting and code cleanups.
4958 2017-04-27  Ed Schonberg  <schonberg@adacore.com>
4960         * freeze.adb (Build_Inherited_Condition_Pragmas): New procedure,
4961         subsidiary of Check_Inherited_Conditions, to build pragmas for an
4962         operation whose ancestor has classwide pre/postconditions. This
4963         is used both to check the legality of the inheritance in Ada
4964         and in SPARK, and to determine whether a wrapper is needed for
4965         an inherited operation.
4966         * exp_util.adb (Build_Class_Wide_Expression, Replace_Entity):
4967         Improve placement of error message for inherited classwide
4968         conditions that become illegal on type derivation.
4970 2017-04-27  Yannick Moy  <moy@adacore.com>
4972         * sem_ch12.adb (Analyze_Generic_Package_Declaration): Set
4973         SPARK_Mode from context on generic package.
4974         * sem_ch7.adb (Analyze_Package_Declaration): Simplify code to remove
4975         useless test.
4977 2017-04-27  Claire Dross  <dross@adacore.com>
4979         * a-cofuve.ads (Range_Shifted): Rewrite precondition to avoid
4980         overflows in computations.
4981         * a-cofove.ads (Capacity_Range): Rewrite last bound to avoid
4982         overflows in computations.
4983         (Insert): Rewrite precondition to avoid overflows in computations.
4984         * a-cfinve.ads (Capacity_Range): Rewrite last bound to avoid
4985         overflows in computations.
4986         (Insert): Rewrite precondition to avoid overflows in computations.
4988 2017-04-27  Steve Baird  <baird@adacore.com>
4990         * exp_ch9.adb (Expand_N_Asynchronous_Select): Initialize the Cancel
4991         flag when it is declared in order to avoid confusing CodePeer about
4992         the possibility of an uninitialized variable read.
4994 2017-04-27  Ed Schonberg  <schonberg@adacore.com>
4996         * sem_dim.adb (Analyze_Dimension_Object_Declaration): There is
4997         no dimensionality error if the subtype of the expression is
4998         identical to the nominal subtype in the declaration, even though
4999         the expression itself may have been constant-folded and lack a
5000         dimension vector.
5001         * sem_dim.ads: Add comments on setting of dimension vectors and
5002         its interaction with node rewritings and side-effect removal.
5004 2017-04-27  Bob Duff  <duff@adacore.com>
5006         * debug.adb: Minor comment correction.
5007         * sem_dim.ads: Minor reformatting and typo fixes.
5009 2017-04-27  Bob Duff  <duff@adacore.com>
5011         * g-table.adb, g-table.adsa, scos.h: From the C side, access First and
5012         Last of the tables via function calls, rather than relying on layout
5013         of data structures.
5015 2017-04-27  Ed Schonberg  <schonberg@adacore.com>
5017         * exp_util.adb: No wrapper in GNATprove mode.
5019 2017-04-27  Yannick Moy  <moy@adacore.com>
5021         * sem_res.adb (Resolve_Comparison_Op): Always
5022         evaluate comparisons between values of universal types.
5024 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
5026         * sem_elab.adb (Check_Internal_Call_Continue): Do not generate
5027         an elaboration counter nor a check when in GNATprove mode.
5028         * sem_util.adb (Build_Elaboration_Entity): Do not create an
5029         elaboration counter when in GNATprove mode.
5031 2017-04-27  Ed Schonberg  <schonberg@adacore.com>
5033         * freeze.adb: copy-paste typo.
5035 2017-04-27  Yannick Moy  <moy@adacore.com>
5037         * sem_prag.adb (Analyze_Pre_Post_In_Decl_Part):
5038         Use correct test to detect call in GNATprove mode instead of
5039         compilation.
5041 2017-04-27  Claire Dross  <dross@adacore.com>
5043         * a-cfdlli.adb, a-cfdlli.ads (Formal_Model.M_Elements_In_Union):
5044         New property function expressing that the element of a
5045         sequence are contained in the union of two sequences.
5046         (Formal_Model.M_Elements_Included): New property function
5047         expressing that the element of a sequence are another sequence.
5048         (Generic_Sorting): Use new property functions to state that
5049         elements are preserved by Sort and Merge.
5050         * a-cofove.adb, a-cofove.ads (=): Generic parameter removed to
5051         allow the use of regular equality over elements in contracts.
5052         (Formal_Model): Ghost package containing model functions
5053         that are used in subprogram contracts.  (Capacity):
5054         On unbounded containers, return the maximal capacity.
5055         (Current_To_Last): Removed, model functions should be used instead.
5056         (First_To_Previous): Removed, model functions should be used instead.
5057         (Append): Default parameter value replaced
5058         by new wrapper to allow more precise contracts.
5059         (Insert): Subprogram restored, it seems it was useful to users even if
5060         it is inefficient.
5061         (Delete): Subprogram restored, it seems it was useful to users even if
5062         it is inefficient.
5063         (Prepend): Subprogram restored, it seems it was useful to users even
5064         if it is inefficient.
5065         (Delete_First): Subprogram restored, it seems it
5066         was useful to users even if it is inefficient.  (Delete_Last):
5067         Default parameter value replaced by new wrapper to allow more
5068         precise contracts.
5069         (Generic_Sorting.Merge): Subprogram restored.
5070         * a-cfinve.adb, a-cfinve.ads (=): Generic parameter removed to
5071         allow the use of regular equality over elements in contracts.
5072         (Formal_Model): Ghost package containing model functions
5073         that are used in subprogram contracts.  (Capacity):
5074         On unbounded containers, return the maximal capacity.
5075         (Current_To_Last): Removed, model functions should be used
5076         instead.
5077         (First_To_Previous): Removed, model functions should be used instead.
5078         (Append): Default parameter value replaced
5079         by new wrapper to allow more precise contracts.
5080         (Insert): Subprogram restored, it seems it was useful to users even if
5081         it is inefficient.
5082         (Delete): Subprogram restored, it seems it was useful to users even if
5083         it is inefficient.
5084         (Prepend): Subprogram restored, it seems it was useful to users even
5085         if it is inefficient.
5086         (Delete_First): Subprogram restored, it seems it
5087         was useful to users even if it is inefficient.  (Delete_Last):
5088         Default parameter value replaced by new wrapper to allow more
5089         precise contracts.
5090         (Generic_Sorting.Merge): Subprogram restored.
5091         (Vector): Do not reuse formal vectors, as it is no longer possible
5092         to supply them with an equality function over elements.
5094 2017-04-27  Bob Duff  <duff@adacore.com>
5096         * g-dyntab.adb (Release): When allocating the new
5097         table, use the correct slice of the old table to initialize it.
5099 2017-04-27  Eric Botcazou  <ebotcazou@adacore.com>
5101         * einfo.ads: Minor fixes in comments.
5103 2017-04-27  Ed Schonberg  <schonberg@adacore.com>
5105         * sem_prag.adb: disable clones in SPARK_Mode.
5107 2017-04-27  Gary Dismukes  <dismukes@adacore.com>
5109         * sem_util.ads, contracts.adb: Minor reformatting.
5111 2017-04-27  Ed Schonberg  <schonberg@adacore.com>
5113         * sem_util.adb, sem_util.ads (Build_Class_Wide_Clone_Body):
5114         Build body of subprogram that has a class-wide condition that
5115         contains calls to other primitives.
5116         (Build_Class_Wide_Clone_Call); Build a call to the common
5117         class-wide clone of a subprogram with classwide conditions. The
5118         body of the subprogram becomes a wrapper for a call to the
5119         clone. The inherited operation becomes a similar wrapper to which
5120         modified conditions apply, and the call to the clone includes
5121         the proper conversion in a call the parent operation.
5122         (Build_Class_Wide_Clone_Decl (Spec_Id : Entity_Id): For a
5123         subprogram that has a classwide condition that contains calls to
5124         other primitives, build an internal subprogram that is invoked
5125         through a type-specific wrapper for all inherited subprograms
5126         that may have a modified condition.
5127         * sem_prag.adb (Check_References): If subprogram has a classwide
5128         condition, create entity for corresponding clone, to be invoked
5129         through wrapper subprograns.
5130         (Analyze_Pre_Post_Condition_In_Decl_Part): Do not emit error
5131         message about placement if pragma isi internally generated.
5132         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): If subprogram has
5133         a classwide clone, build body of clone as copy of original body,
5134         and rewrite original body as a wrapper as a wrapper for a call to
5135         the clone, so that it incorporates the original pre/postconditions
5136         of the subprogram.
5137         * freeze.adb (Check_Inherited_Conditions): For an inherited
5138         subprogram that inherits a classwide condition, build spec and
5139         body of corresponding wrapper so that call to inherited operation
5140         gets the modified conditions.
5141         * contracts.adb (Analyze_Contracts): If analysis of classwide
5142         condition has created a clone for a primitive operation, analyze
5143         declaration of clone.
5145 2017-04-27  Steve Baird  <baird@adacore.com>
5147         * exp_util.adb (Build_Allocate_Deallocate_Proc):
5148         Add "Suppress => All_Checks" to avoid generating unnecessary
5149         checks.
5151 2017-04-27  Yannick Moy  <moy@adacore.com>
5153         * debug.adb: Reserve debug flag 'm' for no inlining in GNATprove.
5154         * sem_ch6.adb (Anayze_Subprogram_Body_Helper): Skip creation of
5155         inlining body in GNATprove mode when switch -gnatdm used.
5156         * sem_res.adb (Resolve_Call): Skip detection of lack of inlining
5157         in GNATprove mode when switch -gnatdm used.
5159 2017-04-27  Arnaud Charlet  <charlet@adacore.com>
5161         * sem_ch13.adb (Analyze_Attribute_Definition_Clause
5162         [Attribute_Address]): Call Set_Address_Taken when ignoring rep
5163         clauses, so that we keep an indication of the address clause
5164         before removing it from the tree.
5166 2017-04-27  Yannick Moy  <moy@adacore.com>
5168         * exp_util.ads, exp_util.adb (Evaluate_Name): Force evaluation
5169         of expression being qualified, when not an object name, or else
5170         evaluate the underlying name.
5172 2017-04-27  Jerome Lambourg  <lambourg@adacore.com>
5174         * bindusg.adb, bindgen.adb, gnatbind.adb, opt.ads: add -nognarl switch.
5176 2017-04-27  Justin Squirek  <squirek@adacore.com>
5178         * exp_ch7.adb (Build_Finalize_Statements): Move Num_Comps to
5179         Process_Component_List_For_Finalization as a local variable.
5180         (Process_Component_For_Finalize): Add an extra parameter to avoid
5181         global references.
5182         (Process_Component_List_For_Finalization): Correct calls to
5183         Process_Component_For_Finalize to take Num_Comps as a parameter.
5185 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
5187         * sem_ch8.adb (Find_Direct_Name): Account for the case where
5188         a use-visible entity is defined within a nested scope of an
5189         instance when giving priority to entities which were visible in
5190         the original generic.
5191         * sem_util.ads, sem_util.adb (Nearest_Enclosing_Instance): New routine.
5193 2017-04-27  Tristan Gingold  <gingold@adacore.com>
5195         * raise-gcc.c: Don't use unwind.h while compiling
5196         for the frontend, but mimic host behavior.
5198 2017-04-27  Javier Miranda  <miranda@adacore.com>
5200         * sem_ch3.adb (Build_Discriminated_Subtype):
5201         Propagate Has_Pragma_Unreferenced_Objects to the built subtype.
5203 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
5205         * sem_prag.adb (Analyze_Global_Item):
5206         Do not consider discriminants because they are not "entire
5207         objects". Remove the discriminant-related checks because they are
5208         obsolete.
5209         (Analyze_Input_Output): Do not consider discriminants
5210         because they are not "entire objects".
5212 2017-04-27  Ed Schonberg  <schonberg@adacore.com>
5214         * sem_ch13.adb (Check_Aspect_At_End_Of_Declarations): Do not
5215         perform check if the current scope does not come from source,
5216         as is the case for a rewritten task body, because check has
5217         been performed already, and may not be doable because of changed
5218         visibility.
5220 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
5222         * a-cofuse.adb, a-cfdlli.adb, a-cofuse.ads, a-cfdlli.ads, a-cofuve.adb,
5223         a-cofuve.ads, a-cofuma.adb, a-cofuma.ads, sem_eval.adb, a-cofuba.adb:
5224         Minor reformatting.
5226 2017-04-27  Ed Schonberg  <schonberg@adacore.com>
5228         * sem_ch4.adb (Analyze_Call): If the return type of a function
5229         is incomplete in an context in which the full view is available,
5230         replace the type of the call by the full view, to prevent spurious
5231         type errors.
5232         * exp_disp.adb (Check_Premature_Freezing): Disable check on an
5233         abstract subprogram so that compiler does not reject a parameter
5234         of a primitive operation of a tagged type being frozen, when
5235         the untagged type of that parameter cannot be frozen.
5237 2017-04-27  Bob Duff  <duff@adacore.com>
5239         * sem_attr.adb (Compute_Type_Key): Don't walk
5240         representation items for irrelevant types, which could be in a
5241         different source file.
5243 2017-04-27  Steve Baird  <baird@adacore.com>
5245         * exp_attr.adb (Expand_N_Attribute_Reference):
5246         Don't expand Image, Wide_Image, Wide_Wide_Image attributes
5247         for CodePeer.
5249 2017-04-27  Yannick Moy  <moy@adacore.com>
5251         * exp_unst.ads: Fix typos in comments.
5253 2017-04-27  Ed Schonberg  <schonberg@adacore.com>
5255         * sem_eval.adb (Choice_Matches): Handle properly a real literal
5256         whose type has a defined static predicate.
5258 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
5260         * exp_ch4.adb (Insert_Dereference_Action):
5261         Do not adjust the address of a controlled object when the
5262         associated access type is subject to pragma No_Heap_Finalization.
5263         Code reformatting.
5265 2017-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
5267         * gcc-interface/utils.c (gnat_type_for_size): Set
5268         TYPE_ARTIFICIAL on created types.
5270 2017-04-27  Claire Dross  <dross@adacore.com>
5272         * a-cfdlli.adb, a-cfdlli.ads (Formal_Model): Adapt to
5273         modifications in functional containers.
5274         * a-cofuba.ads, a-cofuma.ads, a-cofuse.ads, a-cofuve.ads Reformat
5275         to improve readablity. Subprograms are separated between basic
5276         operations, constructors and properties. Universally quantified
5277         formulas in contracts are factorized in independant functions
5278         with a name and a comment.  Names of parameters are improved.
5280 2017-04-27  Gary Dismukes  <dismukes@adacore.com>
5282         * exp_spark.adb, sem_elab.adb: Minor reformatting and typo fix.
5284 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
5286         * sem_res.adb (Resolve_Type_Conversion): Do not
5287         install a predicate check here since this is already done during
5288         the expansion phase. Verify whether the operand satisfies the
5289         static predicate (if any) of the target type.
5290         * sem_ch3.adb (Analyze_Object_Declaration): Do
5291         not install a predicate check if the object is initialized by
5292         means of a type conversion because the conversion is subjected
5293         to the same check.
5295 2017-04-27  Tristan Gingold  <gingold@adacore.com>
5297         * raise.c (__gnat_builtin_longjmp): Remove.
5298         (__gnat_bracktrace):
5299         Add a dummy definition for the compiler (__gnat_eh_personality,
5300         __gnat_rcheck_04, __gnat_rcheck_10) (__gnat_rcheck_19,
5301         __gnat_rcheck_20, __gnat_rcheck_21) (__gnat_rcheck_30,
5302         __gnat_rcheck_31, __gnat_rcheck_32): Likewise.
5303         * a-exexpr.adb: Renamed from a-exexpr-gcc.adb
5304         * a-except.ads, a-except.adb: Renamed from a-except-2005.ads
5305         and a-except-2005.adb.
5306         * raise-gcc.c: Allow build in compiler, compiled as a C++
5307         file.
5308         (__gnat_Unwind_ForcedUnwind): Adjust prototype.
5309         (db): Constify msg_format.
5310         (get_call_site_action_for): Don't use void arithmetic.
5311         * system.ads (Frontend_Exceptions): Set to False.
5312         (ZCX_By_Default): Set to True.
5313         (GCC_ZC_Support): Set to True.
5314         * gcc-interface/Makefile.in: No more variants for a-exexpr.adb and
5315         a-except.ad[sb].
5316         * gcc-interface/Make-lang.in: Add support for backend zcx exceptions
5317         in gnat1 and gnatbind.
5318         * gnat1, gnatbind: link with raise-gcc.o, a-exctra.o, s-addima.o,
5319         s-excmac.o, s-imgint.o, s-traceb.o, s-trasym.o, s-wchstw.o
5320         * s-excmac.ads, s-excmac.adb: Copy of variants.
5321         * a-except.o: Adjust preequisites.
5322         Add handling of s-excmac-arm.adb and s-excmac-gcc.adb.
5324 2017-04-27  Claire Dross  <dross@adacore.com>
5326         * a-cfdlli.adb, a-cfdlli.ads (Formal_Model): Adapt to
5327         modifications in functional containers.
5328         * a-cofuba.ads, a-cofuma.ads, a-cofuse.ads, a-cofuve.ads Reformat
5329         to improve readablity. Subprograms are separated between basic
5330         operations, constructors and properties. Universally quantified
5331         formulas in contracts are factorized in independant functions
5332         with a name and a comment.  Names of parameters are improved.
5334 2017-04-27  Gary Dismukes  <dismukes@adacore.com>
5336         * exp_spark.adb, sem_elab.adb: Minor reformatting and typo fix.
5338 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
5340         * sem_res.adb (Resolve_Type_Conversion): Do not
5341         install a predicate check here since this is already done during
5342         the expansion phase. Verify whether the operand satisfies the
5343         static predicate (if any) of the target type.
5344         * sem_ch3.adb (Analyze_Object_Declaration): Do
5345         not install a predicate check if the object is initialized by
5346         means of a type conversion because the conversion is subjected
5347         to the same check.
5349 2017-04-27  Tristan Gingold  <gingold@adacore.com>
5351         * a-except.ads, a-except.adb, a-exexpr.adb: Removed (will be
5352         replaced by their variants).
5354 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
5356         * exp_prag.adb, a-cofuse.adb, a-cofuse.ads, einfo.adb, sem_prag.adb,
5357         cstand.adb, par-prag.adb, a-cofuve.adb, a-cofuve.ads, a-cofuma.adb,
5358         a-cofuma.ads, a-cofuba.adb, a-cofuba.ads: Minor reformatting.
5360 2017-04-27  Tristan Gingold  <gingold@adacore.com>
5362         * s-excmac-gcc.ads, s-excmac-gcc.adb,
5363         s-excmac-arm.ads, s-excmac-arm.adb (New_Occurrence): Rewrite it in
5364         Ada95.
5366 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
5368         * exp_ch7.adb (Establish_Transient_Scope): Rewrite
5369         the loop which detects potential enclosing transient scopes. The
5370         loop now terminates much earlier as transient scopes are bounded
5371         by packages and subprograms.
5373 2017-04-27  Claire Dross  <dross@adacore.com>
5375         * a-cfdlli.adb, a-cfdlli.ads (=): Generic parameter removed to
5376         allow the use of regular equality over elements in contracts.
5377         (Cursor): Type is now public so that it can be used in
5378         model functions.
5379         (Formal_Model): Ghost package containing
5380         model functions that are used in subprogram contracts.
5381         (Current_To_Last): Removed, model functions should be used
5382         instead.
5383         (First_To_Previous): Removed, model functions should
5384         be used instead.
5385         (Strict_Equal): Removed, model functions
5386         should be used instead.
5387         (Append): Default parameter value
5388         replaced by new wrapper to allow more precise contracts.
5389         (Insert): Default parameter value replaced by new wrapper to
5390         allow more precise contracts.
5391         (Delete): Default parameter
5392         value replaced by new wrapper to allow more precise contracts.
5393         (Prepend): Default parameter value replaced by new wrapper to
5394         allow more precise contracts.
5395         (Delete_First): Default parameter
5396         value replaced by new wrapper to allow more precise contracts.
5397         (Delete_Last): Default parameter value replaced by new wrapper
5398         to allow more precise contracts.
5400 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
5402         * exp_spark.adb (Expand_SPARK): Perform specialized expansion
5403         for object declarations.
5404         (Expand_SPARK_N_Object_Declaration): New routine.
5405         * sem_elab.adb (Check_A_Call): Include calls to the
5406         Default_Initial_Condition procedure of a type under the SPARK
5407         elaboration checks umbrella.
5409 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
5411         * sem.adb (Analyze): Diagnose an illegal iterated component
5412         association.
5413         * sem_util.ads, sem_util.adb
5414         (Diagnose_Iterated_Component_Association): New routine.
5416 2017-04-27  Bob Duff  <duff@adacore.com>
5418         * adaint.c (__gnat_get_current_dir): Return 0 in length if
5419         getcwd fails.
5420         * a-direct.adb, g-dirope.adb, osint.adb, s-os_lib.adb: Raise
5421         exception if getcwd failed.
5423 2017-04-27  Yannick Moy  <moy@adacore.com>
5425         * exp_dbug.adb, exp_dbug.ads (Get_External_Name): Prefix ghost
5426         entities with special prefix.
5428 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
5430         * debug.adb Change the documentation of switch -gnatd.s.
5431         * exp_ch7.adb (Make_Transient_Block): Transient blocks do not need
5432         to manage the secondary stack when an enclosing scope already
5433         performs this functionality (aka relaxed management). Switch
5434         -gnatd.s may be used to force strict management in which case
5435         the block will manage the secondary stack unconditionally. Add
5436         a guard to stop the traversal when encountering a package or a
5437         subprogram scope.
5439 2017-04-27  Ed Schonberg  <schonberg@adacore.com>
5441         * sem_res.adb (Resolve_Call): Refine further the handling of
5442         limited views of return types in function calls. If the function
5443         that returns a limited view appears in the current unit,
5444         we do not replace its type by the non-limited view because
5445         this transformation is performed int the back-end. However,
5446         the type of the call itself must be the non-limited view, to
5447         prevent spurious resolution errors.
5449 2017-04-27  Ed Schonberg  <schonberg@adacore.com>
5451         * einfo,ads, einfo.adb (Class_Wide_Preconds, Class_Wide_Postconds):
5452         Removed, proposed implementation using generics for class-wide
5453         preconditions proved impractical.
5454         (Class_Wide_Clone): New attribute of subprogram. Designates
5455         subprogram created for primitive operations with class-wide
5456         pre/postconditions that contain calls to other primitives. The
5457         clone holds the body of the original primitive, but the
5458         pre/postonditions do not apply to it. The original body is
5459         rewritten as a wrapper for a call to the clone.
5460         (Is_Class_Wide_Clone): New flag to identify a Class_Wide_Clone. If
5461         the flag is set, no code for the corresponding pre/postconditions
5462         is inserted into its body.
5464 2017-04-27  Bob Duff  <duff@adacore.com>
5466         * exp_prag.adb, par-prag.adb, sem_ch13.adb: Ignore
5467         Scalar_Storage_Order if -gnatI is given.
5468         * sem_prag.adb (Analyze_Pragma): Ignore
5469         Default_Scalar_Storage_Order if -gnatI is given.
5471 2017-04-27  Claire Dross  <dross@adacore.com>
5473         * a-cofuba.ads (Add): Take as an additional input parameter
5474         the position where the element should be inserted.
5475         (Remove): New function that removes an element from the container.
5476         * a-cofuma.ads (Add): Adapt to the new API of Base.Add.
5477         * a-cofuse.ads (Add): Adapt to the new API of Base.Add.
5478         (Remove): New function that removes an element from a set.
5479         * a-cofuve.ads (Add): Adapt to the new API of Base.Add.
5480         (Remove): New function that removes an element from a sequence.
5481         (Insert): New function that adds anywhere in a sequence.
5483 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
5485         * checks.adb (Generate_Range_Check): Revert previous change.
5487 2017-04-27  Gary Dismukes  <dismukes@adacore.com>
5489         * sem_util.adb: Minor reformatting/rewording.
5491 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
5493         * lib-xref.adb (Generate_Reference): The use
5494         of attribute 'Result is not considered a violation of pragma
5495         Unreferenced.
5497 2017-04-27  Justin Squirek  <squirek@adacore.com>
5499         * cstand.adb (Create_Standard): Correctly set
5500         Directly_Designated_Type for Any_Access.
5501         * sem_type.adb (Covers): Minor grammar fixes.
5503 2017-04-27  Bob Duff  <duff@adacore.com>
5505         * sem_attr.adb: Minor cleanup.
5507 2017-04-27  Claire Dross  <dross@adacore.com>
5509         * a-cofuba.ads, a-cofuba.adb (Ada.Containers.Functional_Base): New
5510         private child of Ada.Containers used to implement all functional
5511         containers.
5512         * a-cofuma.ads, a-cofuma.adb (Ada.Containers.Functional_Maps): New
5513         child of Ada.Containers. It provides functional indefinite unbounded
5514         maps which can be used as high level models for specification
5515         of data structures.
5516         * a-cofuse.ads, a-cofuse.adb (Ada.Containers.Functional_Sets): New
5517         child of Ada.Containers. It provides functional indefinite unbounded
5518         sets which can be used as high level models for specification
5519         of data structures.
5520         * a-cofuve.ads, a-cofuve.adb (Ada.Containers.Functional_Vectors): New
5521         child of Ada.Containers.  It provides functional indefinite unbounded
5522         vectors which can be used as high level models for specification
5523         of data structures.
5524         * Makefile.rtl: Add new packages.
5525         * impunit.adb: Add new packages.
5527 2017-04-27  Gary Dismukes  <dismukes@adacore.com>
5529         * sem_ch4.adb: Minor reformatting.
5531 2017-04-27  Ed Schonberg  <schonberg@adacore.com>
5533         * sem_ch12.adb (Analyze_Associations): minor reformatting.
5534         (Check_Fixed_Point_Actual): Do not emit a warning on a fixed
5535         point type actual that has user-defined arithmetic primitives,
5536         when there is a previous actual for a formal package that defines
5537         a fixed-point type with the parent user-defined operator.
5539 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
5541         * checks.adb (Generate_Range_Check): Reinstate part of previous change.
5542         * sem_attr.adb (Resolve_Attribute): Generate a range check when
5543         the component type allows range checks.
5545 2017-04-27  Ed Schonberg  <schonberg@adacore.com>
5547         * sem_aux.adb (Is_Generic_Formal): Use original node to locate
5548         corresponding declaration, because formal derived types are
5549         rewritten as private extensions.
5551 2017-04-27  Ed Schonberg  <schonberg@adacore.com>
5553         * sem_dim.adb (Analyze_Dimension_Binary_Op): Do not check
5554         dimensions of operands if node has been analyzed already, because
5555         previous analysis and dimension checking will have removed the
5556         dimension information from the operands.
5558 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
5560         * debug.adb: Document the use of switch -gnatd.s.
5561         * einfo.ads Update the documentation on attribute
5562         Sec_Stack_Needed_For_Return and attribute Uses_Sec_Stack. Remove
5563         the uses of these attributes from certain entities.
5564         * exp_ch7.adb (Make_Transient_Block): Reimplement the circuitry
5565         which determines whether the block should continue to manage
5566         the secondary stack.
5567         (Manages_Sec_Stack): New routine.
5569 2017-04-27  Bob Duff  <duff@adacore.com>
5571         * atree.ads: Minor edit.
5573 2017-04-27  Hristian Kirtchev  <kirtchev@adacore.com>
5575         * sinfo.ads: Update the section on Ghost mode. Add
5576         a section on SPARK mode. Update the placement of section on
5577         expression functions.
5579 2017-04-27  Bob Duff  <duff@adacore.com>
5581         * sinput.adb (Get_Source_File_Index): Don't
5582         assert that S is in the right range in the case where this is
5583         a .dg file under construction.
5585 2017-04-27  Yannick Moy  <moy@adacore.com>
5587         * sem_util.adb (Check_Result_And_Post_State):
5588         Handle more precisely each conjunct in expressions formed by
5589         and'ing sub-expressions.
5591 2017-04-27  Gary Dismukes  <dismukes@adacore.com>
5593         * exp_ch4.adb, sem_ch4.adb: Minor typo fix and reformatting.
5595 2017-04-25  Arnaud Charlet  <charlet@adacore.com>
5597         * gnat_rm.texi, gnat_ugn.texi,
5598         doc/gnat_ugn/building_executable_programs_with_gnat.rst,
5599         doc/gnat_ugn/platform_specific_information.rst,
5600         doc/gnat_ugn/gnat_and_program_execution.rst,
5601         doc/gnat_ugn/gnat_utility_programs.rst,
5602         doc/gnat_ugn/the_gnat_compilation_model.rst,
5603         doc/gnat_rm/implementation_defined_attributes.rst,
5604         doc/gnat_rm/the_gnat_library.rst,
5605         doc/gnat_rm/implementation_defined_pragmas.rst,
5606         doc/gnat_rm/representation_clauses_and_pragmas.rst,
5607         doc/gnat_rm/implementation_of_specific_ada_features.rst,
5608         doc/gnat_rm/implementation_defined_aspects.rst,
5609         doc/gnat_rm/implementation_defined_characteristics.rst: Update
5610         documentation.
5612 2017-04-25  Arnaud Charlet  <charlet@adacore.com>
5614         * exp_ch4.adb (Expand_N_Case_Expression): Emit error message when
5615         generating C code on complex case expressions.
5617 2017-04-25  Arnaud Charlet  <charlet@adacore.com>
5619         * sem_prag.adb (Analyze_Pragma): Generate a warning instead
5620         of silently ignoring pragma Ada_xxx in Latest_Ada_Only mode.
5621         * directio.ads, ioexcept.ads, sequenio.ads, text_io.ads: Use
5622         Ada_2012 instead of Ada_2005 to be compatible with the above
5623         change.
5624         * bindgen.adb: Silence new warning on pragma Ada_95.
5626 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
5628         * checks.adb (Generate_Range_Check): Revert part of previous change.
5630 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
5632         * sem_ch4.adb (Try_Container_Indexing): Handle properly a
5633         container indexing operation that appears as a an actual in a
5634         parameter association in a procedure call.
5636 2017-04-25  Olivier Ramonat  <ramonat@adacore.com>
5638         * prj-proc.adb, sem_util.adb, s-stposu.adb, sem_attr.adb, prj-conf.ads:
5639         Fix spelling mistakes.
5641 2017-04-25  Bob Duff  <duff@adacore.com>
5643         * types.ads, osint.adb, sinput-c.adb, sinput-d.adb, sinput-l.adb,
5644         * sinput-p.adb: Use regular fat pointers, with bounds checking,
5645         for source buffers.  Fix misc obscure bugs.
5646         * sinput.ads, sinput.adb: Use regular fat pointers, with bounds
5647         checking, for source buffers.  Modify representation clause for
5648         Source_File_Record as appropriate.  Move Source_File_Index_Table
5649         from spec to body, because it is not used outside the body.
5650         Move Set_Source_File_Index_Table into the private part, because
5651         it is used only in the body and in children.  Use trickery to
5652         modify the dope in the generic instantiation case.  It's ugly,
5653         but not as ugly as the previous method.  Fix documentation.
5654         Remove obsolete code.
5655         * fname-sf.adb, targparm.adb: Fix misc out-of-bounds
5656         indexing in source buffers.
5657         * fmap.adb: Avoid conversions from one string type to another.
5658         Remove a use of global name buffer.
5659         * osint.ads, sfn_scan.ads, sfn_scan.adb, sinput-c.ads: Comment
5660         fixes.
5662 2017-04-25  Gary Dismukes  <dismukes@adacore.com>
5664         * exp_util.adb, exp_ch4.adb: Minor reformatting.
5666 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
5668         * checks.adb: Code clean up in various routines.
5669         (Generate_Range_Check): Do not generate a range check when the
5670         expander is not active or when index/range checks are suppressed
5671         on the target type.
5672         (Insert_List_After_And_Analyze, Insert_List_Before_And_Analyze):
5673         Remove variants that include a Supress parameter. These routines
5674         are never used, and were introduced before the current scope-based
5675         check suppression method.
5677 2017-04-25  Vasiliy Fofanov  <fofanov@adacore.com>
5679         * prj-part.adb, cstreams.c, osint.adb, osint.ads: Remove VMS specific
5680         code and some subprogram calls that are now noop.
5682 2017-04-25  Arnaud Charlet  <charlet@adacore.com>
5684         * exp_ch4.adb (Expand_N_Case_Expression): Take
5685         Minimize_Expression_With_Actions into account when possible.
5687 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
5689         * exp_util.adb (Known_Non_Null): Moved to Sem_Util.
5690         (Known_Null): Moved to Sem_Util.
5691         * exp_util.ads (Known_Non_Null): Moved to Sem_Util.
5692         (Known_Null): Moved to Sem_Util.
5693         * sem_util.adb Add new enumeration type Null_Status_Kind.
5694         (Known_Non_Null): Moved from Exp_Util. Most of the logic in
5695         this routine is now carried out by Null_Status.
5696         (Known_Null): Moved from Exp_Util. Most of the logic in this routine
5697         is now carried out by Null_Status.
5698         (Null_Status): New routine.
5699         * sem_util.ads (Known_Non_Null): Moved from Exp_Util.
5700         (Known_Null): Moved from Exp_Util.
5702 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
5704         * sem_ch6.adb (Analyze_Expression_Function): Do not report an
5705         error on the return type of an expression function that is a
5706         completion, if the type is derived from a generic formal type.
5708 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
5710         * sem_dim.adb (Dimensions_Of_Operand): The dimensions of a type
5711         conversion are those of the target type.
5713 2017-04-25  Bob Duff  <duff@adacore.com>
5715         * a-clrefi.adb: Minor cleanup.
5717 2017-04-25  Gary Dismukes  <dismukes@adacore.com>
5719         * exp_util.adb, exp_util.ads, types.ads: Minor reformatting.
5721 2017-04-25  Bob Duff  <duff@adacore.com>
5723         * err_vars.ads, fmap.adb, fmap.ads, comperr.adb, fname-sf.adb,
5724         types.adb, types.ads, types.h, sinput-l.adb, targparm.adb,
5725         errout.adb, sinput.adb, sinput.ads, cstand.adb, scn.adb,
5726         scn.ads, gnatls.adb: Eliminate the vestigial Internal_Source_File and
5727         the Internal_Source buffer. This removes the incorrect call to "="
5728         the customer noticed.
5729         Wrap remaining calls to "=" in Null_Source_Buffer_Ptr. We
5730         eventually need to eliminate them altogether. Or else get rid
5731         of zero-origin addressing.
5733 2017-04-25  Claire Dross  <dross@adacore.com>
5735         * exp_util.ads (Expression_Contains_Primitives_Calls_Of): New
5736         function used in GNATprove to know if an expression contains
5737         non-dispatching calls on primitives of a tagged type.
5739 2017-04-25  Bob Duff  <duff@adacore.com>
5741         * rtsfind.adb (Initialize): Initialize
5742         First_Implicit_With. Building the compiler with Normalize_Scalars
5743         and validity checking finds this being used as an uninitialized
5744         variable.
5746 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
5748         * contracts.adb (Analyze_Entry_Or_Subprogram_Body_Contract):
5749         Add a warning about SPARK mode management. The routine now
5750         saves and restores both the mode and associated pragma.
5751         (Analyze_Entry_Or_Subprogram_Contract): Add a warning about
5752         SPARK mode management. The routine now saves and restores both
5753         the mode and associated pragma.
5754         (Analyze_Object_Contract):
5755         Add a warning about SPARK mode management. The routine
5756         now saves and restores both the mode and associated pragma.
5757         (Analyze_Package_Body_Contract): Add a warning about SPARK mode
5758         management.  The routine now saves and restores both the mode
5759         and associated pragma.  (Analyze_Package_Contract): Add a warning
5760         about SPARK mode management. The routine now saves and restores
5761         both the mode and associated pragma.
5762         (Analyze_Task_Contract):
5763         Add a warning about SPARK mode management. The routine now saves
5764         and restores both the mode and associated pragma.
5765         * expander.adb (Expand): Change the way the Ghost mode is saved
5766         and restored.
5767         * exp_ch3.adb (Freeze_Type): Change the way the Ghost mode is
5768         saved and restored.
5769         * exp_disp.adb (Make_DT): Change the way the Ghost mode is saved
5770         and restored.
5771         * exp_util.adb (Build_DIC_Procedure_Body):
5772         Change the way the Ghost mode is saved and restored.
5773         (Build_DIC_Procedure_Declaration): Change the way the Ghost
5774         mode is saved and restored.
5775         (Build_Invariant_Procedure_Body):
5776         Change the way the Ghost mode is saved and restored.
5777         (Build_Invariant_Procedure_Declaration): Change the way the Ghost
5778         mode is saved and restored.
5779         (Make_Predicate_Call): Change the
5780         way the Ghost mode is saved and restored.
5781         * freeze.adb (Freeze_Entity): Change the way the Ghost mode is
5782         saved and restored.
5783         * ghost.adb (Mark_And_Set_Ghost_Assignment): Remove parameter Mode
5784         and its assignment.
5785         (Mark_And_Set_Ghost_Body): Remove parameter
5786         Mode and its assignment.
5787         (Mark_And_Set_Ghost_Completion):
5788         Remove parameter Mode and its assignment.
5789         (Mark_And_Set_Ghost_Declaration): Remove parameter Mode and its
5790         assignment.
5791         (Mark_And_Set_Ghost_Instantiation): Remove parameter
5792         Mode and its assignment.
5793         (Mark_And_Set_Ghost_Procedure_Call):
5794         Remove parameter Mode and its assignment.
5795         (Set_Ghost_Mode):
5796         Remove parameter Mode and its assignment.
5797         * ghost.ads (Mark_And_Set_Ghost_Assignment): Remove parameter Mode
5798         and update the comment on usage.
5799         (Mark_And_Set_Ghost_Body):
5800         Remove parameter Mode and update the comment on usage.
5801         (Mark_And_Set_Ghost_Completion): Remove parameter Mode and
5802         update the comment on usage.
5803         (Mark_And_Set_Ghost_Declaration):
5804         Remove parameter Mode and update the comment on usage.
5805         (Mark_And_Set_Ghost_Instantiation): Remove parameter Mode and
5806         update the comment on usage.
5807         (Mark_And_Set_Ghost_Procedure_Call):
5808         Remove parameter Mode and update the comment on usage.
5809         (Set_Ghost_Mode): Remove parameter Mode and update the comment
5810         on usage.
5811         * lib.ads Remove obsolete fields SPARK_Mode_Pragma from various
5812         types.
5813         * lib-load.adb (Create_Dummy_Package_Unit): Remove the assignment
5814         of obsolete field SPARK_Mode_Pragma.
5815         (Load_Main_Source): Remove
5816         the assignment of obsolete field SPARK_Mode_Pragma.
5817         (Load_Unit): Remove the assignment of obsolete field SPARK_Mode_Pragma.
5818         * lib-writ.adb (Add_Preprocessing_Dependency): Remove
5819         the assignment of obsolete field SPARK_Mode_Pragma.
5820         (Ensure_System_Dependency): Remove the assignment of obsolete
5821         field SPARK_Mode_Pragma.
5822         * rtsfind.adb (Load_RTU): Add a warning about Ghost and SPARK
5823         mode management. Change the way Ghost and SPARK modes are saved
5824         and restored.
5825         * sem.adb (Analyze): Change the way the Ghost mode is saved
5826         and restored.
5827         * sem_ch3.adb (Analyze_Object_Declaration): Change the way the
5828         Ghost mode is saved and restored.
5829         (Process_Full_View): Change
5830         the way the Ghost mode is saved and restored.
5831         * sem_ch5.adb (Analyze_Assignment): Change the way the Ghost
5832         mode is saved and restored.
5833         * sem_ch6.adb (Analyze_Procedure_Call): Change the way the Ghost
5834         mode is saved and restored.
5835         (Analyze_Subprogram_Body_Helper):
5836         Change the way the Ghost mode is saved and restored.
5837         * sem_ch7.adb (Analyze_Package_Body_Helper): Change the way the
5838         Ghost mode is saved and restored.
5839         * sem_ch10.adb (Analyze_Subunit): Add a warning about SPARK mode
5840         management. Save the SPARK mode-related data prior to any changes
5841         to the scope stack and contexts. The mode is then reinstalled
5842         before the subunit is analyzed in order to restore the original
5843         view of the subunit.
5844         * sem_ch12.adb (Analyze_Package_Instantiation): Update the
5845         warning on region management.  Change the way the Ghost and
5846         SPARK modes are saved and restored.
5847         (Inline_Instance_Body):
5848         Add a warning about SPARK mode management. Code clean up.
5849         (Analyze_Subprogram_Instantiation): Update the warning on region
5850         management.  Change the way the Ghost and SPARK modes are saved
5851         and restored.
5852         (Instantiate_Package_Body): Update the warning
5853         on region management. Change the way the Ghost and SPARK modes
5854         are saved and restored.
5855         (Instantiate_Subprogram_Body): Update
5856         the warning on region management. Change the way the Ghost and
5857         SPARK modes are saved and restored.
5858         (Set_Instance_Env): Add a
5859         warning about SPARK mode management. Change the way SPARK mode
5860         is saved and restored.
5861         * sem_ch13.adb (Build_Predicate_Functions):
5862         Change the way the Ghost mode is saved and restored.
5863         (Build_Predicate_Function_Declaration): Change the way the Ghost
5864         mode is saved and restored.
5865         * sem_elab.adb (Check_Elab_Calls): Add a warning about SPARK
5866         mode management. Change the way SPARK mode is saved and restored.
5867         * sem_prag.adb (Analyze_Contract_Cases_In_Decl_Part):
5868         Change the way the Ghost mode is saved and restored.
5869         (Analyze_Initial_Condition_In_Decl_Part): Change the way
5870         the Ghost mode is saved and restored.
5871         (Analyze_Pragma):
5872         Change the way the Ghost mode is saved and restored.
5873         (Analyze_Pre_Post_Condition_In_Decl_Part): Change the way the
5874         Ghost mode is saved and restored.
5875         * sem_util.adb (Install_SPARK_Mode): New routine.
5876         (Restore_SPARK_Mode): New routine.
5877         (Save_SPARK_Mode_And_Set): Removed.
5878         (Set_SPARK_Mode): New routine.
5879         * sem_util.ads (Install_SPARK_Mode): New routine.
5880         (Restore_SPARK_Mode): New routine.
5881         (Save_SPARK_Mode_And_Set): Removed.
5882         (Set_SPARK_Mode): New routine.
5884 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
5886         * sem_util.adb, sem_util.ads (From_Nested_Package): New predicate
5887         to determine whether a type is declared in a local package that
5888         has not yet been frozen.
5889         * freeze.adb (Freeze_Before): Use new predicate to determine
5890         whether a local package must be installed on the scope stack
5891         in order to evaluate in the proper scope actions generated by
5892         aspect specifications, such as Predicate
5893         * sem_ch13.adb: Simplify code in Analyze_Aspects_At_Freeze_Point
5894         using new predicate.
5896 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
5898         * sem_warn.adb (Warn_On_Constant_Valid_Condition): Do not consider
5899         comparisons between non- scalar expressions expressions because
5900         their values cannot be invalidated.
5901         * sem_warn.ads (Warn_On_Constant_Valid_Condition): Update the
5902         comment on usage.
5904 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
5906         * par_sco.adb: Minor reformatting.
5908 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
5910         * sem_ch13.adb (Analyze_Aspects_At_Freeze_Point): If entity
5911         is a type from an unfrozen local package, install package to
5912         complete the analysis of delayed aspects of the type.
5914 2017-04-25  Tristan Gingold  <gingold@adacore.com>
5916         * bingen.adb (System_Version_Control_Used): New variable.
5917         (Resolve_Binder_Options): Set the above variable.
5918         (Gen_Output_File_Ada): Conditionally call Gen_Versions.
5919         (Gen_Elab_Order): Emit blank line before.
5921 2017-04-25  Justin Squirek  <squirek@adacore.com>
5923         * sem_cat.adb (Validate_RT_RAT_Component): Added
5924         an extra check to ignore incomplete types.
5926 2017-04-25  Thomas Quinot  <quinot@adacore.com>
5928         * sem_prag.adb (Analyze_Pragma, case Pragma_Check): Remove
5929         bogus circuitry for the case where Name is Predicate.
5931 2017-04-25  Thomas Quinot  <quinot@adacore.com>
5933         * par_sco.adb(Traverse_Declarations_Or_Statements.Traverse_Aspects):
5934         Create SCOs for Predicate aspects in disabled
5935         state initially, to be enabled later on by...
5936         * sem_ch13.adb (Build_Predicate_Functions.Add_Predicates): Mark
5937         SCO for predicate as enabled.
5939 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
5941         * comperr.adb (Compiler_Abort): Remove now obsolete pair of
5942         pragmas Warnings Off / On.
5943         * namet.adb (Finalize): Remove now obsolete pair of pragmas
5944         Warnings Off / On.
5945         * output.adb: Remove now obsolete pair of pragmas Warnings Off / On.
5946         * sem_warn.adb (Warn_On_Constant_Valid_Condition): Do not
5947         consider comparisons between static expressions because their
5948         values cannot be invalidated.
5949         * urealp.adb (Tree_Read): Remove now obsolete pair of pragmas
5950         Warnings Off / On.
5951         (Tree_Write): Remove now obsolete pair of pragmas Warnings Off / On.
5952         * usage.adb Remove now obsolete pair of pragmas Warnings Off / On.
5954 2017-04-25  Bob Duff  <duff@adacore.com>
5956         * sem_elab.adb (In_Task_Activation): Trace internal calls in
5957         task bodies.
5959 2017-04-25  Gary Dismukes  <dismukes@adacore.com>
5961         * sem_prag.adb, sem_warn.adb, sem_eval.adb: Minor reformatting and
5962         typo fixes.
5964 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
5966         * comperr.adb (Compiler_Abort): Add a pair of pragma Warnings
5967         On/Off to defend against a spurious warning in conditional
5968         compilation.
5969         * exp_ch4.adb (Rewrite_Comparison): Reimplemented.
5970         * namet.adb (Finalize): Add a pair of pragma Warnings On/Off to
5971         defend against a spurious warning in conditional compilation.
5972         * output.adb Add a pair of pragma Warnings On/Off to defend
5973         against a spurious warning in conditional compilation.
5974         * sem_eval.adb (Eval_Relational_Op): Major code clean up.
5975         (Fold_General_Op): New routine.
5976         (Fold_Static_Real_Op): New routine.
5977         (Test_Comparison): New routine.
5978         * sem_eval.ads (Test_Comparison): New routine.
5979         * sem_warn.adb (Is_Attribute_Constant_Comparison): New routine.
5980         (Warn_On_Constant_Valid_Condition): New routine.
5981         (Warn_On_Known_Condition): Use Is_Attribute_Constant_Comparison
5982         to detect a specific case.
5983         * sem_warn.adb (Warn_On_Constant_Valid_Condition): New routine.
5984         * urealp.adb (Tree_Read): Add a pair of pragma Warnings On/Off
5985         to defend against a spurious warning in conditional compilation.
5986         (Tree_Write): Add a pair of pragma Warnings On/Off to defend
5987         against a spurious warning in conditional compilation.
5988         * usage.adb Add a pair of pragma Warnings On/Off to defend
5989         against a spurious warning in conditional compilation.
5991 2017-04-25  Arnaud Charlet  <charlet@adacore.com>
5993         * sinfo.ads, sem_ch13.adb: Update comment.
5995 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
5997         * sem_util.adb (Is_Post_State): A reference to a
5998         generic in out parameter is considered a change in the post-state
5999         of a subprogram.
6001 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6003         * sem_ch12.adb (Load_Parent_Of_Generic); When retrieving the
6004         declaration of a subprogram instance within its wrapper package,
6005         skip over null statements that may result from the rewriting of
6006         ignored pragmas.
6008 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6010         * exp_attr.adb (Expand_Attribute_Reference, case 'Read):
6011         If the type is an unchecked_union, replace the attribute with
6012         a Raise_Program_Error (rather than inserting such before the
6013         attribute reference) to handle properly the case where we are
6014         processing a component of a larger record, and we need to prevent
6015         further expansion for the unchecked union.
6016         (Expand_Attribute_Reference, case 'Write): If the type is
6017         an unchecked_union, check whether enclosing scope is a Write
6018         subprogram. Replace attribute with a Raise_Program_Error if the
6019         discriminants of the unchecked_union type have not default values
6020         because such a use is erroneous..
6022 2017-04-25  Tristan Gingold  <gingold@adacore.com>
6024         * exp_ch9.adb (Expand_N_Task_Type_Declaration):
6025         Add relative_deadline to task record on edf profile.
6026         (Make_Initialize_Protection): Pass deadline_floor value on edf profile.
6027         (Make_Task_Create_Call): Pass relative_deadline value.
6028         * par-prag.adb (Prag): Handle Pragma_Deadline_Floor.
6029         * s-rident.ads (Profile_Name): Add GNAT_Ravenscar_EDF.
6030         (Profile_Info): Add info for GNAT_Ravenscar_EDF.
6031         * sem_prag.adb (Set_Ravenscar_Profile): Handle
6032         GNAT_Ravenscar_EDF (set scheduling policy).
6033         (Analyze_Pragma): Handle GNAT_Ravenscar_EDF profile and Deadline_Floor
6034         pragma.
6035         (Sig_Flags): Add choice for Pragma_Deadline_Floor.
6036         * snames.ads-tmpl (Name_Deadline_Floor, Name_Gnat_Ravenscar_EDF):
6037         New names.
6038         (Pragma_Deadline_Floor): New pragma.
6039         * targparm.adb (Get_Target_Parameters): Recognize
6040         GNAT_Ravenscar_EDF profile.
6042 2017-04-25  Arnaud Charlet  <charlet@adacore.com trojanek>
6044         * gnatvsn.ads (Library_Version): Bump to 8. Update comment.
6046 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6048         * sem_aux.adb (Nearest_Ancestor): Use original node of type
6049         declaration to locate nearest ancestor, because derived
6050         type declarations for record types are rewritten as record
6051         declarations.
6052         * sem_ch13.adb (Add_Call): Use an unchecked conversion to handle
6053         properly derivations that are completions of private types.
6054         (Add_Predicates): If type is private, examine rep. items of full
6055         view, which may include inherited predicates.
6056         (Build_Predicate_Functions): Ditto.
6058 2017-04-25  Javier Miranda  <miranda@adacore.com>
6060         * sem_util.adb (New_Copy_Tree.Visit_Entity): Extend previous change
6061         to generate new entities for subtype declarations located in
6062         Expression_With_Action nodes.
6064 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
6066         * sem_elab.adb (Check_A_Call): Remove
6067         local variables Is_DIC_Proc and Issue_In_SPARK. Verify the
6068         need for Elaborate_All when SPARK elaboration checks are
6069         required. Update the checks for instances, variables, and calls
6070         to Default_Initial_Condition procedures.
6072 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6074         * aspects.ads, aspects.adb: Make the GNAT-specific pragma No_Inline
6075         into a boolean aspect, in analogy with the Ada aspect No_Return.
6077 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
6079         * exp_ch6.adb, sem_ch13.adb, sem_ch6.adb: Minor reformatting.
6081 2017-04-25  Bob Duff  <duff@adacore.com>
6083         * sem_res.adb (Resolve_Actuals): Under -gnatd.q, reset
6084         Is_True_Constant for an array variable that is passed to a
6085         foreign function as an 'in' parameter.
6086         * debug.adb: Document -gnatd.q.
6088 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6090         * sem_ch6.adb (Analyze_Expression_Function): If expression function
6091         is completion and return type is an access type do not freeze
6092         designated type: this will be done in the process of freezing
6093         the expression if needed.
6094         (Freeze_Expr_Types): Check whether type is complete before
6095         creating freeze node, to provide a better error message if
6096         reference is premature.
6097         * sem_ch13.adb (Check_Indexing_Functions): Ignore inherited
6098         functions created by type derivations.
6100 2017-04-25  Pascal Obry  <obry@adacore.com>
6102         * g-sercom.ads: Add simple usage of GNAT.Serial_Communication.
6104 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
6106         * sem_res.adb (Resolve_Type_Conversion):
6107         When resolving against any fixed type, set the type of the
6108         operand as universal real when the operand is a multiplication
6109         or a division where both operands are of any fixed type.
6110         (Unique_Fixed_Point_Type): Add local variable ErrN. Improve the
6111         placement of an error message by pointing to the operand of a
6112         type conversion rather than the conversion itself.
6114 2017-04-25  Thomas Quinot  <quinot@adacore.com>
6116         * sem_ch13.adb (Build_Predicate_Function_Declaration): Set
6117         Needs_Debug_Info when producing SCOs.
6119 2017-04-25  Thomas Quinot  <quinot@adacore.com>
6121         * exp_ch6.adb (Add_Finalization_Master_Actual_To_Build_In_Place_Call):
6122         Always pass a null finalization master for a library level named access
6123         type to which a pragme No_Heap_Finalization applies.
6125 2017-04-25  Arnaud Charlet  <charlet@adacore.com trojanek>
6127         PR ada/78845
6129         * a-ngcoar.adb, a-ngrear.adb (Inverse): call Unit_Matrix with First_1
6130         set to A'First(2) and vice versa.
6132 2017-04-25  Yannick Moy  <moy@adacore.com>
6134         * freeze.adb (Freeze_Record_Type): Remove obsolete
6135         rule on volatile tagged record restriction on SPARK code.
6137 2017-04-25  Yannick Moy  <moy@adacore.com>
6139         * sem_prag.adb (minor) Fix SPARK RM reference.
6141 2017-04-25  Yannick Moy  <moy@adacore.com>
6143         * sem_util.adb, sem_util.ads (Unique_Defining_Entity): Update
6144         comment to reflect which entity is chosen as unique entity.
6145         (Unique_Entity): Return full view instead of private spec for
6146         protected type or task type. Fix possible incorrect access when
6147         called on entry.
6149 2017-04-25  Eric Botcazou  <ebotcazou@adacore.com>
6151         * sem_res.adb (Set_Slice_Subtype): Treat specially bit-packed
6152         array types only instead of all packed array types.
6154 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6156         * sem_ch6.adb (Conforming_Types): If type of formal as a specified
6157         dimension system, verify that dimensions of both match.
6158         (Check_Conformance): Add error message in case of dimension
6159         mismatch.
6160         * sem_dim.ads, sem_dim.adb (Dimensions_Match): New utility
6161         predicate.
6163 2017-04-25  Arnaud Charlet  <charlet@adacore.com trojanek>
6165         * gnatxref.adb, gnatfind.adb: Avoid using the term project file,
6166         confusing.
6168 2017-04-25  Yannick Moy  <moy@adacore.com>
6170         * sem_util.adb: Minor refactoring.
6171         * freeze.adb (Freeze_Record_Type): Fix checking of SPARK RM 7.1.3(5).
6173 2017-04-25  Claire Dross  <dross@adacore.com>
6175         * sem_prag.adb (Collect_Inherited_Class_Wide_Conditions): Go to
6176         ultimate alias when accessing overridden operation. Indeed, if the
6177         overridden operation is itself inherited, it won't have any explicit
6178         contract.
6180 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6182         * sem_warn.adb (Warn_On_Overlapping_Actuals): There can be no
6183         overlap if the two formals have different types, because formally
6184         the corresponding actuals cannot designate the same objects.
6186 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6188         * sem_dim.adb (Dimensions_Of_Operand): minot cleanups: a) If
6189         dimensions are present from context, use them.  b) If operand is
6190         a static constant rewritten as a literal, obtain the dimensions
6191         from the original declaration, otherwise use dimensions of type
6192         established from context.
6194 2017-04-25  Yannick Moy  <moy@adacore.com>
6196         * sem_util.adb (Is_Effectively_Volatile): Protect against base type
6197         of array that is private.
6199 2017-04-25  Gary Dismukes  <dismukes@adacore.com>
6201         * sem_ch3.adb, exp_util.adb, sem_prag.adb, exp_ch4.adb: Minor
6202         reformatting.
6204 2017-04-25  Yannick Moy  <moy@adacore.com>
6206         * a-ngelfu.adb, a-ngelfu.ads: Add SPARK_Mode On on spec, Off
6207         on body.
6209 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6211         * sem_disp.adb (Check_Dispatching_Context): Add guard to refine
6212         the check that recognizes a call to a private overridding and
6213         replaces the called subprogram with its alias.
6215 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
6217         * exp_util.adb: Minor reformatting.
6219 2017-04-25  Justin Squirek  <squirek@adacore.com>
6221         * exp_ch3.adb (Freeze_Type): Add condition to always treat
6222         interface types as a partial view of a private type for the
6223         generation of invariant procedure bodies.
6224         * exp_util.adb, exp_util.ads (Add_Inherited_Invariants):
6225         Add a condition to get the Corresponding_Record_Type for
6226         concurrent types, add condition to return in the absence of a
6227         class in the pragma, remove call to Replace_Type_References,
6228         and add call to Replace_References.
6229         (Add_Interface_Invariatns),
6230         (Add_Parent_Invariants): Modify call to Add_Inherited_Invariants
6231         to including the working type T.
6232         (Add_Own_Invariants): Remove
6233         legacy condition for separate units, remove dispatching for ASIS
6234         and save a copy of the expression in the pragma expression.
6235         (Build_Invariant_Procedure_Body): Default initalize vars,
6236         remove return condition on interfaces, always use the
6237         private type for interfaces, and move the processing of types
6238         until after the processing of invariants for the full view.
6239         (Build_Invariant_Procedure_Declaration): Remove condition
6240         to return if an interface type is encountered and add
6241         condition to convert the formal parameter to its class-wide
6242         counterpart if Work_Typ is abstract.
6243         (Replace_Type): Add call to Remove_Controlling_Arguments.
6244         (Replace_Type_Ref): Remove class-wide dispatching for the current
6245         instance of the type.
6246         (Replace_Type_References): Remove parameter "Derived"
6247         (Remove_Controlling_Arguments): Created in order to removing
6248         the controlliong argument from calls to primitives in the case
6249         of the formal parameter being an class-wide abstract type.
6250         * sem_ch3.adb (Build_Assertion_Bodies_For_Type): Almost identical
6251         to the change made to Freeze_Type in exp_ch3. Add a condition
6252         to treat interface types as a partial view.
6253         * sem_prag.adb (Analyze_Pragma): Modify parameters in the call
6254         to Build_Invariant_Procedure_Declaration to properly generate a
6255         "partial" invariant procedure when Typ is an interface.
6257 2017-04-25  Bob Duff  <duff@adacore.com>
6259         * a-numeri.ads: Go back to using brackets encoding for the Greek
6260         letter pi.
6262 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6264         * sem_ch3.adb (Derive_Subprogram): Implement rule in RM 6.1.1
6265         (10-15): if derived type T with progenitors is abstract,
6266         and primitive P of this type inherits non-trivial classwide
6267         preconditions from both a parent operation and from an interface
6268         operation, then the inherited operation is abstract if the parent
6269         operation is not null.
6270         * sem_disp.ads, sem_disp.adb: replace function Covers_Some_Interface
6271         with Covered_Interface_Op to yield the actual interface operation
6272         that is implemented by a given inherited operation.
6274 2017-04-25  Javier Miranda  <miranda@adacore.com>
6276         * exp_ch4.adb (Expand_N_Op_Expon): Relocate left
6277         and right operands after performing the validity checks. Required
6278         because validity checks may remove side effects from the operands.
6280 2017-04-25  Javier Miranda  <miranda@adacore.com>
6282         * exp_attr.adb (Attribute_Unrestricted_Access):
6283         Do not disable implicit type conversion.  Required to generate
6284         code that displaces the pointer to reference the secondary
6285         dispatch table.
6287 2017-04-25  Pascal Obry  <obry@adacore.com>
6289         * prj-attr.adb, snames.ads-tmpl: Add package Install's
6290         Required_Artifacts attribute.
6292 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6294         * sem_util.adb (Same_Value): String literals are compile-time
6295         values, and comparing them must use Expr_Value_S.
6297 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6299         * sem_ch4.adb (Complete_Object_Interpretation): If an explicit
6300         dereference is introduced for the object, and the object is
6301         overloaded, do not check whether it is aliased, because it may
6302         include an implicit dereference.
6303         * sem_type.adb (Disambiguate): If two interpretations are access
6304         attribute types with the same designated type keep either of
6305         them and do not report an ambiguity.  A true ambiguity will be
6306         reported elsewhere.
6308 2017-04-25  Bob Duff  <duff@adacore.com>
6310         * a-numeri.ads: Change the encoding of Greek letter Pi from
6311         brackets encoding to UTF-8.  Use pragma Wide_Character_Encoding
6312         to indicate the encoding. We considered using a byte order mark
6313         (BOM), but that causes various trouble (misc software eats the
6314         BOM, if you have a patch with a BOM, then it's not at the start
6315         of the patch, so it's not a BOM, the BOM affects with-ing files,
6316         etc.).
6317         * scng.adb, s-wchcnv.adb: Minor.
6319 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
6321         * sem_ch3.adb, sem_ch8.adb, sem_disp.adb: Minor reformatting.
6322 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6324         * sem_ch3.adb (Add_Internal_Interface_Entities): Move
6325         Has_Non_Trivial_Precondition to sem_util. for use elsewhere.
6326         Improve error message on operations that inherit non-conforming
6327         classwide preconditions from ancestor and progenitor.
6328         * sem_util.ads, sem_util.adb (Has_Non_Trivial_Precondition):
6329         moved here from sem_ch3.
6330         * sem_ch8.adb (Analyze_Subprogram_Renaming): Implement legality
6331         check given in RM 6.1.1 (17) concerning renamings of overriding
6332         operations that inherits class-wide preconditions from ancestor
6333         or progenitor.
6335 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
6337         * exp_ch7.adb (Build_Adjust_Or_Finalize_Statements): Code cleanup.
6338         (Build_Adjust_Statements): Code cleanup.
6339         (Build_Finalizer): Update the initialization of
6340         Exceptions_OK.
6341         (Build_Finalize_Statements): Code cleanup.
6342         (Build_Initialize_Statements): Code cleanup.
6343         (Make_Deep_Array_Body): Update the initialization of
6344         Exceptions_OK.
6345         (Make_Deep_Record_Body): Update the initialization of Exceptions_OK.
6346         (Process_Object_Declaration): Generate a null exception handler only
6347         when exceptions are allowed.
6348         (Process_Transients_In_Scope): Update the initialization of
6349         Exceptions_OK.
6350         * exp_util.ads, exp_util.adb (Exceptions_In_Finalization_OK): New
6351         routine.
6352         * sem_ch11.adb (Analyze_Exception_Handlers): Do not check any
6353         restrictions when the handler is internally generated and the
6354         mode is warnings.
6356 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6358         * sem_ch3.adb (Has_Non_Trivial_Precondition): New predicate to
6359         enforce legality rule on classwide preconditions inherited from
6360         both an ancestor and a progenitor (RM 6.1.1 (10-13).
6361         * sem_disp.adb (Check_Dispatching_Context): A call to an abstract
6362         subprogram need not be dispatching if it appears in a precondition
6363         for an abstract or null subprogram.
6365 2017-04-25  Gary Dismukes  <dismukes@adacore.com>
6367         * sem_ch10.adb: Minor typo fix.
6369 2017-04-25  Arnaud Charlet  <charlet@adacore.com>
6371         * gcc-interface/Makefile.in: Cleanup VxWorks targets.
6373 2017-04-25  Eric Botcazou  <ebotcazou@adacore.com>
6375         * fname.adb (Is_Internal_File_Name): Arrange for the slices to
6376         have a length which is a power of 2.
6377         (Is_Predefined_File_Name): Likewise. Adjust comment.
6379 2017-04-25  Bob Duff  <duff@adacore.com>
6381         * exp_aggr.adb (Component_Count): Protect the
6382         arithmetic from attempting to convert a value >= 2**31 to Int,
6383         which would otherwise raise Constraint_Error.
6385 2017-04-25  Bob Duff  <duff@adacore.com>
6387         * opt.ads (Locking_Policy): Fix incorrect documentation. The
6388         first character of the policy name is not unique.
6390 2017-04-25  Bob Duff  <duff@adacore.com>
6392         * s-fileio.adb (Name): Raise Use_Error if the file is a temp file.
6393         * s-ficobl.ads (Is_Temporary_File): Remove incorrect comment
6394         about this flag not being used. It was already used, and it is
6395         now used more.
6397 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
6399         * einfo.adb Flag301 is now known as Ignore_SPARK_Mode_Pragmas.
6400         (Ignore_SPARK_Mode_Pragmas): New routine.
6401         (Set_Ignore_SPARK_Mode_Pragmas): New routine.
6402         (Write_Entity_Flags): Add an entry for Ignore_SPARK_Mode_Pragmas.
6403         * einfo.ads Add new attribute Ignore_SPARK_Mode_Pragmas and update
6404         related entities.
6405         (Ignore_SPARK_Mode_Pragmas): New routine
6406         along with pragma Inline.
6407         (Set_Ignore_SPARK_Mode_Pragmas): New routine along with pragma Inline.
6408         * opt.ads Rename flag Ignore_Pragma_SPARK_Mode to
6409         Ignore_SPARK_Mode_Pragmas_In_Instance.
6410         * sem_ch6.adb (Analyze_Subprogram_Body_Helper):
6411         Save and restore the value of global flag
6412         Ignore_SPARK_Mode_Pragmas_In_Instance. Set or reinstate the value
6413         of global flag Ignore_SPARK_Mode_Pragmas_In_Instance when either
6414         the corresponding spec or the body must ignore all SPARK_Mode
6415         pragmas found within.
6416         (Analyze_Subprogram_Declaration): Mark
6417         the spec when it needs to ignore all SPARK_Mode pragmas found
6418         within to allow the body to infer this property in case it is
6419         instantiated or inlined later.
6420         * sem_ch7.adb (Analyze_Package_Body_Helper): Save and restore the
6421         value of global flag Ignore_SPARK_Mode_Pragmas_In_Instance. Set
6422         the value of global flag Ignore_SPARK_Mode_Pragmas_In_Instance
6423         when the corresponding spec also ignored all SPARK_Mode pragmas
6424         found within.
6425         (Analyze_Package_Declaration): Mark the spec when
6426         it needs to ignore all SPARK_Mode pragmas found within to allow
6427         the body to infer this property in case it is instantiated or
6428         inlined later.
6429         * sem_ch12.adb (Analyze_Formal_Package_Declaration):
6430         Save and restore the value of flag
6431         Ignore_SPARK_Mode_Pragmas_In_Instance. Mark the
6432         formal spec when it needs to ignore all SPARK_Mode
6433         pragmas found within to allow the body to infer this
6434         property in case it is instantiated or inlined later.
6435         (Analyze_Package_Instantiation): Save and restore the value
6436         of global flag Ignore_SPARK_Mode_Pragmas_In_Instance. Mark
6437         the instance spec when it needs to ignore all SPARK_Mode
6438         pragmas found within to allow the body to infer this
6439         property in case it is instantiated or inlined later.
6440         (Analyze_Subprogram_Instantiation): Save and restore the value
6441         of global flag Ignore_SPARK_Mode_Pragmas_In_Instance. Mark the
6442         instance spec and anonymous package when they need to ignore
6443         all SPARK_Mode pragmas found within to allow the body to infer
6444         this property in case it is instantiated or inlined later.
6445         (Instantiate_Package_Body): Save and restore the value of global
6446         flag Ignore_SPARK_Mode_Pragmas_In_Instance. Set the value of
6447         global flag Ignore_SPARK_Mode_Pragmas_In_Instance when the
6448         corresponding instance spec also ignored all SPARK_Mode pragmas
6449         found within.
6450         (Instantiate_Subprogram_Body): Save and restore the
6451         value of global flag Ignore_SPARK_Mode_Pragmas_In_Instance. Set
6452         the value of global flag Ignore_SPARK_Mode_Pragmas_In_Instance
6453         when the corresponding instance spec also ignored all SPARK_Mode
6454         pragmas found within.
6455         * sem_prag.adb (Analyze_Pragma): Update the reference to
6456         Ignore_Pragma_SPARK_Mode.
6457         * sem_util.adb (SPARK_Mode_Is_Off): A construct which ignored
6458         all SPARK_Mode pragmas defined within yields mode "off".
6460 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
6462         * bindgen.adb, exp_dbug.adb, errout.adb, fname.adb: Minor reformatting.
6464 2017-04-25  Bob Duff  <duff@adacore.com>
6466         * exp_atag.adb (Build_CW_Membership): Add "Suppress =>
6467         All_Checks" to avoid generating unnecessary checks.
6468         * exp_ch4.adb (Expand_N_In, Make_Tag_Check): Add "Suppress =>
6469         All_Checks".
6470         * sem.ads: Fix comment.
6471         * expander.ads: Fix comment.
6472         * exp_atag.ads: Fix comment: "Index = 0" should be
6473         "Index >= 0".
6475 2017-04-25  Gary Dismukes  <dismukes@adacore.com>
6477         * s-taprop-linux.adb: Minor editorial fixes.
6479 2017-04-25  Eric Botcazou  <ebotcazou@adacore.com>
6481         * sem_util.adb (New_Copy_Tree): Put back the declarations of the
6482         hash tables at library level.  Reinstate the NCT_Hash_Tables_Used
6483         variable and set it to True whenever the main hash table is
6484         populated.  Short- circuit the Assoc function if it is false
6485         and add associated guards.
6487 2017-04-25  Olivier Hainque  <hainque@adacore.com>
6489         * bindgen.adb (Gen_Elab_Calls): Also update counter of lone
6490         specs without elaboration code that have an elaboration counter
6491         nevertheless, e.g.  when compiled with -fpreserve-control-flow.
6492         * sem_ch10.adb (Analyze_Compilation_Unit):
6493         Set_Elaboration_Entity_Required when requested to preserve
6494         control flow, to ensure the unit elaboration is materialized at
6495         bind time, resulting in the inclusion of the unit object file
6496         in the executable closure at link time.
6498 2017-04-25  Pierre-Marie de Rodat  <derodat@adacore.com>
6500         * exp_dbug.adb: In Debug_Renaming_Declaration,
6501         when dealing with indexed component, accept to produce a renaming
6502         symbol when the index is an IN parameter or when it is a name
6503         defined in an outer scope.
6505 2017-04-25  Yannick Moy  <moy@adacore.com>
6507         * errout.adb (Error_Msg): Adapt continuation
6508         message in instantiations and inlined bodies for info messages.
6510 2017-04-25  Eric Botcazou  <ebotcazou@adacore.com>
6512         * fname.adb (Has_Internal_Extension): Add pragma Inline.
6513         Use direct 4-character slice comparisons.
6514         (Has_Prefix): Add
6515         pragma Inline.  (Has_Suffix): Delete.
6516         (Is_Internal_File_Name):
6517         Test Is_Predefined_File_Name first.
6518         (Is_Predefined_File_Name):
6519         Use direct slice comparisons as much as possible and limit all
6520         comparisons to at most 8 characters.
6522 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
6524         * checks.adb (Insert_Valid_Check): Code cleanup.
6525         * exp_ch6.adb (Add_Validation_Call_By_Copy_Code): New routine.
6526         (Expand_Actuals): Generate proper copy-back for a validation
6527         variable when it acts as the argument of a type conversion.
6528         * sem_util.adb (Is_Validation_Variable_Reference): Augment the
6529         predicate to operate on type qualifications.
6531 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
6533         * sem_prag.adb, exp_ch6.adb, binde.adb, sem_disp.adb, s-fileio.adb:
6534         Minor reformatting.
6536 2017-04-25  Bob Duff  <duff@adacore.com>
6538         * sem_prag.adb (No_Return): Give an error if the pragma applies
6539         to a body. Specialize the error for the specless body case,
6540         as is done for (e.g.) pragma Convention.
6541         * debug.adb: Add switch -gnatd.J to disable the above legality
6542         checks. This is mainly for use in our test suite, to avoid
6543         rewriting a lot of illegal (but working) code.  It might also
6544         be useful to customers. Under this switch, if a pragma No_Return
6545         applies to a body, and the procedure raises an exception (as it
6546         should), the pragma has no effect. If the procedure does return,
6547         execution is erroneous.
6549 2017-04-25  Bob Duff  <duff@adacore.com>
6551         * exp_ch6.adb (Expand_Actuals): This is the
6552         root of the problem. It took N as an 'in out' parameter, and in
6553         some cases, rewrote N, but then set N to Original_Node(N). So
6554         the node returned in N had no Parent. The caller continued
6555         processing of this orphaned node. In some cases that caused a
6556         crash (e.g. Remove_Side_Effects climbs up Parents in a loop,
6557         and trips over the Empty Parent). The solution is to make N an
6558         'in' parameter.  Instead of rewriting it, return the list of
6559         post-call actions, so the caller can do the rewriting later,
6560         after N has been fully processed.
6561         (Expand_Call_Helper): Move most of Expand_Call here. It has
6562         too many premature 'return' statements, and we want to do the
6563         rewriting on return.
6564         (Insert_Post_Call_Actions): New procedure to insert the post-call
6565         actions in the appropriate place. In the problematic case,
6566         that involves rewriting N as an Expression_With_Actions.
6567         (Expand_Call): Call the new procedures Expand_Call_Helper and
6568         Insert_Post_Call_Actions.
6570 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6572         * sem_prag.adb (Inherits_Class_Wide_Pre): Cleanup code, handle
6573         properly type derived from generic formal types, to handle
6574         properly modified version of ACATS 4.1B B611017.
6576 2017-04-25  Javier Miranda  <miranda@adacore.com>
6578         * exp_unst.adb (Subp_Index): Adding missing
6579         support for renamings and functions that return a constrained
6580         array type (i.e. functions for which the frontend built a
6581         procedure with an extra out parameter).
6583 2017-04-25  Pascal Obry  <obry@adacore.com>
6585         * s-string.adb: Minor code clean-up.
6587 2017-04-25  Bob Duff  <duff@adacore.com>
6589         * s-os_lib.ads, s-os_lib.adb (Non_Blocking_Wait_Process): New
6590         procedure.
6591         * adaint.h, adaint.c (__gnat_portable_no_block_wait): C support
6592         function for Non_Blocking_Wait_Process.
6594 2017-04-25  Bob Duff  <duff@adacore.com>
6596         * prep.adb (Preprocess): Remove incorrect
6597         Assert. Current character can be ASCII.CR.
6599 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6601         * sem_prag.adb (Set_Convention_From_Pragma): Cleanup code for
6602         convention Stdcall, which has a number of exceptions. Convention
6603         is legal on a component declaration whose type is an anonymous
6604         access to subprogram.
6606 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
6608         * sem_ch4.adb: sem_ch4.adb Various reformattings.
6609         (Try_One_Prefix_Interpretation): Use the base type when dealing
6610         with a subtype created for purposes of constraining a private
6611         type with discriminants.
6613 2017-04-25  Javier Miranda  <miranda@adacore.com>
6615         * einfo.ads, einfo.adb (Has_Private_Extension): new attribute.
6616         * warnsw.ads, warnsw.adb (All_Warnings): Set warning on late
6617         dispatching primitives (Restore_Warnings): Restore warning on
6618         late dispatching primitives (Save_Warnings): Save warning on late
6619         dispatching primitives (Do_Warning_Switch): Use -gnatw.j/-gnatw.J
6620         to enable/disable this warning.
6621         (WA_Warnings): Set warning on late dispatching primitives.
6622         * sem_ch3.adb (Analyze_Private_Extension_Declaration): Remember
6623         that its parent type has a private extension.
6624         * sem_disp.adb (Warn_On_Late_Primitive_After_Private_Extension):
6625         New subprogram.
6626         * usage.adb: Document -gnatw.j and -gnatw.J.
6628 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
6630         * exp_ch7.adb, checks.adb, sem_prag.adb, eval_fat.adb: Minor
6631         reformatting.
6633 2017-04-25  Bob Duff  <duff@adacore.com>
6635         * binde.adb (Validate): Do not pass dynamic strings
6636         to pragma Assert, because older compilers do not support that.
6638 2017-04-25  Bob Duff  <duff@adacore.com>
6640         * s-fileio.adb (Close): When a temp file is
6641         closed, delete it and clean up its Temp_File_Record immediately,
6642         rather than waiting until later.
6643         (Temp_File_Record): Add File
6644         component, so Close can know which Temp_File_Record corresponds
6645         to the file being closed.
6646         (Delete): Don't delete temp files,
6647         because they are deleted by Close.
6648         (Open): Set the File component
6649         of Temp_File_Record. This requires moving the creation of the
6650         Temp_File_Record to the end, after the AFCB has been created.
6652 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
6654         * checks.adb (Insert_Valid_Check): Do not generate
6655         a validity check when inside a generic.
6657 2017-04-25  Yannick Moy  <moy@adacore.com>
6659         * sem_res.adb (Resolve_Type_Conversion): Fix bad logic.
6661 2017-04-25  Arnaud Charlet  <charlet@adacore.com>
6663         * snames.ads-tmpl (Snames): More names for detecting predefined
6664         potentially blocking subprograms.
6666 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6668         * sem_prag.adb (Analyze_Pre_Post_Condition): The rules
6669         concerning inheritance of class-wide preconditions do not apply
6670         to postconditions.
6672 2017-04-25  Bob Duff  <duff@adacore.com>
6674         * s-ficobl.ads: Minor comment fix.
6676 2017-04-25  Yannick Moy  <moy@adacore.com>
6678         * checks.adb (Apply_Scalar_Range_Check): Analyze precisely
6679         conversions from float to integer in GNATprove mode.
6680         (Apply_Type_Conversion_Checks): Make sure in GNATprove mode
6681         to call Apply_Type_Conversion_Checks, so that range checks
6682         are properly positioned when needed on conversions, including
6683         when converting from float to integer.  (Determine_Range): In
6684         GNATprove mode, take into account the possibility of conversion
6685         from float to integer.
6686         * sem_res.adb (Resolve_Type_Conversion): Only enforce range
6687         check on conversions from fixed-point to integer, not anymore
6688         on conversions from floating-point to integer, when in GNATprove
6689         mode.
6691 2017-04-25  Yannick Moy  <moy@adacore.com>
6693         * checks.adb (Determine_Range_R): Special case type conversions
6694         from integer to float in order to get bounds in that case too.
6695         * eval_fat.adb (Machine): Avoid issuing warnings in GNATprove
6696         mode, for computations involved in interval checking.
6698 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
6700         * checks.adb (Insert_Valid_Check): Partially reimplement validity
6701         checks.
6702         * einfo.adb Node36 is now used as Validated_Object.
6703         (Validated_Object): New routine.
6704         (Set_Validated_Object): New routine.
6705         (Write_Field36_Name): Add an entry for Validated_Object.
6706         * einfo.ads Add new attribute Validated_Object along with
6707         usage in entities.
6708         (Validated_Object): New routine along with pragma Inline.
6709         (Set_Validated_Object): New routine along with pragma Inline.
6710         * exp_attr.adb (Make_Range_Test): Add processing for validation
6711         variables to avoid extra reads and copies of the prefix.
6712         * exp_ch6.adb (Expand_Actuals): Add copy-back for validation
6713         variables in order to reflect any changes done in the variable
6714         back into the original object.
6715         * sem_util.adb (Is_Validation_Variable_Reference): New routine.
6716         * sem_util.ads (Is_Validation_Variable_Reference): New routine.
6718 2017-04-25  Steve Baird  <baird@adacore.com>
6720         * exp_ch7.adb (Build_Array_Deep_Procs,
6721         Build_Record_Deep_Procs, Make_Finalize_Address_Body): Don't
6722         generate Finalize_Address routines for CodePeer.
6724 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6726         * sem_prag.adb (Inherits_Class_Wide_Pre): subsidiary of
6727         Analyze_Pre_Post_Condition, to implement the legality checks
6728         mandated by AI12-0131: Pre'Class shall not be specified for an
6729         overriding primitive subprogram of a tagged type T unless the
6730         Pre'Class aspect is specified for the corresponding primitive
6731         subprogram of some ancestor of T.
6733 2017-04-25  Bob Duff  <duff@adacore.com>
6735         * sem_ch8.adb (Use_One_Type): If a use_type_clause
6736         is redundant, set its Used_Operations to empty. This is only
6737         necessary for use clauses that appear in the parent of a generic
6738         child unit, because those use clauses get reanalyzed when we
6739         instantiate the generic, and we don't want the Used_Operations
6740         carried over from the original context (where it was probably
6741         not redundant).
6743 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
6745         * exp_ch6.adb: Minor reformatting.
6747 2017-04-25  Bob Duff  <duff@adacore.com>
6749         * sem_prag.adb (Process_Restrictions_Or_Restriction_Warnings):
6750         Use Source_Index (Current_Sem_Unit) to find the correct casing.
6751         * exp_prag.adb (Expand_Pragma_Check): Use Source_Index
6752         (Current_Sem_Unit) to find the correct casing.
6753         * par.adb (Par): Null out Current_Source_File, to ensure that
6754         the above bugs won't rear their ugly heads again.
6756 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6758         * sem_ch8.adb (Find_Type): For an attribute reference
6759         'Class, if prefix type is synchronized and previous errors
6760         have suppressed the creation of the corresponding record type,
6761         create a spurious class-wide for the synchonized type itself,
6762         to catch other misuses of the attribute
6764 2017-04-25  Steve Baird  <baird@adacore.com>
6766         * exp_ch6.adb (Expand_Simple_Function_Return): if CodePeer_Mode
6767         is True, then don't generate the accessibility check for the
6768         tag of a tagged result.
6769         * exp_intr.adb (Expand_Dispatching_Constructor_Call):
6770         if CodePeer_Mode is True, then don't generate the
6771         tag checks for the result of call to an instance of
6772         Ada.Tags.Generic_Dispatching_Constructor (i.e., both the "is a
6773         descendant of" check and the accessibility check).
6775 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6777         * sem_ch13.adb: Code cleanups.
6778         * a-strbou.ads: minor whitespace fix in Trim for bounded strings.
6779         * sem_ch8.ads: Minor comment fix.
6781 2017-04-25  Eric Botcazou  <ebotcazou@adacore.com>
6783         * exp_ch4.adb (Library_Level_Target): New function.
6784         (Expand_Concatenate): When optimization is enabled, also expand
6785         the operation out-of-line if the concatenation is present within
6786         the expression of the declaration of a library-level object and
6787         not only if it is the expression of the declaration.
6789 2017-04-25  Bob Duff  <duff@adacore.com>
6791         * freeze.adb (Freeze_Object_Declaration): Do
6792         not Remove_Side_Effects if there is a pragma Linker_Section,
6793         because in that case we want static initialization in the
6794         appropriate section.
6796 2017-04-25  Gary Dismukes  <dismukes@adacore.com>
6798         * exp_dbug.adb: Minor rewording and reformatting.
6800 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6802         * sem_attr.adb (Statically_Denotes_Object): New predicate, to
6803         handle the proposed changes to rules concerning potentially
6804         unevaluated expressions, to include selected components that
6805         do not depend on discriminants, and indexed components with
6806         static indices.
6807         * sem_util.adb (Is_Potentially_Unevaluated): Add check for
6808         predicate in quantified expression, and fix bugs in the handling
6809         of case expressions and membership test.
6810         (Analyze_Attribute_Old_Result): use new predicate.
6811         (Analyze_Attribute, case Loop_Entry): ditto.
6813 2017-04-25  Bob Duff  <duff@adacore.com>
6815         * s-secsta.adb (SS_Info): Add a comment
6816         explaining why we don't need to walk all the chunks in order to
6817         compute the total size.
6819 2017-04-25  Bob Duff  <duff@adacore.com>
6821         * namet.ads, namet.adb (Global_Name_Buffer): Increase the length
6822         of the global name buffer to 4*Max_Line_Length.
6824 2017-04-25  Javier Miranda  <miranda@adacore.com>
6826         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): When creating a
6827         renaming entity for debug information, mark the entity as needing debug
6828         info if it comes from sources.
6830 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
6832         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): Remove the
6833         restriction converning the use of 'Address where the prefix is
6834         of a controlled type.
6836 2017-04-25  Pierre-Marie de Rodat  <derodat@adacore.com>
6838         * exp_dbug.adb: In Debug_Renaming_Declaration,
6839         skip slices that are made redundant by an indexed component
6840         access.
6841         * atree.h: New definition for Original_Node.
6843 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
6845         * sem_prag.adb, sem_prag.ads: Minor reformatting.
6847 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6849         * sem_ch3.adb (Check_Entry_Contract): Call
6850         Preanalyze_Spec_Expression so that resolution takes place as well.
6851         * sem_util.adb (Check_Internal_Protected_Use): Reject properly
6852         internal calls that appear in preconditions of protected
6853         operations, in default values for same, and in contract guards
6854         for contract cases in SPARK.
6856 2017-04-25  Eric Botcazou  <ebotcazou@adacore.com>
6858         * a-numaux.ads: Fix description of a-numaux-darwin
6859         and a-numaux-x86.
6860         (Double): Define to Long_Float.
6861         * a-numaux-vxworks.ads (Double): Likewise.
6862         * a-numaux-darwin.ads
6863         (Double): Likewise.
6864         * a-numaux-libc-x86.ads (Double): Define to Long_Long_Float.
6865         * a-numaux-x86.ads: Fix package description.
6866         * a-numaux-x86.adb (Is_Nan): Minor tweak.
6867         (Reduce): Adjust and complete description. Call Is_Nan instead of
6868         testing manually. Use an integer temporary to hold rounded value.
6869         * a-numaux-darwin.adb (Reduce): Likewise.
6870         (Is_Nan): New function.
6872 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6874         * sem_ch4.adb (Analyze_Selected_Component): Additional refinement
6875         on analysis of prefix whose type is a current instance of a
6876         synchronized type, but where the prefix itself is an entity that
6877         is an object.
6879 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6881         * exp_ch5.adb (Replace_Target): When rewriting the RHS, preserve
6882         the identity of callable entities therein, because they have been
6883         properly resolved, and prefixed calls may have been rewritten
6884         as normal calls.
6886 2017-04-25  Patrick Bernardi  <bernardi@adacore.com>
6888         * exp_ch3.adb (Build_Init_Statements): Convert
6889         the expression of the pragma/aspect Secondary_Stack_Size to
6890         internal type System.Parameters.Size_Type before assigning
6891         it to the Secondary_Stack_Size component of the task type's
6892         corresponding record.
6894 2017-04-25  Eric Botcazou  <ebotcazou@adacore.com>
6896         * sem_eval.adb (Compile_Time_Compare): Reinstate the expr+literal
6897         (etc) optimizations when the type is modular and the offsets
6898         are equal.
6900 2017-04-25  Eric Botcazou  <ebotcazou@adacore.com>
6902         * s-osinte-freebsd.ads: Minor comment tweaks
6904 2017-04-25  Javier Miranda  <miranda@adacore.com>
6906         * urealp.adb (UR_Write): Reverse previous patch
6907         adding documentation on why we generate multiplications instead
6908         of divisions (needed to avoid expressions whose computation with
6909         large numbers may cause division by 0).
6911 2017-04-25  Bob Duff  <duff@adacore.com>
6913         * erroutc.adb (Set_Specific_Warning_Off,
6914         Set_Warnings_Mode_Off): Use the correct source file for
6915         Stop. Was using Current_Source_File, which is only valid during
6916         parsing. Current_Source_File will have a leftover value from
6917         whatever file happened to be parsed last, because of a with_clause
6918         or something.
6920 2017-04-25  Bob Duff  <duff@adacore.com>
6922         * lib.ads, lib.adb (In_Internal_Unit): New functions similar
6923         to In_Predefined_Unit, but including GNAT units.
6924         * sem_util.ads, sem_util.adb (Should_Ignore_Pragma): Replace
6925         with Should_Ignore_Pragma_Par and Should_Ignore_Pragma_Sem,
6926         because Should_Ignore_Pragma was not working reliably outside
6927         the parser, because Current_Source_File is not valid.
6928         * sem_prag.adb, exp_prag.adb: Call Should_Ignore_Pragma_Sem.
6929         * par-prag.adb: Call Should_Ignore_Pragma_Par.
6931 2017-04-25  Arnaud Charlet  <charlet@adacore.com trojanek>
6933         * gnat1drv.adb (Gnat1Drv): Disable Generate_Processed_File in
6934         codepeer mode.
6936 2017-04-25  Javier Miranda  <miranda@adacore.com>
6938         * urealp.adb (UR_Write): Fix output of constants with a base other
6939         that 10.
6941 2017-04-25  Justin Squirek  <squirek@adacore.com>
6943         * sem_ch13.adb (Get_Interfacing_Aspects): Moved to sem_util.adb.
6944         * sem_prag.adb (Analyze_Pragma, Process_Import_Or_Interface):
6945         Add extra parameter for Process_Interface_Name.
6946         (Process_Interface_Name): Add parameter for pragma to analyze
6947         corresponding aspect.
6948         * sem_util.ads, sem_util.adb (Get_Interfacing_Aspects): Added
6949         from sem_ch13.adb
6951 2017-04-25  Gary Dismukes  <dismukes@adacore.com>
6953         * exp_ch7.adb, einfo.ads, sem_prag.adb: Minor reformatting and typo
6954         correction.
6956 2017-04-25  Yannick Moy  <moy@adacore.com>
6958         * sem_res.adb (Resolve_Comparison_Op): Do not
6959         attempt evaluation of relational operations inside assertions.
6961 2017-04-25  Justin Squirek  <squirek@adacore.com>
6963         * exp_util.adb (Add_Interface_Invariants):
6964         Restored, code moved back from Build_Invariant_Procedure_Body.
6965         (Add_Parent_Invariants): Restored, code moved back from
6966         Build_Invariant_Procedure_Body.
6967         (Build_Invariant_Procedure_Body):
6968         Remove refactored calls and integrated code from
6969         Add_Parent_Invariants and Add_Interface_Invariants.
6971 2017-04-25  Johannes Kanig  <kanig@adacore.com>
6973         * errout.adb (Output_Messages): Adjust computation of total
6974         errors
6975         * erroutc.adb (Error_Msg): In statistics counts, deal
6976         correctly with informational messages that are not warnings.
6977         * errutil.adb (Finalize): adjust computation of total errors.
6979 2017-04-25  Arnaud Charlet  <charlet@adacore.com trojanek>
6981         * terminals.c (__gnat_terminate_pid): New.
6982         * g-exptty.ads (Terminate_Process): New. Update comments.
6984 2017-04-25  Arnaud Charlet  <charlet@adacore.com>
6986         * a-cfinve.ads, a-cofove.ads (Empty_Vector): add Global contract.
6988 2017-04-25  Justin Squirek  <squirek@adacore.com>
6990         * sem_ch3.adb (Analyze_Declarations): Minor
6991         correction to comments, move out large conditional and scope
6992         traversal into a predicate.
6993         (Uses_Unseen_Lib_Unit_Priv): Predicate function made from extracted
6994         logic.
6996 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
6998         * sem_ch4.adb (Analyze_Selected_Component): Refine analysis
6999         of prefix whose type is a current instance of a synchronized
7000         type. If the prefix is an object this is an external call (or
7001         requeue) that can only access public operations of the object. The
7002         previous predicate was too restrictive, and did not allow public
7003         protected operations, only task entries.
7005 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
7007         * sem_ch5.adb, fname.adb: Minor reformatting.
7009 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
7011         * einfo.adb (Is_Anonymous_Access_Type): New routine.
7012         * einfo.ads Update the placement of
7013         E_Anonymous_Access_Subprogram_Type along with all subtypes that
7014         mention the ekind.
7015         (Is_Anonymous_Access_Type): New routine.
7016         * exp_ch7.adb (Allows_Finalization_Master): Do not generate a
7017         master for an access type subject to pragma No_Heap_Finalization.
7018         * exp_util.adb (Build_Allocate_Deallocate_Proc): An object being
7019         allocated or deallocated does not finalization actions if the
7020         associated access type is subject to pragma No_Heap_Finalization.
7021         * opt.ads Add new global variable No_Heap_Finalization_Pragma.
7022         * par-prag.adb Pragma No_Heap_Finalization does not need special
7023         processing from the parser.
7024         * sem_ch6.adb (Check_Return_Subtype_Indication): Remove ancient
7025         ??? comments. Use the new predicate Is_Anonymous_Access_Type.
7026         * sem_prag.adb Add an entry in table Sig_Flags for pragma
7027         No_Heap_Finalization.
7028         (Analyze_Pragma): Add processing for
7029         pragma No_Heap_Finalization. Update various error messages to
7030         use Duplication_Error.
7031         * sem_util.ads, sem_util.adb (No_Heap_Finalization): New routine.
7032         * snames.ads-tmpl: Add new predefined name No_Heap_Finalization
7033         and corresponding pragma id.
7035 2017-04-25  Bob Duff  <duff@adacore.com>
7037         * freeze.adb (Freeze_Record_Type): Use the
7038         underlying type of the component type to determine whether it's
7039         elementary. For representation clause purposes, a private type
7040         should behave the same as its full type.
7041         * fname.ads, fname.adb (Is_Predefined_File_Name):
7042         Make sure things like "system.ali" are recognized as predefined.
7044 2017-04-25  Javier Miranda  <miranda@adacore.com>
7046         * debug.adb: Update documentation of -gnatd.6.
7048 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
7050         * sem_ch5.adb (Preanalyze_Range): Handle properly an Ada2012
7051         element iterator when the name is an overloaded function call,
7052         one of whose interpretations yields an array.
7054 2017-04-25  Bob Duff  <duff@adacore.com>
7056         * uname.ads, uname.adb (Is_Predefined_Unit_Name,
7057         Is_Internal_Unit_Name): New functions for operating on unit
7058         names, as opposed to file names. There's some duplicated code
7059         with fname.adb, which is unfortunate, but it seems like we don't
7060         want to add dependencies here.
7061         * fname-uf.adb (Get_File_Name): Change Is_Predefined_File_Name
7062         to Is_Predefined_Unit_Name; the former was wrong, because Uname
7063         is not a file name at all.
7064         * fname.ads, fname.adb: Document the fact that
7065         Is_Predefined_File_Name and Is_Internal_File_Name can be called
7066         for ALI files, and fix the code so it works properly for ALI
7067         files. E.g. these should return True for "system.ali".
7069 2017-04-25  Justin Squirek  <squirek@adacore.com>
7071         * exp_util.adb (Add_Invariant): Removed,
7072         code moved to Add_Invariant_Check, Add_Inherited_Invariant,
7073         and Add_Own_Invariant.  (Add_Invariant_Check): Used
7074         for adding runtime checks from any kind of invariant.
7075         (Add_Inherited_Invariant): Generates invariant checks for
7076         class-wide invariants (Add_Interface_Invariants): Removed, code
7077         moved to Build_Invariant_Procedure_Body (Add_Own_Invariant):
7078         Create a types own invariant procedure (Add_Parent_Invariants):
7079         Removed, code moved to Build_Invariant_Procedure_Body
7080         (Build_Invariant_Procedure_Body): Add refactored calls
7081         and integrated code from Add_Parent_Invariants and
7082         Add_Interface_Invariants.
7083         (Process_Type): Removed, the
7084         relavant code was inlined into both Add_Own_Invariant and
7085         Add_Inherited_Invariant.
7087 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
7089         * make.adb, par-ch2.adb, sem_util.adb, scans.ads, sem_ch8.adb,
7090         scn.adb, osint.adb, fname.adb: Minor reformatting.
7092 2017-04-25  Pascal Obry  <obry@adacore.com>
7094         * s-taprop-mingw.adb: Do not check for CloseHandle in
7095         Finalize_TCB.
7097 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
7099         * sem_util.adb (Check_Part_Of_Reference):
7100         Continue to examine the context if the reference appears within
7101         an expression function.
7103 2017-04-25  Justin Squirek  <squirek@adacore.com>
7105         * exp_ch7.adb, exp_ch7.ads Remove Build_Invariant_Procedure_Body
7106         and Build_Invariant_Procedure_Declaration.
7107         * exp_util.ads, exp_util.adb Add Build_Invariant_Procedure_Body
7108         and Build_Invariant_Procedure_Declaration from exp_ch7
7109         and break-out Is_Untagged_Private_Derivation from
7110         Build_Invariant_Procedure_Body.
7111         (Replace_Type_References):
7112         Append an extra parameter to allow for dispatching replacements
7113         and add the corrasponding logic.
7114         (Type_Invariant): Remove
7115         Replace_Typ_Refs and replace its references with calls to
7116         Replace_Type_References.
7117         * sem_ch3.adb, sem_prag.adb: Remove with and use of exp_ch7.
7119 2017-04-25  Bob Duff  <duff@adacore.com>
7121         * sem_util.ads, sem_util.adb (Should_Ignore_Pragma): New function
7122         that returns True when appropriate.
7123         * par-prag.adb, exp_prag.adb, sem_prag.adb: Do not ignore pragmas
7124         when compiling predefined files.
7125         * fname.ads, fname.adb (Is_Predefined_File_Name): Fix bug:
7126         "gnat.adc" should not be considered a predefined file name.
7127         That required (or at least encouraged) a lot of cleanup of global
7128         variable usage. We shouldn't be communicating information via
7129         the global name buffer.
7130         * bindgen.adb, errout.adb, fname-uf.adb, lib-load.adb, make.adb,
7131         * restrict.adb, sem_ch10.adb, sem_ch6.adb, sem_ch8.adb: Changes
7132         required by the above-mentioned cleanup.
7134 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
7136         * osint.adb (Find_File): Handle properly a request for a
7137         configuration file whose name is a directory.
7139 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
7141         * sem_attr.adb, sem_ch5.adb: Minor reformatting.
7143 2017-04-25  Bob Duff  <duff@adacore.com>
7145         * types.ads: Minor: Fix '???' comment.
7146         * sem_ch8.adb: Minor comment fix.
7148 2017-04-25  Bob Duff  <duff@adacore.com>
7150         * sem_prag.adb: Remove suspicious uses of Name_Buf.
7151         * stringt.ads, stringt.adb, exp_dbug.adb, sem_dim.adb: Remove
7152         Add_String_To_Name_Buffer, to avoid using the global Name_Buf.
7153         Add String_To_Name with no side effects.
7155 2017-04-25  Justin Squirek  <squirek@adacore.com>
7157         * sem_ch3.adb (Analyze_Declarations): Add
7158         additional condition for edge case.
7160 2017-04-25  Bob Duff  <duff@adacore.com>
7162         * par-ch2.adb, scans.ads, scn.adb: Do not give an error for
7163         reserved words inside pragmas. This is necessary to allow the
7164         pragma name Interface to be used in pragma Ignore_Pragma.
7165         * par.adb: Minor comment fix.
7167 2017-04-25  Javier Miranda  <miranda@adacore.com>
7169         * a-tags.ads, a-tags.adb (Type_Is_Abstract): Renamed as Is_Abstract.
7170         * rtsfind.ads (RE_Type_Is_Abstract): Renamed as Is_Abstract.
7171         * exp_disp.adb (Make_DT): Update occurrences of RE_Type_Is_Abstract.
7172         * exp_intr.adb (Expand_Dispatching_Constructor_Call): Update
7173         occurrences of RE_Type_Is_Abstract
7175 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
7177         * exp_util.adb (Build_Chain): Account for ancestor
7178         subtypes while traversing the derivation chain.
7180 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
7182         * sem_attr.adb: minor reformatting.
7184 2017-04-25  Doug Rupp  <rupp@adacore.com>
7186         * sigtramp-vxworks-target.inc [PPC64]: Add a .localentry pseudo-op.
7188 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
7190         * sem_ch5.adb (Analyze_Assignment): Reset Full_Analysis flag on
7191         the first pass over an assignment statement with target names,
7192         to prevent the generation of subtypes (such as discriminated
7193         record components)that may carry the target name outside of the
7194         tree for the assignment. The subtypes will be generated when
7195         the assignment is reanalyzed in full.
7196         (Analyze_Target_Name): Handle properly class-wide types.
7198 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
7200         * elists.ads, elists.adb (Prepend_Unique_Elmt): New routine.
7201         * exp_ch3.adb (Freeze_Type): Signal the DIC body is created for
7202         the purposes of freezing.
7203         * exp_util.adb Update the documentation and structure of the
7204         type map used in class-wide semantics of assertion expressions.
7205         (Add_Inherited_Tagged_DIC): There is really no need to preanalyze
7206         and resolve the triaged expression because all substitutions
7207         refer to the proper entities.  Update the replacement of
7208         references.
7209         (Build_DIC_Procedure_Body): Add formal parameter
7210         For_Freeze. Add local variable Build_Body. Inherited DIC pragmas
7211         are now only processed when freezing occurs.  Build a body only
7212         when one is needed.
7213         (Entity_Hash): Removed.
7214         (Map_Types): New routine.
7215         (Replace_Object_And_Primitive_References): Removed.
7216         (Replace_References): New routine.
7217         (Replace_Type_References): Moved to the library level of Exp_Util.
7218         (Type_Map_Hash): New routine.
7219         (Update_Primitives_Mapping): Update the mapping call.
7220         (Update_Primitives_Mapping_Of_Types): Removed.
7221         * exp_util.ads (Build_DIC_Procedure_Body): Add formal
7222         parameter For_Freeze and update the comment on usage.
7223         (Map_Types): New routine.
7224         (Replace_References): New routine.
7225         (Replace_Type_References): Moved to the library level of Exp_Util.
7226         (Update_Primitives_Mapping_Of_Types): Removed.
7227         * sem_ch7.adb (Preserve_Full_Attributes): Propagate the DIC
7228         properties of the private type to the full view in case the full
7229         view derives from a parent type and inherits a DIC pragma.
7230         * sem_prag.adb (Analyze_Pragma): Guard against a case where a
7231         DIC pragma is placed at the top of a declarative region.
7233 2017-04-25  Arnaud Charlet  <charlet@adacore.com trojanek>
7235         * a-tasatt.adb: Complete previous change and use an unsigned
7236         int to avoid overflow checks.
7238 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
7240         * sem_attr.adb (Analyze_Attribute, case 'Access): Specialize
7241         the error message when the attribute reference is an actual in
7242         a call to a subprogram inherited from a generic formal type with
7243         unknown discriminants, which makes the subprogram and its formal
7244         parameters intrinsic (see RM 6.3.1 (8) and (13)).
7246 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
7248         * sem_aggr.adb, inline.adb, einfo.adb, einfo.ads, scng.adb,
7249         sem_prag.adb: Minor reformatting.
7251 2017-04-25  Bob Duff  <duff@adacore.com>
7253         * sem_attr.adb (Type_Key): Add code in the
7254         recursive Compute_Type_Key to protect against fetching the source
7255         code for Standard, in case a component of the type is declared
7256         in Standard. There was already code to do this for the original
7257         type, but not for its components.
7259 2017-04-25  Javier Miranda  <miranda@adacore.com>
7261         * exp_ch3.adb (Build_Initialization_Call): Handle
7262         subtypes of private types when searching for the underlying full
7263         view of a private type.
7265 2017-04-25  Javier Miranda  <miranda@adacore.com>
7267         * sem_res.adb (Set_Mixed_Mode_Operand): A universal
7268         real conditional expression can appear in a fixed-type context
7269         and must be resolved with that context to facilitate the code
7270         generation to the backend.
7272 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
7274         * einfo.adb, einfo.ads (Body_Needed_For_Inlining): New flag,
7275         to indicate whether during inline processing, when some unit U1
7276         appears in the context of a unit U2 compiled for instantiation
7277         or inlining purposes, the body of U1 needs to be compiled as well.
7278         * sem_prag.adb (Process_Inline): Set Body_Needed_For_Inlining if
7279         context is a package declaration.
7280         * sem_ch12.adb (Analyze_Generic_Subprogram_Declaration,
7281         Analyze_Generic_Package_Declaration): ditto.
7282         * inline.adb (Analyze_Inlined_Bodies): Check
7283         Body_Needed_For_Inlining.
7285 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
7287         * par.adb (Current_Assign_Node): Global variable use to record
7288         the presence of a target_name in the right hand side of the
7289         assignment being parsed.
7290         * par-ch4.adb (P_Name): If the name is a target_name, mark the
7291         enclosing assignment node accordingly.
7292         * par-ch5.adb (P_Assignment_Statement): Set Current_Assign_Node
7293         appropriately.
7294         * sem_ch5.adb (Analyze_Assignment): Disable expansion before
7295         analyzing RHS if the statement has target_names.
7296         * sem_aggr.adb (Resolve_Iterated_Component_Association): Handle
7297         properly choices that are subtype marks.
7298         * exp_ch5.adb: Code cleanup.
7300 2017-04-25  Bob Duff  <duff@adacore.com>
7302         * s-memory.adb: Add a comment regarding efficiency.
7303         * atree.adb: Fix the assertion, and combine 2 assertions into one,
7304         "the source has an extension if and only if the destination does."
7305         * sem_ch3.adb, sem_ch13.adb: Address ??? comments.
7307 2017-04-25  Arnaud Charlet  <charlet@adacore.com trojanek>
7309         * a-tasatt.adb (Set_Value): Fix handling of 32bits -> 64bits
7310         conversion.
7312 2017-04-25  Doug Rupp  <rupp@adacore.com>
7314         * init.c (__gnat_error_handler) [vxworks]: Turn on sigtramp
7315         handling for ppc64-vx7.
7316         * sigtramp-vxworks-target.inc
7317         [SIGTRAMP_BODY]: Add section for ppc64-vx7.
7319 2017-04-25  Arnaud Charlet  <charlet@adacore.com>
7321         * ada_get_targ.adb: New file.
7323 2017-04-25  Bob Duff  <duff@adacore.com>
7325         * uintp.adb (Most_Sig_2_Digits): In case Direct (Right), fetch
7326         Direct_Val (Right), instead of the incorrect Direct_Val (Left).
7327         (UI_GCD): Remove ??? comment involving possible efficiency
7328         improvements. This just isn't important after all these years.
7329         Also minor cleanup.
7330         * uintp.ads: Minor cleanup.
7332 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
7334         * exp_util.adb, exp_util.ads, sem_ch7.adb, sem_prag.adb, exp_ch3.adb:
7335         Revert previous changes.
7336         * scng.adb: Minor reformatting.
7337         * s-stratt.ads: Fix unbalanced parens in comment.
7339 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
7341         * sem_ch3.adb, exp_util.adb, sem_prag.adb, freeze.adb, sem_util.adb:
7342         Minor reformatting.
7344 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
7346         * scng.adb (Scan): Handle '@' appropriately.
7347         * sem_ch5.adb: Code cleanup.
7349 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
7351         * freeze.adb (Check_Expression_Function): Do not check for the
7352         use of deferred constants if the freezing of the expression
7353         function is triggered by its generated body, rather than a
7354         premature use.
7356 2017-04-25  Javier Miranda  <miranda@adacore.com>
7358         * exp_attr.adb (Rewrite_Stream_Proc_Call): Handle
7359         subtypes of private types when performing the view conversion.
7361 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
7363         * exp_ch3.adb (Freeze_Type): Signal the DIC body is created for
7364         the purposes of freezing.
7365         * exp_util.adb Update the documentation and structure of the
7366         type map used in class-wide semantics of assertion expressions.
7367         (Add_Inherited_Tagged_DIC): There is really no need to preanalyze
7368         and resolve the triaged expression because all substitutions
7369         refer to the proper entities.  Update the replacement of
7370         references.
7371         (Build_DIC_Procedure_Body): Add formal parameter
7372         For_Freeze. Add local variable Build_Body. Inherited DIC pragmas
7373         are now only processed when freezing occurs.  Build a body only
7374         when one is needed.
7375         (Entity_Hash): Removed.
7376         (Map_Types): New routine.
7377         (Replace_Object_And_Primitive_References): Removed.
7378         (Replace_References): New routine.
7379         (Replace_Type_References): Moved to the library level of Exp_Util.
7380         (Type_Map_Hash): New routine.
7381         (Update_Primitives_Mapping): Update the mapping call.
7382         (Update_Primitives_Mapping_Of_Types): Removed.
7383         * exp_util.ads (Build_DIC_Procedure_Body): Add formal
7384         parameter For_Freeze and update the comment on usage.
7385         (Map_Types): New routine.
7386         (Replace_References): New routine.
7387         (Replace_Type_References): Moved to the library level of Exp_Util.
7388         (Update_Primitives_Mapping_Of_Types): Removed.
7389         * sem_ch7.adb (Preserve_Full_Attributes): Propagate the DIC
7390         properties of the private type to the full view in case the full
7391         view derives from a parent type and inherits a DIC pragma.
7392         * sem_prag.adb (Analyze_Pragma): Guard against a case where a
7393         DIC pragma is placed at the top of a declarative region.
7395 2017-04-25  Tristan Gingold  <gingold@adacore.com>
7397         * s-mmap.ads (Data): Add pragma Inline.
7399 2017-04-25  Hristian Kirtchev  <kirtchev@adacore.com>
7401         * checks.adb (Insert_Valid_Check): Do not use
7402         a renaming to alias a volatile name because this will lead to
7403         multiple evaluations of the volatile name. Use a constant to
7404         capture the value instead.
7406 2017-04-25  Doug Rupp  <rupp@adacore.com>
7408         * init.c [VxWorks Section]: Disable sigtramp for ppc64-vx7.
7410 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
7412         * exp_util.adb, exp_util.ads (Build_Class_Wide_Expression):
7413         Add out parameter to indicate to caller that a wrapper must
7414         be constructed for an inherited primitive whose inherited
7415         pre/postcondition has called to overridden primitives.
7416         * freeze.adb (Check_Inherited_Conditions): Build wrapper body
7417         for inherited primitive that requires it.
7418         * sem_disp.adb (Check_Dispatching_Operation): Such wrappers are
7419         legal primitive operations and belong to the list of bodies
7420         generated after the freeze point of a type.
7421         * sem_prag.adb (Build_Pragma_Check_Equivalent): Use new signature
7422         of Build_Class_Wide_Expression.
7423         * sem_util.adb, sem_util.ads (Build_Overriding_Spec): New procedure
7424         to construct the specification of the wrapper subprogram created
7425         for an inherited operation.
7427 2017-04-25  Bob Duff  <duff@adacore.com>
7429         * s-osinte-linux.ads (pthread_mutexattr_setprotocol,
7430         pthread_mutexattr_setprioceiling): Add new interfaces for these
7431         pthread operations.
7432         * s-taprop-linux.adb (Initialize_Lock, Initialize_TCB): Set
7433         protocols as appropriate for Locking_Policy 'C' and 'I'.
7434         * s-taprop-posix.adb: Minor reformatting to make it more similar
7435         to s-taprop-linux.adb.
7437 2017-04-25  Ed Schonberg  <schonberg@adacore.com>
7439         * sem_ch3.adb (Get_Discriminant_Value, Search_Derivation_Levels):
7440         Handle properly a multi- level derivation involving both renamed
7441         and constrained parent discriminants, when the type to be
7442         constrained has fewer discriminants that the ultimate ancestor.
7444 2017-04-25  Bob Duff  <duff@adacore.com>
7446         * sem_util.adb (Is_Object_Reference): In the
7447         case of N_Explicit_Dereference, return False if it came from a
7448         conditional expression.
7450 2017-04-25  Bob Duff  <duff@adacore.com>
7452         * par-ch4.adb (P_Case_Expression): If a semicolon
7453         is followed by "when", assume that ";" was meant to be ",".
7455 2017-04-25  Gary Dismukes  <dismukes@adacore.com>
7457         * sem_ch9.adb, sem_ch10.adb, sem_util.adb: Minor reformatting and typo
7458         fixes.
7460 2017-04-25  Arnaud Charlet  <charlet@adacore.com>
7462         * rtsfind.ads (SPARK_Implicit_Load): New procedure for forced
7463         loading of an entity.
7464         * rtsfind.adb (SPARK_Implicit_Load): Body with a pattern
7465         previously repeated in the analysis.
7466         * sem_ch9.adb (Analyze_Protected_Type_Declaration): use new
7467         procedure SPARK_Implicit_Load.  (Analyze_Task_Type_Declaration):
7468         use new procedure SPARK_Implicit_Load.
7469         * sem_ch10.adb (Analyze_Compilation_Unit): Use new procedure
7470         SPARK_Implicit_Load.
7472 2017-04-25  Javier Miranda  <miranda@adacore.com>
7474         * sem_util.adb (New_Copy_Tree): By default
7475         copying of defining identifiers is prohibited because
7476         this would introduce an entirely new entity into the
7477         tree. This patch introduces an exception to this general
7478         rule: the declaration of constants and variables located in
7479         Expression_With_Action nodes.
7480         (Copy_Itype_With_Replacement): Renamed as Copy_Entity_With_Replacement.
7481         (In_Map): New subprogram.
7482         (Visit_Entity): New subprogram.
7483         (Visit_Node): Handle EWA_Level,
7484         EWA_Inner_Scope_Level, and take care of defining entities defined
7485         in Expression_With_Action nodes.
7487 2017-04-25  Thomas Quinot  <quinot@adacore.com>
7489         * exp_ch6.adb: minor comment edit.
7490         * sinfo.ads, sinfo.adb: New Null_Statement attribute for null
7491         procedure specifications that come from source.
7492         * par-ch6.adb (P_Subprogram, case of a null procedure): Set new
7493         Null_Statement attribute.
7494         * par_sco.adb (Traverse_Declarations_Or_Statements): For a null
7495         procedure, generate statement SCO for the generated NULL statement.
7496         * sem_ch6.adb (Analyze_Null_Procedure): Use null statement from
7497         parser, if available.
7499 2017-04-04  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7501         * system-linux-s390.ads: Use Long_Integer'Size to define
7502         Memory_Size.
7504 2017-04-04  Eric Botcazou  <ebotcazou@adacore.com>
7506         * sem_ch3.adb (Build_Derived_Record_Type): Fix long line.
7508 2017-04-03  Jonathan Wakely  <jwakely@redhat.com>
7510         * doc/gnat_ugn/gnat_and_program_execution.rst: Fix typo.
7511         * g-socket.adb (To_Host_Entry): Fix typo in comment.
7512         * gnat_ugn.texi: Fix typo.
7513         * raise.c (_gnat_builtin_longjmp): Fix capitalization in comment.
7514         * s-stposu.adb (Allocate_Any_Controlled): Fix typo in comment.
7515         * sem_ch3.adb (Build_Derived_Record_Type): Likewise.
7516         * sem_util.adb (Mark_Coextensions): Likewise.
7517         * sem_util.ads (Available_Full_View_Of_Component): Likewise.
7519 2017-03-28  Andreas Schwab  <schwab@suse.de>
7521         PR ada/80117
7522         * system-linux-aarch64-ilp32.ads: New file.
7523         * gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS_COMMON): Rename
7524         from LIBGNAT_TARGET_PAIRS.
7525         (LIBGNAT_TARGET_PAIRS_32, LIBGNAT_TARGET_PAIRS_64): Define.
7526         (LIBGNAT_TARGET_PAIRS): Use LIBGNAT_TARGET_PAIRS_COMMON, and
7527         LIBGNAT_TARGET_PAIRS_64 or LIBGNAT_TARGET_PAIRS_32 for -mabi=lp64
7528         or -mabi=ilp32, resp.
7530 2017-03-14  James Cowgill  <James.Cowgill@imgtec.com>
7532         * s-osinte-linux.ads (struct_sigaction): Use correct type for sa_flags.
7534 2017-03-08  Thanassis Tsiodras  <ttsiodras@gmail.com>
7536         PR ada/79903
7537         * socket.c (__gnat_gethostbyaddr): Add missing test for __rtems__.
7539 2017-03-08  Eric Botcazou  <ebotcazou@adacore.com>
7541         PR ada/79945
7542         * system-linux-ppc.ads (Default_Bit_Order): Use Standard's setting.
7544         * system-linux-arm.ads (Default_Bit_Order): Likewise.
7545         * system-linux-mips.ads (Default_Bit_Order): Likewise.
7546         * system-linux-armeb.ads: Delete.
7547         * system-linux-mipsel.ads: Likewise.
7548         * gcc-interface/Makefile.in (MIPS/Linux): Adjust.
7549         (ARM/Linux): Likewise.
7551 2017-02-24  Jakub Jelinek  <jakub@redhat.com>
7553         PR c/79677
7554         * gcc-interface/misc.c (gnat_handle_option): Pass true to
7555         handle_generated_option GENERATED_P.
7557 2017-02-24  Eric Botcazou  <ebotcazou@adacore.com>
7559         * gcc-interface/decl.c (gnat_to_gnu_field): Do not remove the wrapper
7560         around a justified modular type if it doesn't have the same scalar
7561         storage order as the enclosing record type.
7563 2017-02-24  Eric Botcazou  <ebotcazou@adacore.com>
7565         * gcc-interface/trans.c (gnat_to_gnu): Do not apply special handling
7566         of boolean rvalues to function calls.
7568 2017-02-24  Eric Botcazou  <ebotcazou@adacore.com>
7570         * gcc-interface/utils.c (fold_bit_position): New function.
7571         (rest_of_record_type_compilation): Call it instead of bit_position to
7572         compute the field position and remove the call to remove_conversions.
7573         (compute_related_constant): Factor out the multiplication in both
7574         operands, if any, and streamline the final test.
7576 2017-02-24  Eric Botcazou  <ebotcazou@adacore.com>
7578         * gcc-interface/trans.c (return_value_ok_for_nrv_p): Add sanity check.
7580 2017-02-24  Eric Botcazou  <ebotcazou@adacore.com>
7582         * gcc-interface/decl.c: Include demangle.h.
7583         (is_cplusplus_method): Return again true for a primitive operation
7584         only if it is dispatching.  For a subprogram with an interface name,
7585         call the demangler to get the number of C++ parameters and compare it
7586         with the number of Ada parameters.
7588 2017-02-24  Eric Botcazou  <ebotcazou@adacore.com>
7590         * gcc-interface/trans.c (Handled_Sequence_Of_Statements_to_gnu): If
7591         there is no end label, put the location of the At_End procedure on
7592         the call to the procedure.
7594 2017-02-24  Eric Botcazou  <ebotcazou@adacore.com>
7596         * gcc-interface/misc.c (gnat_type_max_size): Try to return a meaningful
7597         value for array types with TYPE_INDEX_TYPE set on their domain type.
7598         * gcc-interface/utils.c (max_size): For operations and expressions, do
7599         not build a new node if the operands have not changed or are missing.
7601 2017-02-24  Eric Botcazou  <ebotcazou@adacore.com>
7603         * gcc-interface/utils.c (max_size) <tcc_expression>: Flip the second
7604         argument when recursing on TRUTH_NOT_EXPR.
7606 2017-02-12  John Marino  <gnugcc@marino.st>
7608         * system-freebsd-x86.ads: Rename into...
7609         * system-freebsd.ads: ...this.
7610         (Default_Bit_Order): Define using Standard'Default_Bit_Order.
7611         * gcc-interface/Makefile.in: Support aarch64-freebsd.
7612         (x86-64/FreeBSD): Adjust to above renaming.
7613         (i386/FreeBSD): Likewise.
7615 2017-02-09  Gerald Pfeifer  <gerald@pfeifer.com>
7617         * comperr.adb: Update FSF bug reporting URL.
7619 2017-02-01  Eric Botcazou  <ebotcazou@adacore.com>
7620             Jakub Jelinek  <jakub@redhat.com>
7622         PR ada/79309
7623         * adaint.c (__gnat_killprocesstree): Fix broken string handling.
7625 2017-01-25  Maxim Ostapenko  <m.ostapenko@samsung.com>
7627         PR lto/79061
7628         * gcc-interface/utils.c (get_global_context): Pass main_input_filename
7629         to build_translation_unit_decl.
7631 2017-01-23  Javier Miranda  <miranda@adacore.com>
7633         * sem_util.adb (New_Copy_Tree): Code cleanup:
7634         removal of the internal map (ie. variable Actual_Map, its
7635         associated local variables, and all the code handling it).
7636         * sem_ch9.adb (Analyze_Task_Type_Declaration): in GNATprove mode
7637         force loading of the System package when processing a task type.
7638         (Analyze_Protected_Type_Declaration): in GNATprove mode force
7639         loading of the System package when processing a protected type.
7640         * sem_ch10.adb (Analyze_Compilation_Unit): in GNATprove mode
7641         force loading of the System package when processing compilation
7642         unit with a main-like subprogram.
7643         * frontend.adb (Frontend): remove forced loading of the System
7644         package.
7646 2017-01-23  Ed Schonberg  <schonberg@adacore.com>
7648         * sem_prag.adb (Default_Initial_Condition): If the desired type
7649         declaration is a derived type declaration with discriminants,
7650         it is rewritten as a private type declaration.
7651         * sem_ch13.adb (Replace_Type_References_Generic,
7652         Visible_Component): A discriminated private type with descriminnts
7653         has components that must be rewritten as selected components
7654         if they appear as identifiers in an aspect expression such as
7655         a Default_Initial_Condition.
7656         * sem_util.adb (Defining_Entity): support N_Iterator_Specification
7657         nodes.
7659 2017-01-23  Hristian Kirtchev  <kirtchev@adacore.com>
7661         * ghost.ads, ghost.adb (Is_Ignored_Ghost_Unit): New routine.
7662         * gnat1drv.adb Generate an empty object file for an ignored
7663         Ghost compilation unit.
7664         * inline.adb, sem_util.adb, sem_ch4.adb: Minor reformatting.
7666 2017-01-23  Yannick Moy  <moy@adacore.com>
7668         * sem_ch4.adb (Analyze_Indexed_Component_Form):
7669         Adapt to inlined prefix with string literal subtype.
7670         * inline.adb (Expand_Inlined_Call): Keep unchecked
7671         conversion inside inlined call when formal type is constrained.
7673 2017-01-23  Javier Miranda  <miranda@adacore.com>
7675         * sem_util.adb (New_Copy_Tree): Code cleanup:
7676         removal of global variables. All the global variables, global
7677         functions and tables of this subprogram are now declared locally.
7679 2017-01-23  Gary Dismukes  <dismukes@adacore.com>
7681         * exp_strm.ads: Minor reformatting and typo fixes.
7683 2017-01-23  Hristian Kirtchev  <kirtchev@adacore.com>
7685         * sem_aggr.adb, par_sco.adb, exp_util.adb, sem.adb, sem_ch4.adb,
7686         exp_aggr.adb: Minor reformatting.
7687         * g-diopit.adb: minor grammar/punctuation fix in comment.
7688         * g-byorma.ads: minor fix of unbalanced parens in comment.
7690 2017-01-23  Hristian Kirtchev  <kirtchev@adacore.com>
7692         * par.adb: Update the documentation of component Labl.
7693         * par-ch6.adb (P_Return_Statement): Set the expected label of
7694         an extended return statement to Error.
7696 2017-01-23  Tristan Gingold  <gingold@adacore.com>
7698         * s-boustr.ads, s-boustr.adb (Is_Full): New function.
7700 2017-01-23  Ed Schonberg  <schonberg@adacore.com>
7702         * expander.adb: Handle N_Delta_Aggregate.
7704 2017-01-23  Javier Miranda  <miranda@adacore.com>
7706         * exp_ch6.adb (Expand_Call): Improve the code that
7707         checks if some formal of the called subprogram is a class-wide
7708         interface, to handle subtypes of class-wide interfaces.
7710 2017-01-23  Javier Miranda  <miranda@adacore.com>
7712         * checks.adb (Apply_Parameter_Aliasing_Checks):
7713         Remove side effects of the actuals before generating the overlap
7714         check.
7716 2017-01-23  Justin Squirek  <squirek@adacore.com>
7718         * exp_strm.ads, exp_strm.ads
7719         (Build_Record_Or_Elementary_Input_Function): Add an extra parameter so
7720         as to avoid getting the underlying type by default.
7721         * exp_attr.adb (Expand_N_Attribute_Reference): Remove use of
7722         underlying type in the Iiput and output attribute cases when
7723         building their respective functions.
7725 2017-01-23  Gary Dismukes  <dismukes@adacore.com>
7727         * scng.adb: Minor reformatting of error message.
7729 2017-01-23  Ed Schonberg  <schonberg@adacore.com>
7731         * sem_ch6.adb (Analyze_Expression_Function): Do not attempt
7732         to freeze the return type of an expression funxtion that is a
7733         completion, if the type is a limited view and the non-limited
7734         view is available.
7736 2017-01-23  Ed Schonberg  <schonberg@adacore.com>
7738         * par-ch4.adb (P_Aggregate_Or_Parent_Expr): Recognize delta
7739         aggregate construct.
7740         (P_Record_Or_Array_Component_Association): An array aggregate
7741         can start with an Iterated_Component_Association.
7742         * scng.adb: Modify error message on improper use of @ in earlier
7743         versions of the language.
7744         * sinfo.ads: New node kind N_Delta_Aggregate.
7745         * sinfo.adb: An N_Delta_Aggregate has component associations and
7746         an expression.
7747         * sem_res.adb (Resolve): Call Resolve_Delta_Aggregate.
7748         * sem_aggr.ads, sem_aggr.adb (Resolve_Iterated_Component_Association):
7749         Create a new index for each one of the choices in the association,
7750         to prevent spurious homonyms in the scope.
7751         (Resolve_Delta_Aggregate): New.
7752         * sem.adb: An N_Delta_Aggregate is analyzed like an aggregate.
7753         * exp_util.adb (Insert_Actions): Take into account
7754         N_Delta_Aggregate.
7755         * exp_aggr.ads: New procedure Expand_N_Delta_Aggregate.
7756         * exp_aggr.adb: New procedure Expand_N_Delta_Aggregate,
7757         and local procedures Expand_Delta_Array_Aggregate and
7758         expand_Delta_Record_Aggregate.
7759         * sprint.adb: Handle N_Delta_Aggregate.
7761 2017-01-23  Hristian Kirtchev  <kirtchev@adacore.com>
7763         * exp_ch11.adb (Expand_N_Exception_Declaration): Generate an
7764         empty name when the exception declaration is subject to pragma
7765         Discard_Names.
7766         (Null_String): New routine.
7768 2017-01-23  Hristian Kirtchev  <kirtchev@adacore.com>
7770         * par-ch9.adb (P_Protected_Definition): Parse
7771         any optional and potentially illegal pragmas which appear in
7772         a protected operation declaration list.
7773         (P_Task_Items): Parse
7774         any optional and potentially illegal pragmas which appear in a
7775         task item list.
7777 2017-01-23  Pascal Obry  <obry@adacore.com>
7779         * s-taprop-mingw.adb (Enter_Task): Initialize the Thread handle which
7780         is needed when a foreign thread call a Win32 API using a thread handle
7781         like GetThreadTimes() for example.
7783 2017-01-23  Hristian Kirtchev  <kirtchev@adacore.com>
7785         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): Do not
7786         allow an 'Address clause to be specified on a prefix of a
7787         class-wide type.
7789 2017-01-23  Hristian Kirtchev  <kirtchev@adacore.com>
7791         * checks.adb (Insert_Valid_Check): Ensure that the prefix of
7792         attribute 'Valid is a renaming of the original expression when
7793         the expression denotes a name. For all other kinds of expression,
7794         use a constant to capture the value.
7795         * exp_util.adb (Is_Name_Reference): Moved to Sem_Util.
7796         * sem_util.ads, sem_util.adb (Is_Name_Reference): Moved from Exp_Util.
7798 2017-01-23  Justin Squirek  <squirek@adacore.com>
7800         * sem_eval.adb (Eval_Integer_Literal): Add special
7801         case to avoid optimizing out check if the literal appears in
7802         an if-expression.
7804 2017-01-23  Hristian Kirtchev  <kirtchev@adacore.com>
7806         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): Do not
7807         allow an 'Address clause to be specified on a prefix of a
7808         class-wide type.
7810 2017-01-23  Hristian Kirtchev  <kirtchev@adacore.com>
7812         * checks.adb (Insert_Valid_Check): Ensure that the prefix of
7813         attribute 'Valid is a renaming of the original expression when
7814         the expression denotes a name. For all other kinds of expression,
7815         use a constant to capture the value.
7816         * exp_util.adb (Is_Name_Reference): Moved to Sem_Util.
7817         * sem_util.ads, sem_util.adb (Is_Name_Reference): Moved from Exp_Util.
7819 2017-01-23  Justin Squirek  <squirek@adacore.com>
7821         * sem_eval.adb (Eval_Integer_Literal): Add special
7822         case to avoid optimizing out check if the literal appears in
7823         an if-expression.
7825 2017-01-23  Ed Schonberg  <schonberg@adacore.com>
7827         * sem_ch4.adb (Try_Primitive_Operations,
7828         Is_Valid_First_Argument_Of): argument is valid if it is a derived
7829         type with unknown discriminants that matches its underlying
7830         record view.
7831         * exp_util.adb (Expand_Subtype_From_Expr): Do not expand
7832         expression if its type is derived from a limited type with
7833         unknown discriminants, because the expansion (which is a call)
7834         must be expanded in the enclosing context to add the proper build-
7835         in-place parameters to the call.
7836         * lib.ads, exp_ch9.adb: Minor fixes in comments.
7838 2017-01-23  Yannick Moy  <moy@adacore.com>
7840         * frontend.adb (Frontend): Do not load runtime
7841         unit for GNATprove when parsing failed.
7842         * exp_ch9.adb: minor removal of extra whitespace
7843         * exp_ch6.adb: minor typo in comment
7844         * sem_util.adb: Code cleanup.
7845         * exp_ch9.ads, par-ch2.adb: minor style fixes in whitespace and comment
7846         * a-ngcefu.adb: minor style fix in whitespace
7848 2017-01-23  Thomas Quinot  <quinot@adacore.com>
7850         * scos.ads: Document usage of 'd' as default SCO kind for
7851         declarations.
7852         * par_sco.adb (Traverse_Declarations_Or_Statements.
7853         Traverse_Degenerate_Subprogram): New supporting routine for expression
7854         functions and null procedures.
7855         (Traverse_Declarations_Or_Statements.Traverse_One): Add
7856         N_Expression_Function to the subprogram case; add required
7857         support for null procedures and expression functions.
7859 2017-01-23  Bob Duff  <duff@adacore.com>
7861         * namet.ads (Bounded_String): Decrease the size of type
7862         Bounded_String to avoid running out of stack space.
7863         * namet.ads (Append): Don't ignore buffer overflow; raise
7864         Program_Error instead.
7866 2017-01-23  Hristian Kirtchev  <kirtchev@adacore.com>
7868         * exp_ch5.adb, freeze.adb, par-ch4.adb, scng.adb, sem_ch13.adb,
7869         sem_ch3.adb, sem_ch5.adb, sem_ch5.ads, sem_util.adb, sinfo.ads: Minor
7870         reformatting.
7871         * exp_ch9.adb: minor style fix in comment.
7873 2017-01-23  Ed Schonberg  <schonberg@adacore.com>
7875         * sem_ch4.adb (Analyze_Allocator): Handle properly a type derived
7876         for a limited record extension with unknown discriminants whose
7877         full view has no discriminants.
7879 2017-01-23  Yannick Moy  <moy@adacore.com>
7881         * exp_spark.adb: Alphabetize with clauses.
7883 2017-01-23  Yannick Moy  <moy@adacore.com>
7885         * sem_util.adb (Has_Enabled_Property): Treat
7886         protected objects and variables differently from other variables.
7888 2017-01-23  Thomas Quinot  <quinot@adacore.com>
7890         * sem_ch13.adb (Adjust_Record_For_Reverse_Bit_Order):
7891         Split original Ada 95 part off into new subprogram
7892         below. Call that subprogram (instead of proceeding with
7893         AI95-0133 behaviour) if debug switch -gnatd.p is in use.
7894         (Adjust_Record_For_Reverse_Bit_Order_Ada_95): ... new subprogram
7895         * debug.adb Document new switch -gnatd.p
7896         * freeze.adb (Freeze_Entity.Freeze_Record_Type): Do not adjust
7897         record for reverse bit order if an error has already been posted
7898         on the record type.  This avoids generating extraneous "info:"
7899         messages for illegal code.
7901 2017-01-23  Justin Squirek  <squirek@adacore.com>
7903         * sem_ch3.adb (Analyze_Declarations): Correct comments
7904         * freeze.adb (Find_Constant): Add detection of deferred constants
7905         so they are not incorrectly flagged as premature.
7907 2017-01-23  Ed Schonberg  <schonberg@adacore.com>
7909         * scans.ads: New token At_Sign. Remove '@' from list of illegal
7910         characters for future version of the language. '@' is legal name.
7911         * scng.ads, scng.adb (Scan):  Handle '@' appropriately.
7912         * scn.adb (Scan_Reserved_Identifier): An occurrence of '@'
7913         denotes a Target_Name.
7914         * par-ch4.adb (P_Name, P_Primary): Handle Target_Name.
7915         * sinfo.ads, sinfo.adb (N_Target_Name): New non-terminal node.
7916         (Has_Target_Names): New flag on N_Assignment_Statement, to
7917         indicate that RHS has occurrences of N_Target_Name.
7918         * sem.adb: Call Analyze_Target_Name.
7919         * sem_ch5.ads, sem_ch5.adb (Analyze_Target_Name): New subpogram.
7920         (urrent_LHS): Global variable that denotes LHS of assignment,
7921         used in the analysis of Target_Name nodes.
7922         * sem_res.adb (Resolve_Target_Name): New procedure.
7923         * exp_ch5.adb (Expand_Assign_With_Target_Names): (AI12-0125):
7924         N is an assignment statement whose RHS contains occurences of @
7925         that designate the value of the LHS of the assignment. If the
7926         LHS is side-effect free the target names can be replaced with
7927         a copy of the LHS; otherwise the semantics of the assignment
7928         is described in terms of a procedure with an in-out parameter,
7929         and expanded as such.
7930         (Expand_N_Assignment_Statement): Call
7931         Expand_Assign_With_Target_Names when needed.
7932         * exp_util.adb (Insert_Actions): Take into account N_Target_Name.
7933         * sprint.adb: Handle N_Target_Name.
7935 2017-01-23  Eric Botcazou  <ebotcazou@adacore.com>
7937         * checks.adb: Minor fix in comment.
7939 2017-01-23  Philippe Gil  <gil@adacore.com>
7941         * g-debpoo.adb (Do_Report) remove freed chunks from chunks
7942         count in Sort = Memory_Usage or Allocations_Count
7944 2017-01-23  Justin Squirek  <squirek@adacore.com>
7946         * sem_ch3.adb: Code cleanup.
7948 2017-01-23  Hristian Kirtchev  <kirtchev@adacore.com>
7950         * sem_prag.adb (Analyze_Refined_Depends_In_Decl_Part): Move all global
7951         variables to the local variable section. Update the profile
7952         of various nested routine that previously had visibility
7953         of those globals. One the matching phase has completed,
7954         remove certain classes of clauses which are considered noise.
7955         (Check_Dependency_Clause): Properly detect a match between two
7956         'Result attributes. Update the various post-match cases to use
7957         Is_Already_Matched as this routine now automatically recognizes
7958         a previously matched 'Result attribute.
7959         (Is_Already_Matched): New routine.
7960         (Remove_Extra_Clauses): New routine.
7961         (Report_Extra_Clauses): Remove the detection of ... => null
7962         clauses as this is now done in Remove_Extra_Clauses.
7964 2017-01-23  Ed Schonberg  <schonberg@adacore.com>
7966         * sem_aggr.adb (Resolve_Array_Aggregate): In ASIS mode do not
7967         report on spurious overlaps between values involving a subtype
7968         with a static predicate, because the expansion of such a subtype
7969         into individual ranges in inhibited in ASIS mode.
7971 2017-01-23  Justin Squirek  <squirek@adacore.com>
7973         * sem_ch3.adb (Analyze_Declarations): Add detection
7974         of an edge case and delay freezing if it is present.
7976 2017-01-23  Hristian Kirtchev  <kirtchev@adacore.com>
7978         * sem_ch3.adb, exp_spark.adb, exp_attr.adb, sem_ch9.adb, sem_prag.adb,
7979         sem_util.adb, sem_warn.adb, exp_ch3.adb: Minor reformatting.
7981 2017-01-23  Hristian Kirtchev  <kirtchev@adacore.com>
7983         * freeze.adb (Freeze_Subprogram): Ensure that all anonymous
7984         access-to-subprogram types inherit the convention of the
7985         associated subprogram.  (Set_Profile_Convention): New routine.
7986         * sem_ch6.adb (Check_Conformance): Do not compare the conventions
7987         of the two entities directly, use Conventions_Match to account
7988         for anonymous access-to-subprogram and subprogram types.
7989         (Conventions_Match): New routine.
7991 2017-01-23  Claire Dross  <dross@adacore.com>
7993         * exp_spark.adb (Expand_SPARK_Attribute_Reference): For attributes
7994         which return Universal_Integer, force the overflow check flag for
7995         Length and Range_Length for types as big as Long_Long_Integer.
7997 2017-01-23  Claire Dross  <dross@adacore.com>
7999         * exp_spark.adb (Expand_SPARK_Attribute_Reference):  For
8000         attributes which return Universal_Integer, introduce a conversion
8001         to the expected type with the appropriate check flags set.
8002         * sem_res.adb (Resolve_Range): The higher bound can be in Typ's
8003         base type if the range is null. It may still be invalid if it
8004         is higher than the lower bound. This is checked later in the
8005         context in which the range appears.
8007 2017-01-23  Pierre-Marie de Rodat  <derodat@adacore.com>
8009         * scos.ads: Introduce a constant to represent ignored
8010         dependencies in SCO_Unit_Table_Entry.
8012 2017-01-23  Hristian Kirtchev  <kirtchev@adacore.com>
8014         * exp_ch9.adb (Expand_N_Protected_Type_Declaration): Remove extra
8015         spaces from error messages.
8017 2017-01-23  Ed Schonberg  <schonberg@adacore.com>
8019         * exp_ch3.adb (Check_Large_Modular_Array): New procedure,
8020         subsidiary to Expand_N_Object_ Declaration, to compute a guard on
8021         an object declaration for an array type with a modular index type
8022         with the size of Long_Long_Integer. Special processing is needed
8023         in this case to compute reliably the size of the object, and
8024         eventually  to raise Storage_Error, when wrap-around arithmetic
8025         might compute a meangingless size for the object.
8027 2017-01-23  Justin Squirek  <squirek@adacore.com>
8029         * a-wtenau.adb, par-endh.adb, sem_prag.adb,
8030         sem_type.adb: Code cleanups.
8032 2017-01-23  Bob Duff  <duff@adacore.com>
8034         * sem_res.adb (Resolve_Call): In the part of the code where
8035         it is deciding whether to turn the call into an indexed
8036         component, avoid doing so if the call is to an instance of
8037         Unchecked_Conversion. Otherwise, the compiler turns it into an
8038         indexed component, and resolution of that turns it back into a
8039         function call, and so on, resulting in infinite recursion.
8040         * sem_util.adb (Needs_One_Actual): If the first formal has a
8041         default, then return False.
8043 2017-01-21  Eric Botcazou  <ebotcazou@adacore.com>
8045         * sem_eval.adb (Compile_Time_Compare): Reinstate the expr+literal (etc)
8046         optimizations when the type is modular and the offsets are equal.
8048 2017-01-20  Thomas Quinot  <quinot@adacore.com>
8050         * sem_warn.adb (Warn_On_Useless_Assignment): Adjust wording of warning
8051         message.
8053 2017-01-20  Nicolas Roche  <roche@adacore.com>
8055         * terminals.c: Ignore failures on setpgid and tcsetpgrp commands.
8057 2017-01-20  Bob Duff  <duff@adacore.com>
8059         * sem_eval.adb (Compile_Time_Compare): Disable the expr+literal
8060         (etc) optimizations when the type is modular.
8062 2017-01-20  Yannick Moy  <moy@adacore.com>
8064         * sem_ch6.adb (Move_Pragmas): move some pragmas,
8065         but copy the SPARK_Mode pragma instead of moving it.
8066         (Build_Subprogram_Declaration): Ensure that the generated spec
8067         and original body share the same SPARK_Pragma aspect/pragma.
8068         * sem_util.adb, sem_util.ads (Copy_SPARK_Mode_Aspect): New
8069         procedure to copy SPARK_Mode aspect.
8071 2017-01-20  Bob Duff  <duff@adacore.com>
8073         * sem_ch3.adb (Analyze_Declarations): Disable Resolve_Aspects
8074         even in ASIS mode.
8075         * sem_ch13.adb (Resolve_Name): Enable setting the entity to
8076         Empty even in ASIS mode.
8078 2017-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
8080         * exp_ch9.adb: minor style fixes in comments.
8081         * sem_ch9.adb (Analyze_Delay_Relative): in GNATprove mode a delay
8082         relative statement introduces an implicit dependency on
8083         Ada.Real_Time.Clock_Time.
8084         * sem_util.adb: Minor reformatting.
8086 2017-01-20  Ed Schonberg  <schonberg@adacore.com>
8088         * sem_ch13.adb (Analyze_Aspect_Specifications): Aspect Alignment
8089         must be treated as delayed aspect even if the expression is
8090         a literal, because the aspect affects the freezing and the
8091         elaboration of the object to which it applies.
8093 2017-01-20  Tristan Gingold  <gingold@adacore.com>
8095         * s-osinte-vxworks.ads (Interrup_Range): New subtype.
8097 2017-01-20  Ed Schonberg  <schonberg@adacore.com>
8099         * lib-xref.adb (Generate_Reference): Do not warn about the
8100         presence of a pragma Unreferenced if the entity appears as the
8101         actual in a procedure call that does not come from source.
8103 2017-01-20  Pascal Obry  <obry@adacore.com>
8105         * expect.c, terminals.c: Fix some warnings about unused variables.
8106         * gsocket.h, adaint.c, adaint.h: Fix some more warnings in the C part
8107         of the runtime.
8109 2017-01-20  Bob Duff  <duff@adacore.com>
8111         * exp_attr.adb (Constrained): Apply an access check (check that
8112         the prefix is not null) when the prefix denotes an object of an
8113         access type; that is, when there is an implicit dereference.
8115 2017-01-20  Gary Dismukes  <dismukes@adacore.com>
8117         * s-rident.ads (constant Profile_Info): Remove
8118         No_Calendar from GNAT_Extended_Ravenscar restrictions.
8120 2017-01-20  Tristan Gingold  <gingold@adacore.com>
8122         *  s-maccod.ads: Add pragma No_Elaboration_Code_All
8124 2017-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
8126         * ghost.adb (Mark_Ghost_Clause): New routine.
8127         (Prune_Node): Do not prune compilation unit nodes.
8128         (Remove_Ignored_Ghost_Code): Prune the compilation unit node directly.
8129         This does not touch the node itself, but does prune all its fields.
8130         * ghost.ads (Mark_Ghost_Clause): New routine.
8131         * sem_ch8.adb (Analyze_Use_Package): Emit an error when a use
8132         package clause mentions Ghost and non-Ghost packages. Mark a
8133         use package clause as Ghost when it mentions a Ghost package.
8134         (Analyze_Use_Type): Emit an error when a use type clause mentions
8135         Ghost and non-Ghost types. Mark a use type clause as Ghost when
8136         it mentions a Ghost type.
8137         * sem_ch10.adb (Analyze_With_Clause): Mark a with clause as
8138         Ghost when it withs a Ghost unit.
8140 2017-01-20  Javier Miranda  <miranda@adacore.com>
8142         * sem_res.adb (Resolve_Call): If a function call
8143         returns a limited view of a type and at the point of the call the
8144         function is not declared in the extended main unit then replace
8145         it with the non-limited view, which must be available. If the
8146         called function is in the extended main unit then no action is
8147         needed since the back-end handles this case.
8149 2017-01-20  Eric Botcazou  <ebotcazou@adacore.com>
8151         * sem_ch7.adb (Contains_Subp_Or_Const_Refs): Rename into...
8152         (Contains_Subprograms_Refs): ...this.  Adjust comment
8153         for constants.  (Is_Subp_Or_Const_Ref): Rename into...
8154         (Is_Subprogram_Ref): ...this.
8155         (Has_Referencer): Rename Has_Non_Subp_Const_Referencer variable into
8156         Has_Non_Subprograms_Referencer and adjust comment.  Remove
8157         incorrect shortcut for package declarations and bodies.
8159 2017-01-20  Ed Schonberg  <schonberg@adacore.com>
8161         * sem_ch3.adb (Complete_Private_Subtype): If the scope of the
8162         base type differs from that of the completion and the private
8163         subtype is an itype (created for a constraint on an access
8164         type e.g.), set Delayed_Freeze on both to prevent out-of-scope
8165         anomalies in gigi.
8167 2017-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
8169         * sem_ch6.adb (Analyze_Subprogram_Body_Helper):
8170         When inheriting the SPARK_Mode of a prior expression function,
8171         look at the properly resolved entity rather than the initial
8172         candidate which may denote a homonym.
8174 2017-01-20  Ed Schonberg  <schonberg@adacore.com>
8176         * sem_prag.adb (Rewrite_Assertion_Kind): If the name is
8177         Precondition or Postcondition, and the context is pragma
8178         Check_Policy, indicate that this Pre-Ada2012 usage is deprecated
8179         and suggest the standard names Assertion_Policy /Pre /Post
8180         instead.
8182 2017-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
8184         * sem_ch10.adb, sem_cat.adb: Minor reformatting.
8186 2017-01-20  Javier Miranda  <miranda@adacore.com>
8188         * sem_ch3.adb (Access_Type_Declaration): Protect access to the
8189         Entity attribute.
8190         * sem_ch10.adb (Install_Siblings): Skip processing malformed trees.
8191         * sem_cat.adb (Validate_Categoriztion_Dependency): Skip processing
8192         malformed trees.
8194 2017-01-20  Ed Schonberg  <schonberg@adacore.com>
8196         * sem_ch13.adb (Analyze_Aspect_Specification, case
8197         Dynamic_Predicate): If the entity E is a subtype that inherits
8198         a static predicate for its parent P,, the inherited and the
8199         new predicate combine in the generated predicate function,
8200         and E only has a dynamic predicate.
8202 2017-01-20  Tristan Gingold  <gingold@adacore.com>
8204         * s-boustr.ads, s-boustr.adb: New package.
8205         * Makefile.rtl: Add s-boustr.
8207 2017-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
8209         * inline.adb (Process_Formals): Qualify the
8210         expression of a return statement when it yields a universal type.
8212 2017-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
8214         * freeze.adb (Freeze_All): Freeze the default
8215         expressions of all eligible formal parameters that appear in
8216         entries, entry families, and protected subprograms.
8218 2017-01-20  Ed Schonberg  <schonberg@adacore.com>
8220         * sem_ch3.adb (Check_Nonoverridable_Aspects); Refine check
8221         for illegal inherited Implicit_Dereference aspects with renamed
8222         discriminants.
8224 2017-01-20  Javier Miranda  <miranda@adacore.com>
8226         * debug.adb (switch d.6): do not avoid declaring unreferenced itypes.
8227         * nlists.ads (Lock_Lists, Unlock_Lists): New subprograms.
8228         * nlists.adb (Lock_Lists, Unlock_Lists): New subprograms.
8229         (Set_First, Set_Last, Set_List_Link, Set_Next, Set_Parent,
8230         Set_Prev, Tree_Read): Adding assertion.
8231         * atree.ads (Lock_Nodes, Unlock_Nodes): New subprograms.
8232         * atree.adb (Lock_Nodes, Unlock_Nodes): New subprograms.
8233         (Set_Analyzed, Set_Check_Actuals, Set_Comes_From_Source,
8234         Set_Ekind, Set_Error_Posted, Set_Has_Aspects,
8235         Set_Is_Ignored_Ghost_Node, Set_Original_Node, Set_Paren_Count,
8236         Set_Parent, Set_Sloc, Set_Nkind, Set_FieldNN, Set_NodeNN,
8237         Set_ListNN, Set_ElistNN, Set_NameN, Set_StrN, Set_UintNN,
8238         Set_UrealNN, Set_FlagNNN, Set_NodeN_With_Parent,
8239         Set_ListN_With_Parent): Adding assertion.
8241 2017-01-20  Ed Schonberg  <schonberg@adacore.com>
8243         * sem_prag.adb (Process_Convention): Diagnose properly a pragma
8244         import that applies to several homograph subprograms. when one
8245         of them is declared by a subprogram body.
8247 2017-01-20  Justin Squirek  <squirek@adacore.com>
8249         * exp_ch6.adb (Expand_Call): Remove optimization
8250         that nulls out calls to null procedures.
8252 2017-01-20  Yannick Moy  <moy@adacore.com>
8254         * inline.adb (Expand_Inlined_Call): Keep more
8255         precise type of actual for inlining whenever possible. In
8256         particular, do not switch to the formal type in GNATprove mode in
8257         some case where the GNAT backend might require it for visibility.
8259 2017-01-20  Ed Schonberg  <schonberg@adacore.com>
8261         * sem_ch3.adb (Check_Non_Overridable_Aspects): An inherited
8262         aspect Implicit_Dereference can be inherited by a full view if
8263         the partial view has no discriminants, because there is no way
8264         to apply the aspect to the partial view.
8265         (Build_Derived_Record_Type): If derived type renames discriminants
8266         of the parent, the new discriminant inherits the aspect from
8267         the old one.
8268         * sem_ch4.adb (Analyze_Call): Handle properly a parameterless
8269         call through an access discriminant designating a subprogram.
8270         * sem_ch5.adb (Analyze_Assignment): (Analyze_Call): Handle
8271         properly a parameterless call through an access discriminant on
8272         the left-hand side of an assignment.
8273         * sem_res.adb (resolve): If an interpreation involves a
8274         discriminant with an implicit dereference and the expression is an
8275         entity, resolution takes place later in the appropriate routine.
8276         * sem_ch13.adb (Analyze_Aspect_Implicit_Dereference): Recognize
8277         access discriminants that designate a subprogram type.
8279 2017-01-20  Pascal Obry  <obry@adacore.com>
8281         * a-locale.adb, a-locale.ads: Update Ada.Locales for RM 2012 COR:1:2016
8283 2017-01-20  Yannick Moy  <moy@adacore.com>
8285         * sem_ch10.adb (Check_No_Elab_Code_All): Do not issue an error
8286         on implicitly with'ed units in GNATprove mode.
8287         * sinfo.ads (Implicit_With): Document use of flag for implicitly
8288         with'ed units in GNATprove mode.
8290 2017-01-20  Ed Schonberg  <schonberg@adacore.com>
8292         * sem_cat.adb (Validate_Static_Object_Name): In a preelaborated
8293         unit Do not report an error on a non-static entity that appears
8294         in the context of a spec expression, such as an aspect expression.
8296 2017-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
8298         * einfo.adb: Flag298 now denotes Is_Underlying_Full_View.
8299         (Is_Underlying_Full_View): New routine.
8300         (Set_Is_Underlying_Full_View): New routine.
8301         (Write_Entity_Flags): Add an entry for Is_Underlying_Full_View.
8302         * einfo.ads Add new attribute Is_Underlying_Full_View.
8303         (Is_Underlying_Full_View): New routine along with pragma Inline.
8304         (Set_Is_Underlying_Full_View): New routine along with pragma Inline.
8305         * exp_util.adb (Build_DIC_Procedure_Body): Do not consider
8306         class-wide types and underlying full views. The first subtype
8307         is used as the working type for all Itypes, not just array base types.
8308         (Build_DIC_Procedure_Declaration): Do not consider
8309         class-wide types and underlying full views. The first subtype
8310         is used as the working type for all Itypes, not just array
8311         base types.
8312         * freeze.adb (Freeze_Entity): Inherit the freeze node of a full
8313         view or an underlying full view without clobbering the attributes
8314         of a previous freeze node.
8315         (Inherit_Freeze_Node): New routine.
8316         * sem_ch3.adb (Build_Derived_Private_Type): Mark an underlying
8317         full view as such.
8318         (Build_Underlying_Full_View): Mark an underlying full view as such.
8319         * sem_ch7.adb (Install_Private_Declarations): Mark an underlying
8320         full view as such.
8322 2017-01-20  Yannick Moy  <moy@adacore.com>
8324         * sinfo.ads: Document lack of Do_Division_Check flag
8325         on float exponentiation.
8327 2017-01-19  Javier Miranda  <miranda@adacore.com>
8329         * ghost.adb (Propagate_Ignored_Ghost_Code): Protect access to the
8330         identifier attribute of a block-statement node. Required to avoid
8331         assertion failure when building the new containers library.
8333 2017-01-19  Bob Duff  <duff@adacore.com>
8335         * exp_ch3.adb: Update comment.
8337 2017-01-19  Vincent Celier  <celier@adacore.com>
8339         * gprep.adb (Gnatprep): Parse the definition file without
8340         "replace in comments" even when switch -C is used.
8342 2017-01-19  Justin Squirek  <squirek@adacore.com>
8344         * exp_ch9.adb (Is_Pure_Barrier): Create function
8345         Is_Count_Attribute to identify an expansion of the 'Count
8346         attribute.
8348 2017-01-19  Ed Schonberg  <schonberg@adacore.com>
8350         * sem_ch5.adb (Analyze_Loop_Statement): In GNATprove mode the
8351         statements within an element iterator loop are only analyzed
8352         agter the loop is rewritten. Within a generic the analysis must
8353         be performed in any case to complete name capture.
8355 2017-01-19  Bob Duff  <duff@adacore.com>
8357         * sem_prag.adb (Analyze_Pragma): Check for ignored pragmas first,
8358         before checking for unrecognized pragmas.
8359         Initialize Pname on its declarations; that's always good style.
8361 2017-01-19  Claire Dross  <dross@adacore.com>
8363         * exp_ch7.adb (Build_Invariant_Procedure_Body): Semi-insert the
8364         body into the tree for GNATprove by setting its Parent field. The
8365         components invariants of composite types are not checked by
8366         the composite type's invariant procedure in GNATprove mode.
8367         (Build_Invariant_Procedure_Declaration): Semi-insert the
8368         declaration into the tree for GNATprove by setting its Parent
8369         field.
8370         * freeze.adb (Freeze_Arry_Type):In GNATprove mode, do not add
8371         the component invariants to the array type  invariant procedure
8372         so that the procedure can be used to  check the array type
8373         invariants if any.
8374         (Freeze_Record_Type): In GNATprove mode, do
8375         not add the component invariants to the record type  invariant
8376         procedure so that the procedure can be used to  check the record
8377         type invariants if any.
8379 2017-01-19  Hristian Kirtchev  <kirtchev@adacore.com>
8381         * lib-xref-spark_specific.adb: Minor reformatting.
8382         * exp_ch7.adb (Add_Parent_Invariants): Do not process array types.
8384 2017-01-19  Javier Miranda  <miranda@adacore.com>
8386         * exp_aggr.adb (Pass_Aggregate_To_Back_End): Renamed as
8387         Build_Back_End_Aggregate.
8388         (Generate_Aggregate_For_Derived_Type): Code cleanup.
8389         (Prepend_Stored_Values): Code cleanup.
8391 2017-01-19  Ed Schonberg  <schonberg@adacore.com>
8393         * sem_ch6.adb (Analyze_Expression_Function): Check for an
8394         incomplete return type after attempting to freeze it, so that
8395         other freeze actiona are generated in the proper order.
8397 2017-01-19  Ed Schonberg  <schonberg@adacore.com>
8399         * sem_aggr.adb (Resolve_Aggregate): If the type is a string
8400         type, ie. a type whose component is a character type, and the
8401         aggregate is positional, do not convert into a string literal
8402         if the index type is not an integer type, because the original
8403         type may be required in an enclosing operation.
8405 2017-01-19  Bob Duff  <duff@adacore.com>
8407         * binde.adb, debug.adb: Enable new elaboration order algorithm
8408         by default. -dp switch reverts to the old algorithm.
8410 2017-01-19  Hristian Kirtchev  <kirtchev@adacore.com>
8412         * sem_ch3.adb Add with and use clauses for Exp_Ch7.
8413         (Analyze_Declarations): Create the DIC and Invariant
8414         procedure bodies s after all freezing has taken place.
8415         (Build_Assertion_Bodies): New routine.
8416         * sem_ch7.adb Remove the with and use clauses for Exp_Ch7
8417         and Exp_Util.
8418         (Analyze_Package_Specification): Remove the
8419         generation of the DIC and Invariant procedure bodies. This is
8420         now done by Analyze_Declarations.
8421         * sem_disp.adb (Check_Dispatching_Operation): DIC and Invariant
8422         procedures are never treated as primitives.
8424 2017-01-19  Yannick Moy  <moy@adacore.com>
8426         * frontend.adb: Analyze inlined bodies and check elaboration
8427         rules in GNATprove mode too.
8428         * sem_elab.adb (Delay_Element): Add Boolean component to save
8429         indication that call is in SPARK code.  (Check_Elab_Calls):
8430         Check elaboration rules in GNATprove mode, and correctly set
8431         the current value of SPARK_Mode.
8432         * lib-xref-spark_specific.adb
8433         (Add_SPARK_Xrefs): Simplify iteration over dereferences.
8435 2017-01-19  Ed Schonberg  <schonberg@adacore.com>
8437         * exp_ch4.adb (Expand_Concatenate): Do no enable overflow
8438         checks on the expression for the high bound of concatenation
8439         when checks are disabled, to suppress warnings about potential
8440         constraint errors in restricted runtimes.
8442 2017-01-19  Hristian Kirtchev  <kirtchev@adacore.com>
8444         * exp_ch3.adb (Expand_Freeze_Enumeration_Type): Mark the
8445         representation-to-position function as inlined.
8446         * sem_cat.adb (Set_Categorization_From_Scope): Do not modify
8447         the purity of an internally generated entity if it has been
8448         explicitly marked as pure for optimization purposes.
8449         * exp_aggr.adb: Minor reformatting.
8451 2017-01-19  Javier Miranda  <miranda@adacore.com>
8453         * exp_ch6.adb (Expand_Call): Remove side effects on
8454         actuals that are allocators with qualified expression since the
8455         initialization of the object is performed by means of individual
8456         statements (and hence it must be done before the call).
8458 2017-01-19  Ed Schonberg  <schonberg@adacore.com>
8460         * sem_ch3.adb (Analyze_Declarations): Minor reformatting.
8461         (Build_Derived_Enumeration_Type): If the derived type inherits a
8462         dynamic predicate from its parent, the bounds of the type must
8463         freeze because an explicit constraint is constructed for the
8464         type and the corresponding range is elaborated now.
8466 2017-01-19  Arnaud Charlet  <charlet@adacore.com>
8468         * sem_attr.ads: minor fix of inconsistent casing in comment
8469         * lib-writ.ads: minor align comments in columns
8470         * sem_ch3.adb: Minor reformatting.
8471         * spark_xrefs.ads: minor fix typo in SPARK-related comment
8472         * table.ads: minor style fix in comment
8473         * lib-xref-spark_specific.adb
8474         (Add_SPARK_Xrefs): simplify processing of SPARK cross-references.
8475         * sem_ch12.adb: minor whitespace fix
8476         * freeze.adb: Add comment.
8477         * sem_util.adb (Unique_Name): for instances of
8478         generic subprograms ignore the name of the wrapper package.
8480 2017-01-19  Javier Miranda  <miranda@adacore.com>
8482         * exp_aggr.adb (Resolve_Record_Aggregate):
8483         Factorize code needed for aggregates of limited and unlimited
8484         types in a new routine.
8485         (Pass_Aggregate_To_Back_End): New subprogram.
8487 2017-01-19  Yannick Moy  <moy@adacore.com>
8489         * sinfo.adb (Pragma_Name): Only access up to Last_Pair of Pragma_Map.
8491 2017-01-19  Ed Schonberg  <schonberg@adacore.com>
8493         * sem_ch4.ads, sem_ch4.adb (Try_Object_Operation): Make subprogram
8494         public, for use elsewhere.
8495         * sem_ch6.adb (Analyze_Procedure_Call): In SPARK_Mode and within
8496         an Inlined_body, recognize a call that uses object notation
8497         and has not been rewritten as a regular call because regular
8498         expansion has not taken place.
8500 2017-01-19  Bob Duff  <duff@adacore.com>
8502         * checks.adb (Apply_Type_Conversion_Checks): Disable small optimization
8503         in case of generic formal discrete types, because it causes crashes in
8504         the compiler when built with assertions on.
8506 2017-01-19  Hristian Kirtchev  <kirtchev@adacore.com>
8508         * lib-xref-spark_specific.adb, sem_util.adb, sem_util.ads,
8509         sem_ch4.adb, sem_ch8.adb, lib-xref.ads: Minor reformatting.
8511 2017-01-19  Bob Duff  <duff@adacore.com>
8513         * bcheck.adb (Check_Consistent_Dynamic_Elaboration_Checking):
8514         Increment Warnings_Detected.  It was decrementing, which is
8515         wrong since we just issued a warning message.
8516         * binderr.ads (Errors_Detected, Warnings_Detected): Declare
8517         these variables to be of subtype Nat instead of Int, because
8518         they should never be negative.
8520 2017-01-19  Javier Miranda  <miranda@adacore.com>
8522         * contracts.adb (Build_Postconditions_Procedure): Replace
8523         Generate_C_Code by Modify_Tree_For_C.
8524         * exp_aggr.adb (Build_Record_Aggr_Code, Expand_Array_Aggregate):
8525         Replace Generate_C_Code by Modify_Tree_For_C.
8526         * exp_attr.adb (Float_Valid, Is_GCC_Target): Replace Generate_C_Code by
8527         Modify_Tree_For_C.
8528         * exp_ch11.adb (Expand_N_Exception_Declaration): Replace
8529         Generate_C_Code by Modify_Tree_For_C.
8530         * exp_ch4.adb (Expand_Allocator_Expression): Replace
8531         Generate_C_Code by Modify_Tree_For_C.
8532         * exp_dbug.adb (Qualify_Entity_Name): Replace Generate_C_Code
8533         by Modify_Tree_For_C.
8534         * exp_util.adb (Remove_Side_Effects, Side_Effect_Free): Replace
8535         Generate_C_Code by Modify_Tree_For_C.
8536         * sem_res.adb (Resolve_Type_Conversion): Replace Generate_C_Code
8537         by Modify_Tree_For_C.
8538         * sinfo.ads (Modify_Tree_For_C): Adding documentation.
8540 2017-01-19  Javier Miranda  <miranda@adacore.com>
8542         * sem_util.ads, sem_util.adb (Expression_Of_Expression_Function): New
8543         subprogram.
8544         (Is_Inlinable_Expression_Function): New subprogram.
8545         * exp_ch6.ads, exp_ch6.adb (Expression_Of_Expression_Function): Moved
8546         to Sem_Util.
8547         (Is_Inlinable_Expression_Function): Moved to Sem_Util.
8549 2017-01-19  Ed Schonberg  <schonberg@adacore.com>
8551         * sem_ch4.adb (Diagnose_Call): Improve error message when a
8552         selected component has a prefix that might be interpreted
8553         as a parameterless function call, but none of the candidate
8554         interpretations is parameterless, and there is a hidden homonym
8555         of the prefix that is a package.
8556         * sem_ch8.adb (Find_Selected_Component): If the prefix might be
8557         interpreted as a parameterless function call and its analysis
8558         fails, do not call Analyze_Selected_Component.
8560 2017-01-19  Steve Baird  <baird@adacore.com>
8562         * sem_util.ads: Add new Use_Full_View Boolean parameter to
8563         Get_Index_Bounds.
8564         * sem_util.adb (Get_Index_Bounds): replace calls to Scalar_Range with
8565         calls to a newly-defined Scalar_Range_Of_Right_View function.
8567 2017-01-19  Arnaud Charlet  <charlet@adacore.com>
8569         * gnat1drv.adb: minor fix of unbalanced parens in comment
8570         * lib-xref.ads (Traverse_Compilation_Unit): declaration moved
8571         to visible part of the package to allow re-use in GNATprove.
8572         * lib-xref-spark_specific.adb (Traverse_Stub): routine refactored
8573         from repeated code of Traverse_Compilation_Unit.
8574         (Traverse_Declaration_Or_Statement): fixed detection of
8575         generic subprograms and packages; also, iteration over case
8576         statement alternatives rewritten to avoid testing if the first
8577         alternative is present (since it must be present due to Ada
8578         syntax restrictions).
8580 2017-01-19  Hristian Kirtchev  <kirtchev@adacore.com>
8582         * exp_ch6.adb (Expand_N_Subprogram_Body): Mark the spec as
8583         returning by reference not just for subprogram body stubs,
8584         but for all subprogram cases.
8585         * sem_util.adb: Code reformatting.
8586         (Requires_Transient_Scope): Update the call to Results_Differ.
8587         (Results_Differ): Update the parameter profile and the associated
8588         comment on usage.
8590 2017-01-19  Ed Schonberg  <schonberg@adacore.com>
8592         * sem_dim.adb (Analyze_Dimension): Analyze object declaration and
8593         identifier nodes that do not come from source, to handle properly
8594         dimensionality check within an inlined body which inclddes both
8595         original operands and rewritten operands. This removes spurious
8596         dimensionality errors in the presence of front-end inlining,
8597         as well as in SPARK mode.
8599 2017-01-16  Jakub Jelinek  <jakub@redhat.com>
8601         PR driver/49726
8602         * gcc-interface/lang.opt (gant, gnatO, gnat): Add Driver flag.
8604 2017-01-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8606         * gcc-interface/Makefile.in (SPARC/Solaris): Fix typo.
8608 2017-01-13  Arnaud Charlet  <charlet@adacore.com>
8610         * doc/gnat_ugn/getting_started_with_gnat.rst,
8611         doc/gnat_ugn/inline_assembler.rst,
8612         doc/gnat_ugn/building_executable_programs_with_gnat.rst,
8613         doc/gnat_ugn/elaboration_order_handling_in_gnat.rst,
8614         doc/gnat_ugn/about_this_guide.rst,
8615         doc/gnat_ugn/platform_specific_information.rst,
8616         doc/gnat_ugn/example_of_binder_output.rst,
8617         doc/gnat_ugn/gnat_and_program_execution.rst,
8618         doc/gnat_ugn/gnat_utility_programs.rst,
8619         doc/gnat_ugn/the_gnat_compilation_model.rst,
8620         doc/gnat_rm/implementation_defined_attributes.rst,
8621         doc/gnat_rm/compatibility_and_porting_guide.rst,
8622         doc/gnat_rm/standard_library_routines.rst,
8623         doc/gnat_rm/standard_and_implementation_defined_restrictions.rst,
8624         doc/gnat_rm/implementation_defined_pragmas.rst,
8625         doc/gnat_rm/the_gnat_library.rst,
8626         doc/gnat_rm/obsolescent_features.rst,
8627         doc/gnat_rm/about_this_guide.rst,
8628         doc/gnat_rm/the_implementation_of_standard_i_o.rst,
8629         doc/gnat_rm/implementation_of_ada_2012_features.rst,
8630         doc/gnat_rm/interfacing_to_other_languages.rst,
8631         doc/gnat_rm/implementation_defined_aspects.rst,
8632         doc/gnat_rm.rst: Update documentation.
8633         * gnat_rm.texi, gnat_ugn.texi: Regenerated.
8635 2017-01-13  Ed Schonberg  <schonberg@adacore.com>
8637         * einfo.ads: minor grammar fixes in comment of Normalized_Position_Max.
8638         * scil_ll.adb: Minor style fix in comment.
8639         * sem_ch8.adb (Analyze_Expanded_Name): Perform dimension analysis
8640         even if entity is already set, because the node may be renalyzed
8641         after inlining transformations.
8643 2017-01-13  Javier Miranda  <miranda@adacore.com>
8645         * sem_res.adb (Resolve_Call): Do not establish a transient scope
8646         for a call to inlinable expression function (since the call will
8647         be replaced by its returned object).
8648         * exp_ch6.ads (Is_Inlinable_Expression_Function): New subprogram.
8649         * exp_ch6.adb (Expression_Of_Expression_Function): New subprogram.
8650         (Expand_Call): For inlinable expression function call replace the
8651         call by its returned object.
8652         (Is_Inlinable_Expression_Function): New subprogram.
8654 2017-01-13  Gary Dismukes  <dismukes@adacore.com>
8656         * checks.adb: Minor typo fix and reformatting.
8658 2017-01-13  Javier Miranda  <miranda@adacore.com>
8660         * contracts.adb (Contract_Only_Subprograms): Remove formal.
8661         (Copy_Original_Specification): Removed.
8662         (Skip_Contract_Only_Subprogram): Move here checks previously
8663         located in the caller of this routine (to leave the code more clean).
8664         (Build_Contract_Only_Subprogram): Code cleanup.
8665         * scil_ll.ads, scil_ll.adb (Get_Contract_Only_Body_Name): Removed.
8666         (Get_Contract_Only_Missing_Body_Name): Removed.
8668 2017-01-13  Javier Miranda  <miranda@adacore.com>
8670         * sem_ch6.adb (Cloned_Expression): New subprogram.
8671         (Freeze_Expr_Types): Complete previous patch since the expression
8672         of an expression-function may have iterators and loops with
8673         defining identifiers which, as part of the preanalysis of the
8674         expression, may be left decorated with itypes that will not be
8675         available in the tree passed to the backend.
8677 2017-01-13  Ed Schonberg  <schonberg@adacore.com>
8679         * checks.adb (Apply_Type_Conversion_Checks): Optimize a type
8680         conversion to Integer of an expression that is an attribute
8681         reference 'Pos on an enumeration type.
8683 2017-01-13  Bob Duff  <duff@adacore.com>
8685         * atree.ads: Minor comment fix.
8687 2017-01-13  Justin Squirek  <squirek@adacore.com>
8689         * sem_ch6.adb (Check_Aggregate_Accessibility): Ignore function
8690         calls in accessibility check on return statement.
8692 2017-01-13  Hristian Kirtchev  <kirtchev@adacore.com>
8694         * sem_ch6.adb (Analyze_Subprogram_Body_Helper):
8695         Ensure that the input body is a subprogram body before trying to
8696         determine whether it denoted an expression function.  Note that
8697         subprogram body stubs cannot denote expression functions.
8699 2017-01-13  Gary Dismukes  <dismukes@adacore.com>
8701         * bindgen.adb, sem_ch6.adb, binde.adb, exp_ch3.adb: Minor reformatting
8702         and typo fixes.
8704 2017-01-13  Javier Miranda  <miranda@adacore.com>
8706         * einfo.ads (Component_Bit_Offset): Fix documentation.
8707         * sem_ch13.adb (Check_Record_Representation_Clause): Skip check
8708         on record holes for components with unknown compile-time offsets.
8710 2017-01-13  Bob Duff  <duff@adacore.com>
8712         * ali.ads, ali.adb (Static_Elaboration_Model_Used): Remove unused flag.
8713         * g-locfil.ads: Minor comment fix.
8715 2017-01-13  Bob Duff  <duff@adacore.com>
8717         * binde.adb (Elab_New): New elaboration order algorithm
8718         that is expected to cause fewer ABE issues. This is a work in
8719         progress. The new algorithm is currently disabled, and can be
8720         enable by the -dp switch, or by modifying the Do_Old and Do_New
8721         etc. flags and rebuilding. Experimental code is included to
8722         compare the results of the old and new algorithms.
8723         * binde.ads: Use GNAT.Dynamic_Tables instead of Table, so we
8724         can have multiple of these tables, so the old and new algorithms
8725         can coexist.
8726         * bindgen.ads (Gen_Output_File): Pass Elab_Order as an 'in'
8727         parameter of type array. This avoids the global variable, and
8728         allows bounds checking (which is normally defeated by the tables
8729         packages). It also ensures that the Elab_Order is read-only
8730         to Bindgen.
8731         * bindgen.adb: Pass Elab_Order as an 'in' parameter to all
8732         subprograms that need it, as above.
8733         * debug.adb: Document new -dp switch. Modify doc of old -do
8734         switch.
8735         * gnatbind.adb (Gnatbind): Make use of new interfaces to Binde
8736         and Bindgen.  Move writing of closure (-R and -Ra switches)
8737         to Binde; that's more convenient.
8739 2017-01-13  Ed Schonberg  <schonberg@adacore.com>
8741         * sem_ch6.adb (Analyze_Expression_Function): If the expression
8742         function is a completion, all entities referenced in the
8743         expression are frozen. As a consequence, a reference to an
8744         uncompleted private type from an enclosing scope is illegal.
8746 2017-01-13  Javier Miranda  <miranda@adacore.com>
8748         * sem_ch6.adb (Freeze_Expr_Types): New subprogram.
8749         (Analyze_Subprogram_Body_Helper): At the occurrence of an
8750         expression function declaration that is a completion, its
8751         expression causes freezing (AI12-0103).
8753 2017-01-13  Vadim Godunko  <godunko@adacore.com>
8755         * a-coinho-shared.adb: Fix memory leaks in Constant_Reference and
8756         Reference functions of Ada.Containers.Indefinite_Holders.
8758 2017-01-13  Bob Duff  <duff@adacore.com>
8760         * s-os_lib.ads: Minor comment fixes.
8762 2017-01-13  Hristian Kirtchev  <kirtchev@adacore.com>
8764         * exp_ch3.adb (Default_Initialize_Object): Do not default
8765         initialize an object when it is of a task type and restriction
8766         No_Tasking is in effect because the initialization is obsolete.
8767         * exp_ch9.adb (Build_Master_Entity): Do not generate a master when
8768         restriction No_Tasking is in effect.
8769         (Build_Master_Renaming): Do not rename a master when restriction
8770         No_Tasking is in effect.
8772 2017-01-13  Ed Schonberg  <schonberg@adacore.com>
8774         * sem_aggr.adb (Resolve_Array_Aggregate): The code that verifies
8775         the legality of An others clause applies as well to a choice in
8776         an Iterated_component_ association.
8777         (Resolve_Iterated_Component_Association): An others choice
8778         is legal.
8779         * exp_aggr.adb (Aggr_Assignment_OK_For_Backend): An
8780         Iterated_Component_Association is not static.
8782 2017-01-13  Hristian Kirtchev  <kirtchev@adacore.com>
8784         * exp_ch3.adb (Freeze_Type): Mark the Ghost mode as set in case
8785         control is passed to the expresion handler before the new mode
8786         is set.
8787         * sem_ch12.adb (Analyze_Package_Instantiation,
8788         Analyze_Subprogram_Instantiation): Mark the Ghost mode as set
8789         in case control is passed to the expresion handler before the
8790         new mode is set.
8792 2017-01-13  Hristian Kirtchev  <kirtchev@adacore.com>
8794         * sem_aggr.adb, sem_ch3.adb, inline.adb, sem_util.adb, exp_ch4.adb,
8795         exp_aggr.adb: Minor reformatting.
8797 2017-01-13  Gary Dismukes  <dismukes@adacore.com>
8799         * inline.adb: Minor reformatting and typo fix.
8801 2017-01-13  Ed Schonberg  <schonberg@adacore.com>
8803         * sem_util.ads, sem_util.adb (Choice_List): Move function here
8804         from sem_aggr.adb, for use elsewhere.
8805         * sem_ch3.adb (Analyze_Object_Declaration): Use Choice_List.
8806         * sem_aggr.adb (Resolve_Array_Aggregate): Remove
8807         Iterated_Component_Present.
8808         * exp_aggr.adb: Use Choice_List throughout, to handle
8809         Iterated_Component_Associations.
8810         (Gen_Loop): Generate proper loop for an
8811         Iterated_Component_Association: loop variable has the identifier
8812         of the original association. Generate a loop even for a single
8813         component choice, in order to make loop parameter visible in
8814         expression.
8815         (Flatten): An Iterated_Component_Association is not static.
8817 2017-01-13  Yannick Moy  <moy@adacore.com>
8819         * exp_ch4.adb (Expand_N_Op_Expon): Ensure that the value of
8820         float exponentiation for statically known small negative values
8821         is the reciprocal of the exponentiation for the opposite value
8822         of the exponent.
8823         * s-exnllf.adb (Exn_Float, Exn_Long_Float, Exn_Long_Long_Float):
8824         Ensure that the value of float exponentiation for negative values
8825         is the reciprocal of the exponentiation for the opposite value
8826         of the exponent.
8827         * inline.adb (Expand_Inlined_Call): Fix the count
8828         for the number of generated gotos.
8830 2017-01-13  Yannick Moy  <moy@adacore.com>
8832         * inline.adb: Code cleanup.
8833         * sem_util.adb (Is_OK_Volatile_Context): Add
8834         expression in delay statement as OK for volatile context.
8836 2017-01-13  Ed Schonberg  <schonberg@adacore.com>
8838         * sem_aggr.adb (Resolve_Array_Aggregate): In normal compilation
8839         mode a choice that is a subtype with a static predicate is
8840         replaced by the values it covers. This transformation must not
8841         be performed in ASIS mode, to preserve the source for analysis.
8843 2017-01-13  Justin Squirek  <squirek@adacore.com>
8845         * nlists.ads: Correct minor typo.
8847 2017-01-13  Gary Dismukes  <dismukes@adacore.com>
8849         * sem_ch13.adb: Minor reformatting and typo fix.
8851 2017-01-13  Ed Schonberg  <schonberg@adacore.com>
8853         * par-ch4.adb (P_Aggregate_Or_Parent_Expr): An
8854         Iterated_Component_Association is a named association in an
8855         array aggregate.
8856         * sem_aggr.adb (Resolve_Iterated_Component_Association): New
8857         procedure, subsidiary of Resolve_Array_Aggregate, to analyze
8858         and resolve the discrete choices and the expression of the
8859         new construct.
8860         * sinfo.adb, sinfo.ads: In analogy with N_Component_Association,
8861         Loop_Actions and Box_Present are attributes of
8862         N_Iterated_Component_Association nodes. Box_Present is always
8863         False in this case.
8864         * sprint.adb (Sprint_Node): An Iterated_Component_Association
8865         has a Discrete_Choices list, as specified in the RM. A
8866         Component_Association for aggregate uses instead a Choices list.
8867         We have to live with this small inconsistency because the new
8868         construct also has a defining identifier, and there is no way
8869         to merge the two node structures.
8871 2017-01-13  Yannick Moy  <moy@adacore.com>
8873         * inline.adb (Remove_Aspects_And_Pragmas): Add Unused to the
8874         list of pragmas to remove.  Remove pragmas from the list of
8875         statements in the body to inline.
8876         * namet.adb, namet.ads (Nam_In): New version with 12 parameters.
8878 2017-01-13  Ed Schonberg  <schonberg@adacore.com>
8880         * sem_ch3.adb (Resolve_Aspects): New procedure, subsidiary of
8881         Analyze_Declarations, to analyze and resolve the expressions of
8882         aspect specifications in the current declarative list, so that
8883         the expressions have proper entity and type info.  This is needed
8884         for ASIS when there is no subsequent expansion to generate this
8885         semantic information.
8886         * sem_ch13.adb (Check_Aspect_At_End_Of_Declarations): Use Etype of
8887         original expression, to suppress cascaded errors when expression
8888         has been constant-folded.
8889         (Resolve_Aspect_Expressions, Resolve_Name): Preserve entities in
8890         ASIS mode, because there is no subsequent expansion to decorate
8891         the tree.
8893 2017-01-13  Yannick Moy  <moy@adacore.com>
8895         * inline.adb, inline.ads (Call_Can_Be_Inlined_In_GNATprove_Mode):
8896         New function to detect when a call may be inlined or not in
8897         GNATprove mode.
8898         (Expand_Inlined_Call): Ensure that a temporary
8899         is always created in the cases where a type conversion may be
8900         needed on an input parameter in GNATprove mode, so that GNATprove
8901         sees the check to perform.
8902         * sem_res.adb (Resolve_Call): In GNATprove mode, skip inlining
8903         when not applicable due to actual requiring type conversion
8904         with possible check but no temporary value can be copied for
8905         GNATprove to see the check.
8907 2017-01-13  Hristian Kirtchev  <kirtchev@adacore.com>
8909         * sem_aggr.adb, par_sco.adb, s-osprim-mingw.adb, exp_ch5.adb,
8910         exp_prag.adb, sem_ch3.adb, xr_tabls.adb, lib-xref-spark_specific.adb,
8911         layout.adb, sem_dist.adb, exp_spark.adb, exp_ch7.adb, gnatcmd.adb,
8912         exp_util.adb, prj-proc.adb, sem_aux.adb, comperr.adb, g-memdum.adb,
8913         exp_attr.adb, s-intman-solaris.adb, exp_ch9.adb, make.adb, live.adb,
8914         g-sercom-linux.adb, sem_dim.adb, mlib-prj.adb, s-intman-posix.adb,
8915         sem_ch9.adb, sem_ch10.adb, prep.adb, einfo.adb, scng.adb, checks.adb,
8916         prj-strt.adb, sem_prag.adb, eval_fat.adb, sem_ch12.adb, sem.adb,
8917         a-numaux-x86.adb, a-stwifi.adb, i-cobol.adb, prj.adb,
8918         get_spark_xrefs.adb, s-tasini.adb, rtsfind.adb, freeze.adb,
8919         g-arrspl.adb, par-ch4.adb, sem_util.adb, sem_res.adb, expander.adb,
8920         sem_attr.adb, exp_dbug.adb, prj-pp.adb, a-stzfix.adb, s-interr.adb,
8921         s-wchcnv.adb, switch-m.adb, gnat1drv.adb, sinput-l.adb, stylesw.adb,
8922         contracts.adb, s-intman-android.adb, g-expect.adb, exp_ch4.adb,
8923         g-comlin.adb, errout.adb, sinput.adb, s-exctra.adb, repinfo.adb,
8924         g-spipat.adb, g-debpoo.adb, exp_ch6.adb, sem_ch4.adb, exp_ch13.adb,
8925         a-wtedit.adb, validsw.adb, pprint.adb, widechar.adb, makeutl.adb,
8926         ali.adb, set_targ.adb, sem_mech.adb, sem_ch6.adb, gnatdll.adb,
8927         get_scos.adb, g-pehage.adb, s-tratas-default.adb, gnatbind.adb,
8928         prj-dect.adb, g-socthi-mingw.adb, par-prag.adb, prj-nmsc.adb,
8929         exp_disp.adb, par-ch12.adb, binde.adb, sem_ch8.adb,
8930         s-tfsetr-default.adb, s-regexp.adb, gprep.adb, s-tpobop.adb,
8931         a-teioed.adb, sem_warn.adb, sem_eval.adb, g-awk.adb, s-io.adb,
8932         a-ztedit.adb, xoscons.adb, exp_intr.adb, sem_cat.adb, sprint.adb,
8933         g-socket.adb, exp_dist.adb, sem_ch13.adb, s-tfsetr-vxworks.adb,
8934         par-ch3.adb, treepr.adb, g-forstr.adb, g-catiio.adb, par-ch5.adb,
8935         uname.adb, osint.adb, exp_ch3.adb, prj-env.adb, a-strfix.adb,
8936         a-stzsup.adb, prj-tree.adb, s-fileio.adb: Update all eligible case
8937         statements to reflect the new style for case alternatives. Various
8938         code clean up and reformatting.
8940 2017-01-13  Gary Dismukes  <dismukes@adacore.com>
8942         * exp_util.adb: Minor reformatting.
8944 2017-01-13  Yannick Moy  <moy@adacore.com>
8946         * exp_spark.adb: Code cleanup.
8947         * sem_ch9.adb (Analyze_Delay_Until): Resolve
8948         expression so that calls are identified as such inside delay
8949         until.
8951 2017-01-13  Ed Schonberg  <schonberg@adacore.com>
8953         * exp_util.adb (Insert_Actions): Handle Iterated_Component_Association.
8954         * par-ch3.adb (P_Discrete_Choice_List): An
8955         Iterated_Component_Association is an array aggregate component.
8956         * par-ch4.adb (P_Iterated_Component_Association): New procedure.
8957         (Is_Quantified_Expression): New function that performs a lookahead
8958         to distinguish quantified expressions from iterated component
8959         associations.
8960         (P_Aggregate_Or_Paren_Expr): Recognize iterated component
8961         associations.
8962         (P_Unparen_Cond_Case_Quant_Expression, P_Primary): Ditto.
8963         * sem.adb (Analyze): Handle Iterated_Component_Association.
8964         * sem_aggr.adb (Resolve_Array_Aggregate): Dummy handling of iterated
8965         component associations.
8966         * sinfo.ads, sinfo.adb: Entries for for
8967         N_Iterated_Component_Association and its fields.
8968         * sprint.adb (Sprint_Node_Actual): Handle
8969         N_Iterated_Component_Association.
8971 2017-01-13  Justin Squirek  <squirek@adacore.com>
8973         * sem_ch12.adb (Analyze_Package_Instantiation): Move disabiling
8974         of the style check until after preanalysis of acutals.
8976 2017-01-13  Yannick Moy  <moy@adacore.com>
8978         * sem_ch13.adb: Minor reformatting.
8979         * par-ch11.adb: minor style fix in whitespace
8980         * gnatbind.adb (Gnatbind): Scope of Std_Lib_File
8981         reduced to Add_Artificial_ALI_File; style fix in declaration of
8982         Text; grammar fix in comment.
8983         * osint-c.adb (Read_Library_Info): strip trailing NUL from result.
8984         * freeze.adb: Cleanup to pass pragma instead of
8985         expression to call.
8986         * exp_spark.adb (Expand_SPARK_Attribute_Reference): New procedure to
8987         replace System'To_Address by equivalent call.
8989 2017-01-13  Arnaud Charlet  <charlet@adacore.com>
8991         * bindusg.adb: Improve usage output for -f switch.
8993 2017-01-13  Hristian Kirtchev  <kirtchev@adacore.com>
8995         * frontend.adb, freeze.adb, sem_res.adb, sem_attr.adb, sem_ch8.adb:
8996         Minor reformatting.
8998 2017-01-13  Ed Schonberg  <schonberg@adacore.com>
9000         * sem_ch13.adb (Is_Predicate_Static): Following the intent of the RM,
9001         treat comparisons on strings as legal in a Static_Predicate.
9002         (Is_Predicate_Static, Is_Type_Ref): Predicate also returns true on
9003         a function call that is the expansion of a string comparison.The
9004         function call is built when compiling the corresponding predicate
9005         function, but the expression has been found legal as a static
9006         predicate during earlier analysis.
9007         * sem_eval.adb (Real_Or_String_Static_Predicate_Matches): Handle
9008         properly a function call that is the expansion of a string
9009         comparison operation, in order to recover the Static_Predicate
9010         expression and apply it to a static argument when needed.
9012 2017-01-13  Tristan Gingold  <gingold@adacore.com>
9014         * s-mmap.adb, s-mmap.ads (Open_Read_No_Exception): New function.
9015         (Open_Read): Re-implement using Open_Read_No_Exception.
9016         (Open_Write): Raise exception in case of error.
9017         * s-mmosin-mingw.adb (Open_Common): Do not raise exception.
9018         * s-mmosin-unix.adb (Open_Read, Open_Write): Do not
9019         reaise exception.
9020         * s-mmosin-mingw.ads, s-mmosin-unix.ads (Open_Read): Adjust comment.
9022 2017-01-13  Yannick Moy  <moy@adacore.com>
9024         * checks.adb: Code cleanup.
9026 2017-01-13  Yannick Moy  <moy@adacore.com>
9028         * freeze.adb (Check_Inherited_Conditions): Use analyzed pragma
9029         expression instead of unanalyzed aspect expression for checking
9030         the validity of inheriting an operation. Also copy the expression
9031         being passing it to Build_Class_Wide_Expression, as this call
9032         modifies its argument.
9033         * sem_util.ads Fix comment to reference correct function name
9034         New_Copy_Tree.
9036 2017-01-13  Javier Miranda  <miranda@adacore.com>
9038         * sem_res.adb (Resolve_Generalized_Indexing): Compiling in ASIS mode,
9039         when we propagate information about the indexes back to the original
9040         indexing mode and the prefix of the index is a function call, do not
9041         remove any parameter from such call.
9043 2017-01-13  Gary Dismukes  <dismukes@adacore.com>
9045         * exp_ch6.ads (Needs_BIP_Finalization_Master): Update comment.
9046         * exp_ch6.adb (Needs_BIP_Finalization_Master): Return True for
9047         a build-in-place function whose result type is tagged.
9049 2017-01-13  Yannick Moy  <moy@adacore.com>
9051         * sem_ch8.adb (Analyze_Subprogram_Renaming.Build_Class_Wide_Wrapper):
9052         Do not generate a wrapper when the only candidate is a class-wide
9053         subprogram.
9054         (Analyze_Subprogram_Renaming): Do not freeze the renaming or renamed
9055         inside a generic context.
9057 2017-01-13  Hristian Kirtchev  <kirtchev@adacore.com>
9059         * exp_util.adb (Add_Inherited_Tagged_DIC):
9060         Pass the object parameters of both the parent and the derived
9061         type DIC procedure to the reference replacement circuitry.
9062         (Find_DIC_Type): Modify the circuitry to present the partial
9063         view of a private type in case the private type defines its own
9064         DIC pragma.
9065         (Replace_Object_And_Primitive_References): Add two
9066         optional formal parameters.  Update the comment on usage. Update
9067         the replacement of references to object parameters.
9069 2017-01-13  Gary Dismukes  <dismukes@adacore.com>
9071         * einfo.adb, sem_ch6.adb, atree.adb: Minor reformatting and typo fix.
9073 2017-01-13  Ed Schonberg  <schonberg@adacore.com>
9075         * sem_res.adb (Resolve_Actuals): Apply Scalar_Range_Check to
9076         an out parameter that is a type conversion, independently of th
9077         range check that may apply to the expression of the conversion,
9078         for use in GNATProve.
9080 2017-01-13  Yannick Moy  <moy@adacore.com>
9082         * gnat1drv.adb (Gnat1drv): Move the implicit with for System in
9083         GNATprove_Mode here to Frontend.
9084         * frontend.adb (Frontend): Move the implicit with for System
9085         in GNATprove_Mode here as it ismore correct this way; the old
9086         place only worked by chance, since there were no overloaded names.
9087         * rtsfind.ads (RE_Id, RE_Unit_Table): Add RE_Tasking_State.
9088         * sem_attr.adb (Analyze_Attribute): In GNATprove_Mode, for the
9089         four attributes identified in SRM 9(18), add an implicit with
9090         to Ada.Task_Identification.
9091         * sem_ch8.adb (Analyze_Subprogram_Renaming.Build_Class_Wide_Wrapper):
9092         Deal specially with the wrapper introduced for AI05-0071 in GNATprove
9093         mode.
9094         * checks.adb (Apply_Discriminant_Check,
9095         Apply_Selected_Length_Checks, Apply_Selected_Range_Checks):
9096         In GNATprove mode, we do not apply the checks, but we still
9097         analyze the expression to possibly issue errors on SPARK
9098         code when a run-time error can be detected at compile time.
9099         (Selected_Length_Checks, Selected_Range_Checks): Perform analysis
9100         in GNATprove mode.
9102 2017-01-13  Hristian Kirtchev  <kirtchev@adacore.com>
9104         * expander.adb (Expand): Add a warning about using return
9105         statements in Ghost management code.
9106         * exp_ch3.adb (Freeze_Type): Add a warning about using return
9107         statements in Ghost management code.
9108         * exp_ch7.adb (Build_Invariant_Procedure_Body,
9109         Build_Invariant_Procedure_Declaration): Add a warning about
9110         using return statements in Ghost management code.
9111         * exp_disp.adb (Make_DT): Add a warning about using return
9112         statements in Ghost management code.
9113         * exp_util.adb (Build_DIC_Procedure_Body,
9114         Build_DIC_Procedure_Declaration, Make_Predicated_Call): Add a
9115         warning about using return statements in Ghost management code.
9116         * freeze.adb (Freeze_Entity): Add a warning about using return
9117         statements in Ghost management code.
9118         * sem.adb (Analyze, Do_Analyze): Add a warning about using return
9119         statements in Ghost management code.
9120         * sem_ch3.adb (Analyze_Object_Declaration, Process_Full_View): Add
9121         a warning about using return statements in Ghost management code.
9122         * sem_ch5.adb (Analyze_Assignment): Add a warning about using
9123         return statements in Ghost management code.
9124         * sem_ch6.adb (Analyze_Procedure_Call,
9125         Analyze_Subprogram_Body_Helper): Add a warning about using return
9126         statements in Ghost management code.
9127         * sem_ch7.adb (Analyze_Package_Body_Helper): Add a warning about
9128         using return statements in Ghost management code.
9129         * sem_ch12.adb (Analyze_Package_Instantiation,
9130         Analyze_Subprogram_Instantiation, Instantiate_Package_Body,
9131         Instantiate_Subprogram_Body): Add a warning about using return
9132         statements in Ghost management code.
9133         * sem_ch13.adb (Build_Predicate_Functions,
9134         Build_Predicate_Function_Declarations): Add a warning about
9135         using return statements in Ghost management code.
9136         * sem_prag.adb (Analyze_Contract_Cases_In_Decl_Part,
9137         Analyze_Initial_Condition_In_Decl_Part, Analyze_Pragma,
9138         Analyze_Pre_Post_Condition_In_Decl_Part):  Add a warning about
9139         using return statements in Ghost management code.
9141 2017-01-13  Tristan Gingold  <gingold@adacore.com>
9143         * s-mmosin-mingw.adb: Fix pragma import.
9145 2017-01-13  Arnaud Charlet  <charlet@adacore.com>
9147         * gnat1drv.adb (Adjust_Global_Switches): Ignore -gnateE in
9148         codepeer mode.
9150 2017-01-13  Hristian Kirtchev  <kirtchev@adacore.com>
9152         * atree.adb (Allocate_Initialize_Node): A newly created node is
9153         no longer marked as Ghost at this level.
9154         (Mark_New_Ghost_Node): New routine.
9155         (New_Copy): Mark the copy as Ghost.
9156         (New_Entity): Mark the entity as Ghost.
9157         (New_Node): Mark the node as Ghost.
9158         * einfo.adb (Is_Checked_Ghost_Entity): This attribute can now
9159         apply to unanalyzed entities.
9160         (Is_Ignored_Ghost_Entity): This attribute can now apply to unanalyzed
9161         entities.
9162         (Set_Is_Checked_Ghost_Entity): This attribute now
9163         applies to all entities as well as unanalyzed entities.
9164         (Set_Is_Ignored_Ghost_Entity): This attribute now applies to
9165         all entities as well as unanalyzed entities.
9166         * expander.adb Add with and use clauses for Ghost.
9167         (Expand): Install and revert the Ghost region associated with the node
9168         being expanded.
9169         * exp_ch3.adb (Expand_Freeze_Array_Type): Remove all Ghost-related code.
9170         (Expand_Freeze_Class_Wide_Type): Remoe all Ghost-related code.
9171         (Expand_Freeze_Enumeration_Type): Remove all Ghost-related code.
9172         (Expand_Freeze_Record_Type): Remove all Ghost-related code.
9173         (Freeze_Type): Install and revert the Ghost region associated
9174         with the type being frozen.
9175         * exp_ch5.adb Remove with and use clauses for Ghost.
9176         (Expand_N_Assignment_Statement): Remove all Ghost-related code.
9177         * exp_ch6.adb Remove with and use clauses for Ghost.
9178         (Expand_N_Procedure_Call_Statement): Remove all Ghost-relatd code.
9179         (Expand_N_Subprogram_Body): Remove all Ghost-related code.
9180         * exp_ch7.adb (Build_Invariant_Procedure_Body): Install and revert the
9181         Ghost region of the working type.
9182         (Build_Invariant_Procedure_Declaration): Install and revert
9183         the Ghost region of the working type.
9184         (Expand_N_Package_Body): Remove all Ghost-related code.
9185         * exp_ch8.adb Remove with and use clauses for Ghost.
9186         (Expand_N_Exception_Renaming_Declaration): Remove all Ghost-related
9187         code.
9188         (Expand_N_Object_Renaming_Declaration): Remove all Ghost-related code.
9189         (Expand_N_Package_Renaming_Declaration): Remove all Ghost-related code.
9190         (Expand_N_Subprogram_Renaming_Declaration): Remove all Ghost-related
9191         code.
9192         * exp_ch13.adb Remove with and use clauses for Ghost.
9193         (Expand_N_Freeze_Entity): Remove all Ghost-related code.
9194         * exp_disp.adb (Make_DT): Install and revert the Ghost region of
9195         the tagged type. Move the generation of various entities within
9196         the Ghost region of the type.
9197         * exp_prag.adb Remove with and use clauses for Ghost.
9198         (Expand_Pragma_Check): Remove all Ghost-related code.
9199         (Expand_Pragma_Contract_Cases): Remove all Ghost-related code.
9200         (Expand_Pragma_Initial_Condition): Remove all Ghost-related code.
9201         (Expand_Pragma_Loop_Variant): Remove all Ghost-related code.
9202         * exp_util.adb (Build_DIC_Procedure_Body): Install
9203         and revert the Ghost region of the working types.
9204         (Build_DIC_Procedure_Declaration): Install and revert the
9205         Ghost region of the working type.
9206         (Make_Invariant_Call): Install and revert the Ghost region of the
9207         associated type.
9208         (Make_Predicate_Call): Reimplemented. Install and revert the
9209         Ghost region of the associated type.
9210         * freeze.adb (Freeze_Entity): Install and revert the Ghost region
9211         of the entity being frozen.
9212         (New_Freeze_Node): Removed.
9213         * ghost.adb Remove with and use clauses for Opt.
9214         (Check_Ghost_Completion): Update the parameter profile
9215         and all references to formal parameters.
9216         (Ghost_Entity): Update the comment on usage.
9217         (Install_Ghost_Mode): New routines.
9218         (Is_Ghost_Assignment): New routine.
9219         (Is_Ghost_Declaration): New routine.
9220         (Is_Ghost_Pragma): New routine.
9221         (Is_Ghost_Procedure_Call): New routine.
9222         (Is_Ghost_Renaming): Removed.
9223         (Is_OK_Declaration): Reimplemented.
9224         (Is_OK_Pragma): Reimplemented.
9225         (Is_OK_Statement): Reimplemented.
9226         (Is_Subject_To_Ghost): Update the comment on usage.
9227         (Mark_And_Set_Ghost_Assignment): New routine.
9228         (Mark_And_Set_Ghost_Body): New routine.
9229         (Mark_And_Set_Ghost_Completion): New routine.
9230         (Mark_And_Set_Ghost_Declaration): New routine.
9231         (Mark_And_Set_Ghost_Instantiation): New routine.
9232         (Mark_And_Set_Ghost_Procedure_Call): New routine.
9233         (Mark_Full_View_As_Ghost): Removed.
9234         (Mark_Ghost_Declaration_Or_Body): New routine.
9235         (Mark_Ghost_Pragma): New routine.
9236         (Mark_Ghost_Renaming): New routine.
9237         (Mark_Pragma_As_Ghost): Removed.
9238         (Mark_Renaming_As_Ghost): Removed.
9239         (Propagate_Ignored_Ghost_Code): Update the comment on usage.
9240         (Prune_Node): Freeze nodes no longer need special pruning, they
9241         are processed by the general ignored Ghost code mechanism.
9242         (Restore_Ghost_Mode): New routine.
9243         (Set_Ghost_Mode): Reimplemented.
9244         (Set_Ghost_Mode_From_Entity): Removed.
9245         * ghost.ads Add with and use clauses for Ghost.
9246         (Check_Ghost_Completion): Update the parameter profile
9247         along with the comment on usage.
9248         (Install_Ghost_Mode): New routine.
9249         (Is_Ghost_Assignment): New routine.
9250         (Is_Ghost_Declaration): New routine.
9251         (Is_Ghost_Pragma): New routine.
9252         (Is_Ghost_Procedure_Call): New routine.
9253         (Mark_And_Set_Ghost_Assignment): New routine.
9254         (Mark_And_Set_Ghost_Body): New routine.
9255         (Mark_And_Set_Ghost_Completion): New routine.
9256         (Mark_And_Set_Ghost_Declaration): New routine.
9257         (Mark_And_Set_Ghost_Instantiation): New routine.
9258         (Mark_And_Set_Ghost_Procedure_Call): New routine.
9259         (Mark_Full_View_As_Ghost): Removed.
9260         (Mark_Ghost_Pragma): New routine.
9261         (Mark_Ghost_Renaming): New routine.
9262         (Mark_Pragma_As_Ghost): Removed.
9263         (Mark_Renaming_As_Ghost): Removed.
9264         (Restore_Ghost_Mode): New routine.
9265         (Set_Ghost_Mode): Redefined.
9266         (Set_Ghost_Mode_From_Entity): Removed.
9267         * sem.adb (Analyze): Install and revert the Ghost region of the
9268         node being analyzed.
9269         (Do_Analyze): Change the way a clean Ghost
9270         region is installed and reverted.
9271         * sem_ch3.adb (Analyze_Full_Type_Declaration): Remove
9272         all Ghost-related code.
9273         (Analyze_Incomplete_Type_Decl): Remove all Ghost-related code.
9274         (Analyze_Number_Declaration): Remove all Ghost-related code.
9275         (Analyze_Object_Declaration): Install and revert the Ghost region of
9276         a deferred object declaration's completion.
9277         (Array_Type_Declaration): Remove all Ghost-related code.
9278         (Build_Derived_Type): Update the comment on
9279         the propagation of Ghost attributes from a parent to a derived type.
9280         (Derive_Subprogram): Remove all Ghost-related code.
9281         (Make_Class_Wide_Type): Remove all Ghost-related code.
9282         (Make_Implicit_Base): Remove all Ghost-related code.
9283         (Process_Full_View): Install and revert the Ghost region of
9284         the partial view.  There is no longer need to check the Ghost
9285         completion here.
9286         * sem_ch5.adb (Analyze_Assignment): Install and revert the Ghost
9287         region of the left hand side.
9288         * sem_ch6.adb (Analyze_Abstract_Subprogram_Declaration): Remove
9289         all Ghost-related code.
9290         (Analyze_Expression_Function): Remove all Ghost-related code.
9291         (Analyze_Generic_Subprogram_Body): Remove all Ghost-related code.
9292         (Analyze_Procedure_Call): Install and revert the Ghost region of
9293         the procedure being called.
9294         (Analyze_Subprogram_Body_Helper): Install and revert the Ghost
9295         region of the spec or body.
9296         (Analyze_Subprogram_Declaration): Remove all Ghost-related code.
9297         (Build_Subprogram_Declaration): Remove all Ghost-related code.
9298         (Find_Corresponding_Spec): Remove all Ghost-related code.
9299         (Process_Formals): Remove all Ghost-related code.
9300         * sem_ch7.adb (Analyze_Package_Body_Helper): Install and revert
9301         the Ghost region of the spec.
9302         (Analyze_Package_Declaration): Remove all Ghost-related code.
9303         * sem_ch8.adb (Analyze_Exception_Renaming): Mark a renaming as
9304         Ghost when it aliases a Ghost entity.
9305         (Analyze_Generic_Renaming): Mark a renaming as Ghost when it aliases
9306         a Ghost entity.
9307         (Analyze_Object_Renaming): Mark a renaming as Ghost when
9308         it aliases a Ghost entity.
9309         (Analyze_Package_Renaming): Mark a renaming as Ghost when it aliases
9310         a Ghost entity.
9311         (Analyze_Subprogram_Renaming): Mark a renaming as Ghost when it
9312         aliases a Ghost entity.
9313         * sem_ch11.adb Remove with and use clauses for Ghost.
9314         (Analyze_Exception_Declaration): Remove all Ghost-related code.
9315         * sem_ch12.adb (Analyze_Generic_Package_Declaration): Remove all
9316         Ghost-related code.
9317         (Analyze_Generic_Subprogram_Declaration): Remove all Ghost-related
9318         code.
9319         (Analyze_Package_Instantiation): Install and revert the Ghost region
9320         of the package instantiation.
9321         (Analyze_Subprogram_Instantiation): Install
9322         and revert the Ghost region of the subprogram instantiation.
9323         (Instantiate_Package_Body): Code clean up. Install and revert the
9324         Ghost region of the package body.
9325         (Instantiate_Subprogram_Body): Code clean up. Install and revert the
9326         Ghost region of the subprogram body.
9327         * sem_ch13.adb (Build_Predicate_Functions): Install
9328         and revert the Ghost region of the related type.
9329         (Build_Predicate_Function_Declaration): Code clean up. Install
9330         and rever the Ghost region of the related type.
9331         * sem_prag.adb (Analyze_Contract_Cases_In_Decl_Part):
9332         Install and revert the Ghost region of the pragma.
9333         (Analyze_Initial_Condition_In_Decl_Part): Install and revert the
9334         Ghost region of the pragma.
9335         (Analyze_Pragma): Install and revert the Ghost region of various
9336         pragmas.  Mark a pragma as Ghost when it is related to a Ghost entity
9337         or encloses a Ghost entity.
9338         (Analyze_Pre_Post_Condition): Install and revert the Ghost
9339         region of the pragma.
9340         (Analyze_Pre_Post_Condition_In_Decl_Part): Install and revert the
9341         Ghost region of the pragma.
9342         * sem_res.adb (Resolve): Remove all Ghost-related code.
9343         * sem_util.adb (Is_Declaration): Reimplemented.
9344         (Is_Declaration_Other_Than_Renaming): New routine.
9345         * sem_util.ads (Is_Declaration_Other_Than_Renaming): New routine.
9346         * sinfo.adb (Is_Checked_Ghost_Pragma): New routine.
9347         (Is_Ghost_Pragma): Removed.
9348         (Is_Ignored_Ghost_Pragma): New routine.
9349         (Set_Is_Checked_Ghost_Pragma): New routine.
9350         (Set_Is_Ghost_Pragma): Removed.
9351         (Set_Is_Ignored_Ghost_Pragma): New routine.
9352         * sinfo.ads: Update the documentation on Ghost mode and
9353         Ghost regions.  New attributes Is_Checked_Ghost_Pragma
9354         and Is_Ignored_Ghost_Pragma along with usages in nodes.
9355         Remove attribute Is_Ghost_Pragma along with usages in nodes.
9356         (Is_Checked_Ghost_Pragma): New routine along with pragma Inline.
9357         (Is_Ghost_Pragma): Removed along with pragma Inline.
9358         (Is_Ignored_Ghost_Pragma): New routine along with pragma Inline.
9359         (Set_Is_Checked_Ghost_Pragma): New routine along with pragma Inline.
9360         (Set_Is_Ghost_Pragma): Removed along with pragma Inline.
9361         (Set_Is_Ignored_Ghost_Pragma): New routine along with pragma Inline.
9363 2017-01-12  Tristan Gingold  <gingold@adacore.com>
9365         * s-mmap.ads, s-mmap.adb, s-mmosin-unix.ads, s-mmosin-unix.adb,
9366         s-mmauni-long.ads, s-mmosin-mingw.ads, s-mmosin-mingw.adb: New files.
9368 2017-01-12  Yannick Moy  <moy@adacore.com>
9370         * errout.adb, errout.ads (Initialize): Factor common treatment
9371         in Reset_Warnings.
9372         (Reset_Warnings): New procedure to reset counts related to warnings.
9373         (Record_Compilation_Errors): New variable to store the presence of an
9374         error, used in gnat2why to allow changing the Warning_Mode.
9375         (Compilation_Errors): Use new variable Record_Compilation_Errors to
9376         store the presence of an error.
9378 2017-01-12  Javier Miranda  <miranda@adacore.com>
9380         * sem_ch13.adb (Analyze_Aspect_Specifications):
9381         For Interrupt_Handler and Attach_ Handler aspects, decorate the
9382         internally built reference to the protected procedure as coming
9383         from sources and force its analysis.
9385 2017-01-12  Ed Schonberg  <schonberg@adacore.com>
9387         * sem_ch3.adb (Build_Derived_Type): For a scalar derived type,
9388         inherit predicates if any from the first_subtype of the parent,
9389         not from the anonymous parent type.
9390         * sem_eval.adb (Is_Static_Subtype): A type that inherits a dynamic
9391         predicate is not a static subtype.
9393 2017-01-12  Gary Dismukes  <dismukes@adacore.com>
9395         * freeze.adb (Check_Suspicious_Convention): New procedure
9396         performing a warning check on discriminated record types with
9397         convention C or C++. Factored out of procedure Freeze_Record_Type,
9398         and changed to only apply to base types (to avoid spurious
9399         warnings on subtypes). Minor improvement of warning messages
9400         to refer to discriminated rather than variant record types.
9401         (Freeze_Record_Type): Remove code for performing a suspicious
9402         convention check.
9403         (Freeze_Entity): Only call Freeze_Record_Type
9404         on types that aren't declared within any enclosing generic units
9405         (rather than just excluding the type when the innermost scope
9406         is generic). Call Check_Suspicious_Convention whether or not
9407         the type is declared within a generic unit.
9408         * sem_ch8.adb (In_Generic_Scope): Move this function to Sem_Util.
9409         * sem_util.ads, sem_util.adb (In_Generic_Scope): New function (moved
9410         from Sem_Ch8).
9412 2017-01-12  Tristan Gingold  <gingold@adacore.com>
9414         * sysdep.c, adaint.c, rtinit.c, ming32.h:
9415         (__gnat_current_codepage): Renamed from CurrentCodePage
9416         (__gnat_current_ccs_encoding): Renamed from CurrentCCSEncoding
9418 2017-01-12  Ed Schonberg  <schonberg@adacore.com>
9420         * sem_ch6.adb (Fully_Conformant_Expressions): Handle properly
9421         quantified expressions, following AI12-050: the loop parameters
9422         of two quantified expressions are conformant if they have the
9423         same identifier.
9425 2017-01-12  Arnaud Charlet  <charlet@adacore.com>
9427         * gcc-interface/Makefile.in: Clean up VxWorks targets.
9429 2017-01-12  Ed Schonberg  <schonberg@adacore.com>
9431         * sem_attr.adb (Analyze_Attribute_Reference, case Loop_Entry):
9432         Hnadle properly the attribute reference when it appears as part
9433         of an expression in another loop aspect.
9435 2017-01-12  Ed Schonberg  <schonberg@adacore.com>
9437         * exp_ch3.adb (Check_Predicated_Discriminant): New procedure,
9438         subsidiary of Build_Initialization_Call, to complete generation
9439         of predicate checks on discriminants whose (sub)types have
9440         predicates, and to add checks on variants that do not have an
9441         others clause.
9442         * sem_util.adb (Gather_Components): A missing Others alternative is
9443         not an error when the type of the discriminant is a static predicate
9444         (and coverage has been checked when analyzing the case statement). A
9445         runtime check is generated to verify that a given discriminant
9446         satisfies the predicate (RM 3.8.1. (21.1/2)).
9448 2017-01-12  Yannick Moy  <moy@adacore.com>
9450         * gnat1drv.adb (Adjust_Global_Switches): Only
9451         perform checking of exception mechanism when generating code.
9453 2017-01-12  Justin Squirek  <squirek@adacore.com>
9455         * exp_ch7.adb (Add_Type_Invariants, Process_Array_Component):
9456         Remove handling of access component with invariant.
9457         (Build_Invariant_Procedure_Declaration): Remove return on class
9458         wide type.
9459         * freeze.adb (Freeze_Array_Type, Freeze_Record_Type): Remove
9460         conditional exception for component or array so Has_Own_Invariants
9461         flag is not falsly set.
9462         * sem_ch3.adb (Make_Class_Wide_Type): Initialize copy of class
9463         wide type to have no invariant flags.
9465 2017-01-12  Hristian Kirtchev  <kirtchev@adacore.com>
9467         * exp_ch9.adb, sem_prag.adb, s-tassta.adb, sem_util.adb, s-tarest.adb,
9468         sem_ch13.adb: Minor reformatting.
9470 2017-01-12  Hristian Kirtchev  <kirtchev@adacore.com>
9472         * exp_aggr.adb (Build_Record_Aggr_Code): Guard against a missing
9473         adjustment primitive when the ancestor type was not properly frozen.
9474         (Gen_Assign): Guard against a missing initialization
9475         primitive when the component type was not properly frozen.
9476         (Initialize_Array_Component): Guard against a missing adjustment
9477         primitive when the component type was not properly frozen.
9478         (Initialize_Record_Component): Guard against a missing adjustment
9479         primitive when the component type was not properly frozen.
9480         (Process_Transient_Component_Completion): The transient object may
9481         not be finalized when its associated type was not properly frozen.
9482         * exp_ch3.adb (Build_Assignment): Guard against a missing
9483         adjustment primitive when the component type was not properly frozen.
9484         (Build_Initialization_Call): Guard against a missing
9485         initialization primitive when the associated type was not properly
9486         frozen.
9487         (Expand_N_Object_Declaration): Guard against a missing
9488         adjustment primitive when the base type was not properly frozen.
9489         (Predefined_Primitive_Bodies): Create an empty Deep_Adjust
9490         body when there is no adjustment primitive available. Create an
9491         empty Deep_Finalize body when there is no finalization primitive
9492         available.
9493         * exp_ch4.adb (Apply_Accessibility_Check): Guard against a
9494         missing finalization primitive when the designated type was
9495         not properly frozen.
9496         (Expand_N_Allocator): Guard against a missing initialization primitive
9497         when the designated type was not properly frozen.
9498         * exp_ch5.adb (Make_Tag_Ctrl_Assignment): Add the adjustment call
9499         only when the corresponding adjustment primitive is available.
9500         * exp_ch7.adb (Build_Adjust_Or_Finalize_Statements): Generate the
9501         adjustment/finalization statements only when there is an available
9502         primitive to carry out the action.
9503         (Build_Initialize_Statements): Generate the initialization/finalization
9504         statements only when there is an available primitive to carry out the
9505         action.
9506         (Make_Adjust_Call): Do not generate a call when the underlying
9507         type is not present due to a possible missing full view.
9508         (Make_Final_Call): Do not generate a call when the underlying
9509         type is not present due to a possible missing full view.
9510         (Make_Finalize_Address_Stmts): Generate an empty body when the
9511         designated type lacks a finalization primitive.
9512         (Make_Init_Call): Do not generate a call when the underlying type is
9513         not present due to a possible missing full view.
9514         (Process_Component_For_Adjust): Add the adjustment call only when the
9515         corresponding adjustment primitive is available.
9516         (Process_Component_For_Finalize): Add the finalization call only when
9517         the corresponding finalization primitive is available.
9518         (Process_Object_Declaration): Use a null statement to emulate a
9519         missing call to the finalization primitive of the object type.
9520         * exp_ch7.ads (Make_Adjust_Call): Update the comment on usage.
9521         (Make_Final_Call): Update the comment on usage.
9522         (Make_Init_Call): Update the comment on usage.
9523         * exp_util.adb (Build_Transient_Object_Statements): Code reformatting.
9525 2017-01-12  Arnaud Charlet  <charlet@adacore.com>
9527         * einfo.ads: Update documentation of Address_Taken.
9528         * sem_attr.adb (Analyze_Access_Attribute, Resolve_Attribute
9529         [Access_Attribute]): Only consider 'Access/'Unchecked_Access
9530         for subprograms when setting Address_Taken flag.
9532 2017-01-12  Patrick Bernardi  <bernardi@adacore.com>
9534         * sem_ch10.adb (Analyze_With_Clause): Removed code that turned
9535         Configurable_Run_Time_Mode off when analysing with'ed predefined
9536         libraries.
9538 2017-01-12  Gary Dismukes  <dismukes@adacore.com>
9540         * sem_prag.adb: Minor reformatting.
9541         * sem_util.adb (Unique_Entity): fix result for
9542         bodies of entry families.
9544 2017-01-12  Justin Squirek  <squirek@adacore.com>
9546         * sem_prag.adb (Analyze_Pragma): Add appropriate calls to
9547         Resolve_Suppressible in the pragma Assertion_Policy case.
9548         (Resolve_Suppressible): Created this function to factor out
9549         common code used to resolve Suppress to either Ignore or Check
9550         * snames.ads-tmpl: Add name for Suppressible.
9552 2017-01-12  Gary Dismukes  <dismukes@adacore.com>
9554         * exp_ch9.adb, s-secsta.adb, snames.ads-tmpl, exp_ch3.adb: Minor
9555         reformatting.
9556         * debug.adb: Minor comment fixes.
9558 2017-01-12  Arnaud Charlet  <charlet@adacore.com>
9560         * sem_util.adb (Unique_Entity): For concurrent
9561         bodies that are defined with stubs and complete a declaration
9562         of a single concurrent object return the entity of an implicit
9563         concurrent type, not the entity of the anonymous concurrent
9564         object.
9565         * debug.adb: -gnatd.J is no longer used.
9566         * make.adb (Globalize): Removed, no longer used.
9567         * sem_ch9.adb: minor typo in comment for entry index
9569 2017-01-12  Patrick Bernardi  <bernardi@adacore.com>
9571         * aspect.adb, aspect.ads: Added new aspect Secondary_Stack_Size.
9572         * exp_ch3.adb (Build_Init_Statements): As part of initialising
9573         the value record of a task, set its _Secondary_Stack_Size field
9574         if present.
9575         * exp_ch9.adb (Expand_N_Task_Type_Declaration): Create
9576         a _Secondary_Stack_Size field in the value record of
9577         the task if a Secondary_Stack_Size rep item is present.
9578         (Make_Task_Create_Call): Include secondary stack size
9579         parameter. If No_Secondary_Stack restriction is in place, passes
9580         stack size of 0.
9581         * par-prag.adb, sem_prag.adb, sem_prag.ads: Added new pragma
9582         Secondary_Stack_Size.
9583         * s-secsta.adb, s-secsta.ads (Minimum_Secondary_Stack_Size): New
9584         function to define the overhead of the secondary stack.
9585         * s-tarest.adb (Create_Restricted_Task,
9586         Create_Restricted_Task_Sequential): Functions now include
9587         Secondary_Stack_Size parameter to pass to Initialize_ATCB.
9588         * s-tarest.adb (Create_Restricted_Task,
9589         Create_Restricted_Task_Sequential): Calls to Initialize_ATCB now
9590         include Secondary_Stack_Size parameter.
9591         (Task_Wrapper): Secondary stack now allocated to the size specified by
9592         the Secondary_Stack_Size parameter in the task's ATCB.
9593         * s-taskin.adb, s-taskin.adb (Common_ATCB, Initialize_ATCB): New
9594         Secondary_Stack_Size component.
9595         * s-tassta.adb, s-tassta.ads (Create_Restricted_Task,
9596         Create_Restricted_Task_Sequential): Function now include
9597         Secondary_Stack_Size parameter.
9598         (Task_Wrapper): Secondary stack now allocated to the size
9599         specified by the Secondary_Stack_Size parameter in the task's
9600         ATCB.
9601         * s-tproft.adb (Register_Foreign_Thread): Amended Initialize_ATCB call
9602         to include Secondary_Stack_Size parameter.
9603         * sem_ch13.adb (Analyze_Aspect_Specification): Add support for
9604         Secondary_Stack_Size aspect, turning the aspect into its corresponding
9605         internal attribute.
9606         (Analyze_Attribute_Definition): Process Secondary_Stack_Size attribute.
9607         * snames.adb-tmpl, snames.ads-tmpl: Added names
9608         Name_Secondary_Stack_Size, Name_uSecondary_Stack_Size,
9609         Attribute_Secondary_Stack_Size and Pragma_Secondary_Stack_Size.
9611 2017-01-12  Yannick Moy  <moy@adacore.com>
9613         * exp_spark.adb (Expand_SPARK_Potential_Renaming): Fix sloc of copied
9614         subtree.
9616 2017-01-12  Justin Squirek  <squirek@adacore.com>
9618         * exp_attr.adb (Expand_N_Attribute_Reference):
9619         Fix Finalization_Size case by properly resolving the type after
9620         rewritting the node.
9622 2017-01-12  Hristian Kirtchev  <kirtchev@adacore.com>
9624         * exp_util.adb (Build_DIC_Procedure_Body): Semi-insert the body into
9625         the tree.
9626         (Build_DIC_Procedure_Declaration): Semi-insert the body into the tree.
9627         * binde.adb, exp_ch5.adb, sem_type.adb, sem.ads, sem_res.adb,
9628         exp_sel.ads: Minor reformatting.
9630 2017-01-12  Justin Squirek  <squirek@adacore.com>
9632         * exp_ch6.adb (Expand_Call): Add guard to prevent
9633         invariant checks from being created for internally generated
9634         subprograms.
9636 2017-01-12  Bob Duff  <duff@adacore.com>
9638         * lib-writ.ads: Remove incorrect comment.
9640 2017-01-12  Javier Miranda  <miranda@adacore.com>
9642         * debug.adb (-gnatd.K): Enable generation of contract-only
9643         procedures in CodePeer mode.
9644         * contracts.adb (Build_And_Analyze_Contract_Only_Subprograms):
9645         New subprogram.
9646         (Analyze_Contracts): Generate contract-only procedures if -gnatdK is
9647         set.
9648         * scil_ll.ads, scil_ll.adb (Get_Contract_Only_Body_Name): New
9649         subprogram.
9650         (Get_Contract_Only_Missing_Body_Name): New subprogram.
9651         (Get_Contract_Only_Body): New subprogram.
9652         (Set_Contract_Only_Body): New subprogram.
9653         (Is_Contract_Only_Body): New subprogram.
9654         (Set_Is_Contract_Only_Body): New subprogram.
9655         (SCIL_Nodes): Replace table by hash-table.
9657 2017-01-12  Hristian Kirtchev  <kirtchev@adacore.com>
9659         * exp_ch6.adb: Minor reformatting.
9660         * spark_xrefs.ads: minor cleanup of comments for SPARK xrefs
9662 2017-01-12  Bob Duff  <duff@adacore.com>
9664         * binde.adb (Forced): New reason for a dependence.
9665         (Force_Elab_Order): Implementation of the new switch.
9666         * binde.ads: Minor comment fixes.
9667         * bindusg.adb: Add -f switch. Apparently, there was an -f switch
9668         long ago that is no longer supported; removed comment about that.
9669         * opt.ads (Force_Elab_Order_File): Name of file specified for
9670         -f switch.
9671         * switch-b.adb: Parse -f switch.
9673 2017-01-12  Justin Squirek  <squirek@adacore.com>
9675         * exp_ch6.adb (Check_View_Conversion): Created this function
9676         to properly chain calls to check type invariants that may be
9677         present in a subprogram call after the subprogram.
9678         (Expand_Call): Add a conditional to identify when a view conversion
9679         needs to be checked.
9680         * nlists.adb, nlists.ads (Prepend_New): New routine.
9681         (Prepend_New_To): New routine.
9683 2017-01-12  Hristian Kirtchev  <kirtchev@adacore.com>
9685         * sinfo.ads: Minor reformatting.
9687 2017-01-12  Gary Dismukes  <dismukes@adacore.com>
9689         * exp_util.adb, exp_util.ads, einfo.ads: Minor typo fixes and
9690         reformatting.
9692 2017-01-12  Hristian Kirtchev  <kirtchev@adacore.com>
9694         * exp_ch6.adb (Make_Build_In_Place_Call_In_Anonymous_Context): Add new
9695         variable Definite. Create a local object and pass its 'Access to the
9696         BIP function when the result type is either definite or it does not
9697         require any finalization or secondary stack management.
9699 2017-01-12  Bob Duff  <duff@adacore.com>
9701         * contracts.adb, einfo.adb, errout.adb, exp_attr.adb,
9702         exp_ch3.adb, exp_ch7.adb, exp_ch9.adb, exp_prag.adb, freeze.adb,
9703         frontend.adb, ghost.adb, inline.adb, lib-writ.adb, lib-xref.adb,
9704         par.adb, par-ch10.adb, par-ch2.adb, par-prag.adb, par_sco.adb,
9705         sem_attr.adb, sem_aux.adb, sem_ch10.adb, sem_ch12.adb,
9706         sem_ch13.adb, sem_ch6.adb, sem_ch8.adb, sem_ch9.adb, sem_elab.adb,
9707         sem_prag.adb, sem_res.adb, sem_util.adb, sem_util.ads,
9708         sem_warn.adb, sinfo.adb, sinfo.ads, sprint.adb (Pragma_Name):
9709         Change name to Pragma_Name_Unmapped.
9710         (Pragma_Name_Mapped): Change name to Pragma_Name.
9711         This is because the "mapped" version should be the usual case.
9713 2017-01-09  Hristian Kirtchev  <kirtchev@adacore.com>
9715         * einfo.ads, einfo.adb: Remove uses of flags Has_Default_Init_Cond,
9716         Is_Default_Init_Cond_Procedure, and
9717         Has_Inherited_Default_Init_Cond.  Add uses of flags
9718         Has_Own_DIC, Is_DIC_Procedure, and Has_Inherited_DIC.
9719         (Default_Init_Cond_Procedure): Removed.
9720         (DIC_Procedure): New routine.
9721         (Has_Default_Init_Cond): Removed.
9722         (Has_DIC): New routine.
9723         (Has_Inheritable_Invariants): The attribute applies to the base type.
9724         (Has_Inherited_Default_Init_Cond): Removed.
9725         (Has_Inherited_DIC): New routine.
9726         (Has_Inherited_Invariants): The attribute applies to the base type.
9727         (Has_Own_DIC): New routine.
9728         (Has_Own_Invariants): The attribute applies to the base type.
9729         (Is_Default_Init_Cond_Procedure): Removed.
9730         (Is_DIC_Procedure): New routine.
9731         (Set_Default_Init_Cond_Procedure): Removed.
9732         (Set_DIC_Procedure): New routine.
9733         (Set_Has_Default_Init_Cond): Removed.
9734         (Set_Has_Inheritable_Invariants): The attribute applies
9735         to the base type.
9736         (Set_Has_Inherited_Default_Init_Cond): Removed.
9737         (Set_Has_Inherited_DIC): New routine.
9738         (Set_Has_Inherited_Invariants): The attribute applies to the base type.
9739         (Set_Has_Own_DIC): New routine.
9740         (Set_Has_Own_Invariants): The attribute applies to the base type.
9741         (Set_Is_Default_Init_Cond_Procedure): Removed.
9742         (Set_Is_DIC_Procedure): New routine.
9743         (Write_Entity_Flags): Update the output of all flags related to
9744         default initial condition.
9745         * exp_ch3.adb (Expand_N_Object_Declaration): Update the generation
9746         of the call to the DIC procedure.
9747         (Freeze_Type): Generate the body of the DIC procedure.
9748         * exp_ch7.adb (Build_Invariant_Procedure_Body): Replace
9749         all occurrences of Create_Append with Append_New_To. Do
9750         not generate an invariant procedure for a class-wide type.
9751         The generated body acts as a freeze action of the working type.
9752         (Build_Invariant_Procedure_Declaration): Do not generate an
9753         invariant procedure for a class-wide type.
9754         (Create_Append): Removed.
9755         * exp_util.adb: Add with and use clauses for Sem_Ch3, sem_ch6,
9756         sem_Ch12, Sem_Disp, and GNAT.HTable. Move the handling of
9757         class-wide pre/postcondition description and data structures from
9758         Sem_Prag.
9759         (Build_Class_Wide_Expression): Moved from Sem_Prag.
9760         (Build_DIC_Call): New routine.
9761         (Build_DIC_Procedure_Body): New routine.
9762         (Build_DIC_Procedure_Declaration): New routine.
9763         (Entity_Hash): Moved from Sem_Prag.
9764         (Find_DIC_Type): New routine.
9765         (Update_Primitives_Mapping): Reimplemented.
9766         (Update_Primitives_Mapping_Of_Types): New routine.
9767         * exp_util.ads (Build_Class_Wide_Expression): Moved from Sem_Prag.
9768         (Build_DIC_Call): New routine.
9769         (Build_DIC_Procedure_Body): New routine.
9770         (Build_DIC_Procedure_Declaration): New routine.
9771         (Update_Primitives_Mapping): Moved from Sem_Prag.
9772         (Update_Primitives_Mapping_Of_Types): New routine.
9773         * nlists.adb (Append_New): New routine.
9774         (Append_New_To): New routine.
9775         * nlists.ads (Append_New): New routine.
9776         (Append_New_To): New routine.
9777         * sem_ch3.adb (Analyze_Declarations): Do not generate the bodies
9778         of DIC procedures here. This is now done at the end of the
9779         visible declarations, private declarations, and at the freeze
9780         point of a type.
9781         (Analyze_Private_Extension_Declaration):
9782         A private extension inherits the DIC pragma of a parent type.
9783         (Analyze_Subtype_Declaration): No need to propagate invariant
9784         attributes to a subtype as those apply to the base type.
9785         (Build_Derived_Record_Type): No need to inherit invariants here
9786         as this is now done in Build_Derived_Type.
9787         (Build_Derived_Type): Inherit both the DIC pragma and invariants from
9788         a parent type.
9789         (Process_Full_View): Update the propagation of DIC attributes.
9790         (Propagate_Default_Init_Cond_Attributes): Removed.
9791         * sem_ch7.adb Add with and use clauses for Exp_Util.
9792         (Analyze_Package_Specification): Create the body of the DIC
9793         procedure at the end of the visible and private declarations.
9794         (Preserve_Full_Attributes): Propagate DIC attributes.
9795         * sem_ch9.adb (Analyze_Protected_Type_Declaration): Propagate
9796         DIC attributes.
9797         (Analyze_Task_Type_Declaration): Propagate DIC attributes.
9798         * sem_elab.adb (Check_A_Call): Update the call to
9799         Is_Nontrivial_Default_Init_Cond_Procedure.
9800         * sem_prag.adb Remove the with and use clauses for
9801         GNAT.HTable. Move the handling of class- wide pre/postcondition
9802         description and data structures to Exp_Util.
9803         (Analyze_Pragma): Create the declaration of the DIC procedure. There
9804         is no need to propagate invariant-related attributes at this point
9805         as this is done in Build_Invariant_Procedure_Declaration.
9806         (Build_Class_Wide_Expression): Moved to Exp_Util.
9807         (Entity_Hash): Moved to Exp_Util.
9808         (Update_Primitives_Mapping): Moved to Exp_Util.
9809         * sem_prag.ads (Build_Class_Wide_Expression): Moved to Exp_Util.
9810         (Update_Primitives_Mapping): Moved to Exp_Util.
9811         * sem_util.adb: Remove with and use clauses for Ghost
9812         and Sem_Ch13.
9813         (Build_Default_Init_Cond_Call): Removed.
9814         (Build_Default_Init_Cond_Procedure_Bodies): Removed.
9815         (Build_Default_Init_Cond_Procedure_Declaration): Removed.
9816         (Get_Views): Reimplemented.
9817         (Has_Full_Default_Initialization): Reimplement the section on DIC.
9818         (Inherit_Default_Init_Cond_Procedure): Removed.
9819         (Is_Nontrivial_Default_Init_Cond_Procedure): Removed.
9820         (Is_Nontrivial_DIC_Procedure): New routine.
9821         (Is_Verifiable_DIC_Pragma): New routine.
9822         (Propagate_DIC_Attributes): New routine.
9823         * sem_util.ads (Build_Default_Init_Cond_Call): Removed.
9824         (Build_Default_Init_Cond_Procedure_Bodies): Removed.
9825         (Build_Default_Init_Cond_Procedure_Declaration): Removed.
9826         (Inherit_Default_Init_Cond_Procedure): Removed.
9827         (Is_Nontrivial_Default_Init_Cond_Procedure): Removed.
9828         (Is_Nontrivial_DIC_Procedure): New routine.
9829         (Is_Verifiable_DIC_Pragma): New routine.
9830         (Propagate_DIC_Attributes): New routine.
9831         * sem_warn.adb (Is_OK_Fully_Initialized): Reimplement the section
9832         on DIC.
9833         * sinfo.ads, sinfo.adb: Add new attribute Expression_Copy along with
9834         usage in nodes.
9835         (Expression_Copy): New routine along with pragma Inline.
9836         (Set_Expression_Copy): New routine along with pragma Inline.
9838 2017-01-06  Bob Duff  <duff@adacore.com>
9840         * bindgen.adb (Gen_Adainit, Gen_Adafinal): Change
9841         "Bind_Main_Program" to "not Bind_For_Library", because otherwise
9842         we won't generate the call to s_stalib_adafinal when the main
9843         is not written in Ada.
9845 2017-01-06  Bob Duff  <duff@adacore.com>
9847         * sem_prag.adb: Minor: remove pragma Warnings.
9849 2017-01-06  Tristan Gingold  <gingold@adacore.com>
9851         * Makefile.rtl: Do not compile s-stchop by default.
9853 2017-01-06  Patrick Bernardi  <bernardi@adacore.com>
9855         * aspects.adb, aspects.ads, exp_ch3.adb, exp_ch9.adb, par-prag.adb,
9856         sem_ch13.adb, sem_prag.adb, sem_prag.ads, snames.adb-tmpl,
9857         snames.ads-tmpl, s-secsta.adb, s-secsta.ads, s-tarest.adb,
9858         s-tarest.ads, s-taskin.adb, s-taskin.ads, s-tassta.adb, s-tassta.ads:
9859         Reverted previous change for now.
9861 2017-01-06  Ed Schonberg  <schonberg@adacore.com>
9863         * exp_ch3.adb (Build_Initialization_Call): Apply predicate
9864         check to default discriminant value if checks are enabled.
9865         (Build_Assignment): If type of component has static predicate,
9866         apply check to its default value, if any.
9868 2017-01-06  Patrick Bernardi  <bernardi@adacore.com>
9870         * aspect.adb, aspect.ads: Added new aspect Secondary_Stack_Size.
9871         * exp_ch3.adb (Build_Init_Statements): As part of initialising
9872         the value record of a task, set its _Secondary_Stack_Size field
9873         if present.
9874         * exp_ch9.adb (Expand_N_Task_Type_Declaration): Create
9875         a _Secondary_Stack_Size field in the value record of
9876         the task if a Secondary_Stack_Size rep item is present.
9877         (Make_Task_Create_Call): Include secondary stack size
9878         parameter. If No_Secondary_Stack restriction is in place, passes
9879         stack size of 0.
9880         * par-prag.adb, sem_prag.adb, sem_prag.ads: Added new pragma
9881         Secondary_Stack_Size.
9882         * s-secsta.adb, s-secsta.ads (Minimum_Secondary_Stack_Size): New
9883         function to define the overhead of the secondary stack.
9884         * s-tarest.adb (Create_Restricted_Task,
9885         Create_Restricted_Task_Sequential): Functions now include
9886         Secondary_Stack_Size parameter to pass to Initialize_ATCB.
9887         * s-tarest.adb (Create_Restricted_Task,
9888         Create_Restricted_Task_Sequential): Calls to Initialize_ATCB
9889         now include Secondary_Stack_Size parameter.
9890         (Task_Wrapper):
9891         Secondary stack now allocated to the size specified by the
9892         Secondary_Stack_Size parameter in the task's ATCB.
9893         * s-taskin.adb, s-taskin.adb (Common_ATCB, Initialise_ATCB): New
9894         Secondary_Stack_Size component.
9895         * s-tassta.adb, s-tassta.ads (Create_Restricted_Task,
9896         Create_Restricted_Task_Sequential): Function now include
9897         Secondary_Stack_Size parameter.
9898         (Task_Wrapper): Secondary stack
9899         now allocated to the size specified by the Secondary_Stack_Size
9900         parameter in the task's ATCB.
9901         * sem_ch13.adb (Analyze_Aspect_Specification): Add support
9902         for Secondary_Stack_Size aspect, turning the aspect into its
9903         corresponding internal attribute.
9904         (Analyze_Attribute_Definition):
9905         Process Secondary_Stack_Size attribute.
9906         * snames.adb-tmpl, snames.ads-tmpl: Added names
9907         Name_Secondary_Stack_Size, Name_uSecondary_Stack_Size,
9908         Attribute_Secondary_Stack_Size and Pragma_Secondary_Stack_Size.
9910 2017-01-06  Pascal Obry  <obry@adacore.com>
9912         * a-direio.adb, a-direio.ads, a-sequio.adb, a-sequio.ads: Add Flush to
9913         Sequential_IO and Direct_IO.
9915 2017-01-06  Bob Duff  <duff@adacore.com>
9917         * snames.ads-tmpl (Renamed): New name for the pragma argument.
9918         * par-ch2.adb: Allow the new pragma (with analysis deferred
9919         to Sem_Prag).
9920         * sinfo.ads, sinfo.adb (Map_Pragma_Name, Pragma_Name_Mapped):
9921         Keep a mapping from new pragma names to old names.
9922         * sem_prag.adb: Check legality of pragma Rename_Pragma, and
9923         implement it by calling Map_Pragma_Name.
9924         * checks.adb, contracts.adb, einfo.adb, errout.adb,
9925         * exp_attr.adb, exp_ch3.adb, exp_ch6.adb, exp_ch7.adb, exp_ch9.adb,
9926         * exp_prag.adb, exp_util.adb, freeze.adb, frontend.adb, ghost.adb,
9927         * inline.adb, lib-writ.adb, scans.adb, scans.ads, sem_attr.adb,
9928         * sem_aux.adb, sem_ch10.adb, sem_ch13.adb, sem_ch6.adb, sem_ch9.adb,
9929         * sem_elab.adb, sem_res.adb, sem_util.adb, sem_util.ads,
9930         * sem_warn.adb: Call Pragma_Name_Mapped instead of Pragma_Name
9931         as appropriate.
9933 2017-01-06  Hristian Kirtchev  <kirtchev@adacore.com>
9935         * exp_ch9.adb: Minor reformatting.
9937 2017-01-06  Tristan Gingold  <gingold@adacore.com>
9939         * exp_ch9.ads, exp_ch9.adb (Build_Entry_Names): Remove (unused).
9940         * rtsfind.ads (RE_Task_Entry_Names_Array, RO_ST_Set_Entry_Names)
9941         (RE_Protected_Entry_Names_Array, RO_PE_Set_Entry_Names): Remove
9942         (unused).
9943         * s-taskin.ads, s-taskin.adb (Set_Entry_Names,
9944         Task_Entry_Names_Array, Task_Entry_Names_Access): Remove.
9945         * s-tpoben.ads, s-tpoben.adb (Set_Entry_Names,
9946         Protected_Entry_Names_Array, Protected_Entry_Names_Access): Remove.
9948 2017-01-06  Bob Duff  <duff@adacore.com>
9950         * sinfo.ads, sinfo.adb (Map_Pragma_Name): Preparation work,
9951         dummy implementation of Map_Pragma_Name.
9953 2017-01-06  Tristan Gingold  <gingold@adacore.com>
9955         * exp_ch9.adb (Expand_N_Protected_Type_Declaration): Make the
9956         entry_body variable constant.
9957         * s-taprob.ads (Entry_Body_Access): Move to s-tposen.
9958         * s-tpoben.ads (Protected_Entry_Body_Access): Now access
9959         to constant.
9960         * s-tposen.ads (Entry_Body_Access): Moved from s-taprob,
9961         now access to constant.
9963 2017-01-06  Gary Dismukes  <dismukes@adacore.com>
9965         * einfo.ads, sem_res.adb, sem_attr.adb, sem_ch6.adb: Minor
9966         reformatting and typo fixes.
9968 2017-01-06  Bob Duff  <duff@adacore.com>
9970         * snames.ads-tmpl: New names for pragma renaming.
9971         * snames.adb-tmpl (Is_Configuration_Pragma_Name): Minor cleanup.
9972         * par-prag.adb: Add new pragma name to case statement.
9973         * sem_prag.adb (Rename_Pragma): Initial cut at semantic analysis
9974         of the pragma.
9975         * sinfo.ads, sinfo.adb (Pragma_Name_Mapped): Preparation work,
9976         Dummy implementation of Pragma_Name_Mapped.
9978 2017-01-06  Ed Schonberg  <schonberg@adacore.com>
9980         * exp_ch6.adb (Expand_Protected_Subprogram_Call): Add guard to
9981         better detect call within an entry_wrapper.
9982         * sem_res.adb (Resolve_Call): A protected call within an
9983         entity_wrapper is analyzed in the context of the protected
9984         object but corresponds to a pre-analysis and is not an access
9985         before elaboration.
9986         * sem_attr.adb: Minor reformatting.
9988 2017-01-06  Justin Squirek  <squirek@adacore.com>
9990         * sem_attr.adb (Analyze_Attribute): Modify semantic checks for
9991         Finalization_Size to allow a prefix of any non-class-wide type.
9992         * sem_attr.ads Modify comment for Finalization_Size to include
9993         definite type use case.
9995 2017-01-06  Ed Schonberg  <schonberg@adacore.com>
9997         * einfo.ads, einfo.adb (Is_Entry_Wrapper): New flag, defined
9998         on procedures that are wrappers created for entries that have
9999         preconditions.
10000         * sem_ch6.adb (Analyze_Subrogram_Body_Helper): If the subprogram
10001         body is an entry_wrapper, compile it in the context of the
10002         synchronized type, because a precondition may refer to funtions
10003         of the type.
10004         * exp_ch9.adb (Build_Contract_Wrapper): Set Is_Entry_Wrapper on
10005         body entity.
10006         * exp_ch6.adb (Expand_Protected_Subprogram_Call): if the call is
10007         within an Entry_Wrapper this is an external call whose target
10008         is the synchronized object that is the actual in the call to
10009         the wrapper.
10011 2017-01-06  Yannick Moy  <moy@adacore.com>
10013         * sem_attr.adb (Analyze_Attribute/Attribute_Loop_Entry): Analyze node
10014         in tree, which means not analyzing the previous prefix if the node has
10015         been rewritten into its prefix.
10017 2017-01-06  Gary Dismukes  <dismukes@adacore.com>
10019         * s-tpobop.adb: Minor reformatting.
10021 2017-01-06  Ed Schonberg  <schonberg@adacore.com>
10023         * checks.adb (Ensure_Valid): Do not generate a validity check
10024         within a generated predicate function, validity checks will have
10025         been applied earlier when required.
10027 2017-01-06  Tristan Gingold  <gingold@adacore.com>
10029         * s-tpoben.ads (Protection_Entries): Add comment and reorder
10030         components for performances.
10031         * s-tpobop.adb (PO_Do_Or_Queue): Implement Max_Queue_Length runtime
10032         semantic.
10034 2017-01-06  Ed Schonberg  <schonberg@adacore.com>
10036         * sem_eval.adb (Check_Expression_Against_Static_Predicate):
10037         If expression is compile-time known and obeys a static predicate
10038         it must be labelled as static, to prevent spurious warnings and
10039         run-time errors, e.g. in case statements. This is relevant when
10040         the expression is the result of constant-folding a type conversion
10041         whose expression is a variable with a known static value.
10043 2017-01-06  Hristian Kirtchev  <kirtchev@adacore.com>
10045         * exp_attr.adb, sem_attr.ads: Minor reformatting.
10047 2017-01-06  Justin Squirek  <squirek@adacore.com>
10049         * exp_attr.adb (Expand_N_Attribute_Reference): Add entry for
10050         expansion of Finalization_Size attribute.
10051         * sem_attr.adb (Analyze_Attribute): Add entry to check the
10052         semantics of Finalization_Size.
10053         (Eval_Attribute): Add null entry for Finalization_Size.
10054         * sem_attr.ads: Add Finalization_Size to the implementation
10055         dependent attribute list.
10056         * snames.ads-tmpl: Add name entry for Finalization_Size attribute.
10058 2017-01-06  Ed Schonberg  <schonberg@adacore.com>
10060         * sem_ch5.adb (Analyze_Loop_Statement): If the loop includes an
10061         iterator specification with a serious syntactic error, transform
10062         construct into an infinite loop in order to continue analysis
10063         and prevent a compiler abort.
10065 2017-01-06  Tristan Gingold  <gingold@adacore.com>
10067         * exp_ch9.adb (Expand_N_Protected_Type_Declaration): Do not generate
10068         max_queue_lengths_array if unused.
10070 2017-01-06  Bob Duff  <duff@adacore.com>
10072         * errout.adb (Set_Msg_Text): Protect against out-of-bounds
10073         array access, in case "\" is at the end of Text.
10074         * stylesw.adb (Set_Style_Check_Options): Don't include input
10075         characters in the error message template, because they could
10076         be control characters such as "\", which Errout will try to
10077         interpret.
10079 2017-01-06  Ed Schonberg  <schonberg@adacore.com>
10081         * sem_ch4.adb (Find_Indexing_Operations, Inspect_Declarations):
10082         For a private type examine the visible declarations that follow
10083         the partial view, not just the private declarations that follow
10084         the full view.
10086 2017-01-06  Hristian Kirtchev  <kirtchev@adacore.com>
10088         * exp_ch5.adb, sem_ch3.adb, checks.adb: Minor reformatting and
10089         code cleanup.
10091 2017-01-06  Ed Schonberg  <schonberg@adacore.com>
10093         * exp_ch5.adb (Get_Default_Iterator): For a derived type, the
10094         alias of the inherited op is the parent iterator, no need to
10095         examine dispatch table positions which might not be established
10096         yet if type is not frozen.
10097         * sem_disp.adb (Check_Controlling_Formals): The formal of a
10098         predicate function may be a subtype of a tagged type.
10099         * sem_ch3.adb (Complete_Private_Subtype): Adjust inheritance
10100         of representation items for the completion of a type extension
10101         where a predicate applies to the partial view.
10102         * checks.ads, checks.adb (Apply_Predicate_Check): Add optional
10103         parameter that designates function whose actual receives a
10104         predicate check, to improve warning message when the check will
10105         lead to infinite recursion.
10106         * sem_res.adb (Resolve_Actuals): Pass additional parameter to
10107         Apply_Predicate_Check.
10109 2017-01-06  Tristan Gingold  <gingold@adacore.com>
10111         * s-rident.ads (Profile_Info): Remove No_Entry_Queue from
10112         Gnat_Extended_Ravenscar.
10113         * exp_ch9.adb, s-tpoben.adb, s-tpoben.ads: Fix spelling.
10115 2017-01-06  Gary Dismukes  <dismukes@adacore.com>
10117         * sem_util.ads: Minor typo fix and reformatting.
10119 2017-01-06  Yannick Moy  <moy@adacore.com>
10121         * ghost.adb Minor fixing of references to SPARK RM.
10122         (Check_Ghost_Context): Check whether reference is to a lvalue
10123         before issuing an error about violation of SPARK RM 6.9(13)
10124         when declaration has Ghost policy Check and reference has Ghost
10125         policy Ignore.
10126         * sem_util.adb Minor indentation.
10127         * sem_ch10.adb (Analyze_Package_Body_Stub, Analyze_Protected_Body_Stub,
10128         Analyze_Task_Body_Stub): Set Ekind of the defining identifier.
10129         * sem_util.ads (Unique_Defining_Entity): Document the result
10130         for package body stubs.
10132 2017-01-06  Tristan Gingold  <gingold@adacore.com>
10134         * raise-gcc.c (abort): Macro to call Abort_Propagation.
10135         * s-tpoben.ads (Protected_Entry_Queue_Max_Access): Make it access
10136         constant.
10137         * exp_ch9.adb (Expand_N_Protected_Type_Declaration):
10138         Do not generate the Entry_Max_Queue_Lengths_Array if all default
10139         values.
10140         * exp_util.adb (Corresponding_Runtime_Package): Consider
10141         Max_Queue_Length pragma.
10143 2017-01-06  Justin Squirek  <squirek@adacore.com>
10145         * exp_ch9.adb (Expand_N_Protected_Type_Declaration):
10146         Remove declaration generation in the case of
10147         System_Tasking_Protected_Objects_Single_Entry being used,
10148         and add a warning message when this is detected to occur.
10149         (Make_Initialize_Protection): Remove reference pass in the case
10150         of System_Tasking_Protected_Objects_Single_Entry.
10151         * rtsfind.ads: Remove RE_Protected_Entry_Queue_Max
10152         * s-tposen.adb (Initialize_Protection_Entry): Remove
10153         Entry_Queue_Max parameter.
10154         * s-tposen.ads: Remove the types use to store the entry queue
10155         maximum.
10156         * sem_prag.adb (Analyze_Pragma): Remove entry families restriction
10158 2017-01-06  Yannick Moy  <moy@adacore.com>
10160         * sem_util.adb, sem_util.ads (Get_Enum_Lit_From_Pos): Strengthen
10161         behavior of function, to also accept out of range positions
10162         and raise Constraint_Error in such case, and to copy sloc from
10163         literal if No_Location passed as location.
10164         * uintp.adb, uintp.ads (UI_To_Int, UI_To_CC): Strengthen behavior
10165         of functions to raise Constraint_Error in case of value not in
10166         appropriate range.
10168 2017-01-06  Tristan Gingold  <gingold@adacore.com>
10170         * sem_util.adb, s-taprop-linux.adb (Finalize_TCB): Remove call to
10171         Invalidate_Stack_Cache.
10173 2017-01-06  Eric Botcazou  <ebotcazou@adacore.com>
10175         * s-os_lib.adb: Minor fix to the signature of Readlink.
10177 2017-01-06  Javier Miranda  <miranda@adacore.com>
10179         * sem_ch6.adb (Conforming_Types): Handle another
10180         confusion between views in a nested instance with an actual
10181         private type whose full view is not in scope.
10183 2017-01-06  Arnaud Charlet  <charlet@adacore.com>
10185         * exp_ch5.adb (Expand_N_If_Statement): Obey existing comment and
10186         mark a rewritten if statement as explicit (Comes_From_Source).
10188 2017-01-06  Gary Dismukes  <dismukes@adacore.com>
10190         * sem_prag.adb, rtsfind.adb, sem_util.adb: Minor typo fixes.
10192 2017-01-06  Tristan Gingold  <gingold@adacore.com>
10194         * ada.ads, a-unccon.ads: Add pragma No_Elaboration_Code_All.
10196 2017-01-06  Hristian Kirtchev  <kirtchev@adacore.com>
10198         * sem_case.adb: Minor reformatting.
10200 2017-01-06  Thomas Quinot  <quinot@adacore.com>
10202         * g-socthi-mingw.adb: Remove now extraneous USE TYPE clause
10204 2017-01-06  Justin Squirek  <squirek@adacore.com>
10206         * aspects.adb: Register aspect in Canonical_Aspect.
10207         * aspects.ads: Associate qualities of Aspect_Max_Queue_Length
10208         into respective tables.
10209         * einfo.ads, einfo.adb: Add a new attribute for
10210         handling the parameters for Pragma_Max_Entry_Queue
10211         (Entry_Max_Queue_Lengths_Array) in E_Protected_Type. Subprograms
10212         for accessing and setting were added as well.
10213         * par-prag.adb (Prag): Register Pramga_Max_Entry_Queue.
10214         * exp_ch9.adb (Expand_N_Protected_Type_Declaration): Emit
10215         declaration for pramga arguments and store them in the protected
10216         type node.
10217         (Make_Initialize_Protection): Pass a reference to
10218         the Entry_Max_Queue_Lengths_Array in the protected type node to
10219         the runtime.
10220         * rtsfind.adb: Minor grammar fix.
10221         * rtsfind.ads: Register new types taken from the
10222         runtime libraries RE_Protected_Entry_Queue_Max and
10223         RE_Protected_Entry_Queue_Max_Array
10224         * s-tposen.adb, s-tpoben.adb
10225         (Initialize_Protection_Entry/Initialize_Protection_Entries):
10226         Add extra parameter and add assignment to local object.
10227         * s-tposen.ads, s-tpoben.ads: Add new types to
10228         store entry queue maximums and a field to the entry object record.
10229         * sem_ch13.adb (Analyze_Aspect_Specifications): Add case statement
10230         for Aspect_Max_Queue_Length.
10231         (Check_Aspect_At_Freeze_Point):
10232         Add aspect to list of aspects that don't require delayed analysis.
10233         * sem_prag.adb (Analyze_Pragma): Add case statement for
10234         Pragma_Max_Queue_Length, check semantics, and register arugments
10235         in the respective entry nodes.
10236         * sem_util.adb, sem_util.ads Add functions Get_Max_Queue_Length
10237         and Has_Max_Queue_Length
10238         * snames.ads-tmpl: Add constant for the new aspect-name
10239         Name_Max_Queue_Length and corrasponding pragma.
10241 2017-01-06  Hristian Kirtchev  <kirtchev@adacore.com>
10243         * exp_util.adb (Is_Controlled_Function_Call):
10244         Reimplemented. Consider any node which has an entity as the
10245         function call may appear in various ways.
10247 2017-01-06  Hristian Kirtchev  <kirtchev@adacore.com>
10249         * exp_attr.adb (Rewrite_Stream_Proc_Call): Use
10250         an unchecked type conversion when performing a view conversion
10251         to/from a private type. In all other cases use a regular type
10252         conversion to ensure that any relevant checks are properly
10253         installed.
10255 2017-01-06  Hristian Kirtchev  <kirtchev@adacore.com>
10257         * sem_prag.adb, sem_ch8.adb: Minor reformatting.
10259 2017-01-06  Ed Schonberg  <schonberg@adacore.com>
10261         * sem_case.adb (Explain_Non_Static_Bound): Suppress cascaded
10262         error on case expression that is an entity, when coverage is
10263         incomplete and entity has a static value obtained by local
10264         propagation.
10265         (Handle_Static_Predicate): New procedure, subsidiary of
10266         Check_Choices, to handle case alternatives that are either
10267         subtype names or subtype indications involving subtypes that
10268         have static predicates.
10270 2017-01-06  Thomas Quinot  <quinot@adacore.com>
10272         * s-oscons-tmplt.c, g-socket.adb, g-socket.ads, g-sothco.ads:
10273         (GNAT.Socket): Add support for Busy_Polling and Generic_Option
10275 2017-01-06  Bob Duff  <duff@adacore.com>
10277         * sem_elab.adb (Activate_Elaborate_All_Desirable): Don't add
10278         Elaborate_All(P) to P itself. That could happen in obscure cases,
10279         and always introduced a cycle (P body must be elaborated before
10280         P body).
10281         * lib-writ.ads: Comment clarification.
10282         * ali-util.ads: Minor comment fix.
10283         * ali.adb: Minor reformatting.
10285 2017-01-06  Tristan Gingold  <gingold@adacore.com>
10287         * a-exexpr-gcc.adb: Improve comment.
10289 2017-01-03  James Cowgill  <James.Cowgill@imgtec.com>
10291         * s-linux-mips.ads: Use correct signal and errno constants.
10292         (sa_handler_pos, sa_mask_pos): Fix offsets for 64-bit MIPS.
10294 2017-01-03  James Cowgill  <James.Cowgill@imgtec.com>
10296         * s-linux-mips.ads: Rename from s-linux-mipsel.ads.
10297         * gcc-interface/Makefile.in (MIPS/Linux): Merge mips and mipsel
10298         sections.
10300 2017-01-01  Eric Botcazou  <ebotcazou@adacore.com>
10302         * gnatvsn.ads: Bump copyright year.
10304 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
10306         * gnat_ugn.texi: Bump @copying's copyright year.
10307         * gnat_rm.texi: Likewise.
10309 Copyright (C) 2017 Free Software Foundation, Inc.
10311 Copying and distribution of this file, with or without modification,
10312 are permitted in any medium without royalty provided the copyright
10313 notice and this notice are preserved.