[26/46] Make more use of dyn_cast in tree-vect*
[official-gcc.git] / gcc / ada / ChangeLog
blobc6f1911684de1ad0bd37ffbca5e94fb541f098aa
1 2018-07-31  Arnaud Charlet  <charlet@adacore.com>
3         * clean.adb, gnatchop.adb, gnatfind.adb, gnatls.adb,
4         gnatmake.ads, gnatxref.adb, make.adb, make.ads, make_util.ads,
5         sfn_scan.adb, vxaddr2line.adb, xeinfo.adb, xoscons.adb,
6         xr_tabls.adb, xref_lib.adb: Address CodePeer messages.
8 2018-07-31  Arnaud Charlet  <charlet@adacore.com>
10         * gnatlink.adb: Fix potential Constraint_Error if
11         Library_Version is too long.
13 2018-07-31  Arnaud Charlet  <charlet@adacore.com>
15         * sem_elab.adb: Remove duplicate condition detected by CodePeer.
17 2018-07-31  Ed Schonberg  <schonberg@adacore.com>
19         * exp_unst.adb (Subp_Index): In the case of a protected
20         operation, the relevant entry is the generated
21         protected_subprogram_body into which the original body is
22         rewritten. Assorted cleanup and optimizations.
24 2018-07-31  Ed Schonberg  <schonberg@adacore.com>
26         * exp_attr.adb (Expand_Attribute, case Fixed_Value): Set the
27         base type of the result to ensure that proper overflow and range
28         checks are generated.  If the target is a fixed-point tyoe,
29         generate the required overflow and range checks explicitly,
30         rather than relying on Apply_Type_Conversion_Checks, which might
31         simply set the Do_Range_Check flag and rely on the backend to
32         add the check.
34 2018-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
36         * sem_res.adb (Resolve_Call): Establish a transient scope to
37         manage the secondary stack when the designated type of an
38         access-to-subprogram requires it.
40 2018-07-31  Ed Schonberg  <schonberg@adacore.com>
42         * exp_ch7.adb (Check_Unnesting_Elaboration_Code): To find local
43         subprograms in the elaboration code for a package body, recurse
44         through nested statement sequences because a compiler-generated
45         procedure may appear within a condition statement.
47 2018-07-31  Ed Schonberg  <schonberg@adacore.com>
49         * exp_ch6.adb (Expand_Protected_Subprogram_Call): Handle
50         properly a protected call that includes a default parameter that
51         is a call to a protected function of the same type.
53 2018-07-31  Justin Squirek  <squirek@adacore.com>
55         * lib-writ.adb (Write_With_Lines): Modfiy the generation of
56         dependencies within ali files so that source unit bodies are
57         properly listed even if said bodies are missing.  Perform legacy
58         behavior in GNATprove mode.
59         * lib-writ.ads: Modify documentation to reflect current behavior.
61 2018-07-31  Eric Botcazou  <ebotcazou@adacore.com>
63         *  libgnarl/s-osinte__solaris.ads (upad64_t): New private type.
64         (mutex_t): Use it for 'lock' and 'data' components.
65         (cond_t): Likewise for 'data' and use single 'flags' component.
67 2018-07-31  Justin Squirek  <squirek@adacore.com>
69         * exp_ch5.adb (Make_Field_Assign): Force temporarily generated
70         objects for assignment of overlaid user objects to be renamings
71         instead of constant declarations.
73 2018-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
75         * exp_ch9.adb (Analyze_Pragmas): New routine.
76         (Build_Private_Protected_Declaration): Code clean up. Relocate
77         relevant aspects and pragmas from the stand-alone body to the
78         newly created spec.  Explicitly analyze any pragmas that have
79         been either relocated or produced by the analysis of the
80         aspects.
81         (Move_Pragmas): New routine.
82         * sem_prag.adb (Find_Related_Declaration_Or_Body): Recognize the
83         case where a pragma applies to the internally created spec for a
84         stand-along subprogram body declared in a protected body.
86 2018-07-31  Gary Dismukes  <dismukes@adacore.com>
88         * exp_ch6.adb (Expand_N_Extended_Return_Statement): Replace
89         calls to Current_Scope in three assertions with calls to
90         Current_Subprogram.
92 2018-07-31  Ed Schonberg  <schonberg@adacore.com>
94         * sem_eval.adb (Check_Non_Static_Context): Do not warn on an
95         integer literal greater than the upper bound of
96         Universal_Integer'Last when expansion is disabled, to avoid a
97         spurious warning over ranges involving 64-bit modular types.
99 2018-07-31  Arnaud Charlet  <charlet@adacore.com>
101         * einfo.adb (Write_Entity_Flags): Also print
102         Is_Activation_Record flag.
104 2018-07-31  Piotr Trojanek  <trojanek@adacore.com>
106         * exp_aggr.adb, exp_ch4.adb, exp_ch6.adb, lib-xref.adb,
107         repinfo.adb, sem_ch9.adb: Minor replace Ekind membership tests
108         with a wrapper routine.
110 2018-07-31  Piotr Trojanek  <trojanek@adacore.com>
112         * ali.adb (Known_ALI_Lines): Remove 'F' as a prefix for lines
113         related to the FORMAL analysis done by GNATprove.
115 2018-07-31  Javier Miranda  <miranda@adacore.com>
117         * sem.ads (Inside_Preanalysis_Without_Freezing): New global
118         counter.
119         * sem.adb (Semantics): This subprogram has now the
120         responsibility of resetting the counter before analyzing a unit,
121         and restoring its previous value before returning.
122         * freeze.adb (Freeze_Entity): Do not freeze if we are
123         preanalyzing without freezing.
124         * sem_res.adb (Preanalyze_And_Resolve): Set & restore
125         In_Preanalysis_Without_Freezing.
127 2018-07-31  Ed Schonberg  <schonberg@adacore.com>
129         * sem_ch4.adb (Traverse_Homonyms): Consider generic actuals that
130         may rename a matching class-wide operation only if the renaming
131         declaration for that actual is in an enclosing scope (i.e.
132         within the corrresponding instance).
134 2018-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
136         * checks.adb, contracts.adb, exp_aggr.adb, exp_ch5.adb,
137         exp_disp.adb, make.adb, sem_ch4.adb, sem_eval.adb, sem_res.adb,
138         usage.adb: Minor reformatting.
140 2018-07-31  Bob Duff  <duff@adacore.com>
142         * sem_res.adb (Resolve_Allocator): Do not complain about the
143         implicit allocator that occurs in the expansion of a return
144         statement for a build-in-place function.
146 2018-07-20  Martin Sebor  <msebor@redhat.com>
148         PR middle-end/82063
149         * gcc-interface/misc.c (gnat_handle_option): Change function argument
150         to HOST_WIDE_INT.
152 2018-07-17  Eric Botcazou  <ebotcazou@adacore.com>
154         * gcc-interface/decl.c (choices_to_gnu): Rename parameters.  Deal with
155         an operand of Character type.  Factor out range generation to the end.
156         Check that the bounds are literals and convert them to the type of the
157         operand before building the ranges.
158         * gcc-interface/utils.c (make_dummy_type): Minor tweak.
159         (make_packable_type): Propagate TYPE_DEBUG_TYPE.
160         (maybe_pad_type): Likewise.
162 2018-07-17  Ed Schonberg  <schonberg@adacore.com>
164         * sem_ch4.adb (Try_Object_Operation): Handle properly a prefixed call
165         in an instance, when the generic parameters include an interface type
166         and a abstract operation of that type, and the actuals in the instance
167         include an interface type and a corresponding abstract operation of it,
168         with a different name than the corresponding generic subprogram
169         parameter.
171 2018-07-17  Arnaud Charlet  <charlet@adacore.com>
173         * sem_eval.adb (Rewrite_In_Raise_CE): Keep the original reason in more
174         cases.
176 2018-07-17  Arnaud Charlet  <charlet@adacore.com>
178         * checks.adb (Apply_Division_Check): Add provision for floating-point
179         checks.
181 2018-07-17  Ed Schonberg  <schonberg@adacore.com>
183         * exp_aggr.adb (Component_OK_For_Backend): If an array component of the
184         enclosing record has a bound that is out of range (and that has been
185         rewritten as a raise statement) the aggregate is not OK for any back
186         end, and should be expanded into individual assignments.
188 2018-07-17  Piotr Trojanek  <trojanek@adacore.com>
190         * atree.adb (Relocate_Node): Simplify with Is_Rewrite_Substitution.
192 2018-07-17  Piotr Trojanek  <trojanek@adacore.com>
194         * sem_util.ads (Denotes_Same_Object): Likewise.
195         * sem_warn.adb (Warn_On_Overlapping_Actuals): Fix RM rule references.
197 2018-07-17  Eric Botcazou  <ebotcazou@adacore.com>
199         * exp_disp.adb (Make_Tags): When the type has user-defined primitives,
200         build the access type that is later used by Build_Get_Prim_Op_Address
201         as pointing to a subtype of Ada.Tags.Address_Array.
203 2018-07-17  Patrick Bernardi  <bernardi@adacore.com>
205         * libgnat/s-memory__mingw.adb: Remove.
206         * Makefile.rtl: Remove s-memory.adb target pair from the Cygwin/Mingw32
207         section.
209 2018-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
211         * frontend.adb (Frontend): The removal of ignored Ghost code must be
212         the last semantic operation performed on the tree.
214 2018-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
216         * frontend.adb (Frontend): Update the call to Register_Config_Switches.
217         * inline.ads: Add new component Config_Switches to record
218         Pending_Body_Info which captures the configuration state of the pending
219         body.  Remove components Version, Version_Pragma, SPARK_Mode, and
220         SPARK_Mode_Pragma from record Pending_Body_Info because they are
221         already captured in component Config_Switches.
222         * opt.adb (Register_Opt_Config_Switches): Rename to
223         Register_Config_Switches.
224         (Restore_Opt_Config_Switches): Rename to Restore_Config_Switches.
225         (Save_Opt_Config_Switches): Rename to Save_Config_Switches. This
226         routine is now a function, and returns the saved configuration state as
227         an aggregate to avoid missing an attribute.
228         (Set_Opt_Config_Switches): Rename to Set_Config_Switches.
229         * opt.ads (Register_Opt_Config_Switches): Rename to
230         Register_Config_Switches.
231         (Restore_Opt_Config_Switches): Rename to Restore_Config_Switches.
232         (Save_Opt_Config_Switches): Rename to Save_Config_Switches. This
233         routine is now a function.
234         (Set_Opt_Config_Switches): Rename to Set_Config_Switches.
235         * par.adb (Par): Update the calls to configuration switch-related
236         subprograms.
237         * sem.adb (Semantics): Update the calls to configuration switch-related
238         subprograms.
239         * sem_ch10.adb (Analyze_Package_Body_Stub): Update the calls to
240         configuration switch-related subprograms.
241         (Analyze_Protected_Body_Stub): Update the calls to configuration
242         switch-related subprograms.
243         (Analyze_Subprogram_Body_Stub): Update calls to configuration
244         switch-related subprograms.
245         * sem_ch12.adb (Add_Pending_Instantiation): Update the capture of
246         pending instantiation attributes.
247         (Inline_Instance_Body): Update the capture of pending instantiation
248         attributes.  It is no longer needed to explicitly manipulate the SPARK
249         mode.
250         (Instantiate_Package_Body): Update the restoration of the context
251         attributes.
252         (Instantiate_Subprogram_Body): Update the restoration of context
253         attributes.
254         (Load_Parent_Of_Generic): Update the capture of pending instantiation
255         attributes.
256         (Set_Instance_Env): Update the way relevant configuration attributes
257         are saved and restored.
259 2018-07-17  Eric Botcazou  <ebotcazou@adacore.com>
261         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Variable>: Deal with
262         more rvalues in the expression of a renaming.
264 2018-07-17  Eric Botcazou  <ebotcazou@adacore.com>
266         * gcc-interface/ada-tree.h (TYPE_RETURN_BY_DIRECT_REF_P): Define for
267         METHOD_TYPE too.
268         (TYPE_RETURN_UNCONSTRAINED_P): Likewise.
269         (TYPE_CI_CO_LIST): Likewise.
270         * gcc-interface/gigi.h (is_cplusplus_method): Delete.
271         (fntype_same_flags_p): Adjust comment.
272         * gcc-interface/decl.c (Has_Thiscall_Convention): Delete.
273         (gnat_to_gnu_entity) <E_Subprogram_Type>: Do not set the "thiscall"
274         attribute directly.
275         (is_cplusplus_method): Make static and adjust head comment.
276         (gnat_to_gnu_param): Return a pointer for the "this" parameter of
277         C++ constructors.
278         (gnat_to_gnu_subprog_type): Turn imported C++ constructors into their
279         callable form.  Generate a METHOD_TYPE node for imported C++ methods.
280         Set param_list at the very end of the processing.
281         (substitute_in_type) <METHOD_TYPE>: New case.
282         * gcc-interface/misc.c (gnat_print_type) <METHOD_TYPE>: Likewise.
283         (gnat_type_hash_eq): Accept METHOD_TYPE.
284         * gcc-interface/trans.c (Identifier_to_gnu): Deal with METHOD_TYPE.
285         (Attribute_to_gnu): Likewise.
286         (Call_to_gnu): Likewise.
287         (process_freeze_entity): Likewise.
288         * gcc-interface/utils.c (create_subprog_decl): Adjust head comment.
289         (fntype_same_flags_p): Likewise.
291 2018-07-17  Piotr Trojanek  <trojanek@adacore.com>
293         * inline.adb (Expand_Inlined_Call): Remove extra parentheses.
295 2018-07-17  Eric Botcazou  <ebotcazou@adacore.com>
297         * exp_disp.adb (Gen_Parameters_Profile): Make the _Init parameter an
298         In/Out parameter.
299         (Set_CPP_Constructors): Adjust comment accordingly.
301 2018-07-17  Bob Duff  <duff@adacore.com>
303         * exp_disp.adb (Build_Class_Wide_Check): Return early if the
304         precondition is supposed to be ignored.
306 2018-07-17  Ed Schonberg  <schonberg@adacore.com>
308         * sem_ch6.adb (Check_Untagged_Equality): Extend check to operations
309         declared in the same scope as the operand type, when that scope is a
310         procedure.
312 2018-07-17  Ed Schonberg  <schonberg@adacore.com>
314         * exp_unst.adb (Unnest_Subprograms): Do nothing if the expander is not
315         active.  Don't use Get_Actual_Subtype for record subtypes.  Ignore
316         rewritten identifiers and uplevel references to bounds of types that
317         come from the original type reference.
319 2018-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
321         * exp_ch13.adb, exp_ch7.adb, exp_unst.adb, freeze.adb,
322         libgnat/s-os_lib.adb, sem_ch3.adb, sem_ch3.ads, sem_ch5.adb,
323         sem_eval.adb, sem_res.adb, sem_util.adb: Minor reformatting.
325 2018-07-17  Javier Miranda  <miranda@adacore.com>
327         * exp_ch13.adb (Expand_N_Freeze_Entity): Handle subtype declared for an
328         iterator.
329         * freeze.adb (Freeze_Expression): Handle freeze of an entity defined
330         outside of a subprogram body. This case was previously handled during
331         preanalysis; the frozen entities were remembered and left pending until
332         we continued freezeing entities outside of the subprogram. Now, when
333         climbing the parents chain to locate the correct placement for the
334         freezeing node, we check if the entity can be frozen and only when no
335         enclosing node is marked as Must_Not_Freeze the entity is frozen.
336         * sem_ch3.ads (Preanalyze_Default_Expression): Declaration moved to the
337         package body.
338         * sem_ch3.adb (Preanalyze_Default_Expression): Code adjusted to invoke
339         the new subprogram Preanalyze_With_Freezing_And_Resolve.
340         * sem_ch6.adb (Preanalyze_Formal_Expression): New subprogram.
341         (Analyze_Expression_Function, Process_Formals): Invoke
342         Preanalyze_Formal_Expression instead of Preanalyze_Spec_Expression
343         since the analysis of the formals may freeze entities.
344         (Analyze_Subprogram_Body_Helper): Skip building the body of the
345         class-wide clone for eliminated subprograms.
346         * sem_res.ads, sem_res.adb (Preanalyze_And_Resolve): New subprogram.
347         Its code is basically the previous version of this routine but extended
348         with an additional parameter which is used to specify if during
349         preanalysis we are allowed to freeze entities.  If the new parameter is
350         True then the subtree root node is marked as Must_Not_Freeze and no
351         entities are frozen during preanalysis.
352         (Preanalyze_And_Resolve): Invokes the internal version of
353         Preanalyze_And_Resolve without entity freezing.
354         (Preanalyze_With_Freezing_And_Resolve): Invokes the internal version of
355         Prenalyze_And_Resolve with freezing enabled.
357 2018-07-17  Piotr Trojanek  <trojanek@adacore.com>
359         * einfo.ads, libgnat/g-comlin.ads: Minor change "ie" to "i.e." in docs
360         and comments.
362 2018-07-17  Justin Squirek  <squirek@adacore.com>
364         * libgnat/s-os_lib.adb (Argument_String_To_List): Fix trimming of
365         whitespace.
367 2018-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
369         * sem_prag.adb (Has_Visible_State): Do not consider constants as
370         visible state because it is not possible to determine whether a
371         constant depends on variable input.
372         (Propagate_Part_Of): Add comment clarifying the behavior with respect
373         to constant.
375 2018-07-17  Yannick Moy  <moy@adacore.com>
377         * gnat1drv.adb (Gnat1drv): Do not issue warning about exception not
378         being propagated in GNATprove mode.
380 2018-07-17  Dmitriy Anisimkov  <anisimko@adacore.com>
382         * libgnat/g-socket.adb, libgnat/g-socket.ads: Reorganize and make
383         public components of Inet_Addr_Type. Introduce public binary
384         operations.
386 2018-07-17  Javier Miranda  <miranda@adacore.com>
388         * exp_ch7.adb (Make_Transient_Block): When determining whether an
389         enclosing scope already handles the secondary stack, take into account
390         transient blocks nested in a block that do not manage the secondary
391         stack and are located within a loop.
393 2018-07-17  Ed Schonberg  <schonberg@adacore.com>
395         * sem_util.adb (Enclosing_Subprogram): Protected entries and task
396         entries must be treated separately: task entries are within the
397         enclosing subprogram of the task type, while protected entries are
398         transformed into the corresponding Protected_Body_Subprogram, which is
399         the enclosing_subprogram of any subprogram declared within the entry
400         body.
402 2018-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
404         * doc/gnat_ugn/building_executable_programs_with_gnat.rst: Add missing
405         sections on -gnatH and -gnatJ compiler switches.
406         * gnat_ugn.texi: Regenerate.
408 2018-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
410         * alloc.ads: Update the allocation metrics of the ignored Ghost nodes
411         table.
412         * atree.adb: Add a soft link for a procedure which is invoked whenever
413         an ignored Ghost node or entity is created.
414         (Change_Node): Preserve relevant attributes which come from the Flags
415         table.
416         (Mark_New_Ghost_Node): Record a newly created ignored Ghost node or
417         entity.
418         (Rewrite): Preserve relevant attributes which come from the Flags
419         table.
420         (Set_Ignored_Ghost_Recording_Proc): New routine.
421         * atree.ads: Define an access-to-suprogram type for a soft link which
422         records a newly created ignored Ghost node or entity.
423         (Set_Ignored_Ghost_Recording_Proc): New routine.
424         * ghost.adb: Remove with and use clause for Lib.  Remove table
425         Ignored_Ghost_Units.  Add new table Ignored_Ghost_Nodes.
426         (Add_Ignored_Ghost_Unit): Removed.
427         (Initialize): Initialize the table which stores ignored Ghost nodes.
428         Set the soft link which allows Atree.Mark_New_Ghost_Node to record an
429         ignored Ghost node.
430         (Is_Ignored_Ghost_Unit): Use the ultimate original node when checking
431         an eliminated ignored Ghost unit.
432         (Lock): Release and lock the table which stores ignored Ghost nodes.
433         (Mark_And_Set_Ghost_Assignment): Record rather than propagate ignored
434         Ghost nodes.
435         (Mark_And_Set_Ghost_Procedure_Call): Record rather than propagate
436         ignored Ghost nodes.
437         (Mark_Ghost_Clause): Record rather than propagate ignored Ghost nodes.
438         (Mark_Ghost_Declaration_Or_Body): Record rather than propagate ignored
439         Ghost nodes.
440         (Mark_Ghost_Pragma): Record rather than propagate ignored Ghost nodes.
441         (Propagate_Ignored_Ghost_Code): Removed.
442         (Record_Ignored_Ghost_Node): New routine.
443         (Remove_Ignored_Ghost_Code): Reimplemented.
444         (Remove_Ignored_Ghost_Node): New routine.
445         (Ultimate_Original_Node): New routine.
446         * ghost.ads (Check_Ghost_Completion): Removed.
447         * sem_ch8.adb (Analyze_Use_Package): Remove obsolete code. Mark a use
448         package clause as ignored Ghost if applicable.
449         * sem_util.adb (Is_Body_Or_Package_Declaration): Reimplemented.
451 2018-07-17  Javier Miranda  <miranda@adacore.com>
453         * sem_ch5.adb (Has_Call_Using_Secondary_Stack): Moved to library level
454         to reuse it.
455         (Analyze_Loop_Statement): Wrap the loop in a block when the evaluation
456         of the loop iterator relies on the secondary stack.
458 2018-07-17  Piotr Trojanek  <trojanek@adacore.com>
460         * sem_util.adb (Next_Actual): If the parent is a N_Null_Statement,
461         which happens for inlined calls, then fetch the next actual from the
462         original AST.
464 2018-07-17  Ed Schonberg  <schonberg@adacore.com>
466         * einfo.ads: Update documentation for Scalar_Range.
468 2018-07-17  Piotr Trojanek  <trojanek@adacore.com>
470         * lib-xref-spark_specific.adb (Create_Heap): Attach the HEAP entity to
471         the Standard package.
473 2018-07-17  Piotr Trojanek  <trojanek@adacore.com>
475         * einfo.adb (Is_Wrapper_Package): Remove extra parentheses.
477 2018-07-17  Ed Schonberg  <schonberg@adacore.com>
479         * sem_util.adb (Enclosing_Subprogram): Handle properly entries, and
480         synchronized types that are completions of limited types or private
481         extensions.
482         (Scope_Within): Handle properly accept statements in task bodies.
484 2018-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
486         * sem_prag.adb (Has_Visible_State): Do not consider generic formals
487         because they are not part of the visible state space. Add constants to
488         the list of acceptable visible states.
489         (Propagate_Part_Of): Do not consider generic formals when propagating
490         the Part_Of indicator.
491         * sem_util.adb (Entity_Of): Do not follow renaming chains which go
492         through a generic formal because they are not visible for SPARK
493         purposes.
494         * sem_util.ads (Entity_Of): Update the comment on usage.
496 2018-07-17  Ed Schonberg  <schonberg@adacore.com>
498         * sem_util.adb (Gather_Components): A discriminant of an ancestor may
499         have been constrained by a later ancestor, so when looking for the
500         value of that hidden discriminant we must examine the stored constraint
501         of other ancestors than the immediate parent type.
503 2018-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
505         * exp_ch6.adb (Build_Heap_Or_Pool_Allocator): Ensure that scoping
506         constructs and entities within receive new entities when replicating a
507         tree.
508         (Expand_N_Extended_Return_Statement): Ensure that scoping constructs
509         and entities within receive new entities when replicating a tree.
510         * sem_util.adb (New_Copy_Tree): Add new formal Scopes_In_EWA_OK.
511         (Visit_Entity): Visit entities within scoping constructs inside
512         expression with actions nodes when requested by the caller. Add blocks,
513         labels, and procedures to the list of entities which need replication.
514         * sem_util.ads (New_Copy_Tree): Add new formal Scopes_In_EWA_OK. Update
515         the comment on usage.
517 2018-07-17  Arnaud Charlet  <charlet@adacore.com>
519         * doc/gnat_ugn/about_this_guide.rst,
520         doc/gnat_ugn/gnat_and_program_execution.rst: Remove references to gcov.
521         * gnat_ugn.texi: Regenerate.
523 2018-07-16  Hristian Kirtchev  <kirtchev@adacore.com>
525         * contracts.adb (Analyze_Contracts): Add specialized processing for
526         package instantiation contracts.
527         (Analyze_Package_Contract): Remove the verification of a missing
528         Part_Of indicator.
529         (Analyze_Package_Instantiation_Contract): New routine.
530         * contracts.ads (Analyze_Package_Contract): Update the comment on
531         usage.
532         * sem_prag.adb (Check_Missing_Part_Of): Ensure that the entity of the
533         instance is being examined when trying to determine whether a package
534         instantiation needs a Part_Of indicator.
536 2018-07-16  Hristian Kirtchev  <kirtchev@adacore.com>
538         * einfo.adb, exp_ch7.adb, exp_ch9.adb, exp_unst.adb, inline.adb,
539         sem.adb, sem_ch12.adb, sem_ch13.adb, sem_ch3.adb, sem_eval.adb,
540         sem_util.adb: Minor reformatting.
542 2018-07-16  Arnaud Charlet  <charlet@adacore.com>
544         * frontend.adb: Only unnest subprograms if no previous errors were
545          detected.
547 2018-07-16  Ed Schonberg  <schonberg@adacore.com>
549         * exp_ch7.adb (Check_Unnesting_Elaboration_Code): Handle loops that
550         contain blocks in the elaboration code for a package body. Create the
551         elaboration subprogram wrapper only if there is a subprogram
552         declaration in a block or loop.
554 2018-07-16  Ed Schonberg  <schonberg@adacore.com>
556         * exp_ch4.adb (Expand_Set_Membership): Use New_Copy_Tree to perform a
557         deep copy of the left operand when building each conjuct of the
558         expanded membership operation, to avoid sharing nodes between them.
559         This sharing interferes with the unnesting machinery and is generally
560         undesirable.
562 2018-07-16  Ed Schonberg  <schonberg@adacore.com>
564         * exp_unst.adb (Visit_Node): Handle 'Address references that are
565         calls.
567 2018-07-16  Ed Schonberg  <schonberg@adacore.com>
569         * exp_unst.adb (Visit_Node): Handle the semantic of Storage_Pool field
570         in relevant nodes: Allocate, Free, and return statements.
572 2018-07-16  Ed Schonberg  <schonberg@adacore.com>
574         * sem_ch12.adb (Analyze_Package_Instantiation): Handle properly an
575         instance that carries an aspect Default_Storage_Pool that overrides a
576         default storage pool that applies to the generic unit. The aspect in
577         the generic unit was removed before copying it in the instance, rather
578         than removing it from the copy of the aspects that are appended to the
579         aspects in the instance.
581 2018-07-16  Ed Schonberg  <schonberg@adacore.com>
583         * einfo.adb (Set_Is_Uplevel_Referenced_Entity): Flag can appear on
584         loop parameters.
585         * exp_ch7.adb (Check_Unnesting_Elaboration_Code): Handle subprogram
586         bodies.
587         * exp_ch9.adb (Reset_Scopes_To): Set the scopes of entities local to an
588         entry body to be the corresponding generated subprogram, for correct
589         analysis of uplevel references.
590         * exp_unst.adb (Visit_Node): Handle properly binary and unary operators
591         Ignore pragmas, fix component associations.
592         (Register_Subprograms): Subprograms in synchronized types must be
593         treated as reachable.
595 2018-07-16  Hristian Kirtchev  <kirtchev@adacore.com>
597         * sem_util.adb (Check_No_Hidden_State): Ignore internally-generated
598         states and variables.
600 2018-07-16  Piotr Trojanek  <trojanek@adacore.com>
602         * sinfo.ads, sinfo.adb (Withed_Body): Remove.
603         (Set_Withed_Body): Remove.
605 2018-07-16  Piotr Trojanek  <trojanek@adacore.com>
607         * sem.adb (Walk_Library_Items): Skip units with configuration pragmas
608         when printing debug info.
610 2018-07-16  Piotr Trojanek  <trojanek@adacore.com>
612         * sem.adb (Walk_Library_Items): Reuse local constant.
613         (Is_Subunit_Of_Main): Turn condition to positive and flip the
614         IF-THEN-ELSE branches; avoid potentially ineffective assignment to the
615         Lib variable.
617 2018-07-16  Piotr Trojanek  <trojanek@adacore.com>
619         * sem.adb (Walk_Library_Items): Deconstruct dead code.
621 2018-07-16  Ed Schonberg  <schonberg@adacore.com>
623         * exp_ch4.adb (Expand_N_Op_Xor): Use common routine
624         Expand_Nonbinary_Modular_Op.  Needed for unnesting.
626 2018-07-16  Ed Schonberg  <schonberg@adacore.com>
628         * sem_ch3.adb (Inherit_Predicate_Flags): A non-discrete type may have a
629         static predicate (for example True) but has no
630         static_discrete_predicate.
632 2018-07-16  Hristian Kirtchev  <kirtchev@adacore.com>
634         * exp_attr.adb (Build_Record_VS_Func): Handle corner cases dealing with
635         class-wide types and record extensions.
637 2018-07-16  Justin Squirek  <squirek@adacore.com>
639         * sem_eval.adb (Eval_Integer_Literal): Add exception for avoiding
640         checks on expanded literals within if and case expressions.
642 2018-07-16  Hristian Kirtchev  <kirtchev@adacore.com>
644         * libgnat/s-wchwts.adb (Wide_String_To_String): Use the appropriate
645         longest sequence factor. Code clean up.
646         (Wide_Wide_String_To_String): Use the appropriate longest sequence
647         factor.  Code clean up.
649 2018-07-16  Javier Miranda  <miranda@adacore.com>
651         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): Report an error
652         on Bit_Order when defined for a record extension.
654 2018-07-16  Arnaud Charlet  <charlet@adacore.com>
656         * libgnat/s-objrea.ads: Minor code clean up.
658 2018-07-16  Piotr Trojanek  <trojanek@adacore.com>
660         * sem_ch3.adb (Process_Discriminants): Adjust reference to the SPARM RM
661         rule.
663 2018-07-16  Arnaud Charlet  <charlet@adacore.com>
665         * adaint.c (__gnat_set_file_time_name): Code clean up.
667 2018-07-16  Javier Miranda  <miranda@adacore.com>
669         * inline.adb (Build_Body_To_Inline): Minor code reorganization that
670         ensures that calls to function Has_Single_Return() pass a decorated
671         tree.
672         (Has_Single_Return.Check_Return): Peform checks on entities (instead on
673         relying on their characters).
675 2018-07-16  Javier Miranda  <miranda@adacore.com>
677         * exp_ch5.adb (Expand_Iterator_Loop_Over_Array): Code cleanup. Required
678         to avoid generating an ill-formed tree that confuses gnatprove causing
679         it to blowup.
681 2018-07-16  Yannick Moy  <moy@adacore.com>
683         * inline.adb (Has_Single_Return): Rewrap comment.
685 2018-07-16  Eric Botcazou  <ebotcazou@adacore.com>
687         * einfo.ads: Minor tweak in comment.
689 2018-07-16  Javier Miranda  <miranda@adacore.com>
691         * sem_ch4.adb (Analyze_Membership_Op): Code cleanup.
693 2018-07-16  Javier Miranda  <miranda@adacore.com>
695         * exp_attr.adb (Expand_N_Attribute_Reference ['Count]): Do not
696         transform 'Count into a function call if the current scope has been
697         eliminated.
699 2018-07-16  Javier Miranda  <miranda@adacore.com>
701         * sem_util.ads, sem_util.adb (Has_Prefix): Move this function to the
702         public part of this package.
704 2018-07-16  Yannick Moy  <moy@adacore.com>
706         * sem_res.adb (Resolve_Call): Do not inline calls inside
707         compiler-generated functions translated as predicates in GNATprove.
709 2018-07-16  Gary Dismukes  <dismukes@adacore.com>
711         * exp_ch4.adb (Expand_N_Allocator): Test for Storage_Pool being RTE in
712         addition to the existing test for no Storage_Pool as a condition
713         enabling generation of the call to Check_Standard_Allocator when the
714         restriction No_Standard_Allocators_After_Elaboration is active.
715         * libgnat/s-elaall.ads (Check_Standard_Allocator): Correct comment to
716         say that Storage_Error will be raised (rather than Program_Error).
717         * libgnat/s-elaall.adb (Check_Standard_Allocator): Raise Storage_Error
718         rather than Program_Error when Elaboration_In_Progress is False.
720 2018-07-16  Gary Dismukes  <dismukes@adacore.com>
722         * sem_eval.adb: Fix spelling for compile-time-known.
724 2018-07-16  Hristian Kirtchev  <kirtchev@adacore.com>
726         * sem_eval.adb (Compile_Time_Known_Value): Add a guard which prevents
727         the compiler from entering infinite recursion when trying to determine
728         whether a deferred constant has a compile time known value, and the
729         initialization expression of the constant is a reference to the
730         constant itself.
732 2018-07-16  Nicolas Roche  <roche@adacore.com>
734         * libgnat/a-strunb.adb, libgnat/a-strunb__shared.adb: Adjust growth
735         factor from 1/32 to 1/2 for Unbounded_String.
737 2018-07-13  Eric Botcazou  <ebotcazou@adacore.com>
739         * gcc-interface/lang.opt (funsigned-char): New option.
740         * gcc-interface/misc.c (gnat_handle_option): Accept it.
741         * gcc-interface/utils.c (finish_character_type): Tweak comment.
743 2018-07-07  Eric Botcazou  <ebotcazou@adacore.com>
745         * gcc-interface/decl.c (gnat_to_gnu_entity): Add GNAT_DECL local
746         variable and use it throughout.
747         <E_Variable>: If the nominal subtype of the object is unconstrained,
748         compute the Ada size separately and put in on the padding type if the
749         size is not fixed.
750         <E_Record_Type>: Minor tweak.
751         * gcc-interface/misc.c (gnat_type_max_size): Rename max_size_unit
752         into max_size_unit throughout.
754 2018-07-07  Eric Botcazou  <ebotcazou@adacore.com>
756         * gcc-interface/gigi.h (add_decl_expr): Adjust prototype.
757         * gcc-interface/decl.c (gnat_to_gnu_entity): Remove useless test.
758         * gcc-interface/trans.c (add_stmt_with_node): Remove exceptions.
759         (add_decl_expr): Change type of second parameter and rename it.
760         (renaming_from_instantiation_p): New function moved from...
761         (set_expr_location_from_node): Test for exceptions here and add one
762         for actual subtypes built for unconstrained composite actuals.
763         * gcc-interface/utils.c (renaming_from_instantiation_p): ...here.
765 2018-07-07  Eric Botcazou  <ebotcazou@adacore.com>
767         * gcc-interface/trans.c (lvalue_required_p): Remove ALIASED parameter
768         and adjust recursive calls.
769         (Identifier_to_gnu): Adjust calls to lvalue_required_p.
770         (gnat_to_gnu): Likewise.
772 2018-07-07  Eric Botcazou  <ebotcazou@adacore.com>
774         * gcc-interface/decl.c (gnat_to_gnu_param): Minor tweak.
775         (gnat_to_gnu_subprog_type): New pure_flag local variable.  Set it for
776         a pure Ada function with a by-ref In parameter.  Propagate it onto the
777         function type by means of the TYPE_QUAL_RESTRICT flag.
778         * gcc-interface/utils.c (finish_subprog_decl): Set DECL_PURE_P if the
779         function type has the TYPE_QUAL_RESTRICT flag set.
781 2018-07-06  Jim Wilson  <jimw@sifive.com>
783         * Makefile.rtl: Add riscv*-linux* support.
784         * libgnarl/s-linux__riscv.ads: New.
785         * libgnat/system-linux-riscv.ads: New.
787         * Make-generated.in (treeprs.ads): Use $(GNATMAKE) instead of gnatmake.
788         (einfo.h, sinfo.h, stamp-snames, stamp-nmake): Likewise.
789         * gcc-interface/Makefile.in (xoscons): Likewise.
791 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
793         * libgnat/system-rtems.ads (Frontend_Exceptions): Set to False.
794         (ZCX_By_Default): Set to True.
796 2018-07-02  Martin Liska  <mliska@suse.cz>
798         * gnatvsn.ads: Bump Library_Version to 9.
800 2018-06-12  Eric Botcazou  <ebotcazou@adacore.com>
802         * gcc-interface/ada-tree.h (TYPE_RETURN_BY_DIRECT_REF_P): Change from
803         using TYPE_LANG_FLAG_4 to using TYPE_LANG_FLAG_0.
804         (TYPE_ALIGN_OK): Move around.
805         (TYPE_PADDING_FOR_COMPONENT): Remove superfluous parentheses.
806         * gcc-interface/decl.c (change_qualified_type): Move to...
807         (gnat_to_gnu_entity): Adjust comment.
808         * gcc-interface/gigi.h (change_qualified_type): ...here; make inline.
809         (ceil_pow2): Use ceil_log2.
810         * gcc-interface/utils.c (finish_subprog_decl): Add couple of comments
811         and do not set TREE_SIDE_EFFECTS.
812         (handle_noreturn_attribute): Use change_qualified_type.
814 2018-06-12  Eric Botcazou  <ebotcazou@adacore.com>
816         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Constant>: Do not get
817         the expression of a dispatch table that is not being defined.
818         <E_Record_Subtype>: Remove obsolete kludge.
820 2018-06-12  Eric Botcazou  <ebotcazou@adacore.com>
822         * gcc-interface/decl.c (warn_on_field_placement): Use specific wording
823         for discriminants.
824         (warn_on_list_placement): New static function.
825         (components_to_record): Use it to warn on multiple fields in list.
827 2018-06-12  Eric Botcazou  <ebotcazou@adacore.com>
829         * gcc-interface/decl.c (variant_desc): Add AUX field.
830         (gnat_to_gnu_entity) <discrete_type>: Do not call compute_record_mode
831         directly.
832         (reverse_sort_field_list): New static function.
833         (components_to_record): Place the variant part at the beginning of the
834         field list when there is an obvious order of increasing position.
835         (build_variant_list): Initialize it.
836         (create_variant_part_from): Do not call compute_record_mode directly.
837         (copy_and_substitute_in_layout): Likewise.  Always sort the fields with
838         fixed position in order of increasing position, in the record and all
839         the variants, in any.  Call reverse_sort_field_list.
840         * gcc-interface/utils.c (make_packable_type): Compute the sizes before
841         calling finish_record_type.  Do not call compute_record_mode directly.
842         (finish_record_type): Overhaul final processing depending on REP_LEVEL
843         and call finish_bitfield_layout if it is equal to one or two.
845 2018-06-11  Eric Botcazou  <ebotcazou@adacore.com>
847         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Reuse the
848         existing fields of a dummy fat pointer type, if any.  Clear the
849         TYPE_DECL_SUPPRESS_DEBUG on the fat pointer type after completing it.
851 2018-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
853         * contracts.adb (Process_Body_Postconditions): Expand only checked
854         postconditions.
855         (Process_Contract_Cases_For): Expand only checked contract cases.
856         (Process_Inherited_Preconditions): Ignored class-wide preconditions are
857         partially expanded because some of their semantic checks are tied to
858         the expansion.
859         (Process_Preconditions_For): Expand only checked preconditions.
860         (Process_Spec_Postconditions): Expand only checked preconditions.
861         Ignored class-wide preconditions are partially expanded because some of
862         their semantic checks are tied to the expansion.
863         * exp_prag.adb (Expand_N_Pragma): Suppress the expansion of ignored
864         assertion pragmas.
865         * exp_util.adb (Add_Inherited_Invariants): Code clean up.
866         * sem_util.adb (Propagate_Invariant_Attributes): Code clean up.
868 2018-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
870         * exp_ch9.adb, exp_unst.adb, inline.adb, libgnat/a-ciorma.adb,
871         libgnat/a-ciormu.adb, libgnat/a-ciorse.adb, libgnat/a-coorma.adb,
872         libgnat/a-coormu.adb, libgnat/a-coorse.adb, sem_prag.adb: Minor
873         reformatting.
875 2018-06-11  Gary Dismukes  <dismukes@adacore.com>
877         * exp_unst.ads, exp_unst.adb: Typo fixes and minor reformatting.
879 2018-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
881         * exp_ch6.adb (Add_Unconstrained_Actuals_To_Build_In_Place_Call): Do
882         not add any actuals when the size of the object is known, and the
883         caller will allocate it.
884         (Build_Heap_Allocator): Rename to Build_Heap_Or_Pool_Allocator to
885         better illustrate its functionality. Update the comment on the
886         generated code.  Generate a branch for the heap and pool cases where
887         the object is not necessarity controlled.
888         (Expand_N_Extended_Return_Statement): Expand the extended return
889         statement into four branches depending the requested mode if the caller
890         will not allocate the object on its side.
891         (Make_Build_In_Place_Call_In_Allocator): Do not allocate a controlled
892         object on the caller side because this will violate the semantics of
893         finalizable types. Instead notify the function to allocate the object
894         on the heap or a user-defined storage pool.
895         (Needs_BIP_Alloc_Form): A build-in-place function needs to be notified
896         which of the four modes to employ when returning a limited controlled
897         result.
898         * exp_util.adb (Build_Allocate_Deallocate_Proc): Remove a redundant
899         guard which is already covered in Needs_Finalization.
901 2018-06-11  Olivier Hainque  <hainque@adacore.com>
903         * libgnat/s-excmac*.ads: Factorize Unwind_Action definitions ...
904         * libgnat/a-exexpr.adb: ... Here, then add comments describing the
905         major datastructures associated with the current exception raised.
906         (Setup_Current_Excep): Accept a "Phase" argument conveying the
907         unwinding phase during which this subprogram is called.  For an Ada
908         exception, don't update the current exception buffer from the raised
909         exception object during SEARCH_PHASE, as this is redundant with the
910         call now issued just before propagation starts.
911         (Propagate_GCC_Exception): Move call to Setup_Current_Excep ahead of
912         the unwinding start, conveying Phase 0.
913         (Unhandled_Except_Handler): Pass UA_CLEANUP_PHASE as the Phase value on
914         the call to Setup_Current_Excep.
915         * raise-gcc.c (personality_body): Pass uw_phases as the Phase argument
916         on calls to Setup_Current_Excep.
918 2018-06-11  Ed Schonberg  <schonberg@adacore.com>
920         * exp_unst.ads, exp_unst.adb (Needs_Fat_Pointer,
921         Build_Access_Type_Decl): New subprograms to handle uplevel references
922         to formals of an unconstrained array type. The activation record
923         component for these is an access type, and the reference is rewritten
924         as an explicit derefenrence of that component.
926 2018-06-11  Bob Duff  <duff@adacore.com>
928         * libgnat/a-ciorma.adb, libgnat/a-ciormu.adb, libgnat/a-ciorse.adb,
929         libgnat/a-coorma.adb, libgnat/a-coormu.adb, libgnat/a-coorse.adb:
930         (Element): Add code to detect dangling cursors in some cases.
932 2018-06-11  Yannick Moy  <moy@adacore.com>
934         * sem_ch6.adb (Build_Subprogram_Declaration): Mark parameters as coming
935         from source.
937 2018-06-11  Ed Schonberg  <schonberg@adacore.com>
939         * sem_ch13.adb (Build_Predicate_Functions): For a derived type, ensure
940         that its parent is already frozen so that its predicate function, if
941         any, has already been constructed.
943 2018-06-11  Yannick Moy  <moy@adacore.com>
945         * sem_prag.adb (Check_Mode_Restriction_In_Enclosing_Context): Adapt for
946         possible task unit as the enclosing context.
948 2018-06-11  Eric Botcazou  <ebotcazou@adacore.com>
950         * gnat1drv.adb: Remove use clause for Repinfo.
951         (Gnat1drv): Beef up comment about the interplay between -gnatc and
952         back-end annotations.  Use full qualified name for List_Rep_Info.
954 2018-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
956         * libgnat/g-arrspl.ads: Add pragma Preelaborate.
958 2018-06-11  Arnaud Charlet  <charlet@adacore.com>
960         * exp_ch4.adb (Expand_Record_Equality): Remove extraneous "True and
961         then" and general logical "ada" in codepeer mode.
963 2018-06-11  Javier Miranda  <miranda@adacore.com>
965         * exp_ch9.adb (Expand_N_Protected_Body): Add missing handling of
966         N_Call_Marker nodes.
968 2018-06-11  Arnaud Charlet  <charlet@adacore.com>
970         * exp_ch3.adb, exp_unst.adb, inline.adb, sem_prag.adb: Minor
971         reformatting.
973 2018-06-11  Yannick Moy  <moy@adacore.com>
975         * doc/gnat_rm/implementation_defined_pragmas.rst: Add Suppressible
976         argument to Assertion_Policy
977         * gnat_rm.texi: Regenerate.
979 2018-06-11  Yannick Moy  <moy@adacore.com>
981         * gnat1drv.adb: Do not check representation information in CodePeer and
982         GNATprove modes, as these modes call a special backend instead of gigi,
983         so do not have the information.
985 2018-06-11  Yannick Moy  <moy@adacore.com>
987         * inline.adb (Build_Body_To_Inline): Consider case of extended return
988         of unconstrained type as one case where inlining is not supported.
989         (Expand_Inlined_Call): Remove special case for body as extended return
990         of unconstrained type.
992 2018-06-11  Yannick Moy  <moy@adacore.com>
994         * sem_prag.adb (Analyze_Part_Of): Only allow Part_Of on non-generic
995         unit.
996         (Check_Missing_Part_Of): Do not force Part_Of on generic unit.
998 2018-06-11  Piotr Trojanek  <trojanek@adacore.com>
1000         * sem_ch13.adb (Analyze_Aspect_Specifications): Don't split AND THEN
1001         expressions in Pre/Post contracts while in GNATprove_Mode.
1003 2018-06-11  Piotr Trojanek  <trojanek@adacore.com>
1005         * sem_util.adb (Is_Potentially_Unevaluated): Fix detection of contracts
1006         with AND THEN expressions broken down into individual conjuncts.
1008 2018-06-11  Ed Schonberg  <schonberg@adacore.com>
1010         * exp_ch7.adb (Check_Unnesting_Elaboration_Code): Add guard.
1012 2018-06-11  Ed Schonberg  <schonberg@adacore.com>
1014         * exp_unst.adb (Visit_Node): Skip generic associations.
1016 2018-06-11  Arnaud Charlet  <charlet@adacore.com>
1018         * libgnat/memtrack.adb (fwrite): Remove second definition.
1020 2018-06-11  Javier Miranda  <miranda@adacore.com>
1022         * sinfo.ads (Is_Dynamic_Coextension): Adding documentation.
1023         (Is_Static_Coextension): Adding documentation.
1024         * sinfo.adb (Is_Dynamic_Coextension): Extending the assertion.
1025         (Is_Static_Coextension): Extending the assertion.
1026         * sem_util.adb (Mark_Allocator): Clear Is_Static_Coextension when
1027         setting flag Is_Dynamic_Coextension (and vice versa).
1029 2018-06-11  Ed Schonberg  <schonberg@adacore.com>
1031         * exp_unst.adb (Search_Subprograms): Handle explicitly stubs at the top
1032         level of a compilation unit, becuase they may contain nested
1033         subprograms that need an activation record.
1035 2018-06-11  Arnaud Charlet  <charlet@adacore.com>
1037         * Makefile.rtl: Compile Ada files with $(ADAC) instead of $(CC).
1039 2018-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
1041         * exp_ch11.adb, exp_unst.adb, inline.adb, sem_ch12.adb, sem_util.adb:
1042         Minor reformatting.
1043         * sinfo.ads: Fix a typo.
1045 2018-06-11  Ed Schonberg  <schonberg@adacore.com>
1047         * inline.adb (Expand_Inlined_Call): If no optimization level is
1048         specified, the expansion of a call to an Inline_Always function is
1049         fully performed in the front-end even on a target that support back-end
1050         inlining.
1052 2018-06-11  Arnaud Charlet  <charlet@adacore.com>
1054         * bindgen.adb (Gen_Adainit): Protect reference to System.Parameters
1055         with Sec_Stack_Used.
1057 2018-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
1059         * sem_ch8.adb (Find_Direct_Name): Mode the declaration of
1060         Is_Assignment_LHS further in. Use predicate
1061         Needs_Variable_Reference_Marker to determine whether to create a
1062         variable marker.
1063         (Find_Expanded_Name): Mode the declaration of Is_Assignment_LHS further
1064         in.  Use predicate Needs_Variable_Reference_Marker to determine whether
1065         to create a variable marker.
1066         * sem_elab.adb (Build_Variable_Reference_Marker): Remove the various
1067         checks that determine whether the identifier or expanded name is a
1068         suitable variable reference.  The checks are now performed by
1069         Needs_Variable_Reference_Marker.
1070         * sem_res.adb (Resolve_Actuals): Use predicate
1071         Needs_Variable_Reference_Marker to determine whether to create a
1072         variable marker.
1073         * sem_util.adb (Needs_Variable_Reference_Marker): New routine.
1074         * sem_util.ads (Needs_Variable_Reference_Marker): New routine.
1076 2018-06-11  Valentine Reboul  <reboul@adacore.com>
1078         * doc/gnat_rm.rst, doc/gnat_ugn.rst: Rename "GPL Edition" into
1079         "Community Edition".
1081 2018-06-11  Ed Schonberg  <schonberg@adacore.com>
1083         * sem_ch12.adb (Install_Body): In order to determine the placement of
1084         the freeze node for an instance of a generic nested within another
1085         instance, take into account that the outer instance may be declared in
1086         the visible part of a package and the inner intance may be in the
1087         private part of the same package.
1089 2018-06-11  Eric Botcazou  <ebotcazou@adacore.com>
1091         * errout.adb (Special_Msg_Delete): Remove handling of Atomic and VFA.
1093 2018-06-11  Nicolas Roche  <roche@adacore.com>
1095         * libgnat/s-valuti.adb (Bad_Value): Ensure that we do not generate a
1096         stack overflow while raising a constraint error.
1098 2018-06-11  Eric Botcazou  <ebotcazou@adacore.com>
1100         * repinfo.ads (Rep_Value): Use a single line.
1101         * repinfo.adb (Rep_Value): Likewise.
1102         (List_Attr): Do not use string concatenation.
1104 2018-06-11  Ed Schonberg  <schonberg@adacore.com>
1106         * exp_unst.adb (Visit_Node): Check reference to formal parameter of
1107         current procedure, because the bounds of its type may be uplevel
1108         references.
1110 2018-06-02  Eric Botcazou  <ebotcazou@adacore.com>
1112         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Constant>: If this is
1113         not a definition, retrieve the expression only if it's a compile-time
1114         known value if we are just annotating types.
1116         * gcc-interface/utils.c (convert): Do not try to upcast properly for a
1117         conversion between tagged types in type_annotate_only mode.
1119 2018-06-02  Eric Botcazou  <ebotcazou@adacore.com>
1121         * gcc-interface/ada-tree.h (TYPE_PADDING_FOR_COMPONENT): New macro.
1122         * gcc-interface/decl.c (gnat_to_gnu_component_type): Cache the padding
1123         type built for an aliased component with variable size.
1125 2018-05-31  Pierre-Marie de Rodat  <derodat@adacore.com>
1127         * doc/gnat_ugn/project-manager-figure.png: Delete.
1129 2018-05-31  Pierre-Marie de Rodat  <derodat@adacore.com>
1131         * vxworks-arm-link.spec, vxworks-e500-link.spec,
1132         vxworks-gnat-crtbe-link.spec, vxworks-smp-arm-link.spec,
1133         vxworks-smp-e500-link.spec, vxworks-smp-ppc-link.spec,
1134         vxworks-smp-x86-link.spec: New files.
1136 2018-05-31  Pierre-Marie de Rodat  <derodat@adacore.com>
1138         * gnatvsn.adb: Re-center the copyright header.
1139         * indepsw-darwin.adb: Adjust the starting copyright year to 2011.
1141 2018-05-31  Fedor Rybin  <frybin@adacore.com>
1143         * doc/gnat_ugn/gnat_utility_programs.rst: Document Stubs_Subdir in
1144         gnattest section on user guide.
1146 2018-05-31  Ed Schonberg  <schonberg@adacore.com>
1148         * sem_res.adb (Resolve_String_Literal): If the type is a string type
1149         whose component subtype has a static predicate, ensure that the
1150         predicate is applied to each character by expanding the string into the
1151         equivalent aggregate. This is also done if the component subtype is
1152         constrained.
1154 2018-05-31  Eric Botcazou  <ebotcazou@adacore.com>
1156         * gcc-interface/trans.c (Call_to_gnu): Remove obsolete code.
1158 2018-05-31  Piotr Trojanek  <trojanek@adacore.com>
1160         * sem_ch6.adb (Check_Missing_Return): Handle procedures with no
1161         explicit spec.
1163 2018-05-31  Eric Botcazou  <ebotcazou@adacore.com>
1165         * gcc-interface/trans.c (Call_to_gnu): In the by-reference case, if
1166         the type of the parameter is an unconstrained array type, convert
1167         to the type of the actual before the type of the formal only if the
1168         conversion was suppressed earlier.  Use in_param and gnu_actual_type
1169         local variables throughout, and uniform spelling for In Out or Out.
1170         Also remove dead code in the component-by-reference case.
1172 2018-05-31  Frederic Konrad  <konrad@adacore.com>
1174         * tracebak.c (STOP_FRAME): Harden condition.
1175         (is_return_from, EXTRA_STOP_CONDITION): New helpers for VxWorks in RTP
1176         mode.
1178 2018-05-31  Ed Schonberg  <schonberg@adacore.com>
1180         * checks.adb (Apply_Discriminant_Check): Do not apply discriminant
1181         check to a call to a build-in-place function, given that the return
1182         object is limited and cannot be copied.
1184 2018-05-31  Olivier Hainque  <hainque@adacore.com>
1186         * libgnat/s-atopri.ads: Update comment on __atomic_compare_exchange
1187         builtins.
1189 2018-05-31  Eric Botcazou  <ebotcazou@adacore.com>
1191         * gcc-interface/trans.c (Call_to_gnu): If this is a function call and
1192         there is no target, also create a temporary for the return value for
1193         an allocator if the type is an unconstrained record type with default
1194         discriminant.
1196 2018-05-31  Hristian Kirtchev  <kirtchev@adacore.com>
1198         * exp_ch7.adb (Find_Transient_Context): An iteration scheme is a valid
1199         boudary for a transient scope.
1201 2018-05-31  Valentine Reboul  <reboul@adacore.com>
1203         * gnatvsn.ads: Rename "GPL" version to "Community".
1205 2018-05-31  Ed Schonberg  <schonberg@adacore.com>
1207         * einfo.ads: Improve documentation for the Is_Unsigned_Type entity
1208         flag.
1210 2018-05-31  Piotr Trojanek  <trojanek@adacore.com>
1212         * sem_prag.adb (Analyze_Pragma): Replace call to Unique_Defining_Entity
1213         with a semantically equivalent call to Defining_Entity.
1215 2018-05-31  Piotr Trojanek  <trojanek@adacore.com>
1217         * sem_prag.adb (Analyze_Pragma): Set Etype on the rewritten
1218         Max_Queue_Length expression.
1220 2018-05-31  Sergey Rybin  <rybin@adacore.com>
1222         * doc/gnat_ugn/gnat_and_program_execution.rst: gnatelim does not need
1223         that the main unit to be built before the call, now it computes the
1224         closure of the main unit itself.
1225         * gnat_ugn.texi: Regenerate.
1227 2018-05-31  Eric Botcazou  <ebotcazou@adacore.com>
1229         * repinfo.adb (List_Structural_Record_Layout): Set First to false
1230         after having listed the fields of the parent type, if any.
1232 2018-05-31  Eric Botcazou  <ebotcazou@adacore.com>
1234         * gcc-interface/decl.c (gnat_to_gnu_entity) <discrete_type>: Do not
1235         deal with the ___XP suffix for packed array types here...
1236         <E_Array_Subtype>: ...or here when processing the implementation type
1237         but when processing the original type instead.  Do not reuse the DECL
1238         of the implementation type for the original type.  Tidy up.
1240 2018-05-31  Eric Botcazou  <ebotcazou@adacore.com>
1242         * einfo.ads (Object_Size_Clause): Declare.
1243         * einfo.adb (Object_Size_Clause): New function.
1244         * gcc-interface/utils.c (maybe_pad_type): Test Has_Size_Clause before
1245         retrieving Size_Clause and post the warning on the object size clause
1246         if Has_Object_Size_Clause is true.
1248 2018-05-31  Javier Miranda  <miranda@adacore.com>
1250         * sem_util.ads, sem_util.adb (Find_Primitive_Eq): New subprogram.
1251         * exp_ch4.adb (Expand_Composite_Equality): Use the new subprogram
1252         Find_Primitive_Eq to search for the primitive of types whose underlying
1253         type is a tagged type.
1255 2018-05-31  Yannick Moy  <moy@adacore.com>
1257         * sem_prag.adb (Analyze_Pragma.Check_Loop_Pragma_Placement): Inverse
1258         order of treatment between nodes recognized as loop pragmas (or
1259         generated from one) and block statements.
1261 2018-05-31  Doug Rupp  <rupp@adacore.com>
1263         * libgnat/s-osprim__posix2008.adb (Clock): Implement using
1264         clock_gettime.
1266 2018-05-31  Ed Schonberg  <schonberg@adacore.com>
1268         * exp_unst.ads, exp_unst.adb (In_Synchronized_Unit): New predicate to
1269         mark subprograms that cannot be eliminated because they must be treated
1270         as reachable from outside the current unit. This includes entry bodies
1271         and protected operations.
1273 2018-05-31  Ed Schonberg  <schonberg@adacore.com>
1275         * exp_ch4.adb (Expand_Modular_Addition, Expand_Modular_Subtraction):
1276         Convert all operands of the generated code to Standard.Unsigned, to
1277         prevent spurious visibility errors. This is needed when the generated
1278         expansion involves a modular index type of an array type, and the index
1279         type is not immediately visible.
1281 2018-05-30  Piotr Trojanek  <trojanek@adacore.com>
1283         * einfo.ads (Package_Instantiation): Update comment after a routine
1284         that uses this field has been renamed.
1286 2018-05-30  Ed Schonberg  <schonberg@adacore.com>
1288         * exp_ch11.adb (Replace_Raise_By_Goto): The transfomation is legal even
1289         if the local raise statement includes a string expression. This
1290         expression might be picked up by an outer handler or discarded, but
1291         plays no role in this transformation.
1293 2018-05-30  Hristian Kirtchev  <kirtchev@adacore.com>
1295         * exp_aggr.adb, exp_unst.adb, freeze.adb, libgnat/a-direct.adb: Minor
1296         reformatting.
1298 2018-05-30  Ed Schonberg  <schonberg@adacore.com>
1300         * exp_unst.adb (Visit_Node): Handle the semantic Procedure_To_Call
1301         field in relevant nodes: Allocate, Free, and return statements.
1303 2018-05-30  Ed Schonberg  <schonberg@adacore.com>
1305         * exp_unst.adb (Visit_Node): Do not traverse a Component_Association
1306         that has not been analyzed, as will be the case for a nested aggregate
1307         that is expanded into individual assignments.
1309 2018-05-30  Justin Squirek  <squirek@adacore.com>
1311         * aspects.adb, aspects.ads: Register new aspect.
1312         * par-prag.adb (Prag): Register new pragma.
1313         * sem_ch13.adb (Analyze_Aspect_Specifications): Add processing for new
1314         aspect similar to Aspect_Max_Queue_Length.
1315         * sem_prag.adb, sem_prag.ads (Analyze_Pragma): Register new pragma and
1316         set it to use the same processing as Pragma_Max_Queue_Length.
1317         * snames.ads-tmpl: Move definition of Name_Max_Entry_Queue_Depth so
1318         that it can be processed as a pragma in addition to a restriction and
1319         add an entry for the pragma itself.
1321 2018-05-30  Ed Schonberg  <schonberg@adacore.com>
1323         * freeze.adb (Freeze_Object_Declaration): A pragma Thread_Local_Storage
1324         is now legal on a variable of composite type initialized with an
1325         aggregate that is fully static and requires no elaboration code.
1326         * exp_aggr.adb (Convert_To_Positional): Recognize additional cases of
1327         nested aggregates that are compile-time static, so they can be used to
1328         initialize variables declared with Threqd_Local_Storage.
1329         * doc/gnat_rm/implementation_defined_pragmas.rst: Add documentation on
1330         Thread_Local_Storage.
1331         * gnat_rm.texi: Regenerate.
1333 2018-05-30  Yannick Moy  <moy@adacore.com>
1335         * sem_util.adb (Policy_In_Effect): Take into account CodePeer and
1336         GNATprove modes.
1338 2018-05-30  Justin Squirek  <squirek@adacore.com>
1340         * libgnat/a-direct.adb, libgnat/a-direct.ads (Name_Case_Equivalence):
1341         Add implementation.
1342         (Start_Search): Modify to use Start_Search_Internal
1343         (Start_Search_Internal): Add to break out an extra flag for searching
1344         case insensative due to the potential for directories within the same
1345         OS to allow different casing schemes.
1346         * sysdep.c (__gnat_name_case_equivalence): Add as a default fallback
1347         for when the more precise solution fails.
1349 2018-05-30  Hristian Kirtchev  <kirtchev@adacore.com>
1351         * checks.adb, exp_ch5.adb, exp_ch7.adb, exp_unst.adb, sem_eval.adb:
1352         Minor reformatting.
1354 2018-05-30  Pascal Obry  <obry@adacore.com>
1356         * libgnat/g-comlin.ads (Value_Callback, Define_Switch): New.
1357         * libgnat/g-comlin.adb: Add corresponding implementation.
1359 2018-05-30  Gary Dismukes  <dismukes@adacore.com>
1361         * sem_res.adb, sem_util.adb: Fix several typos.
1363 2018-05-30  Olivier Hainque  <hainque@adacore.com>
1365         * vx_crtbegin_attr.c (CTOR_ATTRIBUTE, DTOR_ATTRIBUTE): Empty.
1366         (eh_registration_ctors, eh_registration_tors): New static variables,
1367         forced in a .ctors/.dtors section, respectively, with priority.
1369 2018-05-30  Bob Duff  <duff@adacore.com>
1371         * aspects.ads, contracts.adb, exp_util.adb, expander.adb, expander.ads,
1372         freeze.adb, inline.adb, lib-xref.adb, sem.ads, sem_aggr.adb,
1373         sem_attr.adb, sem_ch13.adb, sem_ch3.adb, sem_ch5.adb, sem_ch6.adb,
1374         sem_ch8.adb, sem_dim.adb, sem_elab.adb, sem_res.adb, sem_res.ads,
1375         sinfo.ads: Spell preanalysis, preanalyze correctly.
1377 2018-05-30  Bob Duff  <duff@adacore.com>
1379         * libgnat/g-sestin.ads: Rework documentation comments.
1381 2018-05-30  Piotr Trojanek  <trojanek@adacore.com>
1383         * errout.adb, exp_aggr.adb, exp_ch7.adb, exp_util.adb, lib.adb,
1384         sem_ch13.adb, sem_ch4.adb, sem_res.adb, sem_util.adb
1385         (Has_Original_Node): Refactor to use Is_Rewrite_Substitution.
1387 2018-05-30  Piotr Trojanek  <trojanek@adacore.com>
1389         * sem_prag.adb (Analyze_Pragma): Remove conjuncts that are always true.
1391 2018-05-30  Hristian Kirtchev  <kirtchev@adacore.com>
1393         * sem_util.adb (Is_Atomic_Object): Cleaned up. Split the entity logic
1394         in a separate routine.
1395         (Is_Atomic_Object_Entity): New routine.
1396         (Is_Atomic_Prefix): Cleaned up.
1397         (Is_Synchronized_Object): Check that the object is atomic, or its type
1398         is atomic.
1399         (Object_Has_Atomic_Components): Removed.
1400         * sem_util.ads (Is_Atomic_Object): Reword the comment on usage.
1401         (Is_Atomic_Object_Entity): New routine.
1403 2018-05-30  Ed Schonberg  <schonberg@adacore.com>
1405         * sem_ch3.adb (Access_Subprogram_Declaration): The flag
1406         Needs_Activation_Record is only needed on a subprogram type, not on a
1407         pointer to such.
1408         * sem_res.adb (Resolve_Selected_Component): If the context type and the
1409         component type are anonymous access to subprograms, use the component
1410         type to obtain the proper value of Needs_Activation_Record flag for the
1411         expression.
1413 2018-05-30  Eric Botcazou  <ebotcazou@adacore.com>
1415         * gcc-interface/trans.c (gnat_to_gnu) <N_Assignment_Statement>: Add
1416         comment about the memset case.
1418 2018-05-30  Bob Duff  <duff@adacore.com>
1420         * exp_ch5.adb (Expand_Formal_Container_Element_Loop): Remove the code
1421         to analyze the Elmt_Decl, because it gets analyzed in the wrong scope.
1422         We need to analyze it as part of analyzing the block, so that if the
1423         call to Element that initializes Elmt_Decl returns on the secondary
1424         stack, the block will ss_mark/ss_release. This block is inside the
1425         loop; we don't want to leak memory until the loop exits.  The purpose
1426         of analyzing Elmt_Decl first was to catch the error of modifying it,
1427         which is illegal because it's a loop parameter. The above causes us to
1428         miss that error.  Therefore, we add a flag Is_Loop_Parameter, and set
1429         it on the Element entity, so we end up with an E_Variable node with the
1430         flag set.
1431         * einfo.ads, einfo.adb (Is_Loop_Parameter): New flag.
1432         * sem_ch5.adb (Diagnose_Non_Variable_Lhs): Give the "assignment to loop
1433         parameter not allowed" error if Is_Loop_Parameter.
1434         * sem_util.adb (Is_Variable): Return False if Is_Loop_Parameter, to
1435         trigger the call to Diagnose_Non_Variable_Lhs.
1437 2018-05-30  Arnaud Charlet  <charlet@adacore.com>
1439         * checks.adb (Apply_Scalar_Range_Check):
1440         * sem_eval.adb (Check_Non_Static_Context, Out_Of_Range): Ignore out of
1441         range values for System.Priority in CodePeer mode since the actual
1442         target compiler may provide a wider range.
1444 2018-05-30  Ed Schonberg  <schonberg@adacore.com>
1446         * exp_unst.adb: Search specification of main unit as well, for
1447         unnesting.
1449 2018-05-30  Ed Schonberg  <schonberg@adacore.com>
1451         * exp_ch7.adb (Check_Unnesting_Elaboration_Code): The statement part of
1452         a package body that is a compilation unit may contain blocks that
1453         declare local subprograms.  In Subprogram_Unnesting Mode such
1454         subprograms must be handled as nested inside the (implicit) elaboration
1455         procedure that executes that statement part. To handle properly uplevel
1456         references we construct that subprogram explicitly, to contain blocks
1457         and inner subprograms, The statement part of the compilation unit
1458         becomes a call to this subprogram. This is only done if blocks are
1459         present in the statement list of the body.
1461 2018-05-30  Bob Duff  <duff@adacore.com>
1463         * exp_ch7.adb: Minor comment fix.
1465 2018-05-30  Ed Schonberg  <schonberg@adacore.com>
1467         * exp_unst.adb (Visit_Node): Handle properly subprogram instantiations
1468         that have no corresponding body and appear as attributes of the
1469         corresponding wrapper package declaration.
1470         (Register_Subprogram): New subprogram, used for subprogram bodies and
1471         for subprogram instantiations to enter callable entity into Subp table.
1473 2018-05-30  Hristian Kirtchev  <kirtchev@adacore.com>
1475         * libgnat/s-secsta.adb: Reimplement the secondary stack support.
1476         * libgnat/s-secsta.ads: Update the documentation of all routines in the
1477         public part of the package.  Reimplement the private part of the
1478         package to account for the new secondary stack structure.  Add types
1479         and subprograms for testing purposes.  Add several documentation
1480         sections.
1482 2018-05-30  Hristian Kirtchev  <kirtchev@adacore.com>
1484         * exp_aggr.adb, exp_ch3.adb, exp_ch4.adb, exp_ch7.adb, exp_unst.adb,
1485         exp_util.adb, exp_util.ads, libgnat/a-calcon.adb, libgnat/a-calcon.ads,
1486         libgnat/s-os_lib.adb, repinfo.adb, sem_ch3.adb, sem_disp.adb,
1487         sem_disp.ads, sem_util.adb: Minor reformatting.
1489 2018-05-30  Arnaud Charlet  <charlet@adacore.com>
1491         * gcc-interface/Makefile.in: Move special flags for Ada runtime files
1492         from here...
1493         * Makefile.rtl: ... to here.  Update comments.  Protect call to
1494         "GCC_FOR_TARGET" in case target_os isn't defined.
1496 2018-05-30  Arnaud Charlet  <charlet@adacore.com>
1498         * gcc-interface/Makefile.in: Move target pair settings from here...
1499         * Makefile.rtl: ... to here.
1500         (setup-rts): New target.
1502 2018-05-29  Eric Botcazou  <ebotcazou@adacore.com>
1504         * doc/gnat_ugn/building_executable_programs_with_gnat.rst (Alphabetical
1505         List of All Switches): Replace "modules" with "units".
1506         (Subprogram Inlining Control): Likewise.
1507         * gnat_ugn.texi: Regenerate.
1508         * usage.adb (Usage): Fix description of -gnatn switch.
1510 2018-05-29  Arnaud Charlet  <charlet@adacore.com>
1512         * gcc-interface/Makefile.in: Fix typos.
1514 2018-05-29  Ed Schonberg  <schonberg@adacore.com>
1516         * exp_ch7.adb (Build_Finalizer_Call): Attach to tree the reference to
1517         the finalizer procedure in the At_End handler, for use in LLVM
1518         generation.
1520 2018-05-29  Javier Miranda  <miranda@adacore.com>
1522         * exp_ch4.adb (Expand_N_Op_Eq, Expand_Composite_Equality): Use the new
1523         subprogram Inherits_From_Tagged_Full_View to identify more reliably
1524         untagged private types completed with a derivation of an untagged
1525         private whose full view is a tagged type.
1526         * sem_util.ads, sem_util.adb (Inherits_From_Tagged_Full_View): New
1527         subprogram.
1528         (Collect_Primitive_Operations): Handle untagged private types completed
1529         with a derivation of an untagged private type whose full view is a
1530         tagged type. In such case, collecting the list of primitives we may
1531         find two equality primitives: one associated with the untagged private
1532         and another associated with the ultimate tagged type (and we must
1533         remove from the returned list this latter one).
1535 2018-05-29  Ed Schonberg  <schonberg@adacore.com>
1537         * exp_unst.adb (Visit_Node): Handle statement sequences that include an
1538         At_End handler.
1540 2018-05-29  Eric Botcazou  <ebotcazou@adacore.com>
1542         * repinfo.adb (List_Entities): Also recurse into blocks without label.
1544 2018-05-29  Ed Schonberg  <schonberg@adacore.com>
1546         * exp_ch6.adb (Expand_N_Subprogram_Body): Do not generate push/pop for
1547         exceptions if subprogram unnesting is in effect, because these branch
1548         nodes are relevant only in the presence of nested subprograms.
1550 2018-05-29  Ed Schonberg  <schonberg@adacore.com>
1552         * libgnat/s-fatgen.adb (Succ, Pred):  Raise Constraint_Error
1553         unconditionally when applied to the largest positive (resp. largest
1554         negative) value of a floating-point type.
1556 2018-05-29  Ed Schonberg  <schonberg@adacore.com>
1558         * einfo.ads, einfo.adb: Clarify use of Activation_Record_Component:
1559         discriminants and exceptions are never components of such.  The flag
1560         Needs_Activation_Record is set on subprogram types, not on access to
1561         them.
1563 2018-05-29  Ed Schonberg  <schonberg@adacore.com>
1565         * sem_ch3.adb: Set scope of component of subtype.
1567 2018-05-29  Ed Schonberg  <schonberg@adacore.com>
1569         * exp_unst.adb (Visit_Node): Exclude selected components whose prefix
1570         carry no type. Such selected components appear in unit names that are
1571         child units, both in the specification and possibly in an end label for
1572         the unit, and they do not contain any relevant uplevel references.
1574 2018-05-29  Arnaud Charlet  <charlet@adacore.com>
1576         * libgnat/a-calend.ads, libgnat/a-calend.adb (Epoch_Offset): Make it a
1577         function.
1579 2018-05-29  Olivier Hainque  <hainque@adacore.com>
1581         * libgnat/system-vxworks7-ppc-rtp.ads: New file.
1582         * libgnat/system-vxworks7-ppc-kernel.ads: New file.
1583         * libgnat/system-vxworks7-e500-rtp.ads: New file.
1584         * libgnat/system-vxworks7-e500-kernel.ads: New file.
1585         * libgnat/system-vxworks7-x86-rtp.ads: New file.
1586         * libgnat/system-vxworks-ppc64-kernel.ads: Rename as ...
1587         * libgnat/system-vxworks7-ppc64-kernel.ads: and adjust name of
1588         gnat-crtbe link spec to use the vx7 variant.
1590 2018-05-29  Olivier Hainque  <hainque@adacore.com>
1592         * vx_crtbegin.inc: Use a consistent naming convention for the
1593         registration/deregistration functions across RTP or kernel.  Remove the
1594         ctor/dtor attribute setting based on RTP/kernel, expect the optional
1595         attribute extension to be provided by includers instead.
1596         * vx_crtbegin.c: Mere inclusion of vx_crtbegin.inc with empty attribute
1597         extension for the registration/deregistration functions.
1598         * vx_crtbegin_attr.c: New file. Include vx_crtbegin.inc with explicit
1599         constructor/destructor attribute extensions.
1600         * vx_crtbegin_array.c: New file. Include vx_crtbegin.inc with empty
1601         attribute extensions and declare _ctors/_dtors arrays.
1602         * vx_crtbegin_auto.c: Remove.
1603         * libgnat/system-vxworks7-aarch64-rtp-smp.ads: Use
1604         vxworks7-gnat-crtbe-link.spec.
1605         * libgnat/system-vxworks7-aarch64.ads: Likewise.
1606         * libgnat/system-vxworks7-e500-rtp-smp.ads: Likewise.
1607         * libgnat/system-vxworks7-ppc-rtp-smp.ads: Likewise.
1608         * libgnat/system-vxworks7-ppc64-rtp-smp.ads: Likewise.
1609         * libgnat/system-vxworks7-x86-kernel.ads: Likewise.
1610         * libgnat/system-vxworks7-x86-rtp-smp.ads: Likewise.
1611         * libgnat/system-vxworks7-x86_64-kernel.ads: Likewise.
1612         * libgnat/system-vxworks7-x86_64-rtp-smp.ads: Likewise.
1614 2018-05-29  Piotr Trojanek  <trojanek@adacore.com>
1616         * ali.adb: Minor reformatting.
1618 2018-05-29  Joel Brobecker  <brobecker@adacore.com>
1620         * doc/gnat_ugn/platform_specific_information.rst: Update package
1621         requirements for 32bit GNAT on x86_64-linux.
1622         * gnat_ugn.texi: Regenerate.
1624 2018-05-29  Eric Botcazou  <ebotcazou@adacore.com>
1626         * doc/gnat_ugn/building_executable_programs_with_gnat.rst (Debugging
1627         Control): Adjust description of -gnatRj.
1628         * gnat_ugn.texi: Regenerate.
1629         * opt.ads (List_Representation_Info_To_JSON): Likewise.
1630         * repinfo.adb (List_Rep_Info): Do not automatically create a file
1631         if List_Representation_Info_To_JSON is true.
1632         * switch-c.adb (Scan_Front_End_Switches) <R>: Remove incompatibility
1633         check between -gnatRj and -gnatRs.
1634         * usage.adb (Usage): Adjust description of -gnatRj.
1636 2018-05-29  Pascal Obry  <obry@adacore.com>
1638         * libgnat/s-os_lib.adb (Normalize_Pathname): Fix handling of ".." in
1639         the root directory.
1641 2018-05-29  Pascal Obry  <obry@adacore.com>
1643         * libgnat/s-os_lib.adb: Minor reformatting.
1645 2018-05-29  Doug Rupp  <rupp@adacore.com>
1647         * libgnat/a-calend.adb (Epoch_Offset): Move from body to ...
1648         * libgnat/a-calend.ads (Epoch_Offset): to private part of spec
1649         * libgnat/a-calcon.ads (To_Unix_Nano_Time): New function spec.
1650         * libgnat/a-calcon.adb (To_Unix_Nano_Time): New function body.
1652 2018-05-29  Eric Botcazou  <ebotcazou@adacore.com>
1654         * repinfo.ads (JSON format): Document new pair for components.
1655         * repinfo.adb (Derived_Discriminant): New function.
1656         (List_Structural_Record_Layout): Add Outer_Ent parameter and pass it
1657         in recursive calls. If the record type is the parent of an extension,
1658         find and list the derived discriminant from the extension, if any.
1659         (List_Component_Layout): List the Discriminant_Number in JSON mode.
1660         (List_Record_Info): Adjust call to List_Structural_Record_Layout.
1662 2018-05-29  Eric Botcazou  <ebotcazou@adacore.com>
1664         * doc/gnat_ugn/building_executable_programs_with_gnat.rst (Alphabetical
1665         List of All Switches): Document -gnatRj.
1666         (Debugging Control): Likewise.
1667         * gnat_ugn.texi: Regenerate.
1668         * opt.ads (List_Representation_Info_To_JSON): New boolean variable.
1669         * osint-c.adb (Create_Repinfo_File): Use the .json instead of .rep
1670         extension if List_Representation_Info_To_JSON is true.
1671         * repinfo.ads: Document the JSON output format.
1672         * repinfo.adb (List_Location): New procedure.
1673         (List_Array_Info): Add support for JSON output.
1674         (List_Entities): Likewise.
1675         (Unop): Likewise.
1676         (Binop): Likewise.
1677         (Print_Expr): Likewise.
1678         (List_Linker_Section): Likewise.
1679         (List_Mechanisms): Likewise.
1680         (List_Name): Likewise.
1681         (List_Object_Info): Likewise.
1682         (List_Record_Info): Likewise.
1683         (List_Component_Layout): Likewise.  Add Indent parameter.
1684         (List_Structural_Record_Layout): New procedure.
1685         (List_Attr): Add support for JSON output.
1686         (List_Type_Info): Likewise.
1687         (Write_Unknown_Val): Likewise.
1688         * switch-c.adb (Scan_Front_End_Switches) <R>: Deal with 'j'.
1689         * usage.adb (Usage): List -gnatRj.
1691 2018-05-29  Eric Botcazou  <ebotcazou@adacore.com>
1693         * repinfo.adb (List_Component_Layout): New procedure extracted from...
1694         (List_Record_Layout): ...here.  Invoke it.
1696 2018-05-29  Eric Botcazou  <ebotcazou@adacore.com>
1698         * repinfo.adb (Write_Unknown_Val): New procedure.
1699         (List_GCC_Expression): Call it.
1700         (List_Record_Layout): Likewise.
1701         (Write_Val): Likewise.
1703 2018-05-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1705         * exp_ch4.adb (Expand_N_Op_Abs): Clear Do_Overflow_Check when inserting
1706         code to do check.
1708 2018-05-29  Arnaud Charlet  <charlet@adacore.com>
1710         * lib-writ.adb (Write_ALI): Do not use new function from s-casuti yet.
1711         This breaks build of cross compilers with older versions of GNAT, so
1712         better avoid it.
1714 2018-05-29  Doug Rupp  <rupp@adacore.com>
1716         * libgnarl/s-taprop.ads (Monotonic_Clock): Refine documentation to
1717         reflect reality.
1719 2018-05-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1721         * exp_ch4.adb (Expand_N_Op_Abs): Always do range check against 'First.
1723 2018-05-29  Eric Botcazou  <ebotcazou@adacore.com>
1725         * repinfo.adb (List_Entities): Do not list the Linker_Section for
1726         subprograms here...
1727         (List_Mechanisms): ...but here instead.  Use consistent name output
1728         and formatting conventions.
1730 2018-05-29  Bob Duff  <duff@adacore.com>
1732         * lib-writ.adb (Write_ALI): Cleanup: avoid use of global var; call new
1733         To_Lower function.
1734         * libgnat/s-casuti.ads, libgnat/s-casuti.adb (To_Upper, To_Lower,
1735         To_Mixed): New functions.
1736         * osint.adb: Cleanup: use Is_Directory_Separator, which correctly
1737         allows both '\' and '/' on Windows.
1739 2018-05-28  Eric Botcazou  <ebotcazou@adacore.com>
1741         * repinfo.ads: Minor fixes and tweaks in comments.
1743 2018-05-28  Eric Botcazou  <ebotcazou@adacore.com>
1745         * repinfo.adb (List_GCC_Expression): Remove Valop and replace calls to
1746         it with calls to Unop.
1748 2018-05-28  Eric Botcazou  <ebotcazou@adacore.com>
1750         * repinfo.ads (TCode): Adjust range.
1751         (Truth_Andif_Expr): Remove.
1752         (Truth_Orif_Expr): Likewise.
1753         (Truth_And_Expr .. Dynamic_Val): Adjust value.
1754         * repinfo.adb (Print_Expr): Remove handling of Truth_{And,Or}if_Expr.
1755         (Rep_Value): Likewise.
1756         * repinfo.h (Truth_Andif_Expr): Remove.
1757         (Truth_Orif_Expr): Likewise.
1758         (Truth_And_Expr .. Dynamic_Val): Adjust value.
1759         * gcc-interface/decl.c (annotate_value) <TRUTH_ANDIF_EXPR>: Fall
1760         through to TRUTH_AND_EXPR case.
1761         <TRUTH_ORIF_EXPR>: Fall through to TRUTH_OR_EXPR case.
1763 2018-05-28  Ed Schonberg  <schonberg@adacore.com>
1765         * exp_unst.adb (Visit_Node): For indexed components and attribute
1766         references, examine index expressions or associated expressions as well
1767         to record uplevel references.
1768         (Vist_Node): For function and procedure calls, if a formal is an
1769         unconstrained array and the actual is constrained, check whether bounds
1770         of actual have uplevel references.
1772 2018-05-28  Ed Schonberg  <schonberg@adacore.com>
1774         * einfo.ads, einfo.adb: Exceptions can be uplevel references, and thus
1775         they can appear as components of activation records.
1776         * exp_unst.adb (Visit_Node): A reference to an exception may be an
1777         uplevel reference.
1779 2018-05-28  Eric Botcazou  <ebotcazou@adacore.com>
1781         * exp_ch4.adb (Expand_Composite_Equality): Compute whether the size
1782         depends on a discriminant manually instead of using the predicate
1783         Size_Depends_On_Discriminant in the array type case.
1785 2018-05-28  Ed Schonberg  <schonberg@adacore.com>
1787         * exp_unst.adb (Check_Static_Type): For a record subtype, check
1788         discriminant constraints as well.
1789         (Visit_Node): For a selected component, check type of prefix, as is
1790         done for indexed components and slices.
1792 2018-05-28  Javier Miranda  <miranda@adacore.com>
1794         * exp_ch4.adb (Real_Range_Check): Add a temporary to store the integer
1795         value when converting a float value to a fixed-point value. This is
1796         required for CCG because it handles fixed-point types by means of
1797         unsigned integer type variables. The range check is now performed using
1798         the integer value stored in this temporary.
1800 2018-05-28  Yannick Moy  <moy@adacore.com>
1802         * sem_util.adb (Is_OK_Volatile_Context): Add attributes First, Last and
1803         Length as valid non-interfering contexts for SPARK.
1805 2018-05-28  Claire Dross  <dross@adacore.com>
1807         * sem_disp.ads, sem_disp.adb (Inheritance_Utilities): Package for
1808         generic inheritance utilities.
1809         (Generic_Inherited_Subprograms): Generic version of
1810         Inherited_Subprograms, generic in Find_Dispatching_Type function.
1811         (Generic_Is_Overriding_Subprogram): Generic version of
1812         Is_Overriding_Subprogram, generic in Find_Dispatching_Type function.
1813         (Inherited_Subprograms): Instance of Generic_Inherited_Subprograms with
1814         Sem_Disp.Find_Dispatching_Type.
1815         (Is_Overriding_Subprogram): Instance of
1816         Generic_Is_Overriding_Subprogram with Sem_Disp.Find_Dispatching_Type.
1817         (Inheritance_Utilities_Inst): Instance of Inheritance_Utilities
1818         with Sem_Disp.Find_Dispatching_Type.
1820 2018-05-28  Eric Botcazou  <ebotcazou@adacore.com>
1822         * exp_ch4.adb (Expand_Composite_Equality): For a composite (or FP)
1823         component type, do not expand array equality using the unconstrained
1824         base type, except for the case where the bounds of the type depend on a
1825         discriminant.
1827 2018-05-28  Ed Schonberg  <schonberg@adacore.com>
1829         * einfo.ads, einfo.adb (Needs_Activation_Record): New flag on
1830         access-to-subprogram types, to indicate that an indirect call through
1831         such a type requires an activation record when compiling for LLVM.
1832         * sem_ch3.adb (Access_Subprogram_Declaration): Set new flag as needed.
1834 2018-05-28  Ed Schonberg  <schonberg@adacore.com>
1836         * exp_ch4.adb (Real_Range_Check): Specialize float-to-fixed conversions
1837         when bounds of fixed type are static, to remove some spuerfluous
1838         implicit conversions and provide an accurate result when converting
1839         back and forth between the fixed point type and a floating point type.
1841 2018-05-28  Ed Schonberg  <schonberg@adacore.com>
1843         * exp_unst.adb (Unnest_Subprogram): Prevent creation of empty
1844         activation records.
1846 2018-05-28  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1848         * exp_unst.adb (Check_Static_Type): Add argument to indicate node to be
1849         replaced, if any; all callers changed.
1850         (Note_Uplevel_Ref): Likewise.  Also replace reference to deferred
1851         constant with private view so we take the address of that entity.
1852         (Note_Uplevel_Bound): Add argument to indicate node to be replaced, if
1853         any; all callers changed.  Handle N_Indexed_Component like
1854         N_Attribute_Reference.  Add N_Type_Conversion case.
1855         (Visit_Node): Indexed references can be uplevel if the type isn't
1856         static.
1857         (Unnest_Subprograms): Don't rewrite if no reference given.  If call has
1858         been relocated, set first_named pointer in original node as well.
1860 2018-05-28  Ed Schonberg  <schonberg@adacore.com>
1862         * exp_aggr.adb (Flatten): Copy tree of expression in a component
1863         association with a range or a set of discrete choices, rather than
1864         relocating the node. This avoids inconsistencies in the tree when
1865         handling nested subprograms with uplevel references for LLVM.
1867 2018-05-28  Arnaud Charlet  <charlet@adacore.com>
1869         * exp_util.adb (Possible_Bit_Aligned_Component): Always return False in
1870         codepeer mode.
1872 2018-05-28  Arnaud Charlet  <charlet@adacore.com>
1874         * exp_unst.adb: Fix typo.
1876 2018-05-28  Bob Duff  <duff@adacore.com>
1878         * libgnat/a-convec.adb (Query_Element): Minor cleanup: remove an
1879         unnecessary use of 'Unrestricted_Access.
1881 2018-05-28  Hristian Kirtchev  <kirtchev@adacore.com>
1883         * repinfo.adb (Expr_Value_S): New routine.
1884         (List_Linker_Section): Properly extract the value of the section
1885         argument.
1887 2018-05-28  Patrick Bernardi  <bernardi@adacore.com>
1889         * doc/gnat_ugn/building_executable_programs_with_gnat.rst: Update the
1890         description of the -D binder switch to reflect current usage.
1891         * gnat_ugn.texi: Regenerate.
1893 2018-05-28  Gary Dismukes  <dismukes@adacore.com>
1895         * exp_ch3.adb: Minor reformatting
1897 2018-05-28  Justin Squirek  <squirek@adacore.com>
1899         * exp_ch3.adb
1900         (Build_Initialization_Call): Add logic to pass the appropriate actual to match
1901          new formal.
1902         (Init_Formals): Add new formal *_skip_null_excluding_check
1903         * exp_util.adb, exp_util.ads
1904         (Enclosing_Init_Proc): Added to fetch the enclosing Init_Proc from the current
1905          scope.
1906         (Inside_Init_Proc): Refactored to use Enclosing_Init_Proc
1907         (Needs_Conditional_Null_Excluding_Check): Added to factorize the predicate
1908          used to determine how to generate an Init_Proc for a given type.
1909         (Needs_Constant_Address): Minor reformatting
1910         * sem_res.adb
1911         (Resolve_Null): Add logic to generate a conditional check in certain cases
1913 2018-05-28  Hristian Kirtchev  <kirtchev@adacore.com>
1915         * exp_aggr.adb, gnatlink.adb, sem_ch6.adb, sem_res.adb, sem_util.adb:
1916         Minor reformatting.
1918 2018-05-28  Hristian Kirtchev  <kirtchev@adacore.com>
1920         * sem_prag.adb (Process_Atomic_Independent_Shared_Volatile): Include
1921         the declarations of single concurrent types because they fall in the
1922         category of full type and object declarations.
1924 2018-05-28  Eric Botcazou  <ebotcazou@adacore.com>
1926         * repinfo.adb (Compute_Max_Length): Skip _Parent component.
1927         (List_Record_Layout): Likewise.
1929 2018-05-28  Ed Schonberg  <schonberg@adacore.com>
1931         * sem_util.adb (Is_Function_Result): Add a warning if a postcondition
1932         includes a call to function to which it applies. This may mean an
1933         omission of an attribute reference 'Result, in particular if the
1934         function is pqrameterless.
1936 2018-05-28  Justin Squirek  <squirek@adacore.com>
1938         * sem_ch8.adb (Find_Expanded_Name): Add extra guard to make sure the
1939         misresolved package name is not a case of mistaken identity.
1941 2018-05-28  Yannick Moy  <moy@adacore.com>
1943         * sem_res.adb (Resolve_Range): Re-resolve the low bound of a range in
1944         GNATprove mode, as the order of resolution (low then high) means that
1945         all the information is not available when resolving the low bound the
1946         first time.
1948 2018-05-28  Eric Botcazou  <ebotcazou@adacore.com>
1950         * repinfo.adb (List_Array_Info): Start with an explicit blank line and
1951         end with the linker section, if any.
1952         (List_Entities): Do not output the linker section for record types,
1953         array types and variables.
1954         (Print_Expr): Factor out common processing for unary operators and
1955         special values.  Adjust and reorder the various cases.
1956         (List_Object_Info): End with the linker section, if any.
1957         (List_Record_Info): Likewise.
1958         (List_Type_Info): Do not start with a blank line.
1960 2018-05-25  Nicolas Roche  <roche@adacore.com>
1962         * libgnat/s-valrea.adb (Scan_Real): Abort computation once it is sure
1963         that the result will be either -infinite or +infinite.
1965 2018-05-25  Patrick Bernardi  <bernardi@adacore.com>
1967         * libgnat/s-parame.ads, libgnat/s-parame__vxworks.ads,
1968         libgnat/s-parame__ae653.ads, libgnat/s-parame__hpux.ads (Size_Type):
1969         Expand range of type to match the address space of the target.
1970         (Task_Storage_Size): Remove unused type.
1972 2018-05-25  Ed Schonberg  <schonberg@adacore.com>
1974         * sem_res.adb (Set_Mixed_Mode_Operand): If the operand is an expression
1975         of a fixed point type and the parent is a multiplying operation,
1976         resolve the operand with its own type because the context will impose a
1977         resulting type on the result of the multiplication by means of
1978         approriate conversion.
1980 2018-05-25  Hristian Kirtchev  <kirtchev@adacore.com>
1982         * exp_ch3.adb (Default_Initialize_Object): Ensure that the analysis of
1983         the in-place initialization aggregate created for pragmas
1984         Initialize_Scalars or Normalize_Scalars is performed with checks
1985         suppressed.
1987 2018-05-25  Arnaud Charlet  <charlet@adacore.com>
1989         * exp_aggr.adb (Convert_To_Positional): Bump default for
1990         Max_Others_Replicate to 32. Update comments.
1991         * osint.ads (Unknown_Attributes): No longer pretend this is a constant.
1992         (No_File_Info_Cache): Initialize separately.
1993         * osint.adb (No_File_Info_Cache): Update initializer.
1995 2018-05-25  Javier Miranda  <miranda@adacore.com>
1997         * sem_res.adb (Resolve_Membership_Op): Allow the use of the membership
1998         test when the left operand is a class-wide interface and the right
1999         operand is not a class-wide type.
2000         * exp_ch4.adb (Tagged_Membership): Adding support for interface as the
2001         left operand.
2003 2018-05-25  Ed Schonberg  <schonberg@adacore.com>
2005         * exp_aggr.adb (Flatten): A quantified expression cannot be duplicated
2006         in an others clause to prevent visibility issues with the generated
2007         loop variable.
2008         (Component_OK_For_Backend): Return false for a quantified expression.
2009         (Check_Static_Component): Ditto.
2011 2018-05-25  Hristian Kirtchev  <kirtchev@adacore.com>
2013         * libgnat/s-secsta.adb (SS_Allocate): Reimplemented.
2014         (SS_Allocate_Dynamic): New routine. The allocation logic is now split
2015         into three distring cases rather than in one loop which attempts to
2016         handle all three cases. This rewrite eliminates an issue where the last
2017         frame of the stack cannot be freed, thus causing the memory range of a
2018         new frame to approach the overflow point of the memory index type.
2019         Since the overflow is logically treated as a
2020         too-much-memory-on-the-stack scenario, it causes a bogus Storage_Error.
2021         (SS_Allocate_Static): New routine. The routine factorizes the static
2022         secondary stack-related code from the former SS_Allocate.
2024 2018-05-25  Sergey Rybin  <rybin@adacore.com>
2026         * doc/gnat_ugn/gnat_and_program_execution.rst: Add description of '-U'
2027         option for gnatelim.
2029 2018-05-25  Ed Schonberg  <schonberg@adacore.com>
2031         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Do not create
2032         Class_Wide_Clone_Body when analyzing a subprogram_body_stub: the clone
2033         is created when the proper body of the stub is analyzed.
2034         * sem_util.adb (ZBuild_Class_Wide_Clone_Body): If the subprogram body
2035         is the proper body of a subunit, the cloned body must be inserted in
2036         the declarative list that contains the stub.
2038 2018-05-25  Justin Squirek  <squirek@adacore.com>
2040         * exp_ch6.adb (Expand_Simple_Function_Return): Add guard in check to
2041         generate code for 6.5(8-10) so that we don't get an assertion error
2042         when dealing with an incomplete return type.
2044 2018-05-25  Arnaud Charlet  <charlet@adacore.com>
2046         * pprint.adb (Expression_Name): Strip too long expressions to avoid
2047         carrying very large strings.
2049 2018-05-25  Patrick Bernardi  <bernardi@adacore.com>
2051         * switch-b.adb (Scan_Binder_Switches): binder switch -Q accepts Natural
2052         numbers.
2054 2018-05-25  Doug Rupp  <rupp@adacore.com>
2056         * tracebak.c (aarch64-linux): Implement.
2058 2018-05-25  Justin Squirek  <squirek@adacore.com>
2060         * sem_ch8.adb: Minor reformatting.
2062 2018-05-25  Piotr Trojanek  <trojanek@adacore.com>
2064         * sem_util.adb (Iterate_Call_Parameters): Fix code convention and
2065         assertions.
2067 2018-05-25  Hristian Kirtchev  <kirtchev@adacore.com>
2069         * einfo.adb, einfo.ads, exp_ch3.adb, exp_ch8.adb, exp_unst.adb,
2070         pprint.adb, sem_ch12.adb, sem_ch3.adb, sem_prag.adb, sem_util.adb:
2071         Minor reformatting.
2073 2018-05-25  Ed Schonberg  <schonberg@adacore.com>
2075         * sem_ch12.adb (Instance_Exists): New function, subsidiary of
2076         Validate_Derived_Type_Instance, to verify that all interfaces
2077         implemented by the formal type are also implemented by the actual. The
2078         verification is complicated when an interface of the formal is declared
2079         in a generic unit and the actual is declared in an instance of it.
2080         There is currently no mechanism to relate an interface declared within
2081         a generic to the corresponding interface in an instance, so we must
2082         traverse the list of interfaces of the actual, looking for a name
2083         match, and verifying that that interface is declared in an instance.
2085 2018-05-25  Piotr Trojanek  <trojanek@adacore.com>
2087         * sem_util.adb (Iterate_Call_Parameters): Rewrite with extra
2088         assertions; replace function versions of Next_Formal/Next_Actual with
2089         their procedural versions (which are more concise).
2091 2018-05-25  Doug Rupp  <rupp@adacore.com>
2093         * libgnarl/s-osinte__aix.ads, libgnarl/s-osinte__android.ads,
2094         libgnarl/s-osinte__darwin.ads, libgnarl/s-osinte__freebsd.ads,
2095         libgnarl/s-osinte__hpux.ads, libgnarl/s-osinte__kfreebsd-gnu.ads,
2096         libgnarl/s-osinte__linux.ads, libgnarl/s-osinte__lynxos178e.ads,
2097         libgnarl/s-osinte__qnx.ads, libgnarl/s-osinte__rtems.ads
2098         (Relative_Timed_Wait): Remove.
2099         * libgnarl/s-tpopmo.adb (Timed_Sleep, Timed_Delay): Rewrite to allow
2100         for incremental looping. Remove references to Rel_Time and
2101         Relative_Timed_Wait.
2102         * libgnat/s-osprim__posix.adb, libgnat/s-osprim__posix2008.adb
2103         (Timed_Delay): Make separate.
2104         * libgnat/s-optide.adb: New separate procedure.
2105         * libgnat/s-osprim.ads (Max_System_Delay): New constant.
2106         * libgnat/s-osprim__lynxos.ads (Max_Sensible_Delay): Set to 6 months.
2107         (Max_System_Delay): New constant.
2109 2018-05-25  Ed Schonberg  <schonberg@adacore.com>
2111         * sem_ch12.adb (Validate_Derived_Type_Instance): Verify that the actual
2112         for a formal derived type implements all the interfaces declared for
2113         the formal.
2115 2018-05-25  Yannick Moy  <moy@adacore.com>
2117         * sem_prag.adb (Check_Applicable_Policy): Deal specially with CodePeer
2118         and GNATprove modes when applicable policy is Ignore.
2120 2018-05-25  Eric Botcazou  <ebotcazou@adacore.com>
2122         * freeze.adb (Freeze_Enumeration_Type): Do not give integer size to a
2123         boolean type with convention C.
2124         * libgnat/i-cexten.ads (bool): Change to boolean with convention C.
2125         * gcc-interface/decl.c (gnat_to_gnu_entity): Add new local variable
2126         FOREIGN and use it throughout the function.
2127         <E_Enumeration_Type>: Set precision 1 on boolean types with foreign
2128         convention.
2129         <E_Enumeration_Subtype>: Likewise for subtypes.
2130         <E_Record_Type>: Force the size of a storage unit on empty classes.
2131         * gcc-interface/utils.c (make_type_from_size) <BOOLEAN_TYPE>: Skip
2132         boolean types with precision 1 if the size is the expected one.
2134 2018-05-25  Arnaud Charlet  <charlet@adacore.com>
2136         * pprint.adb (Expression_Name): Do not print non ASCII characters.
2138 2018-05-25  Bob Duff  <duff@adacore.com>
2140         * libgnat/a-strunb__shared.ads, libgnat/a-stwiun__shared.ads,
2141         libgnat/a-stzunb__shared.ads: (Initialize, Adjust): Add pragma Inline.
2143 2018-05-25  Bob Duff  <duff@adacore.com>
2145         * sem_util.ads: Minor comment fix.
2147 2018-05-25  Ed Schonberg  <schonberg@adacore.com>
2149         * exp_unst.adb (Visit_Node): Restrict check for uplevel references in
2150         prefixes of array attributes, to prefixes that are entity names whose
2151         type is constrained.
2152         (Note_Uplevel_Bound): Verify that the bound is declared in an enclosing
2153         subprogram, as itype created for loops in pre/postcondition may appear
2154         in loops at the library level.
2156 2018-05-25  Ed Schonberg  <schonberg@adacore.com>
2158         * sem_ch13.adb (Build_Predicate_Functions): The predicate function
2159         declaration is inserted into the tree and analyzed at that point, so
2160         should not be reinserted when the body is constructed. Inside a
2161         generic, ensure that the body is not inserted twice in the tree.
2163 2018-05-25  Yannick Moy  <moy@adacore.com>
2165         * sem_prag.adb (Check_Grouping): Modify test to ignore statements and
2166         declarations not coming from source.
2168 2018-05-25  Fedor Rybin  <frybin@adacore.com>
2170         * doc/gnat_ugn/gnat_utility_programs.rst: Document new switch
2171         --copy-environment for gnattest.
2173 2018-05-24  Piotr Trojanek  <trojanek@adacore.com>
2175         * sem_elab.adb (Non_Private_View): Simplify by removing a local Result
2176         variable.
2177         * sem_prag.adb (Get_Base_Subprogram): Same as above.
2179 2018-05-24  Eric Botcazou  <ebotcazou@adacore.com>
2181         * fe.h (Set_Normalized_First_Bit): Declare.
2182         (Set_Normalized_Position): Likewise.
2183         * repinfo.adb (List_Record_Layout): Do not use irregular output for a
2184         variable position.  Fix minor spacing issue.
2185         * gcc-interface/decl.c (annotate_rep): If a field has a variable
2186         offset, compute the normalized position and annotate it in addition to
2187         the bit offset.
2189 2018-05-24  Eric Botcazou  <ebotcazou@adacore.com>
2191         * gcc-interface/trans.c (Handled_Sequence_Of_Statements_to_gnu):
2192         Constify and rename variables.  Fix formatting.
2193         (gnat_to_gnu) <N_Exception_Handler>: Minor tweak.
2194         <N_Raise_Statement>: Likewise.
2196 2018-05-24  Javier Miranda  <miranda@adacore.com>
2198         * exp_ch8.adb (Build_Body_For_Renaming): Adding support to build the
2199         body of a variant record equality renaming.
2200         (Expand_N_Subprogram_Renaming_Declaration): Adapt the code to the new
2201         implementation of Build_Body_For_Renaming.
2202         * exp_ch3.ads (Build_Variant_Record_Equality): New library level
2203         function that factorizes the functionality needed by
2204         Build_Body_For_Renaming and Expand_Freeze_Record_Type to build the body
2205         of a variant record equality subprogram.
2206         * exp_ch3.adb (Build_Variant_Record_Equality): New subprogram.
2207         (Build_Variant_Record_Equality): New local procedure of
2208         Expand_Freeze_Record_Type containing all the code specific for freezing
2209         the record type that cannot be place in the new library level function.
2211 2018-05-24  Ed Schonberg  <schonberg@adacore.com>
2213         * einfo.ads, einfo.adb (Is_Activation_Record): New flag on
2214         in_parameters, used when unesting subprograms for LLVM, to indicate
2215         that a generated parameter carries the activation record from the
2216         enclosing subprogram.
2217         * exp_unst.adb (Check_Static_Type): Handle array attributes of types
2218         whose bounds may contain up-level references that need to be added to
2219         an activation recoord.
2220         (Add_Extra_Formal): Set Is_Activation_Record on new formal.
2222 2018-05-24  Yannick Moy  <moy@adacore.com>
2224         * pprint.adb (Expression_Image): Improve the printing of expressions,
2225         by taking more cases into account, in particular qualified expressions
2226         and aggregates.  Also count more the number of parentheses to close
2227         after the expression.
2229 2018-05-24  Javier Miranda  <miranda@adacore.com>
2231         * sem_ch3.adb (Is_Visible_Component): For untagged types add missing
2232         check for renamed discriminants.
2233         * sem_ch4.adb (Analyze_Overloaded_Selected_Component,
2234         Analyze_Selected_Component, Check_Misspelled_Selector): For calls to
2235         Is_Visible_Component pass the associated selector node to allow
2236         checking renamed discriminants on untagged types.
2238 2018-05-24  Ed Schonberg  <schonberg@adacore.com>
2240         * sem_ch8.adb (Analyze_Use_Type): Do not assign the Prev_Use_Clause
2241         link to a use_type clause if this would cause an infinite loop in the
2242         machinery that detects redundant use clauses. This may happen when the
2243         redundant clauses appear in the context of a child unit and the context
2244         of its parent.
2246 2018-05-24  Piotr Trojanek  <trojanek@adacore.com>
2248         * sinfo.ads: Fix grammar in comment.
2250 2018-05-24  Justin Squirek  <squirek@adacore.com>
2252         * einfo.ads, einfo.adb (Append_Entity): Modified to use Link_Entities
2253         and manage doubly-linked entity chain.
2254         (Nested_Scenarios): Removed entity field used for optimization during
2255          elaboration to make room for the new field Prev_Entity.
2256         (Link_Entities): Added to replace redundant calls to Set_Next_Entity
2257         and Set_Prev_Entity as well as centralize changes to the entity chain.
2258         (Predicated_Parent): Modified to use Node38.
2259         (Prev_Entity): Added to fetch new node field Prev_Entity in all entity
2260         types.
2261         (Remove_Entity): Moved from sem_util.
2262         (Set_Nested_Scenarios): Deleted.
2263         (Set_Predicated_Parent): Modified to use Node38.
2264         (Set_Prev_Entity): Added to set Prev_Entity field.
2265         (Set_Validated_Object): Modified to use Node38.
2266         (Unlink_Next_Entity): Added to process Prev_Entity when an unlinking
2267         action is required.
2268         (Validated_Object): Modified to use Node38.
2269         (Write_Field36_Name): Remove Nested_Scenarios, Validated_Object, and
2270         predicated parent cases.
2271         (Write_Field38_Name): Add predicated parent and Validated_Object cases.
2272         * sem_ch3.adb (Process_Subtype): Add guard to protect against
2273         inappropriate marking of Predicated_Parent to non-itype subtypes.
2274         (Make_Class_Wide_Type): Preserve Prev_Entity field and set in new type.
2275         (Copy_And_Swap): Add setting of Prev_Entity.
2276         (Build_derived_Record_Type): Replace Set_Next_Entity w/ Link_Entities.
2277         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Replace Set_Next_Entity
2278         w/ Link_Entities.
2279         (New_Overloaded_Entity): Remove block created to search for previous
2280         entities in the entity chain with relevant calls to Prev_Entity as well
2281         as replace duplicated code from Remove_Entity_And_Homonym with a call
2282         to that subprogram.
2283         * sem_ch7.adb (Exchange_Declarations): Replace Set_Next_Entity w/
2284         Link_Entities.
2285         * sem_elab.adb (Find_And_Process_Nested_Scenarios): Remove global and
2286         initial subprogram declarations related to Nested_Scenarios.
2287         (Process_Nested_Scenarios): Deleted.
2288         (Save_Scenario): Deleted.
2289         (Traverse_Body): Remove optimization for Nested_Scenarios so as to free
2290         node space in the entity tree.
2291         * sem_util.adb, sem_util.ads (Remove_Entity): Moved to einfo.
2292         (Remove_Entity_And_Homonym): Added to separate functionality of
2293         Remove_Entity from the homonym chain directly.
2294         * exp_attr.adb (Expand_N_Attribute_Reference): Replace Set_Next_Entity
2295         w/ Link_Entities and Unlink_Next_Entity.
2296         * exp_ch3.adb (Expand_N_Object_Declaration): Replace Set_Next_Entity w/
2297         Link_Entities.
2298         * exp_ch6.adb (Replace_Renaming_Declaration_Id): Replace
2299         Set_Next_Entity w/ Link_Entities.
2300         * exp_disp.adb (Expand_Dispatching_Call): Replace Set_Next_Entity w/
2301         Link_Entities and Unlink_Next_Entity.
2302         * exp_spark.adb (Expand_SPARK_N_Object_Renaming_Declaration): Replace
2303         call to Remove_Entity with its new incarnation.
2304         * exp_util.adb (New_Class_Wide_Subtype): Add setting of Prev_Entity.
2305         * freeze.adb (Freeze_Record_Type): Replace Set_Next_Entity w/
2306         Link_Entities.
2308 2018-05-24  Hristian Kirtchev  <kirtchev@adacore.com>
2310         * sem_ch10.adb (Expand_Limited_With_Clause): Update the call to
2311         Install_Limited_Withed_Unit.
2312         (Expand_With_Clause): Update the call to Install_Withed_Unit.
2313         (Implicit_With_On_Parent): Update the call to Install_Withed_Unit.
2314         (Install_Context_Clauses): Update the call to Install_Withed_Unit.
2315         (Install_Limited_Context_Clauses): Update the calls to
2316          Install_Limited_Withed_Unit.
2317         (Install_Limited_Withed_Unit): Renamed to better illustrate its
2318         purpose.
2319         (Install_Private_With_Clauses): Update the calls to Install_Withed_Unit
2320         and Install_Limited_Withed_Unit.
2321         (Install_With_Clause): Uninstall a limited with clause if a [private]
2322         with clause is given for the same package.
2323         (Install_Withed_Unit): Renamed to better illustrate its purpose.
2324         (Remove_Limited_With_Unit): New routine.
2326 2018-05-24  Eric Botcazou  <ebotcazou@adacore.com>
2328         * raise-gcc.c (__gnat_SEH_error_handler): Remove prototype.
2329         (__gnat_personality_seh0): Adjust and beef up comments, and
2330         fix formatting throughout.
2331         (__gnat_adjust_context): Deal minimally with version 2.
2332         * seh_init.c (__gnat_map_SEH): Fix formatting.
2333         (_gnat_SEH_error_handler): Adjust comments.
2334         (__gnat_install_SEH_handler): Fix formatting.
2336 2018-05-24  Hristian Kirtchev  <kirtchev@adacore.com>
2338         * exp_ch7.adb, sem_ch3.adb, sem_res.adb: Minor reformatting.
2340 2018-05-24  Ed Schonberg  <schonberg@adacore.com>
2342         * exp_aggr.adb (Flatten): Add a warning on an others clause in an array
2343         aggregate with static bounds when named associations cover all index
2344         positions and the others clause is redundant.
2346 2018-05-24  Raphael Amiard  <amiard@adacore.com>
2348         * libgnat/a-cohama.ads: Add documentation.
2350 2018-05-24  Raphael Amiard  <amiard@adacore.com>
2352         * libgnat/a-convec.ads: Add documentation.
2354 2018-05-24  Justin Squirek  <squirek@adacore.com>
2356         * exp_ch3.adb (Expand_N_Object_Declaration): Ignore raising an error in
2357         expansion for limited tagged types when the node to be expanded is a
2358         raise expression due to it not representing a valid object.
2359         * exp_ch5.adb (Expand_N_Assignment_Statement): Add exception to error
2360         message regarding assignments to limited types to ignore genereated
2361         code.
2363 2018-05-24  Hristian Kirtchev  <kirtchev@adacore.com>
2365         * exp_util.adb (New_Class_Wide_Subtype): Capture and restore relevant
2366         Ghost-related attributes of the class-wide subtype because the copy
2367         clobbers them.
2369 2018-05-24  Justin Squirek  <squirek@adacore.com>
2371         * sem_res.adb (Resolve_Entity_Name): Add guard to protect against
2372         marking use clauses as effective when the reference appears within
2373         generated code.
2375 2018-05-24  Cyrille Comar  <comar@adacore.com>
2377         * doc/gnat_rm/the_gnat_library.rst: Fix typos.
2378         * gnat_rm.texi: Regenerate.
2380 2018-05-24  Bob Duff  <duff@adacore.com>
2382         * exp_ch7.adb (Expand_Cleanup_Actions): Create a mark unconditionally
2383         for build-in-place functions with a caller-unknown-size result.
2384         (Create_Finalizer): For build-in-place functions with a
2385         caller-unknown-size result, check at run time whether we need to
2386         release the secondary stack.
2388 2018-05-24  Hristian Kirtchev  <kirtchev@adacore.com>
2390         * sem_prag.adb (Analyze_Pragma): Use the full view of an internally
2391         generated incomplete type.
2393 2018-05-24  Hristian Kirtchev  <kirtchev@adacore.com>
2395         * expander.adb (Expand): Update the save and restore of the Ghost
2396         region.
2397         * exp_ch3.adb (Freeze_Type): Likewise.
2398         * exp_disp.adb (Make_DT): Likewise.
2399         * exp_util.adb (Build_DIC_Procedure_Body): Likewise.
2400         (Build_DIC_Procedure_Declaration): Likewise.
2401         (Build_Invariant_Procedure_Body): Likewise.
2402         (Build_Invariant_Procedure_Declaration): Likewise.
2403         (Make_Predicate_Call): Likewise.
2404         * freeze.adb (Add_To_Result): Insert the freeze action of a living
2405         entity prior to the start of the enclosing ignored Ghost region.
2406         (Freeze_Entity): Update the save and restore of the Ghost region.
2407         * ghost.adb (Install_Ghost_Mode): Reimplemented.
2408         (Install_Ghost_Region): New routine.
2409         (Mark_And_Set_Ghost_Assignment): Install a region rather than a mode.
2410         (Mark_And_Set_Ghost_Body): Likewise.
2411         (Mark_And_Set_Ghost_Completion): Likewise.
2412         (Mark_And_Set_Ghost_Declaration): Likewise.
2413         (Mark_And_Set_Ghost_Instantiation): Likewise.
2414         (Mark_And_Set_Ghost_Procedure_Call): Likewise.
2415         (Name_To_Ghost_Mode): New routine.
2416         (Restore_Ghost_Region): New routine.
2417         * ghost.ads (Install_Ghost_Region): New routine.
2418         (Restore_Ghost_Region): New routine.
2419         * opt.ads: Add new global variable Ignored_Ghost_Region.
2420         * rtsfind.adb (Load_RTU): Update the save and restore of the Ghost
2421         region. Install a clean region.
2422         * sem.adb (Analyze): Likewise.
2423         (Do_Analyze): Likewise.
2424         * sem_ch3.adb (Analyze_Object_Declaration): Likewise
2425         (Derive_Progenitor_Subprograms): Use local variable Iface_Alias to
2426         capture the ultimate alias of the current primitive.
2427         (Process_Full_View): Update the save and restore of the Ghost region.
2428         Do not inherit DIC and invariant procedures.
2429         * sem_ch5.adb (Analyze_Assignment): Update the save and restore of the
2430         Ghost region.
2431         * sem_ch6.adb (Analyze_Procedure_Call): Likewise.
2432         (Analyze_Subprogram_Body_Helper): Likewise.
2433         * sem_ch7.adb (Analyze_Package_Body_Helper): Likewise.
2434         * sem_ch12.adb (Analyze_Package_Instantiation): Likewise.
2435         (Analyze_Subprogram_Instantiation): Likewise.
2436         (Instantiate_Package_Body): Likewise.
2437         (Instantiate_Subprogram_Body): Likewise.
2438         * sem_ch13.adb (Build_Predicate_Functions): Likewise.
2439         (Build_Predicate_Function_Declaration): Likewise.
2440         * sem_disp.adb
2441         (Add_Dispatching_Operation): Do not consider DIC and invariant
2442         procedures.
2443         (Check_Dispatching_Operation): Use Add_Dispatching_Operation to collect
2444         a dispatching subprogram.
2445         (Check_Operation_From_Private_View): Likewise.
2446         (Override_Dispatching_Operation): Likewise.
2447         * sem_prag.adb (Analyze_Contract_Cases_In_Decl_Part): Update the save
2448         and restore of the Ghost region.
2449         (Analyze_Initial_Condition_In_Decl_Part): Likewise.
2450         (Analyze_Pragma): Update the save and restore of the Ghost region.
2451         (Analyze_Pre_Post_Condition_In_Decl_Part): Likewise.
2452         * sem_util.adb (Is_Suitable_Primitive): New routine.
2453         * sem_util.ads (Is_Suitable_Primitive): New routine.
2454         * sinfo.ads: Update the section of Ghost regions.
2456 2018-05-24  Piotr Trojanek  <trojanek@adacore.com>
2458         * doc/gnat_rm/implementation_defined_pragmas.rst (Contract_Cases):
2459         Change "condition" to "case guard" after renaming in the contract
2460         grammar.
2461         * gnat_rm.texi: Regenerate.
2463 2018-05-24  Hristian Kirtchev  <kirtchev@adacore.com>
2465         * exp_util.adb (Expand_Static_Predicates_In_Choices): Indicate that the
2466         construct with discrete choices no longer contains a subtype with
2467         predicates since the expansion already handled this case.
2469 2018-05-24  Hristian Kirtchev  <kirtchev@adacore.com>
2471         * freeze.adb (Wrap_Imported_Subprogram): Generate an unchecked
2472         conversion to the return type to avoid a side effect where an imported
2473         relocated function generates a new anonymous access type, whose
2474         accessibility level does not agree with with that of the wrapper.
2476 2018-05-24  Javier Miranda  <miranda@adacore.com>
2478         * sem_util.adb (Abstract_Interface_List): Add missing support for
2479         private types whose full view is a synchronized type.
2480         * sem_ch3.adb (Build_Derived_Private_Type): Skip building the full
2481         derivation of a private type parent type is a task type with
2482         discriminants as gigi does not use such type directly.
2484 2018-05-24  Hristian Kirtchev  <kirtchev@adacore.com>
2486         * sem_elab.adb (Build_Variable_Reference_Marker): Do not create a
2487         variable marker when the reference appears in the formal part of a
2488         compilation unit instance because there is no place to insert it.
2489         (In_Compilation_Instance_Formal_Part): New routine.
2491 2018-05-24  Piotr Trojanek  <trojanek@adacore.com>
2493         * layout.ads, repinfo.ads: Fix references to renamed Backend_Layout
2494         configuration parameter.
2496 2018-05-24  Doug Rupp  <rupp@adacore.com>
2498         * argv-lynxos178-raven-cert.c: New file.
2499         * libgnat/system-lynxos178-x86.ads: New file.
2501 2018-05-23  Hristian Kirtchev  <kirtchev@adacore.com>
2503         * exp_disp.adb, freeze.adb, gnat1drv.adb, sem_ch5.adb, sem_spark.adb:
2504         Minor reformattings.
2506 2018-05-23  Pascal Obry  <obry@adacore.com>
2508         * adaint.c (win32_wait): Properly free the handle/pid lists when
2509         WaitForMultipleObjects fails (return WAIT_FAILED).
2511 2018-05-23  Pascal Obry  <obry@adacore.com>
2513         * adaint.c (win32_wait): Add missing parentheses.
2515 2018-05-23  Hristian Kirtchev  <kirtchev@adacore.com>
2517         * exp_ch3.adb (Check_Large_Modular_Array): Moved to Freeze.
2518         (Expand_N_Object_Declaration): Do not check for a large modular array
2519         here.
2520         * freeze.adb (Check_Large_Modular_Array): Moved from Exp_Ch3.
2521         (Freeze_Object_Declaration): Code cleanup. Check for a large modular
2522         array.
2523         * sem_ch3.adb: Minor reformatting.
2525 2018-05-23  Ed Schonberg  <schonberg@adacore.com>
2527         * einfo.ads: New attribute on types: Predicated_Parent, to simplify the
2528         retrieval of the applicable predicate function to an itype created for
2529         a constrained array component.
2530         * einfo.adb: Subprograms for Predicated_Parent.
2531         (Predicate_Function): Use new attribute.
2532         * exp_util.adb (Make_Predicate_Call): If the predicate function is not
2533         available for a subtype, retrieve it from the base type, which may have
2534         been frozen after the subtype declaration and not captured by the
2535         subtype declaration.
2536         * sem_aggr.adb (Resolve_Array_Aggregate): An Others association is
2537         legal within a generated initiqlization procedure, as may happen with a
2538         predicate check on a component, when the predicate function applies to
2539         the base type of the component.
2540         * sem_ch3.adb (Analyze_Subtype_Declaration): Clean up inheritance of
2541         predicates for subtype declarations and for subtype indications in
2542         other contexts.
2543         (Process_Subtype): Likewise. Handle properly the case of a private type
2544         with unknown discriminants whose full view is an unconstrained array.
2545         Use Predicated_Parent to indicate source of predicate function on an
2546         itype whose parent is itself an itype.
2547         (Complete_Private_Subtype): If the private view has unknown
2548         discriminants and the full view is an unconstrained array, set base
2549         type of completion to the full view of parent.
2550         (Inherit_Predicate_Flags): Prevent double assignment of predicate
2551         function and flags.
2552         (Build_Subtype): For a constrained array component, propagate predicate
2553         information from original component type declaration.
2555 2018-05-23  Boris Yakobowski  <yakobowski@adacore.com>
2557         * libgnat/a-ngelfu.ads (Arctanh, Arccoth): Fix faulty preconditions.
2559 2018-05-23  Arnaud Charlet  <charlet@adacore.com>
2561         * checks.adb (Minimize_Eliminate_Overflows): Default initialize Lo and
2562         Hi.
2563         * sem_elab.adb: Make "out" parameters instead of "in out" when
2564         relevant.
2566 2018-05-23  Bob Duff  <duff@adacore.com>
2568         * gnatbind.adb (List_Applicable_Restrictions): Add
2569         No_Implementation_Restrictions to the list of restrictions not to list.
2570         Remove double negative "not No_Restriction_List".  Comment the
2571         commentary that is output, so it won't cause errors if used directly in
2572         a gnat.adc.
2574 2018-05-23  Ed Schonberg  <schonberg@adacore.com>
2576         * sem_prag.adb (Inherit_Class_Wide_Pre): Refine legality check on
2577         class-wide precondition on a type extension when ancestor does not have
2578         a class-wide precondition.  Previously the compiler accepted such a
2579         precondition when the ancestor had a class-wide postcondition.
2581 2018-05-23  Javier Miranda  <miranda@adacore.com>
2583         * sem_attr.adb (Valid_Scalars): Do not invoke Error_Attr_P to report
2584         the warning on occurrences of this attribute whose evaluation is always
2585         true (since that subprogram aborts processing the attribute). In
2586         addition, replace the node by its boolean result 'True' (required
2587         because the backend has no knowledge of this attribute).
2589 2018-05-23  Bob Duff  <duff@adacore.com>
2591         * libgnat/a-convec.adb: (Insert, Insert_Space): Suppress warnings. The
2592         code in question is not reachable in the case where Count_Type'Last is
2593         out of range.
2595 2018-05-23  Yannick Moy  <moy@adacore.com>
2597         * doc/gnat_rm/implementation_defined_pragmas.rst: Clarify meaning of
2598         local pragma Warnings Off without On.
2599         * gnat_rm.texi: Regenerate.
2601 2018-05-23  Olivier Hainque  <hainque@adacore.com>
2603         * libgnat/g-excact.ads (Is_Foreign_Exception): New predicate.
2604         * libgnat/g-excact.adb: Implement.
2606 2018-05-23  Ed Schonberg  <schonberg@adacore.com>
2608         * sem_ch5.adb (Analyze_Iterator_Specification): If a subtype indication
2609         is present, verify its legality when the domain of iteration is a
2610         GNAT-specific formal container, as is already done for arrays and
2611         predefined containers.
2613 2018-05-23  Yannick Moy  <moy@adacore.com>
2615         * sem_util.adb (Enclosing_Declaration): Fix the case of a named number
2616         declaration, which was not taken into account.
2618 2018-05-23  Hristian Kirtchev  <kirtchev@adacore.com>
2620         * debug.adb: Switch -gnatd_s is now used to stop elaboration checks on
2621         synchronized suspension.
2622         * rtsfind.ads: Add entries for units Ada.Synchronous_Barriers and
2623         Ada.Synchronous_Task_Control and routines Suspend_Until_True and
2624         Wait_For_Release.
2625         * sem_elab.adb: Document switch -gnatd_s.
2626         (In_Task_Body): New routine.
2627         (Is_Potential_Scenario): Code cleanup. Stop the traversal of a task
2628         body when the current construct denotes a synchronous suspension call,
2629         and restriction No_Entry_Calls_In_Elaboration_Code or switch -gnatd_s
2630         is in effect.
2631         (Is_Synchronous_Suspension_Call): New routine.
2632         * switch-c.adb (Scan_Front_End_Switches): Switch -gnatJ now sets switch
2633         -gnatd_s.
2635 2018-05-23  Javier Miranda  <miranda@adacore.com>
2637         * exp_disp.adb (Make_DT): Restrict the initialization of
2638         External_Tag and Expanded_Name to an empty string to the case where
2639         both pragmas apply (i.e. No_Tagged_Streams and Discard_Names), since
2640         restricted runtimes are compiled with pragma Discard_Names.
2641         * doc/gnat_rm/implementation_defined_pragmas.rst,
2642         doc/gnat_rm/implementation_defined_characteristics.rst: Add
2643         documentation.
2644         * gnat_rm.texi: Regenerate.
2646 2018-05-23  Maroua Maalej  <maalej@adacore.com>
2648         * sem_spark.adb: Fix of some permission rules of pointers in SPARK.
2650 2018-05-23  Ed Schonberg  <schonberg@adacore.com>
2652         * sem_ch5.adb (Preanalyze_Range): The pre-analysis of the domain of
2653         iteration of an Ada2012 loop is performed to determine the type of the
2654         domain, but full analysis is performed once the loop is rewritten as a
2655         while-loop during expansion. The pre-analysis suppresses expansion; it
2656         must also suppress the generation of freeze nodes, which may otherwise
2657         appear in the wrong scope before rewritting.
2659 2018-05-23  Hristian Kirtchev  <kirtchev@adacore.com>
2661         * sem_elab.adb: Update the section on suppressing elaboration warnings.
2663 2018-05-23  Hristian Kirtchev  <kirtchev@adacore.com>
2665         * einfo.adb (Is_Elaboration_Checks_OK_Id): Use predicate
2666         Is_Elaboration_Target.
2667         (Is_Elaboration_Target): New routine.
2668         (Is_Elaboration_Warnings_OK_Id): Use predicate Is_Elaboration_Target.
2669         (Set_Is_Elaboration_Checks_OK_Id): Use predicate Is_Elaboration_Target.
2670         (Set_Is_Elaboration_Warnings_OK_Id): Use predicate
2671         Is_Elaboration_Target.
2672         * einfo.ads: Add new synthesized attribute Is_Elaboration_Target along
2673         with occurrences in nodes.
2674         (Is_Elaboration_Target): New routine.
2675         * sem_prag.adb (Analyze_Pragma): Suppress elaboration warnings when an
2676         elaboration target is subject to pragma Warnings (Off, ...).
2678 2018-05-23  Eric Botcazou  <ebotcazou@adacore.com>
2680         * repinfo.adb (List_Type_Info): Remove obsolete stuff.
2682 2018-05-23  Hristian Kirtchev  <kirtchev@adacore.com>
2684         * einfo.adb: Flag304 is now Is_Elaboration_Warnings_OK_Id.
2685         (Is_Elaboration_Warnings_OK_Id): New routine.
2686         (Set_Is_Elaboration_Warnings_OK_Id): New routine.
2687         (Write_Entity_Flags): Output Flag304.
2688         * einfo.ads: Add new attribute Is_Elaboration_Warnings_OK_Id along with
2689         occurrences in entities.
2690         (Is_Elaboration_Warnings_OK_Id): New routine along with pragma Inline.
2691         (Set_Is_Elaboration_Warnings_OK_Id): New routine along with pragma
2692         Inline.
2693         * sem_attr.adb (Analyze_Access_Attribute): Capture the state of
2694         elaboration warnings.
2695         * sem_ch3.adb (Analyze_Object_Declaration): Capture the state of
2696         elaboration warnings.
2697         * sem_ch6.adb (Analyze_Abstract_Subprogram_Declaration): Capture the
2698         state of elaboration warnings.
2699         (Analyze_Subprogram_Body_Helper): Capture the state of elaboration
2700         warnings.
2701         (Analyze_Subprogram_Declaration): Capture the state of elaboration
2702         warnings.
2703         * sem_ch9.adb (Analyze_Entry_Declaration): Capture the state of
2704         elaboration warnings.
2705         (Analyze_Single_Task_Declaration): Capture the state of elaboration
2706         warnings.
2707         (Analyze_Task_Type_Declaration): Capture the state of elaboration
2708         warnings.
2709         * sem_ch12.adb (Analyze_Generic_Package_Declaration): Capture the state
2710         of elaboration warnings.
2711         (Analyze_Generic_Subprogram_Declaration): Capture the state of
2712         elaboration warnings.
2713         * sem_elab.adb: Add a section on suppressing elaboration warnings.
2714         Type Processing_Attributes includes component Suppress_Warnings
2715         intended to suppress any elaboration warnings along a path in the
2716         graph.  Update Initial_State to include a value for this component.
2717         Types Target_Attributes and Task_Attriutes include component
2718         Elab_Warnings_OK to indicate whether the target or task has elaboration
2719         warnings enabled.  component Elab_Warnings_OK.
2720         (Build_Access_Marker): Propagate attribute
2721         Is_Elaboration_Warnings_OK_Node from the attribute to the generated
2722         call marker.
2723         (Extract_Instantiation_Attributes): Set the value for Elab_Warnings_OK.
2724         (Extract_Target_Attributes): Set the value for Elab_Warnings_OK.
2725         (Extract_Task_Attributes): Set the value for Elab_Warnings_OK.
2726         (Process_Conditional_ABE_Access): Suppress futher elaboration warnings
2727         when already in this mode or when the attribute or target have warnings
2728         suppressed.
2729         (Process_Conditional_ABE_Activation_Impl): Do not emit any diagnostics
2730         if warnings are suppressed.
2731         (Process_Conditional_ABE_Call): Suppress further elaboration warnings
2732         when already in this mode, or the target or call have warnings
2733         suppressed.
2734         (Process_Conditional_ABE_Call_Ada): Do not emit any diagnostics if
2735         warnings are suppressed.
2736         (Process_Conditional_ABE_Call_SPARK): Do not emit any diagnostics if
2737         warnings are suppressed.
2738         (Process_Conditional_ABE_Instantiation): Suppress further elaboration
2739         warnings when already in this mode or when the instantiation has
2740         warnings suppressed.
2741         (Process_Conditional_ABE_Instantiation_Ada): Do not emit any
2742         diagnostics if warnings are suppressed.
2743         (Process_Conditional_ABE_Variable_Assignment_Ada): Use the more
2744         specific Is_Elaboration_Warnings_OK_Id rather than Warnings_Off.
2745         (Process_Conditional_ABE_Variable_Assignment_SPARK): Use the more
2746         specific Is_Elaboration_Warnings_OK_Id rather than Warnings_Off.
2747         (Process_Task_Object): Suppress further elaboration warnings when
2748         already in this mode, or when the object, activation call, or task type
2749         have warnings suppressed. Update the processing state to indicate that
2750         the path goes through a task body.
2751         * sinfo.adb (Is_Elaboration_Warnings_OK_Node): Accept attribute
2752         references.
2753         (Set_Is_Elaboration_Warnings_OK_Node): Accept attribute references.
2754         * sinfo.ads: Attribute Is_Elaboration_Warnings_OK_Node now applies to
2755         attribute references.
2757 2018-05-23  Piotr Trojanek  <trojanek@adacore.com>
2759         * einfo.ads: Minor reformatting.
2761 2018-05-23  Ed Schonberg  <schonberg@adacore.com>
2763         * sem_ch3.adb (Analyze_Object_Declaration): If expression is an
2764         anonymous_access_to_ subprogram formal, apply a conversion to force an
2765         accsssibility check that will fail statically, enforcing 3.10.2 (13).
2767 2018-05-23  Daniel Mercier  <mercier@adacore.com>
2769         * gnat1drv.adb: Turn off length expansion in CodePeer mode.
2771 2018-05-23  Bob Duff  <duff@adacore.com>
2773         * freeze.adb: (Check_Address_Clause): Deal with build-in-place
2774         aggregates in addition to build-in-place calls.
2776 2018-05-23  Bob Duff  <duff@adacore.com>
2778         * einfo.ads: Minor reformatting.
2779         * sem_ch3.adb: Likewise.
2780         * sinfo.ads: Likewise.
2782 2018-05-23  Hristian Kirtchev  <kirtchev@adacore.com>
2784         * exp_ch3.adb (Default_Initialize_Object): Do not optimize scalar array
2785         initialization when the component type has predicates.
2786         * exp_ch4.adb (Expand_N_Allocator): Do not optimize scalar array
2787         allocation when the component type has predicates.
2789 2018-05-23  Hristian Kirtchev  <kirtchev@adacore.com>
2791         * einfo.adb, exp_disp.adb, sem_ch3.adb, sem_ch6.adb, sem_prag.adb:
2792         Minor reformatting.
2794 2018-05-22  Justin Squirek  <squirek@adacore.com>
2796         * sem_ch6.adb (Analyze_Expression_Function): Propagate flags from the
2797         original function spec into the generated function spec due to
2798         expansion of expression functions during analysis.
2799         (Analyze_Subprogram_Body_Helper): Modify check on formal parameter
2800         references from the body to the subprogram spec in the case of
2801         expression functions because of inconsistances related to having a
2802         generated body.
2803         * libgnarl/s-osinte__android.ads: Flag parameters as unused.
2804         * libgnarl/s-osinte__lynxos178e.ads: Likewise.
2805         * libgnarl/s-osinte__qnx.adb: Likewise.
2806         * libgnarl/s-osinte__qnx.ads: Likewise.
2808 2018-05-22  Doug Rupp  <rupp@adacore.com>
2810         * init.c (HAVE_ADJUST_CONTEXT_FOR_RAISE): Don't define on VxWorks7 for
2811         AArch64.
2813 2018-05-22  Olivier Hainque  <hainque@adacore.com>
2815         * libgnat/a-except.adb (Exception_Propagation.Propagate_Exception):
2816         Expect an Exception_Occurence object, not an Access.
2817         (Complete_And_Propagate_Occurrence): Adjust accordingly.
2818         (Raise_From_Signal_Handler): Likewise.
2819         (Reraise_Occurrence_No_Defer): If we have a Machine_Occurrence
2820         available in the provided occurrence object, just re-propagate the
2821         latter as a bare "raise;" would do.
2822         * libgnat/a-exexpr.adb (Propagate_Exception): Adjust to spec change.
2823         * libgnat/a-exstat.adb (String_To_EO): Initialize X.Machine_Occurrence
2824         to null, to mark that the occurrence we're crafting from the stream
2825         contents is not being propagated (yet).
2827 2018-05-22  Hristian Kirtchev  <kirtchev@adacore.com>
2829         * exp_aggr.adb (Initialize_Ctrl_Record_Component): Insert the generated
2830         code for a transient component in line with the rest of the
2831         initialization code, rather than before the aggregate. This ensures
2832         that the component has proper visibility of the discriminants.
2834 2018-05-22  Jerome Lambourg  <lambourg@adacore.com>
2836         * adaint.c: Reorganize QNX-specific macros, use syspage to retreive the
2837         number of CPUs.
2839 2018-05-22  Jerome Lambourg  <lambourg@adacore.com>
2841         * sigtramp-qnx.c: Properly restore link register in signal trampoline.
2843 2018-05-22  Hristian Kirtchev  <kirtchev@adacore.com>
2845         * exp_aggr.adb (Aggr_Assignment_OK_For_Backend): Strip away any
2846         conversions before extracting the value of the expression.
2847         * exp_ch3.adb (Default_Initialize_Object): Optimize the default
2848         initialization of an array of scalars.
2849         (Get_Simple_Init_Val): Add processing for array types. Remove the
2850         processing of strings because this case is already handled by the array
2851         case.
2852         (Needs_Simple_Initialization): Moved to Sem_Util.
2853         (Simple_Init_Array_Type): New routine.
2854         (Simple_Init_Initialize_Scalars_Type): Reimplemented to use the new
2855         facilities from Sem_Util.
2856         (Simple_Initialization_OK): New routine.
2857         * exp_ch3.ads (Needs_Simple_Initialization): Moved to Sem_Util.
2858         * exp_ch4.adb (Expand_N_Allocator): Optimize the default allocation of
2859         an array of scalars.
2860         * sem_prag.adb (Analyze_Float_Value): New routine.
2861         (Analyze_Integer_Value): New routine.
2862         (Analyze_Pragma): Reimplement the analysis of pragma Initialize_Scalars
2863         to handled the extended form of the pragma.
2864         (Analyze_Type_Value_Pair): New routine.
2865         * sem_util.adb: Add invalid value-related data structures.
2866         (Examine_Array_Bounds): New routine.
2867         (Has_Static_Array_Bounds): Reimplemented.
2868         (Has_Static_Non_Empty_Array_Bounds): New routine.
2869         (Invalid_Scalar_Value): New routine.
2870         (Needs_Simple_Initialization): Moved from Exp_Ch3.
2871         (Set_Invalid_Scalar_Value): New routines.
2872         * sem_util.ads (Has_Static_Non_Empty_Array_Bounds): New routine.
2873         (Invalid_Scalar_Value): New routine.
2874         (Needs_Simple_Initialization): Moved from Exp_Ch3.
2875         (Set_Invalid_Scalar_Value): New routines.
2876         * snames.ads-tmpl: Add names for the salar type families used by pragma
2877         Initialize_Scalars.
2879 2018-05-22  Javier Miranda  <miranda@adacore.com>
2881         * exp_disp.adb (Make_DT): Initialize the External_Tag with an empty
2882         string when pragma No_Tagged_Streams is applicable to the tagged type,
2883         and initialize the Expanded_Name with an empty string when pragma
2884         Discard_Names is applicable to the tagged type.
2886 2018-05-22  Ed Schonberg  <schonberg@adacore.com>
2888         * sem_ch6.adb (Check_Conformance): Add RM reference for rule that a
2889         formal subprogram is never subtype conformqnt, and thus cannot be the
2890         prefix of 'Access.  Reject as well the attribute when applied to a
2891         renaming of a formal subprogram.
2893 2018-05-22  Hristian Kirtchev  <kirtchev@adacore.com>
2895         * exp_ch3.adb (Build_Array_Init_Proc): Update the call to
2896         Needs_Simple_Initialization.
2897         (Build_Init_Statements): Update the call to Get_Simple_Init_Val.
2898         (Check_Subtype_Bounds): Renamed to Extract_Subtype_Bounds. Update the
2899         profile and comment on usage.
2900         (Default_Initialize_Object): Do not use New_Copy_Tree to set the proper
2901         Sloc of a value obtained from aspect Default_Value because this could
2902         potentially replicate large trees. The proper Sloc is now set in
2903         Get_Simple_Init_Val.
2904         (Get_Simple_Init_Val): Reorganized by breaking the various cases into
2905         separate routines. Eliminate the use of global variables.
2906         (Init_Component): Update the call to Get_Simple_Init_Val.
2907         (Needs_Simple_Initialization): Update the parameter profile and all
2908         uses of T.
2909         (Simple_Init_Defaulted_Type): Copy the value of aspect Default_Value
2910         and set the proper Sloc.
2911         * exp_ch3.ads (Get_Simple_Init_Val): Update the parameter profile and
2912         comment on usage.
2913         (Needs_Simple_Initialization): Update the parameter profile.
2915 2018-05-22  Patrick Bernardi  <bernardi@adacore.com>
2917         * sem_ch3.adb (Build_Discriminant_Constraints): Raise an error if the
2918         user tries to use a subtype indication as a discriminant constraint.
2920 2018-05-22  Ed Schonberg  <schonberg@adacore.com>
2922         * exp_ch4.ads, exp_ch4.adb, exp_util.adb, expander.adb: Remove mention
2923         of N_Reduction_Expression and N_Reduction_Expression_Parameter.
2924         * par-ch4.adb: Remove parsing routines for reduction expressions.
2925         * sem.adb, sinfo.ads, sinfo.adb, sem_ch4.ads, sem_ch4.adb, sem_res.adb,
2926         sem_spark.adb, sprint.adb: Remove analysis routines for reduction
2927         expressions.
2929 2018-05-22  Arnaud Charlet  <charlet@adacore.com>
2931         * sem_ch8.adb (Check_Frozen_Renaming): Do not emit error in
2932         Relaxed_RM_Semantics mode.
2934 2018-05-22  Arnaud Charlet  <charlet@adacore.com>
2936         * comperr.adb (Delete_SCIL_Files): Take into account
2937         N_Generic_Package_Renaming_Declaration.
2939 2018-05-22  Ed Schonberg  <schonberg@adacore.com>
2941         * sem_ch3.adb (Search_Derivation_Levels): Whenever a parent type is
2942         private, use the full view if available, because it may include renamed
2943         discriminants whose values are stored in the corresponding
2944         Stored_Constraint.
2946 2018-05-22  Ed Schonberg  <schonberg@adacore.com>
2948         * einfo.ads, einfo.adb: New attribute Hidden_In_Formal_Instance,
2949         defined on packages that are actuals for formal packages, in order to
2950         set/reset the visibility of the formals of a formal package with given
2951         actuals, when there are subsequent uses of those formals in the
2952         enclosing generic, as required by RN 12.7 (10).
2953         * atree.ads, atree.adb: Add operations for Elist30.
2954         * atree.h: Add Elist30.
2955         * sem_ch12.adb (Analyze_Formal_Package_Instantiation): Collect formals
2956         that are not defaulted and are thus not visible within the current
2957         instance.
2958         (Check_Formal_Packages): Reset visibility of formals of a formal
2959         package that are not defaulted, on exit from current instance.
2961 2018-05-22  Hristian Kirtchev  <kirtchev@adacore.com>
2963         * sem_prag.adb (Analyze_Input_Output): Emit an error when a non-null,
2964         non-'Result output appears in the output list of a function.
2966 2018-05-22  Hristian Kirtchev  <kirtchev@adacore.com>
2968         * exp_attr.adb (Build_Array_VS_Func): Reimplemented.
2969         (Build_Record_VS_Func): Reimplemented.
2970         (Expand_N_Attribute): Reimplement the handling of attribute
2971         'Valid_Scalars.
2972         * sem_attr.adb (Analyze_Attribute): Reimplement the handling of
2973         attribute 'Valid_Scalars.
2974         * sem_util.adb (Scalar_Part_Present): Reimplemented.
2975         (Validated_View): New routine.
2976         * sem_util.ads (Scalar_Part_Present): Update the parameter profile and
2977         comment on usage.
2978         (Validated_View): New routine.
2979         * doc/gnat_rm/implementation_defined_attributes.rst: Update the
2980         documentation of attribute 'Valid_Scalars.
2981         * gnat_rm.texi: Regenerate.
2983 2018-05-22  Bob Duff  <duff@adacore.com>
2985         * binde.adb: (Choose): Ignore a pragma Elaborate_Body that appears in
2986         the spec of a SAL_Interface package.
2988 2018-05-22  Ed Schonberg  <schonberg@adacore.com>
2990         * freeze.adb (Freeze_Entity): When analyzing delayed aspects of an
2991         entity E within a generic unit, indicate that there are no remaining
2992         delayed aspects after invoking Analyze_Aspects_At_Freeze_Point. The
2993         entity E is not frozen yet but the aspects should not be reanalyzed at
2994         the freeze point, which may be outside of the generic and may not have
2995         the proper visibility.
2997 2018-05-22  Bob Duff  <duff@adacore.com>
2999         * doc/gnat_ugn/gnat_utility_programs.rst: Add documentation for
3000         the new --split-line-before-record, --indent-named-statements and
3001         --no-align-modes gnatpp switches.
3003 2018-05-22  Ed Schonberg  <schonberg@adacore.com>
3005         * sem_prag.adb (Process_Compile_Time_Warning_Or_Error): Handle properly
3006         a second argument that is a constant of a given string value.
3008 2018-05-22  Doug Rupp  <rupp@adacore.com>
3010         * sigtramp-vxworks-target.inc: Align stack to 128bits on AArch64.
3012 2018-05-22  Jerome Lambourg  <lambourg@adacore.com>
3014         * sigtramp-qnx.c: Fix stack alignment issue in the signal trampoline.
3016 2018-05-22  Ed Schonberg  <schonberg@adacore.com>
3018         * freeze.adb (Freeze_Fixed_Point_Type): If the first subtype has
3019         delayed aspects, analyze them now, os that the representation of the
3020         type (size, bounds) can be computed and validated.
3022 2018-05-22  Olivier Hainque  <hainque@adacore.com>
3024         * libgnat/s-dwalin.adb (Enable_Cache): Skip symbols outside of the
3025         executable code section boundaries.
3027 2018-05-22  Javier Miranda  <miranda@adacore.com>
3029         * locales.c: New implementation for the Ada.Locales package.
3030         * libgnat/a-locale.ads: Remove comment indicating that this is not
3031         implemented.
3032         * doc/gnat_rm/standard_library_routines.rst: Remove comment indicating
3033         that this is not implemented.
3034         * gnat_rm.texi: Regenerate.
3036 2018-05-22  Hristian Kirtchev  <kirtchev@adacore.com>
3038         * exp_ch5.adb, freeze.adb, pprint.adb, sem_ch4.adb, sem_res.adb: Minor
3039         reformattings.
3041 2018-05-22  Justin Squirek  <squirek@adacore.com>
3043         * sem_ch12.adb (In_Same_Declarative_Part): Moved to sem_util.
3044         (Freeze_Subprogram_Body, Install_Body): Modify calls to
3045         In_Same_Declarative_Part.
3046         * sem_prag.adb (Analyze_Pragma-Pragma_Pure_Function): Add check to
3047         verify pragma declaration is within the same declarative list with
3048         corresponding error message.
3049         * sem_util.adb, sem_util.ads (In_Same_Declarative_Part): Moved from
3050         sem_ch12.adb and generalized to be useful outside the scope of
3051         freezing.
3053 2018-05-22  Hristian Kirtchev  <kirtchev@adacore.com>
3055         * sem_ch6.adb (Analyze_Subprogram_Declaration): Set the proper
3056         categorization of the unit after processing the aspects in case one of
3057         its aspects is converted into a categorization pragma.
3059 2018-05-21  Ed Schonberg  <schonberg@adacore.com>
3061         * freeze.adb (Warn_Overlay): Do not emit a wawrning on an object
3062         declaration with an explicit address clause and a type with default
3063         initialization, if the declaration carries an aspect
3064         Suppress_Initialization.
3066 2018-05-21  Daniel Mercier  <mercier@adacore.com>
3068         * pprint.adb: Use mixed case for attribute names.
3070 2018-05-21  Hristian Kirtchev  <kirtchev@adacore.com>
3072         * sem_ch6.adb (Analyze_Generic_Subprogram_Body): Rename the call to
3073         Analyze_Aspect_Specifications_On_Body_Or_Stub.
3074         (Analyze_Subprogram_Body_Helper): Rename the calls to
3075         Analyze_Aspect_Specifications_On_Body_Or_Stub.
3076         * sem_ch9.adb (Analyze_Entry_Body): Rename the call to
3077         Analyze_Aspect_Specifications_On_Body_Or_Stub.
3078         * sem_ch10.adb: Add with and use clause for Sem_Ch13.
3079         (Analyze_Package_Body_Stub): Add constant Id. Decorate the package stub
3080         prior to analyzing its aspects.
3081         (Analyze_Protected_Body_Stub): Add constant Id. Decorate the package
3082         stub prior to analyzing its aspects. Save and restore the configuration
3083         switches.
3084         (Analyze_Task_Body_Stub): Add constant Id. Decorate the package stub
3085         prior to analyzing its aspects.
3086         * sem_ch13.adb (Analyze_Aspect_Specifications_On_Body_Or_Stub): Renamed
3087         to Analyze_Aspects_On_Subprogram_Body_Or_Stub.
3088         * sem_ch13.ads (Analyze_Aspect_Specifications_On_Body_Or_Stub): Renamed
3089         to Analyze_Aspects_On_Subprogram_Body_Or_Stub.
3090         * sem_prag.adb: Code reformatting.
3091         (Analyze_Refined_Depends_Global_Post): Consider task body stubs.
3093 2018-05-21  Jerome Lambourg  <lambourg@adacore.com>
3095         * gcc-interface/Makefile.in: Add g-soliop__qnx.ads to the runtime build
3096         for QNX.
3098 2018-05-21  Hristian Kirtchev  <kirtchev@adacore.com>
3100         * exp_cg.adb: Remove with and use clause for Exp_Disp.
3101         * exp_ch9.adb: Remove with and use clause for Exp_Disp.
3102         * exp_disp.adb (Is_Predefined_Dispatching_Operation): Moved to Sem_Util.
3103         (Is_Predefined_Interface_Primitive): Moved to Sem_Util.
3104         (Is_Predefined_Internal_Operation): Moved to Sem_Util.
3105         * exp_disp.ads (Is_Predefined_Dispatching_Operation): Moved to Sem_Util.
3106         (Is_Predefined_Interface_Primitive): Moved to Sem_Util.
3107         (Is_Predefined_Internal_Operation): Moved to Sem_Util.
3108         * exp_dist.adb: Remove with and use clause for Exp_Disp.
3109         * freeze.adb: Remove with and use clause for Exp_Disp.
3110         * sem_cat.adb: Remove with and use clause for Exp_Disp.
3111         * sem_ch6.adb: Remove with and use clause for Exp_Disp.
3112         * sem_ch12.adb: Remove with and use clause for Exp_Disp.
3113         * sem_elab.adb (Check_Overriding_Primitive): Do not process predefined
3114         primitives.
3115         * sem_util.adb: Remove with and use clause for Exp_Disp.
3116         (Is_Predefined_Dispatching_Operation): Moved from Exp_Disp.
3117         (Is_Predefined_Interface_Primitive): Moved from Exp_Disp.
3118         (Is_Predefined_Internal_Operation): Moved from Exp_Disp.
3119         * sem_util.ads (Is_Predefined_Dispatching_Operation): Moved from
3120         Exp_Disp.
3121         (Is_Predefined_Interface_Primitive): Moved from Exp_Disp.
3122         (Is_Predefined_Internal_Operation): Moved from Exp_Disp.
3124 2018-05-21  Ed Schonberg  <schonberg@adacore.com>
3126         * sem_res.adb (Valid_Conversion): Improve error message on an illegal
3127         type conversion whose expression has a limited view of a type.
3129 2018-05-21  Ed Schonberg  <schonberg@adacore.com>
3131         * exp_ch5.adb (Build_Formal_Container_Iteration): If source has
3132         explicit name for iterator loop, preserve that name in expanded
3133         construct, for possible use in exit statements.
3135 2018-05-21  Javier Miranda  <miranda@adacore.com>
3137         * sem_ch4.adb (Analyze_Membership_Op): Avoid compiler crash when the
3138         spec of a unit has Ada 2012 membership tests with multiple choices and
3139         the unit body is not compiled under Ada 2012 mode.
3141 2018-05-21  Doug Rupp  <rupp@adacore.com>
3143         * sigtramp-vxworks-target.inc: Set cfa_reg properly from sigcontext
3144         pregs.
3145         (CFI_COMMON_REGS): Restore LR jic probed from prologue.
3146         (REGNO_PC_OFFSET): Change to correct value for Aarch64.
3148 2018-05-21  Jose Ruiz  <ruiz@adacore.com>
3150         * doc/gnat_ugn/gnat_utility_programs.rst, exp_attr.adb,
3151         libgnarl/s-tassta.adb: Minor typo fixes
3153 2018-05-21  Ed Schonberg  <schonberg@adacore.com>
3155         * sem_ch4.adb (Analyze_One_Call): Recognize complex cases where an
3156         indexed call originally in prefix forn is itself the prefix of a
3157         further call.
3159 2018-05-21  Piotr Trojanek  <trojanek@adacore.com>
3161         * sem_eval.adb (Is_Null_Range): Clarify access to the full view of a
3162         type.
3163         (Not_Null_Range): Same as above.
3165 2018-05-21  Hristian Kirtchev  <kirtchev@adacore.com>
3167         * exp_ch3.adb: Minor reformatting.
3168         * exp_ch6.adb: Likewise.
3169         * freeze.adb: Likewise.
3170         * inline.adb: Likewise.
3171         * sem_util.adb: Likewise.
3173 2018-05-21  Yannick Moy  <moy@adacore.com>
3175         * inline.adb (Expand_Inlined_Call.Process_Formals): Use a type
3176         conversion instead of an unchecked type conversion when inlining a
3177         return statement, unless type qualification is required (for character
3178         and string literal) or no check can result from the conversion (for
3179         access types).
3180         * opt.ads: Update comment.
3182 2018-05-21  Hristian Kirtchev  <kirtchev@adacore.com>
3184         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Install the elaboration
3185         model of the compilation unit spec, if any.
3186         * sem_ch7.adb (Analyze_Package_Body_Helper): Install the elaboration
3187         model of the compilation unit spec, if any.
3188         * sem_ch10.adb (Analyze_Subunit): Install the elaboration model of the
3189         parent compilation unit spec, if any.
3190         * sem_elab.adb (Check_Elaboration_Scenarios): Restore the elaboration
3191         model of the main unit.
3192         (Is_Same_Unit): The routine now uses Unit_Entity.
3193         (Is_Subunit): Removed.
3194         (Normalize_Unit): Removed.
3195         (Unit_Entity): New routine.
3196         * sem_prag.adb (Analyze_Pragma): Reimplement the handling of pragma
3197         Elaboration_Checks. The analysis now ensures that the pragma appears at
3198         the configuration level, and on the initial declaration of a unit.
3199         Other placements are either flagged as illegal, or ignored.
3200         (Check_Duplicate_Elaboration_Checks_Pragma): New routine.
3201         (Ignore_Elaboration_Checks_Pragma): New routine.
3202         * sem_util.adb (Install_Elaboration_Model): New routine.
3203         * sem_util.ads (Install_Elaboration_Model): New routine.
3204         * doc/gnat_rm/implementation_defined_pragmas.rst: Update the
3205         documentation of pragma Elaboration_Checks.
3206         * gnat_rm.texi: Regenerate.
3208 2018-05-21  Olivier Hainque  <hainque@adacore.com>
3210         * libgnat/s-trasym__dwarf.adb (Executable_Name): Return argv[0] instead
3211         of empty string when argv[0] couldn't be found on PATH.
3212         (Enable_Cache): Raise Program_Error instead of attempting a null
3213         pointer dereference when the Exec_Module initialization failed.
3215 2018-05-21  Piotr Trojanek  <trojanek@adacore.com>
3217         * libgnarl/a-reatim.ads (Clock_Time): Remove External aspect.
3218         * libgnarl/a-taside.ads (Tasking_State): Likewise.
3219         * libgnat/a-calend.ads (Clock_Time): Likewise.
3221 2018-05-21  Yannick Moy  <moy@adacore.com>
3223         * sem_ch6.adb (Analyze_Procedure_Call): Refine test to recognize prefix
3224         call notation in inlined call in GNATprove mode.
3226 2018-05-21  Hristian Kirtchev  <kirtchev@adacore.com>
3228         * einfo.adb (Is_External_State): An abstract state is also external
3229         when it is declared with option "synchronous".
3230         * einfo.ads: Update the documentation of synthesized attribute
3231         Is_External_State.
3232         * sem_util.adb (Find_Simple_Properties): New routine.
3233         (Is_Enabled_External_Property): New routine.
3234         (State_Has_Enabled_Property): Reimplemented. The two flavors of option
3235         External have precedence over option Synchronous when determining
3236         whether a property is in effect.
3238 2018-05-21  Yannick Moy  <moy@adacore.com>
3240         * sem_eval.adb (Static_Length): Take into account case of variable of
3241         subtype string literal.
3243 2018-05-21  Olivier Hainque  <hainque@adacore.com>
3245         * libgnat/s-objrea.ads (Get_Memory_Bounds): Rename as Get_Xcode_Bounds.
3246         (Object_Section): Rename Flag_Alloc component as Flag_Xcode.
3247         * libgnat/s-objrea.adb (Get_Xcode_Bounds): Adjust to new subprogram and
3248         component name.
3249         (Get_Section, ELF case): Set Flag_Xcode from SHF_EXECINSTR.
3250         * libgnat/s-dwalin.adb (Open): Adjust to the Get_Memory_Bounds name
3251         change.
3253 2018-05-21  Olivier Hainque  <hainque@adacore.com>
3255         * libgnat/s-dwalin.ads (Dwarf_Context): Change type of Load_Address to
3256         Address, and type of Low, High to Storage_Offset.
3257         (Low): Rename as Low_Address and convey that the return value is a
3258         runtime reference accounting for a load address.
3259         * libgnat/s-dwalin.adb (Read_Aranges_Entry): Adjust to the
3260         address/offset type changes.
3261         (Aranges_Lookup): Likewise.
3262         (Symbolic_Address): Likewise.
3263         (Symbolic_Traceback): Likewise.
3264         (Dump_Cache): Likewise.
3265         (Is_Inside): Likewise.
3266         (Open): Likewise.
3267         (Set_Load_Address): Likewise.
3268         (Low_Address): Likewise, and account for C.Load_Address.
3269         * libgnat/s-trasym__dwarf.adb (Lt): Use Low_Address instead of Low.
3270         (Multi_Module_Symbolic_Traceback): Compare address in traceback
3271         with module Low_Address instead of Low.
3273 2018-05-21  Olivier Hainque  <hainque@adacore.com>
3275         * libgnat/s-dwalin.ads (Dwarf_Context): Rename Load_Slide as
3276         Load_Address.
3277         * libgnat/s-dwalin.adb (Is_Inside): Adjust accordingly.
3278         (Set_Load_Address): Likewise.
3279         (Symbolic_Traceback): Likewise.
3281 2018-05-21  Olivier Hainque  <hainque@adacore.com>
3283         * libgnat/s-trasym__dwarf.adb (Add_Module_To_Cache): Expect a
3284         Load_Address argument and pass it down to Init_Module.
3285         * libgnat/s-tsmona__linux.adb (Build_Cache_For_All_Modules): Pass
3286         lm.l_addr as the Load_Address to Add_Module_To_Cache.
3288 2018-05-21  Piotr Trojanek  <trojanek@adacore.com>
3290         * einfo.adb (Has_Discriminants): Stronger assertion.
3291         (Set_Has_Discriminants): Stronger assertion.
3292         * sem_ch13.adb (Push_Scope_And_Install_Discriminants): Adapt to respect
3293         the stronger assertion on Has_Discriminant.
3294         (Uninstall_Discriminants_And_Pop_Scope): Same as above.
3295         * sem_util.adb (New_Copy_Tree): Same as above.
3296         * sem_ch7.adb (Generate_Parent_References): Prevent calls to
3297         Has_Discriminant on non-type entities that might happen when the
3298         compiled code has errors.
3299         * sem_ch3.adb (Derived_Type_Declaration): Only call
3300         Set_Has_Discriminant on type entities.
3302 2018-05-21  Arnaud Charlet  <charlet@adacore.com>
3304         * exp_unst.adb (Unnest_Subprogram): Unnest all subprograms relevant for
3305         code generation.
3307 2018-05-21  Piotr Trojanek  <trojanek@adacore.com>
3309         * lib.ads: Fix typo in enumeration in comment.
3311 2018-05-21  Ed Schonberg  <schonberg@adacore.com>
3313         * sem_attr.adb (Analyze_Attribute, case Scalar_Storage_Order): The
3314         attribute reference is legal within a generic unit when the prefix is a
3315         formal private type.
3317 2018-05-21  Hristian Kirtchev  <kirtchev@adacore.com>
3319         * exp_ch7.adb (Establish_Transient_Scope): Code cleanup. Do not
3320         delegate the secondary stack management when there is no suitable
3321         transient context, and the transient scope was intended to manage the
3322         secondary stack because this causes premature reclamation. Change the
3323         transient scope creation logic by special casing assignment statements
3324         of controlled components for type initialization procedures.
3325         (Find_Node_To_Be_Wrapped): Renamed to Find_Transient_Context. Update
3326         the comment on usage.
3327         (Find_Transient_Context): Change the initinte loop into a while loop.
3328         Iterations schemes and iterator specifications are not valid transient
3329         contexts because they rely on special processing. Assignment statements
3330         are now treated as a normal transient context, special cases are
3331         handled by the caller. Add special processing for pragma Check.
3332         (Is_OK_Construct): Removed. Its functionality has been merged in
3333         routine Find_Transient_Context.
3334         * sem_ch5.adb (Check_Call): Reimplemented. Add code to properly
3335         retrieve the subprogram being invoked. Use a more accurate predicate
3336         (Requires_Transient_Scope) to determine that the function will emply
3337         the secondary stack.
3339 2018-05-21  Piotr Trojanek  <trojanek@adacore.com>
3341         * ada_get_targ.adb: Fix subprogram body headers.
3342         * adabkend.adb: Likewise.
3343         * checks.adb: Likewise.
3344         * exp_ch3.adb: Likewise.
3345         * exp_ch5.adb: Likewise.
3346         * exp_ch9.adb: Likewise.
3347         * exp_dist.adb: Likewise.
3348         * exp_tss.adb: Likewise.
3349         * inline.adb: Likewise.
3350         * lib-writ.adb: Likewise.
3351         * lib-xref-spark_specific.adb: Likewise.
3352         * libgnarl/s-osinte__darwin.adb: Likewise.
3353         * libgnarl/s-stusta.adb: Likewise.
3354         * libgnarl/s-taprop__solaris.adb: Likewise.
3355         * libgnarl/s-tposen.adb: Likewise.
3356         * libgnarl/s-vxwext__kernel-smp.adb: Likewise.
3357         * libgnarl/s-vxwext__kernel.adb: Likewise.
3358         * libgnat/a-btgbso.adb: Likewise.
3359         * libgnat/a-cfdlli.adb: Likewise.
3360         * libgnat/a-cfhama.adb: Likewise.
3361         * libgnat/a-cfinve.adb: Likewise.
3362         * libgnat/a-cimutr.adb: Likewise.
3363         * libgnat/a-coboho.adb: Likewise.
3364         * libgnat/a-cofove.adb: Likewise.
3365         * libgnat/a-cofuve.adb: Likewise.
3366         * libgnat/a-comutr.adb: Likewise.
3367         * libgnat/a-exexda.adb: Likewise.
3368         * libgnat/a-tags.adb: Likewise.
3369         * libgnat/a-tideau.adb: Likewise.
3370         * libgnat/a-wtdeau.adb: Likewise.
3371         * libgnat/a-ztdeau.adb: Likewise.
3372         * libgnat/g-alleve.adb: Likewise.
3373         * libgnat/s-excdeb.adb: Likewise.
3374         * libgnat/s-parint.adb: Likewise.
3375         * libgnat/s-shasto.adb: Likewise.
3376         * libgnat/s-traceb__hpux.adb: Likewise.
3377         * prepcomp.adb: Likewise.
3378         * sem_ch4.adb: Likewise.
3379         * sem_ch6.adb: Likewise.
3380         * sem_dist.adb: Likewise.
3381         * sem_prag.adb: Likewise.
3382         * sem_util.adb: Likewise.
3383         * sinfo.adb: Likewise.
3384         * switch.adb: Likewise.
3386 2018-05-04  John Marino  <gnugcc@marino.st>
3388         PR ada/85635
3389         * link.c (BSD platforms): Add missing backslash.
3391 2018-04-27  Eric Botcazou  <ebotcazou@adacore.com>
3393         PR ada/85540
3394         * init.c (__gnat_handle_vms_condition): Add missing parentheses.
3396 2018-04-25  Eric Botcazou  <ebotcazou@adacore.com>
3398         PR ada/85007
3399         * gnat_ugn.texi: Regenerate.
3401 2018-03-23  Eric Botcazou  <ebotcazou@adacore.com>
3403         PR ada/85007
3404         * gnatlink.adb (Gnatlink): Remove handling of -b switch.
3405         * doc/gnat_ugn/building_executable_programs_with_gnat.rst (gnatlink):
3406         Remove documentation of -b switch.
3408 2018-03-23  Eric Botcazou  <ebotcazou@adacore.com>
3410         PR ada/85036
3411         * gnatlink.adb (Process_Args): Drop existing link switches if multiple
3412         switches are passed for --LINK.
3414 2018-03-12  Eric Botcazou  <ebotcazou@adacore.com>
3416         PR ada/82813
3417         * gcc-interface/misc.c (gnat_post_options): Disable string overflow
3418         warnings.
3420 2018-03-10  Eric Botcazou  <ebotcazou@adacore.com>
3422         * gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
3423         Consider only entities for objects.
3425 2018-03-07  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3427         * gcc-interface/Makefile.in (OSCONS_CPP): Remove redundant
3428         $(GNATLIBCFLAGS).
3429         (OSCONS_EXTRACT): Add $(GNATLIBCFLAGS_FOR_C).
3431 2018-03-06  Eric Botcazou  <ebotcazou@adacore.com>
3433         * gcc-interface/trans.c (convert_with_check): Fix typo in the condition
3434         guarding the overflow check emitted for the upper bound of a floating-
3435         point conversion.
3437 2018-03-06  Eric Botcazou  <ebotcazou@adacore.com>
3439         * gcc-interface/utils.c (def_builtin_1): Bail out on error_mark_node.
3441 2018-02-28  Eric Botcazou  <ebotcazou@adacore.com>
3443         * libgnat/i-cexten.ads (Float_128): New type.
3445 2018-02-02  Eric Botcazou  <ebotcazou@adacore.com>
3447         * gcc-interface/decl.c (array_type_has_nonaliased_component): Return
3448         false if the component type is a pointer.
3450 2018-01-11  Gary Dismukes  <dismukes@adacore.com>
3452         * exp_ch3.adb (Default_Initialize_Object): Call New_Copy_Tree on the
3453         result of Get_Simple_Init_Value and pass the source location of the
3454         object declaration's object_definition.
3456 2018-01-11  Ed Schonberg  <schonberg@adacore.com>
3458         * exp_ch6.adb (Make_Build_In_Place_Call_In_Object_Declaration): Handle
3459         properly object declarations with initializations that are
3460         build-in-place function calls, when there is an address specification,
3461         either as an aspect specification or an explicit attribute
3462         specification clause, for the initialized object.
3463         * freeze.adb (Check_Address_Clause): Do not remove side-effects from
3464         initial expressions in the case of a build-in-place call.
3466 2018-01-11  Piotr Trojanek  <trojanek@adacore.com>
3468         * sem_eval.adb (Is_Null_Range): Retrieve the full view when called on a
3469         private (sub)type; refactor to avoid early return statement.
3470         (Not_Null_Range): Same as above.
3472 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3474         * freeze.adb (Freeze_Entity): Ensure that a Ghost type is not
3475         concurrent, nor effectively volatile.
3476         * ghost.adb (Check_Ghost_Type): New routine.
3477         * ghost.ads (Check_Ghost_Type): New routine.
3478         * sem_util.adb (Is_Declaration): Reimplemented. The routine can now
3479         consider specific subsets of declarations.
3480         (Is_Declaration_Other_Than_Renaming): Removed. Its functionality is
3481         replicated by Is_Declaration.
3482         * sem_util.ads (Is_Declaration): New parameter profile. Update the
3483         comment on usage.
3484         (Is_Declaration_Other_Than_Renaming): Removed.
3486 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3488         * sem_ch5.adb (Analyze_Assignment): Assignments to variables that act
3489         as Part_Of consituents of single protected types are illegal when they
3490         take place inside a protected function.
3491         (Diagnose_Non_Variable_Lhs): Use Within_Function to check for an
3492         enclosing function.
3493         (Is_Protected_Part_Of_Constituent): New routine.
3494         (Within_Function): New routine.
3496 2018-01-11  Arnaud Charlet  <charlet@adacore.com>
3498         Bump copyright notices to 2018.
3500 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3502         * binde.adb, par-ch6.adb, par-ch9.adb, sem_ch12.adb, sem_ch13.adb:
3503         Minor reformatting.
3505 2018-01-11  Justin Squirek  <squirek@adacore.com>
3507         * par-ch6.adb (Scan_Body_Or_Expression_Function): Add additional check
3508         to make sure a given expression function is properly parenthesized.
3510 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3512         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Check the
3513         categorization of a subprogram body which does not complete a previous
3514         declaration.
3516 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3518         * sem_ch10.adb (Check_Private_Child_Unit): Ensure that the enclosing
3519         scope of package Ada is Standard.
3521 2018-01-11  Ed Schonberg  <schonberg@adacore.com>
3523         * sem_ch13.adb (Replace_Type_Ref): Handle properly reference to a
3524         subcomponent of the current entity when building the body for a dynamic
3525         predicate function for a record with composite subcomponents.
3527 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3529         * exp_aggr.adb (Convert_Aggr_In_Object_Decl): Update the call to
3530         Establish_Transient_Scope.
3531         (Convert_To_Assignments): Update the call to Establish_Transient_Scope.
3532         (Expand_Array_Aggregate): Update the call to Establish_Transient_Scope.
3533         * exp_ch6.adb (Expand_Call_Helper): Update the call to
3534         Establish_Transient_Scope.
3535         (Make_Build_In_Place_Call_In_Object_Declaration): Update the call to
3536         Establish_Transient_Scope.
3537         * exp_ch7.adb (Establish_Transient_Scope): Restructured. Delegate the
3538         management of the secondary stack to an enclosing scope if there is no
3539         suitable construct to wrap, and the transient scope was intended to
3540         manage the secondary stack.
3541         (Find_Node_To_Be_Wrapped): Restructured. A case_statement_alternative
3542         is a valid boundary for a transient expression which comes from the
3543         statements of the alternative, otherwise alternatives cannot be
3544         wrapped. Assignments of controlled objects which have controlled
3545         actions suppressed now stop the traversal as there is no point in
3546         looking for an enclosing construct. Add several N_xxx_Body choices to
3547         the termination conditions for completeness.
3548         * exp_ch7.ads (Establish_Transient_Scope): Update the parameter profile
3549         and the associated comment on usage.
3550         * exp_smem.adb (Add_Shared_Var_Lock_Procs): Update the call to
3551         Establish_Transient_Scope.
3552         (Add_Write_After): Update the call to Establish_Transient_Scope.
3553         * sem_res.adb (Check_Initialization_Call): Removed.
3554         (Resolve_Actuals): Account for additional cases where finalization
3555         actions are required by utilizing predicate Needs_Finalization rather
3556         than Is_Controlled.
3557         (Resolve_Call): Type initialization procedures can now utilize
3558         transient scopes to manage the secondary stack, thus preventing leaks
3559         during initialization.  Remove the previous kludgy algorithm which
3560         attempts to manage the secondary stack at the object creation site.
3562 2018-01-11  Jerome Lambourg  <lambourg@adacore.com>
3564         * libgnat/g-soliop__qnx.ads: New.
3565         * adaint.c, adaint.h, cstreams.c, s-oscons-tmplt.c, sysdep.c: Update
3566         for QNX.
3568 2018-01-11  Bob Duff  <duff@adacore.com>
3570         * par-ch9.adb (P_Protected_Operation_Declaration_Opt): Give an error if
3571         a null procedure occurs in a protected definition.
3573 2018-01-11  Bob Duff  <duff@adacore.com>
3575         * binderr.ads, namet.ads: Minor reformatting.
3577 2018-01-11  Bob Duff  <duff@adacore.com>
3579         * doc/gnat_ugn/gnat_utility_programs.rst: Improve documentation of
3580         xml2gnat.
3582 2018-01-11  Bob Duff  <duff@adacore.com>
3584         * binde.adb (Force_Elab_Order): Give an error if there are duplicate
3585         unit names.
3587 2018-01-11  Ed Schonberg  <schonberg@adacore.com>
3589         * sem_ch6.adb (Freeze_Expr_Types): If an access value is the
3590         controlling argument of a dispatching call. freeze the corresponding
3591         designated type.
3593 2018-01-11  Ben Brosgol  <brosgol@adacore.com>
3595         * doc/Makefile: Add Sphinx option -W to treat warnings as errors.
3597 2018-01-11  Ben Brosgol  <brosgol@adacore.com>
3599         * doc/gnat_rm/implementation_defined_aspects.rst: Minor type/wording
3600         corrections.
3601         * gnat_rm.texi: Regenerate.
3603 2018-01-11  Ed Schonberg  <schonberg@adacore.com>
3605         * sem_ch12.adb (Check_Fixed_Point_Type): Do not apply check if the
3606         formsl type corresponding to the actual fixed point type is private,
3607         because in this case there can be no suspicious arithmetic operations
3608         in the generic unless they reference a formal subprogram.  Clarify
3609         warning.
3611 2018-01-11  Javier Miranda  <miranda@adacore.com>
3613         * exp_util.adb (Remove_Side_Effects): No action done for functions
3614         returning class-wide types since it requires generating code using
3615         'reference and the CCG target has no secondary stack.
3616         * gnat1drv.adb: Disable building static dispatch tables when generating
3617         C code.
3619 2018-01-11  Piotr Trojanek  <trojanek@adacore.com>
3621         * libgnat/a-direio.ads, libgnat/a-sequio.ads, libgnat/a-ststio.ads,
3622         libgnat/a-textio.ads, libgnat/a-witeio.ads, libgnat/a-ztexio.ads
3623         (File_Type): Add Default_Initial_Condition aspect.
3625 2018-01-11  Pascal Obry  <obry@adacore.com>
3627         * libgnat/s-os_lib.adb (Normalize_Pathname): New implementation.
3629 2018-01-11  Bob Duff  <duff@adacore.com>
3631         * doc/gnat_ugn/gnat_utility_programs.rst: Rewrite gnatpp documentation
3632         to match what the Libadalang-based version does.
3633         * doc/gnat_ugn/about_this_guide.rst: Update reference.
3635 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3637         * sem_res.adb (Uses_SS): A controlled type requires the secondary stack
3638         if it contains at least one component declaration employing a function
3639         call returning on the secondary stack.
3641 2018-01-11  Yannick Moy  <moy@adacore.com>
3643         * doc/gnat_rm/standard_and_implementation_defined_restrictions.rst:
3644         Update description of restriction SPARK_05 with SPARK 2014.
3645         * gnat_rm.texi: Regenerate.
3647 2018-01-11  Vasiliy Fofanov  <fofanov@adacore.com>
3649         * doc/gnat_ugn/gnat_utility_programs.rst: Fix layout.
3651 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3653         * exp_aggr.adb, exp_ch9.adb, exp_util.adb, sem_aggr.adb, sem_ch3.adb,
3654         sem_res.adb, sem_util.adb: Minor reformatting.
3656 2018-01-11  Ed Schonberg  <schonberg@adacore.com>
3658         * sem_prag.adb (Analyze_Pragma, case Predicate): Indicate that the type
3659         has a delayed aspect which must be processed at the point the type is
3660         frozen. This mimics what is done when the predicate is provided by a
3661         source aspect.
3663 2018-01-11  Doug Rupp  <rupp@adacore.com>
3665         * init.c (vxworks): Add macro checks for __aarch64__.
3667 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3669         * exp_util.adb (Add_Failure_Expression): New routine.
3670         (Make_Predicate_Check): Reimplement the handling of Predicate_Failure.
3671         * sem_util.adb (Is_Current_Instance): Code cleanup.
3673 2018-01-11  Patrick Bernardi  <bernardi@adacore.com>
3675         * libgnat/s-parame*.adb, libgnat/s-parame*.ads: Remove unneeded
3676         Default_Sec_Stack_Size.
3677         * libgnat/s-secsta.adb (SS_Allocate): Handle the fixed secondary stack
3678         limit check so that the integer index does not overflow. Check the
3679         dynamic stack allocation does not cause the secondary stack pointer to
3680         overflow.
3681         (SS_Info): Align colons.
3682         (SS_Init): Cover the case when bootstraping with an old compiler that
3683         does not set Default_SS_Size.
3685 2018-01-11  Ed Schonberg  <schonberg@adacore.com>
3687         * sem_ch3.adb (Add_Internal_Interface_Entities): When checking the
3688         legality of an inherited operation that may require overriding, ignore
3689         primitive_wrappers that correspond to explicit operations that override
3690         an interface primitive.
3691         * exp_util.adb (Build_Class_Wide_Expression, Replace_Entity): If the
3692         operation to which the class-wide expression applies is a protected op.
3693         with a primitive_wrapper, verify that the updated inherited expression
3694         does not contain an internal call to a protected function.  This
3695         completes the implementation of AI12-0166.
3697 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3699         * ali.adb: Document the remaining letters available for ALI lines.
3700         (Scan_ALI): A with clause is internal when it is encoded on a 'Z' line.
3701         * ali.ads: Update type With_Record. Field
3702         Implicit_With_From_Instantiation is no longer in use. Add field
3703         Implicit_With.
3704         * csinfo.adb (CSinfo): Remove the setup for attribute
3705         Implicit_With_From_Instantiation.
3706         * lib-writ.adb (Collect_Withs): Correct the logic which marks a unit as
3707         either implicitly or explicitly withed.
3708         (Is_Implicit_With_Clause): New routine.
3709         (Write_ALI): Rename array Implicit_With to Has_Implicit_With to avoid
3710         confusion with the with clause attribute by the same name.
3711         (Write_With_Lines): Update the emission of 'W', 'Y', and 'Z' headers.
3712         * rtsfind.adb (Maybe_Add_With): Code cleanup.
3713         * sem_ch8.adb (Present_System_Aux): Code cleanup.
3714         * sem_ch10.adb (Expand_With_Clause): Mark the with clause as generated
3715         for a parent unit.
3716         (Implicit_With_On_Parent): Mark the with clause as generated for a
3717         parent unit.
3718         * sem_ch12.adb (Inherit_Context): With clauses inherited by an
3719         instantiation are no longer marked as Implicit_With_From_Instantiation
3720         because they are already marked as implicit.
3721         * sem_elab.adb (Ensure_Prior_Elaboration_Static): Remove the kludge
3722         which marks implicit with clauses as related to an instantiation.
3723         * sinfo.adb (Implicit_With_From_Instantiation): Removed.
3724         (Parent_With): New routine.
3725         (Set_Implicit_With_From_Instantiation): Removed.
3726         (Set_Parent_With): New routine.
3727         * sinfo.ads: Update the documentation of attribute Implicit_With.
3728         Remove attribute Implicit_With_From_Instantiation along with
3729         occurrences in nodes.  Add attribute Parent_With along with occurrences
3730         in nodes.
3731         (Implicit_With_From_Instantiation): Removed along with pragma Inline.
3732         (Parent_With): New routine along with pragma Inline.
3733         (Set_Implicit_With_From_Instantiation): Removed along with pragma Inline.
3734         (Set_Parent_With): New routine along with pragma Inline.
3736 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3738         * sem_util.adb (Find_Enclosing_Scope): Return the unique defining
3739         entity when the enclosing construct is a body.
3741 2018-01-11  Patrick Bernardi  <bernardi@adacore.com>
3743         * exp_ch9.adb (Expand_N_Task_Type_Declaration): Simplified
3744         Secondary_Stack_Size handling as a pragma is now generated for the
3745         corresponding aspect instead of an attribute.  Pragma expression is
3746         relocated instead of evaluated. Discriminant of the corresponding
3747         record type is referenced rather than the type discriminant.
3748         (Create_Secondary_Stack_For_Task, Make_Task_Create_Call): Update
3749         Secondary_Stack_Size rep item checks to only look for the pragma rep.
3750         * sem_ch13.adb (Analyze_One_Aspect): Transform
3751         Aspect_Secondary_Stack_Size into a pragma instead of an attribute
3752         because the attribute does not have visibility on a task type's
3753         discriminants when the type's definition is expanded.
3754         (Analyze_Attribute_Definition_Clause): Remove handling of
3755         Attribute_Secondary_Stack_Size.
3756         * snames.adb-tmpl, snames.ads-tmpl: Remove
3757         Attribute_Secondary_Stack_Size, no longer used.
3759 2018-01-11  Justin Squirek  <squirek@adacore.com>
3761         * sem_ch8.adb: Minor comment fix.
3763 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3765         * exp_ch4.adb (Process_Action): Do not abandon the inspection of an
3766         individual action because the action may denote a complex expression,
3767         such as a case statement, which in turn may contain additional
3768         transient objects.
3770 2018-01-11  Ed Schonberg  <schonberg@adacore.com>
3772         * sem_aggr.adb (Resolve_Iterated_Component_Association): Perform
3773         analysis on a copy of the expression with a copy of the index variable,
3774         because full expansion will rewrite construct into a loop with the
3775         original loop variable.
3776         * exp_aggr.adb (Gen_Assign): Defer analysis and resolution if the
3777         expression is an iterated component association. Full analysis takes
3778         place when construct is rewritten as a loop.
3779         (In_Place_Assign_OK, Safe_Component): An iterated_component_association
3780         is not safe for in-place assignment.
3781         * sem_util.adb (Remove_Entity): Handle properly the case of an isolated
3782         entity with no homonym and no other entity in the scope.
3784 2018-01-11  Justin Squirek  <squirek@adacore.com>
3786         * sem_prag.adb (Analyze_Pragma:Pragma_Loop_Variant): Modify error
3787         message to be printed on the pragma argument identifier.
3789 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3791         * exp_util.adb (Build_Invariant_Procedure_Declaration): Set the last
3792         entity of the generated invariant procedure in order to construct a
3793         proper entity chain.
3795 2018-01-11  Piotr Trojanek  <trojanek@adacore.com>
3797         * sem_ch13.adb (Build_Predicate_Functions): Fix minor issues in
3798         comment.
3800 2018-01-11  Arnaud Charlet  <charlet@adacore.com>
3802         * einfo.ads, einfo.adb (Activation_Record_Component,
3803         Set_Activation_Record_Component, Set_Is_Uplevel_Referenced_Entity):
3804         Allow E_Discriminant.
3806 2018-01-10  Eric Botcazou  <ebotcazou@adacore.com>
3808         * gcc-interface/decl.c (gnat_to_gnu_component_type): Apply the check
3809         for atomic access once the component size is taken into account and
3810         also do it if the component type is Atomic or Volatile_Full_Access.
3812 2018-01-04  Eric Botcazou  <ebotcazou@adacore.com>
3814         * gnatvsn.ads: Bump copyright year.
3816 2018-01-03  Richard Sandiford  <richard.sandiford@linaro.org>
3817             Alan Hayward  <alan.hayward@arm.com>
3818             David Sherwood  <david.sherwood@arm.com>
3820         * gcc-interface/misc.c (enumerate_modes): Treat GET_MODE_BITSIZE
3821         as polynomial.
3823 2018-01-03  Richard Sandiford  <richard.sandiford@linaro.org>
3824             Alan Hayward  <alan.hayward@arm.com>
3825             David Sherwood  <david.sherwood@arm.com>
3827         * gcc-interface/misc.c (enumerate_modes): Treat GET_MODE_PRECISION
3828         as polynomial.
3830 2018-01-03  Richard Sandiford  <richard.sandiford@linaro.org>
3831             Alan Hayward  <alan.hayward@arm.com>
3832             David Sherwood  <david.sherwood@arm.com>
3834         * gcc-interface/utils.c (gnat_types_compatible_p): Handle
3835         polynomial TYPE_VECTOR_SUBPARTS.
3837 2018-01-03  Richard Sandiford  <richard.sandiford@linaro.org>
3838             Alan Hayward  <alan.hayward@arm.com>
3839             David Sherwood  <david.sherwood@arm.com>
3841         * gcc-interface/misc.c (enumerate_modes): Handle polynomial
3842         GET_MODE_NUNITS.
3844 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
3846         Update copyright years.
3848         * gnat_ugn.texi: Bump @copying's copyright year.
3849         * gnat_rm.texi: Likewise.
3851 Copyright (C) 2018 Free Software Foundation, Inc.
3853 Copying and distribution of this file, with or without modification,
3854 are permitted in any medium without royalty provided the copyright
3855 notice and this notice are preserved.