* varasm.c (output_constructor_regular_field): Check TYPE_SIZE_UNIT of
[official-gcc.git] / gcc / ada / ChangeLog
blobb61c605e996701366e4e82edb00844a3fac1c6d6
1 2018-08-27  Martin Liska  <mliska@suse.cz>
3         * gcc-interface/decl.c (update_profile): Use new function
4         fndecl_built_in_p and remove check for FUNCTION_DECL if
5         possible.
6         * gcc-interface/gigi.h (call_is_atomic_load): Likewise.
7         * gcc-interface/utils.c (gnat_pushdecl): Likewise.
9 2018-08-23  Giuliano Belinassi  <giuliano.belinassi@usp.br>
11         * exp_unst.ads: Fix typo 'exapnded' to 'expanded'.
13 2018-08-21  Hristian Kirtchev  <kirtchev@adacore.com>
15         * checks.adb, contracts.adb, exp_aggr.adb, exp_attr.adb,
16         exp_ch6.adb, exp_ch7.adb, exp_ch9.adb, exp_unst.adb,
17         exp_util.adb, freeze.adb, gnatlink.adb, layout.adb,
18         lib-writ.adb, lib-xref-spark_specific.adb, sem_ch13.adb,
19         sem_ch3.adb, sem_ch6.adb, sem_res.adb, sem_util.adb, sinfo.ads,
20         sprint.adb: Minor reformatting.
22 2018-08-21  Jerome Lambourg  <lambourg@adacore.com>
24         * vxlink-bind.adb, vxlink-bind.ads, vxlink-link.adb,
25         vxlink-link.ads, vxlink-main.adb, vxlink.adb, vxlink.ads: Add a
26         new tool vxlink to handle VxWorks constructors in DKMs.
27         * gcc-interface/Makefile.in: add rules to build vxlink
29 2018-08-21  Ed Schonberg  <schonberg@adacore.com>
31         * sem_ch6.adb (Analyze_Subprogram_Body_Helper, Mask_Type):
32         Refine the handling of freezing types for expression functions
33         that are not completions, when analyzing the generated body for
34         the function: the body is inserted at the end of the enclosing
35         declarative part, and its analysis may freeze types declared in
36         the same scope that have not been frozen yet.
38 2018-08-21  Ed Schonberg  <schonberg@adacore.com>
40         * sem_ch6.adb: Remove Freeze_Expr_Types.
41         * freeze.ads, freeze.adb (Freeze_Expr_Types): Moved from
42         sem_ch6.adb, and extended to handle other expressions that may
43         contain unfrozen types that must be frozen in their proper
44         scopes.
45         * contracts.adb (Analyze_Entry_Or_Subprogram_Contract): If the
46         contract is for the generated body of an expression function
47         that is a completion, traverse the expressions for pre- and
48         postconditions to freeze all types before adding the contract
49         code within the subprogram body.
51 2018-08-21  Hristian Kirtchev  <kirtchev@adacore.com>
53         * sem_ch10.adb: Remove the with and use clause for unit Ghost.
54         (Analyze_With_Clause): Do not mark a with clause which mentions
55         an ignored Ghost code for elimination.
57 2018-08-21  Javier Miranda  <miranda@adacore.com>
59         * lib-writ.adb (Write_Unit_Information): Handle pragmas removed
60         by the expander.
62 2018-08-21  Ed Schonberg  <schonberg@adacore.com>
64         * sem_ch6.adb (Check_Synchronized_Overriding): The conformance
65         between an overriding protected operation and the overridden
66         abstract progenitor operation requires subtype conformance;
67         requiring equality of return types in the case of a function is
68         too restrictive and leads to spurious errors when the return
69         type is a generic actual.
71 2018-08-21  Ed Schonberg  <schonberg@adacore.com>
73         * exp_ch9.adb (Expand_N_Timed_Entry_Call,
74         Expand_Conditional_Entry_Call): Use Reset_Scopes_Of to set
75         properly the scope of all entities created in blocks generated
76         by the expansion of these constructs.
78 2018-08-21  Ed Schonberg  <schonberg@adacore.com>
80         * sem_ch13.adb (Build_Predicate_Functioss): Apply
81         Reset_Quantified_Variables_Scope after predicate function has
82         been analyzed, so that the scope can be reset on the generated
83         loop statements that have replaced the quantified expressions.
85 2018-08-21  Bob Duff  <duff@adacore.com>
87         * einfo.ads, einfo.adb (Private_View, Shadow_Entities): Remove
88         obsolete code.
90 2018-08-21  Maroua Maalej  <maalej@adacore.com>
92         * sem_spark.adb (Check_Call_Statement): Check global and formal
93         parameter permissions at call sites.
94         (Check_Callable_Body): Assume permissions on globals and
95         parameters depending on their modes then analyse the body
96         operations.
97         (Check_Declaration): Consider both deep (including elementary
98         access) object declarations and normal variables. First check
99         whether the deep object is of Ownership Aspec True or not, then,
100         depending on its initialization, assign the appropriate state.
101         Check related to non access type variables deal with
102         initialization value permissions.
103         (Check_Expression): Check nodes used in the expression being
104         analyzed.
105         (Check_Globals): Call by Check_Call_Statement to perform the
106         check on globals.
107         (Check_List): Call Check_Node on each element of the list.
108         (Check_Loop_Statement): Check the Iteration_Scheme and loop
109         statements.
110         (Check_Node): Main traversal procedure to check safe pointer usage.
111         (Check_Package_Body): Check subprogram's body.
112         (Check_Param_In): Take a formal and an actual parameter and
113         Check the permission of every in-mode parameter.
114         (Check_Param_Out): Take a formal and an actual parameter and
115         check the state of out-mode and in out-mode parameters.
116         (Check_Statement): Check statements other than procedure call.
117         (Get_Perm, Get_Perm_Or_Tree, Get_Perm_Tree): Find out the state
118         related to the given name.
119         (Is_Deep): Return True if an object is of access type or has
120         subfields of access type.
121         (Perm_Error, Perm_Error_Subprogram_End): Add an error message
122         whenever the found state on the given name is different from the
123         one expected (in the statement being analyzed).
124         (Process_Path): Given an operation and a current state, call
125         Perm_Error if there is any mismatch.
126         (Return_Declarations, Return_Globals, Return_The_Global): Check
127         the state of a given name at the end of the subprogram. These
128         procedures may change depending on how we shall finally deal
129         with globals and the rhs state in a move operation.
130         (Set_Perm_Extensions, Set_Perm_Prefixes_Borrow,
131         Set_Perm_Prefixes, Setup_Globals, Setup_Parameter_Or_Global,
132         Setup_Parameters): Set up the new states to the given node and
133         up and down the tree after an operation.
134         (Has_Ownership_Aspect_True): This function may disappear later
135         when the Ownership Aspect will be implemented in the FE.
137 2018-08-21  Ed Schonberg  <schonberg@adacore.com>
139         * sem_res.adb (Resolve_Call): Resolve correctly a parameterless
140         call that returns an access type whose designated type is the
141         component type of an array, when the function has no defaulted
142         parameters.
144 2018-08-21  Yannick Moy  <moy@adacore.com>
146         * doc/gnat_ugn/building_executable_programs_with_gnat.rst:
147         Document entries of the target parametrization file.
148         * gnat_ugn.texi: Regenerate.
150 2018-08-21  Ed Schonberg  <schonberg@adacore.com>
152         * sem_attr.adb: Set scope of elaboration flag for 'Access.
154 2018-08-21  Ed Schonberg  <schonberg@adacore.com>
156         * sprint.adb: Add guard on printing aspects.
158 2018-08-21  Javier Miranda  <miranda@adacore.com>
160         * exp_cg.adb (Generate_CG_Output): Handle calls removed by the
161         expander.
163 2018-08-21  Ed Schonberg  <schonberg@adacore.com>
165         * layout.adb: Do not set size of access subprogram if unnesting.
167 2018-08-21  Ed Schonberg  <schonberg@adacore.com>
169         * freeze.adb: Remove warnings for access to subprograms when
170         unnesting is active.
172 2018-08-21  Ed Schonberg  <schonberg@adacore.com>
174         * exp_aggr.adb (Expand_Array_Aggregate): If the component type
175         is limited, the array must be constructed in place, so set flag
176         In_Place_Assign_OK_For_Declaration accordingly. This prevents
177         improper copying of an array of tasks during initialization.
179 2018-08-21  Eric Botcazou  <ebotcazou@adacore.com>
181         * gcc-interface/trans.c (Call_to_gnu): Always suppress an
182         unchecked conversion around the actual for an In parameter
183         passed by copy.
185 2018-08-21  Eric Botcazou  <ebotcazou@adacore.com>
187         * exp_util.adb (Is_Possibly_Unaligned_Object): For the case of a
188         selected component inherited in a record extension and subject
189         to a representation clause, retrieve the position and size from
190         the original record component.
192 2018-08-21  Ed Schonberg  <schonberg@adacore.com>
194         * sem_util.ads, sem_util.adb (New_External_Entity): Type of
195         Suffix_Index must be Int, not Nat, so that a negative value can
196         be used to generate a unique name for an external object, as
197         specified in Tbuild.New_External_Name.
198         (Scope_Within): Handle private type whose completion is a
199         synchronized type (For unnesting).
200         * itypes.ads, itypes.adb (Create_Itype): Ditto
201         * sem_ch3.adb (Constrain_Corresponding_Record): Generate a
202         unique name for the created subtype, because there may be
203         several discriminated tasks present in the same scope, and each
204         needs its distinct corresponding record subtype.
206 2018-08-21  Yannick Moy  <moy@adacore.com>
208         * doc/gnat_ugn/gnat_and_program_execution.rst: Update
209         documentation of dimensionality analysis.
210         * gnat_ugn.texi: Regenerate.
211         * Makefile.rtl, impunit.adb: Consider the new units.
212         * libgnat/s-dfmkio.ads, libgnat/s-dfmopr.ads,
213         libgnat/s-diflmk.ads: New units based on Float.
214         * libgnat/s-dilomk.ads, libgnat/s-dlmkio.ads,
215         libgnat/s-dlmopr.ads: New units based on Long_Float.
216         * libgnat/s-dmotpr.ads: Rename to libgnat/s-dgmgop.ads and turn
217         into an instance of
218         System.Dim.Generic_Mks.Generic_Other_Prefixes.
219         * libgnat/s-dimmks.ads: Rename to libgnat/s-digemk.ads and turn
220         into an instance of System.Dim.Generic_Mks.
222 2018-08-21  Hristian Kirtchev  <kirtchev@adacore.com>
224         * impunit.adb: Add g-lists to the set of non-implementation
225         units.
226         * libgnat/g-lists.adb, libgnat/g-lists.ads: New unit.
227         * Makefile.rtl: Add g-lists to the set of non-tasking units.
228         * gcc-interface/Make-lang.in: Add g-lists to the set of files
229         used by gnat1.
231 2018-08-21  Ed Schonberg  <schonberg@adacore.com>
233         * exp_ch9.adb (Reset_Scopes): Do not recurse into type
234         declarations when resetting the scope of entities declared the
235         procedures generated for entry bodies and accept alternatives.
236         Use the entity of the procedure declaration, not its body, as
237         the new scope.
239 2018-08-21  Hristian Kirtchev  <kirtchev@adacore.com>
241         * einfo.adb (Elaboration_Entity): Include entries and entry
242         families in the set of legal entities.
243         (Elaboration_Entity_Required): Include entries and entry
244         families in the set of legal entities.
245         (Set_Elaboration_Entity): Include entries and entry families in
246         the set of legal entities.
247         (Set_Elaboration_Entity_Required): Include entries and entry
248         families in the set of legal entities.
249         (Write_Field13_Name): Update the output of attribute
250         Elaboration_Entity.
251         * einfo.ads: Attributes Elaboration_Entity and
252         Elaboration_Entity_Required now apply to entries and entry
253         families.
255 2018-08-21  Arnaud Charlet  <charlet@adacore.com>
257         * set_targ.adb: Mark some CodePeer message as Intentional.
259 2018-08-21  Ed Schonberg  <schonberg@adacore.com>
261         * sem_res.adb (Resolve_Call): Force the freezing of an
262         expression function that is called to provide a default value
263         for a defaulted discriminant in an object initialization.
265 2018-08-21  Hristian Kirtchev  <kirtchev@adacore.com>
267         * libgnat/g-dynhta.adb, libgnat/g-dynhta.ads: New package
268         Dynamic_HTable.
270 2018-08-21  Javier Miranda  <miranda@adacore.com>
272         * checks.ads (Determine_Range): Adding documentation.
273         * checks.adb (Determine_Range): Don't deal with enumerated types
274         with non-standard representation.
275         (Convert_And_Check_Range): For conversion of enumeration types
276         with non standard representation to an integer type perform a
277         direct conversion to the target integer type.
279 2018-08-21  Piotr Trojanek  <trojanek@adacore.com>
281         * lib-xref.ads, lib-xref-spark_specific.adb
282         (Enclosing_Subprogram_Or_Library_Package): Now roughtly works
283         for pragmas that come from aspect specifications.
285 2018-08-21  Pierre-Marie de Rodat  <derodat@adacore.com>
287         * sa_messages.ads, sa_messages.adb: New source files.
289 2018-08-03  Pierre-Marie de Rodat  <derodat@adacore.com>
291         Reverts
292         2018-07-06  Jim Wilson  <jimw@sifive.com>
294         * Make-generated.in (treeprs.ads): Use $(GNATMAKE) instead of gnatmake.
295         (einfo.h, sinfo.h, stamp-snames, stamp-nmake): Likewise.
296         * gcc-interface/Makefile.in (xoscons): Likewise.
298 2018-07-31  Alexandre Oliva  <oliva@adacore.com>
299             Olivier Hainque  <hainque@adacore.com>
301         * gcc-interface/trans.c: Include debug.h.
302         (file_map): New static variable.
303         (gigi): Set it.  Create decl_to_instance_map when needed.
304         (Subprogram_Body_to_gnu): Pass gnu_subprog_decl to...
305         (Sloc_to_locus): ... this.  Add decl parm, map it to instance.
306         * gcc-interface/gigi.h (Sloc_to_locus): Adjust declaration.
308 2018-07-31  Arnaud Charlet  <charlet@adacore.com>
310         * clean.adb, gnatchop.adb, gnatfind.adb, gnatls.adb,
311         gnatmake.ads, gnatxref.adb, make.adb, make.ads, make_util.ads,
312         sfn_scan.adb, vxaddr2line.adb, xeinfo.adb, xoscons.adb,
313         xr_tabls.adb, xref_lib.adb: Address CodePeer messages.
315 2018-07-31  Arnaud Charlet  <charlet@adacore.com>
317         * gnatlink.adb: Fix potential Constraint_Error if
318         Library_Version is too long.
320 2018-07-31  Arnaud Charlet  <charlet@adacore.com>
322         * sem_elab.adb: Remove duplicate condition detected by CodePeer.
324 2018-07-31  Ed Schonberg  <schonberg@adacore.com>
326         * exp_unst.adb (Subp_Index): In the case of a protected
327         operation, the relevant entry is the generated
328         protected_subprogram_body into which the original body is
329         rewritten. Assorted cleanup and optimizations.
331 2018-07-31  Ed Schonberg  <schonberg@adacore.com>
333         * exp_attr.adb (Expand_Attribute, case Fixed_Value): Set the
334         base type of the result to ensure that proper overflow and range
335         checks are generated.  If the target is a fixed-point tyoe,
336         generate the required overflow and range checks explicitly,
337         rather than relying on Apply_Type_Conversion_Checks, which might
338         simply set the Do_Range_Check flag and rely on the backend to
339         add the check.
341 2018-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
343         * sem_res.adb (Resolve_Call): Establish a transient scope to
344         manage the secondary stack when the designated type of an
345         access-to-subprogram requires it.
347 2018-07-31  Ed Schonberg  <schonberg@adacore.com>
349         * exp_ch7.adb (Check_Unnesting_Elaboration_Code): To find local
350         subprograms in the elaboration code for a package body, recurse
351         through nested statement sequences because a compiler-generated
352         procedure may appear within a condition statement.
354 2018-07-31  Ed Schonberg  <schonberg@adacore.com>
356         * exp_ch6.adb (Expand_Protected_Subprogram_Call): Handle
357         properly a protected call that includes a default parameter that
358         is a call to a protected function of the same type.
360 2018-07-31  Justin Squirek  <squirek@adacore.com>
362         * lib-writ.adb (Write_With_Lines): Modfiy the generation of
363         dependencies within ali files so that source unit bodies are
364         properly listed even if said bodies are missing.  Perform legacy
365         behavior in GNATprove mode.
366         * lib-writ.ads: Modify documentation to reflect current behavior.
368 2018-07-31  Eric Botcazou  <ebotcazou@adacore.com>
370         *  libgnarl/s-osinte__solaris.ads (upad64_t): New private type.
371         (mutex_t): Use it for 'lock' and 'data' components.
372         (cond_t): Likewise for 'data' and use single 'flags' component.
374 2018-07-31  Justin Squirek  <squirek@adacore.com>
376         * exp_ch5.adb (Make_Field_Assign): Force temporarily generated
377         objects for assignment of overlaid user objects to be renamings
378         instead of constant declarations.
380 2018-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
382         * exp_ch9.adb (Analyze_Pragmas): New routine.
383         (Build_Private_Protected_Declaration): Code clean up. Relocate
384         relevant aspects and pragmas from the stand-alone body to the
385         newly created spec.  Explicitly analyze any pragmas that have
386         been either relocated or produced by the analysis of the
387         aspects.
388         (Move_Pragmas): New routine.
389         * sem_prag.adb (Find_Related_Declaration_Or_Body): Recognize the
390         case where a pragma applies to the internally created spec for a
391         stand-along subprogram body declared in a protected body.
393 2018-07-31  Gary Dismukes  <dismukes@adacore.com>
395         * exp_ch6.adb (Expand_N_Extended_Return_Statement): Replace
396         calls to Current_Scope in three assertions with calls to
397         Current_Subprogram.
399 2018-07-31  Ed Schonberg  <schonberg@adacore.com>
401         * sem_eval.adb (Check_Non_Static_Context): Do not warn on an
402         integer literal greater than the upper bound of
403         Universal_Integer'Last when expansion is disabled, to avoid a
404         spurious warning over ranges involving 64-bit modular types.
406 2018-07-31  Arnaud Charlet  <charlet@adacore.com>
408         * einfo.adb (Write_Entity_Flags): Also print
409         Is_Activation_Record flag.
411 2018-07-31  Piotr Trojanek  <trojanek@adacore.com>
413         * exp_aggr.adb, exp_ch4.adb, exp_ch6.adb, lib-xref.adb,
414         repinfo.adb, sem_ch9.adb: Minor replace Ekind membership tests
415         with a wrapper routine.
417 2018-07-31  Piotr Trojanek  <trojanek@adacore.com>
419         * ali.adb (Known_ALI_Lines): Remove 'F' as a prefix for lines
420         related to the FORMAL analysis done by GNATprove.
422 2018-07-31  Javier Miranda  <miranda@adacore.com>
424         * sem.ads (Inside_Preanalysis_Without_Freezing): New global
425         counter.
426         * sem.adb (Semantics): This subprogram has now the
427         responsibility of resetting the counter before analyzing a unit,
428         and restoring its previous value before returning.
429         * freeze.adb (Freeze_Entity): Do not freeze if we are
430         preanalyzing without freezing.
431         * sem_res.adb (Preanalyze_And_Resolve): Set & restore
432         In_Preanalysis_Without_Freezing.
434 2018-07-31  Ed Schonberg  <schonberg@adacore.com>
436         * sem_ch4.adb (Traverse_Homonyms): Consider generic actuals that
437         may rename a matching class-wide operation only if the renaming
438         declaration for that actual is in an enclosing scope (i.e.
439         within the corrresponding instance).
441 2018-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
443         * checks.adb, contracts.adb, exp_aggr.adb, exp_ch5.adb,
444         exp_disp.adb, make.adb, sem_ch4.adb, sem_eval.adb, sem_res.adb,
445         usage.adb: Minor reformatting.
447 2018-07-31  Bob Duff  <duff@adacore.com>
449         * sem_res.adb (Resolve_Allocator): Do not complain about the
450         implicit allocator that occurs in the expansion of a return
451         statement for a build-in-place function.
453 2018-07-20  Martin Sebor  <msebor@redhat.com>
455         PR middle-end/82063
456         * gcc-interface/misc.c (gnat_handle_option): Change function argument
457         to HOST_WIDE_INT.
459 2018-07-17  Eric Botcazou  <ebotcazou@adacore.com>
461         * gcc-interface/decl.c (choices_to_gnu): Rename parameters.  Deal with
462         an operand of Character type.  Factor out range generation to the end.
463         Check that the bounds are literals and convert them to the type of the
464         operand before building the ranges.
465         * gcc-interface/utils.c (make_dummy_type): Minor tweak.
466         (make_packable_type): Propagate TYPE_DEBUG_TYPE.
467         (maybe_pad_type): Likewise.
469 2018-07-17  Ed Schonberg  <schonberg@adacore.com>
471         * sem_ch4.adb (Try_Object_Operation): Handle properly a prefixed call
472         in an instance, when the generic parameters include an interface type
473         and a abstract operation of that type, and the actuals in the instance
474         include an interface type and a corresponding abstract operation of it,
475         with a different name than the corresponding generic subprogram
476         parameter.
478 2018-07-17  Arnaud Charlet  <charlet@adacore.com>
480         * sem_eval.adb (Rewrite_In_Raise_CE): Keep the original reason in more
481         cases.
483 2018-07-17  Arnaud Charlet  <charlet@adacore.com>
485         * checks.adb (Apply_Division_Check): Add provision for floating-point
486         checks.
488 2018-07-17  Ed Schonberg  <schonberg@adacore.com>
490         * exp_aggr.adb (Component_OK_For_Backend): If an array component of the
491         enclosing record has a bound that is out of range (and that has been
492         rewritten as a raise statement) the aggregate is not OK for any back
493         end, and should be expanded into individual assignments.
495 2018-07-17  Piotr Trojanek  <trojanek@adacore.com>
497         * atree.adb (Relocate_Node): Simplify with Is_Rewrite_Substitution.
499 2018-07-17  Piotr Trojanek  <trojanek@adacore.com>
501         * sem_util.ads (Denotes_Same_Object): Likewise.
502         * sem_warn.adb (Warn_On_Overlapping_Actuals): Fix RM rule references.
504 2018-07-17  Eric Botcazou  <ebotcazou@adacore.com>
506         * exp_disp.adb (Make_Tags): When the type has user-defined primitives,
507         build the access type that is later used by Build_Get_Prim_Op_Address
508         as pointing to a subtype of Ada.Tags.Address_Array.
510 2018-07-17  Patrick Bernardi  <bernardi@adacore.com>
512         * libgnat/s-memory__mingw.adb: Remove.
513         * Makefile.rtl: Remove s-memory.adb target pair from the Cygwin/Mingw32
514         section.
516 2018-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
518         * frontend.adb (Frontend): The removal of ignored Ghost code must be
519         the last semantic operation performed on the tree.
521 2018-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
523         * frontend.adb (Frontend): Update the call to Register_Config_Switches.
524         * inline.ads: Add new component Config_Switches to record
525         Pending_Body_Info which captures the configuration state of the pending
526         body.  Remove components Version, Version_Pragma, SPARK_Mode, and
527         SPARK_Mode_Pragma from record Pending_Body_Info because they are
528         already captured in component Config_Switches.
529         * opt.adb (Register_Opt_Config_Switches): Rename to
530         Register_Config_Switches.
531         (Restore_Opt_Config_Switches): Rename to Restore_Config_Switches.
532         (Save_Opt_Config_Switches): Rename to Save_Config_Switches. This
533         routine is now a function, and returns the saved configuration state as
534         an aggregate to avoid missing an attribute.
535         (Set_Opt_Config_Switches): Rename to Set_Config_Switches.
536         * opt.ads (Register_Opt_Config_Switches): Rename to
537         Register_Config_Switches.
538         (Restore_Opt_Config_Switches): Rename to Restore_Config_Switches.
539         (Save_Opt_Config_Switches): Rename to Save_Config_Switches. This
540         routine is now a function.
541         (Set_Opt_Config_Switches): Rename to Set_Config_Switches.
542         * par.adb (Par): Update the calls to configuration switch-related
543         subprograms.
544         * sem.adb (Semantics): Update the calls to configuration switch-related
545         subprograms.
546         * sem_ch10.adb (Analyze_Package_Body_Stub): Update the calls to
547         configuration switch-related subprograms.
548         (Analyze_Protected_Body_Stub): Update the calls to configuration
549         switch-related subprograms.
550         (Analyze_Subprogram_Body_Stub): Update calls to configuration
551         switch-related subprograms.
552         * sem_ch12.adb (Add_Pending_Instantiation): Update the capture of
553         pending instantiation attributes.
554         (Inline_Instance_Body): Update the capture of pending instantiation
555         attributes.  It is no longer needed to explicitly manipulate the SPARK
556         mode.
557         (Instantiate_Package_Body): Update the restoration of the context
558         attributes.
559         (Instantiate_Subprogram_Body): Update the restoration of context
560         attributes.
561         (Load_Parent_Of_Generic): Update the capture of pending instantiation
562         attributes.
563         (Set_Instance_Env): Update the way relevant configuration attributes
564         are saved and restored.
566 2018-07-17  Eric Botcazou  <ebotcazou@adacore.com>
568         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Variable>: Deal with
569         more rvalues in the expression of a renaming.
571 2018-07-17  Eric Botcazou  <ebotcazou@adacore.com>
573         * gcc-interface/ada-tree.h (TYPE_RETURN_BY_DIRECT_REF_P): Define for
574         METHOD_TYPE too.
575         (TYPE_RETURN_UNCONSTRAINED_P): Likewise.
576         (TYPE_CI_CO_LIST): Likewise.
577         * gcc-interface/gigi.h (is_cplusplus_method): Delete.
578         (fntype_same_flags_p): Adjust comment.
579         * gcc-interface/decl.c (Has_Thiscall_Convention): Delete.
580         (gnat_to_gnu_entity) <E_Subprogram_Type>: Do not set the "thiscall"
581         attribute directly.
582         (is_cplusplus_method): Make static and adjust head comment.
583         (gnat_to_gnu_param): Return a pointer for the "this" parameter of
584         C++ constructors.
585         (gnat_to_gnu_subprog_type): Turn imported C++ constructors into their
586         callable form.  Generate a METHOD_TYPE node for imported C++ methods.
587         Set param_list at the very end of the processing.
588         (substitute_in_type) <METHOD_TYPE>: New case.
589         * gcc-interface/misc.c (gnat_print_type) <METHOD_TYPE>: Likewise.
590         (gnat_type_hash_eq): Accept METHOD_TYPE.
591         * gcc-interface/trans.c (Identifier_to_gnu): Deal with METHOD_TYPE.
592         (Attribute_to_gnu): Likewise.
593         (Call_to_gnu): Likewise.
594         (process_freeze_entity): Likewise.
595         * gcc-interface/utils.c (create_subprog_decl): Adjust head comment.
596         (fntype_same_flags_p): Likewise.
598 2018-07-17  Piotr Trojanek  <trojanek@adacore.com>
600         * inline.adb (Expand_Inlined_Call): Remove extra parentheses.
602 2018-07-17  Eric Botcazou  <ebotcazou@adacore.com>
604         * exp_disp.adb (Gen_Parameters_Profile): Make the _Init parameter an
605         In/Out parameter.
606         (Set_CPP_Constructors): Adjust comment accordingly.
608 2018-07-17  Bob Duff  <duff@adacore.com>
610         * exp_disp.adb (Build_Class_Wide_Check): Return early if the
611         precondition is supposed to be ignored.
613 2018-07-17  Ed Schonberg  <schonberg@adacore.com>
615         * sem_ch6.adb (Check_Untagged_Equality): Extend check to operations
616         declared in the same scope as the operand type, when that scope is a
617         procedure.
619 2018-07-17  Ed Schonberg  <schonberg@adacore.com>
621         * exp_unst.adb (Unnest_Subprograms): Do nothing if the expander is not
622         active.  Don't use Get_Actual_Subtype for record subtypes.  Ignore
623         rewritten identifiers and uplevel references to bounds of types that
624         come from the original type reference.
626 2018-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
628         * exp_ch13.adb, exp_ch7.adb, exp_unst.adb, freeze.adb,
629         libgnat/s-os_lib.adb, sem_ch3.adb, sem_ch3.ads, sem_ch5.adb,
630         sem_eval.adb, sem_res.adb, sem_util.adb: Minor reformatting.
632 2018-07-17  Javier Miranda  <miranda@adacore.com>
634         * exp_ch13.adb (Expand_N_Freeze_Entity): Handle subtype declared for an
635         iterator.
636         * freeze.adb (Freeze_Expression): Handle freeze of an entity defined
637         outside of a subprogram body. This case was previously handled during
638         preanalysis; the frozen entities were remembered and left pending until
639         we continued freezeing entities outside of the subprogram. Now, when
640         climbing the parents chain to locate the correct placement for the
641         freezeing node, we check if the entity can be frozen and only when no
642         enclosing node is marked as Must_Not_Freeze the entity is frozen.
643         * sem_ch3.ads (Preanalyze_Default_Expression): Declaration moved to the
644         package body.
645         * sem_ch3.adb (Preanalyze_Default_Expression): Code adjusted to invoke
646         the new subprogram Preanalyze_With_Freezing_And_Resolve.
647         * sem_ch6.adb (Preanalyze_Formal_Expression): New subprogram.
648         (Analyze_Expression_Function, Process_Formals): Invoke
649         Preanalyze_Formal_Expression instead of Preanalyze_Spec_Expression
650         since the analysis of the formals may freeze entities.
651         (Analyze_Subprogram_Body_Helper): Skip building the body of the
652         class-wide clone for eliminated subprograms.
653         * sem_res.ads, sem_res.adb (Preanalyze_And_Resolve): New subprogram.
654         Its code is basically the previous version of this routine but extended
655         with an additional parameter which is used to specify if during
656         preanalysis we are allowed to freeze entities.  If the new parameter is
657         True then the subtree root node is marked as Must_Not_Freeze and no
658         entities are frozen during preanalysis.
659         (Preanalyze_And_Resolve): Invokes the internal version of
660         Preanalyze_And_Resolve without entity freezing.
661         (Preanalyze_With_Freezing_And_Resolve): Invokes the internal version of
662         Prenalyze_And_Resolve with freezing enabled.
664 2018-07-17  Piotr Trojanek  <trojanek@adacore.com>
666         * einfo.ads, libgnat/g-comlin.ads: Minor change "ie" to "i.e." in docs
667         and comments.
669 2018-07-17  Justin Squirek  <squirek@adacore.com>
671         * libgnat/s-os_lib.adb (Argument_String_To_List): Fix trimming of
672         whitespace.
674 2018-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
676         * sem_prag.adb (Has_Visible_State): Do not consider constants as
677         visible state because it is not possible to determine whether a
678         constant depends on variable input.
679         (Propagate_Part_Of): Add comment clarifying the behavior with respect
680         to constant.
682 2018-07-17  Yannick Moy  <moy@adacore.com>
684         * gnat1drv.adb (Gnat1drv): Do not issue warning about exception not
685         being propagated in GNATprove mode.
687 2018-07-17  Dmitriy Anisimkov  <anisimko@adacore.com>
689         * libgnat/g-socket.adb, libgnat/g-socket.ads: Reorganize and make
690         public components of Inet_Addr_Type. Introduce public binary
691         operations.
693 2018-07-17  Javier Miranda  <miranda@adacore.com>
695         * exp_ch7.adb (Make_Transient_Block): When determining whether an
696         enclosing scope already handles the secondary stack, take into account
697         transient blocks nested in a block that do not manage the secondary
698         stack and are located within a loop.
700 2018-07-17  Ed Schonberg  <schonberg@adacore.com>
702         * sem_util.adb (Enclosing_Subprogram): Protected entries and task
703         entries must be treated separately: task entries are within the
704         enclosing subprogram of the task type, while protected entries are
705         transformed into the corresponding Protected_Body_Subprogram, which is
706         the enclosing_subprogram of any subprogram declared within the entry
707         body.
709 2018-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
711         * doc/gnat_ugn/building_executable_programs_with_gnat.rst: Add missing
712         sections on -gnatH and -gnatJ compiler switches.
713         * gnat_ugn.texi: Regenerate.
715 2018-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
717         * alloc.ads: Update the allocation metrics of the ignored Ghost nodes
718         table.
719         * atree.adb: Add a soft link for a procedure which is invoked whenever
720         an ignored Ghost node or entity is created.
721         (Change_Node): Preserve relevant attributes which come from the Flags
722         table.
723         (Mark_New_Ghost_Node): Record a newly created ignored Ghost node or
724         entity.
725         (Rewrite): Preserve relevant attributes which come from the Flags
726         table.
727         (Set_Ignored_Ghost_Recording_Proc): New routine.
728         * atree.ads: Define an access-to-suprogram type for a soft link which
729         records a newly created ignored Ghost node or entity.
730         (Set_Ignored_Ghost_Recording_Proc): New routine.
731         * ghost.adb: Remove with and use clause for Lib.  Remove table
732         Ignored_Ghost_Units.  Add new table Ignored_Ghost_Nodes.
733         (Add_Ignored_Ghost_Unit): Removed.
734         (Initialize): Initialize the table which stores ignored Ghost nodes.
735         Set the soft link which allows Atree.Mark_New_Ghost_Node to record an
736         ignored Ghost node.
737         (Is_Ignored_Ghost_Unit): Use the ultimate original node when checking
738         an eliminated ignored Ghost unit.
739         (Lock): Release and lock the table which stores ignored Ghost nodes.
740         (Mark_And_Set_Ghost_Assignment): Record rather than propagate ignored
741         Ghost nodes.
742         (Mark_And_Set_Ghost_Procedure_Call): Record rather than propagate
743         ignored Ghost nodes.
744         (Mark_Ghost_Clause): Record rather than propagate ignored Ghost nodes.
745         (Mark_Ghost_Declaration_Or_Body): Record rather than propagate ignored
746         Ghost nodes.
747         (Mark_Ghost_Pragma): Record rather than propagate ignored Ghost nodes.
748         (Propagate_Ignored_Ghost_Code): Removed.
749         (Record_Ignored_Ghost_Node): New routine.
750         (Remove_Ignored_Ghost_Code): Reimplemented.
751         (Remove_Ignored_Ghost_Node): New routine.
752         (Ultimate_Original_Node): New routine.
753         * ghost.ads (Check_Ghost_Completion): Removed.
754         * sem_ch8.adb (Analyze_Use_Package): Remove obsolete code. Mark a use
755         package clause as ignored Ghost if applicable.
756         * sem_util.adb (Is_Body_Or_Package_Declaration): Reimplemented.
758 2018-07-17  Javier Miranda  <miranda@adacore.com>
760         * sem_ch5.adb (Has_Call_Using_Secondary_Stack): Moved to library level
761         to reuse it.
762         (Analyze_Loop_Statement): Wrap the loop in a block when the evaluation
763         of the loop iterator relies on the secondary stack.
765 2018-07-17  Piotr Trojanek  <trojanek@adacore.com>
767         * sem_util.adb (Next_Actual): If the parent is a N_Null_Statement,
768         which happens for inlined calls, then fetch the next actual from the
769         original AST.
771 2018-07-17  Ed Schonberg  <schonberg@adacore.com>
773         * einfo.ads: Update documentation for Scalar_Range.
775 2018-07-17  Piotr Trojanek  <trojanek@adacore.com>
777         * lib-xref-spark_specific.adb (Create_Heap): Attach the HEAP entity to
778         the Standard package.
780 2018-07-17  Piotr Trojanek  <trojanek@adacore.com>
782         * einfo.adb (Is_Wrapper_Package): Remove extra parentheses.
784 2018-07-17  Ed Schonberg  <schonberg@adacore.com>
786         * sem_util.adb (Enclosing_Subprogram): Handle properly entries, and
787         synchronized types that are completions of limited types or private
788         extensions.
789         (Scope_Within): Handle properly accept statements in task bodies.
791 2018-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
793         * sem_prag.adb (Has_Visible_State): Do not consider generic formals
794         because they are not part of the visible state space. Add constants to
795         the list of acceptable visible states.
796         (Propagate_Part_Of): Do not consider generic formals when propagating
797         the Part_Of indicator.
798         * sem_util.adb (Entity_Of): Do not follow renaming chains which go
799         through a generic formal because they are not visible for SPARK
800         purposes.
801         * sem_util.ads (Entity_Of): Update the comment on usage.
803 2018-07-17  Ed Schonberg  <schonberg@adacore.com>
805         * sem_util.adb (Gather_Components): A discriminant of an ancestor may
806         have been constrained by a later ancestor, so when looking for the
807         value of that hidden discriminant we must examine the stored constraint
808         of other ancestors than the immediate parent type.
810 2018-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
812         * exp_ch6.adb (Build_Heap_Or_Pool_Allocator): Ensure that scoping
813         constructs and entities within receive new entities when replicating a
814         tree.
815         (Expand_N_Extended_Return_Statement): Ensure that scoping constructs
816         and entities within receive new entities when replicating a tree.
817         * sem_util.adb (New_Copy_Tree): Add new formal Scopes_In_EWA_OK.
818         (Visit_Entity): Visit entities within scoping constructs inside
819         expression with actions nodes when requested by the caller. Add blocks,
820         labels, and procedures to the list of entities which need replication.
821         * sem_util.ads (New_Copy_Tree): Add new formal Scopes_In_EWA_OK. Update
822         the comment on usage.
824 2018-07-17  Arnaud Charlet  <charlet@adacore.com>
826         * doc/gnat_ugn/about_this_guide.rst,
827         doc/gnat_ugn/gnat_and_program_execution.rst: Remove references to gcov.
828         * gnat_ugn.texi: Regenerate.
830 2018-07-16  Hristian Kirtchev  <kirtchev@adacore.com>
832         * contracts.adb (Analyze_Contracts): Add specialized processing for
833         package instantiation contracts.
834         (Analyze_Package_Contract): Remove the verification of a missing
835         Part_Of indicator.
836         (Analyze_Package_Instantiation_Contract): New routine.
837         * contracts.ads (Analyze_Package_Contract): Update the comment on
838         usage.
839         * sem_prag.adb (Check_Missing_Part_Of): Ensure that the entity of the
840         instance is being examined when trying to determine whether a package
841         instantiation needs a Part_Of indicator.
843 2018-07-16  Hristian Kirtchev  <kirtchev@adacore.com>
845         * einfo.adb, exp_ch7.adb, exp_ch9.adb, exp_unst.adb, inline.adb,
846         sem.adb, sem_ch12.adb, sem_ch13.adb, sem_ch3.adb, sem_eval.adb,
847         sem_util.adb: Minor reformatting.
849 2018-07-16  Arnaud Charlet  <charlet@adacore.com>
851         * frontend.adb: Only unnest subprograms if no previous errors were
852          detected.
854 2018-07-16  Ed Schonberg  <schonberg@adacore.com>
856         * exp_ch7.adb (Check_Unnesting_Elaboration_Code): Handle loops that
857         contain blocks in the elaboration code for a package body. Create the
858         elaboration subprogram wrapper only if there is a subprogram
859         declaration in a block or loop.
861 2018-07-16  Ed Schonberg  <schonberg@adacore.com>
863         * exp_ch4.adb (Expand_Set_Membership): Use New_Copy_Tree to perform a
864         deep copy of the left operand when building each conjuct of the
865         expanded membership operation, to avoid sharing nodes between them.
866         This sharing interferes with the unnesting machinery and is generally
867         undesirable.
869 2018-07-16  Ed Schonberg  <schonberg@adacore.com>
871         * exp_unst.adb (Visit_Node): Handle 'Address references that are
872         calls.
874 2018-07-16  Ed Schonberg  <schonberg@adacore.com>
876         * exp_unst.adb (Visit_Node): Handle the semantic of Storage_Pool field
877         in relevant nodes: Allocate, Free, and return statements.
879 2018-07-16  Ed Schonberg  <schonberg@adacore.com>
881         * sem_ch12.adb (Analyze_Package_Instantiation): Handle properly an
882         instance that carries an aspect Default_Storage_Pool that overrides a
883         default storage pool that applies to the generic unit. The aspect in
884         the generic unit was removed before copying it in the instance, rather
885         than removing it from the copy of the aspects that are appended to the
886         aspects in the instance.
888 2018-07-16  Ed Schonberg  <schonberg@adacore.com>
890         * einfo.adb (Set_Is_Uplevel_Referenced_Entity): Flag can appear on
891         loop parameters.
892         * exp_ch7.adb (Check_Unnesting_Elaboration_Code): Handle subprogram
893         bodies.
894         * exp_ch9.adb (Reset_Scopes_To): Set the scopes of entities local to an
895         entry body to be the corresponding generated subprogram, for correct
896         analysis of uplevel references.
897         * exp_unst.adb (Visit_Node): Handle properly binary and unary operators
898         Ignore pragmas, fix component associations.
899         (Register_Subprograms): Subprograms in synchronized types must be
900         treated as reachable.
902 2018-07-16  Hristian Kirtchev  <kirtchev@adacore.com>
904         * sem_util.adb (Check_No_Hidden_State): Ignore internally-generated
905         states and variables.
907 2018-07-16  Piotr Trojanek  <trojanek@adacore.com>
909         * sinfo.ads, sinfo.adb (Withed_Body): Remove.
910         (Set_Withed_Body): Remove.
912 2018-07-16  Piotr Trojanek  <trojanek@adacore.com>
914         * sem.adb (Walk_Library_Items): Skip units with configuration pragmas
915         when printing debug info.
917 2018-07-16  Piotr Trojanek  <trojanek@adacore.com>
919         * sem.adb (Walk_Library_Items): Reuse local constant.
920         (Is_Subunit_Of_Main): Turn condition to positive and flip the
921         IF-THEN-ELSE branches; avoid potentially ineffective assignment to the
922         Lib variable.
924 2018-07-16  Piotr Trojanek  <trojanek@adacore.com>
926         * sem.adb (Walk_Library_Items): Deconstruct dead code.
928 2018-07-16  Ed Schonberg  <schonberg@adacore.com>
930         * exp_ch4.adb (Expand_N_Op_Xor): Use common routine
931         Expand_Nonbinary_Modular_Op.  Needed for unnesting.
933 2018-07-16  Ed Schonberg  <schonberg@adacore.com>
935         * sem_ch3.adb (Inherit_Predicate_Flags): A non-discrete type may have a
936         static predicate (for example True) but has no
937         static_discrete_predicate.
939 2018-07-16  Hristian Kirtchev  <kirtchev@adacore.com>
941         * exp_attr.adb (Build_Record_VS_Func): Handle corner cases dealing with
942         class-wide types and record extensions.
944 2018-07-16  Justin Squirek  <squirek@adacore.com>
946         * sem_eval.adb (Eval_Integer_Literal): Add exception for avoiding
947         checks on expanded literals within if and case expressions.
949 2018-07-16  Hristian Kirtchev  <kirtchev@adacore.com>
951         * libgnat/s-wchwts.adb (Wide_String_To_String): Use the appropriate
952         longest sequence factor. Code clean up.
953         (Wide_Wide_String_To_String): Use the appropriate longest sequence
954         factor.  Code clean up.
956 2018-07-16  Javier Miranda  <miranda@adacore.com>
958         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): Report an error
959         on Bit_Order when defined for a record extension.
961 2018-07-16  Arnaud Charlet  <charlet@adacore.com>
963         * libgnat/s-objrea.ads: Minor code clean up.
965 2018-07-16  Piotr Trojanek  <trojanek@adacore.com>
967         * sem_ch3.adb (Process_Discriminants): Adjust reference to the SPARM RM
968         rule.
970 2018-07-16  Arnaud Charlet  <charlet@adacore.com>
972         * adaint.c (__gnat_set_file_time_name): Code clean up.
974 2018-07-16  Javier Miranda  <miranda@adacore.com>
976         * inline.adb (Build_Body_To_Inline): Minor code reorganization that
977         ensures that calls to function Has_Single_Return() pass a decorated
978         tree.
979         (Has_Single_Return.Check_Return): Peform checks on entities (instead on
980         relying on their characters).
982 2018-07-16  Javier Miranda  <miranda@adacore.com>
984         * exp_ch5.adb (Expand_Iterator_Loop_Over_Array): Code cleanup. Required
985         to avoid generating an ill-formed tree that confuses gnatprove causing
986         it to blowup.
988 2018-07-16  Yannick Moy  <moy@adacore.com>
990         * inline.adb (Has_Single_Return): Rewrap comment.
992 2018-07-16  Eric Botcazou  <ebotcazou@adacore.com>
994         * einfo.ads: Minor tweak in comment.
996 2018-07-16  Javier Miranda  <miranda@adacore.com>
998         * sem_ch4.adb (Analyze_Membership_Op): Code cleanup.
1000 2018-07-16  Javier Miranda  <miranda@adacore.com>
1002         * exp_attr.adb (Expand_N_Attribute_Reference ['Count]): Do not
1003         transform 'Count into a function call if the current scope has been
1004         eliminated.
1006 2018-07-16  Javier Miranda  <miranda@adacore.com>
1008         * sem_util.ads, sem_util.adb (Has_Prefix): Move this function to the
1009         public part of this package.
1011 2018-07-16  Yannick Moy  <moy@adacore.com>
1013         * sem_res.adb (Resolve_Call): Do not inline calls inside
1014         compiler-generated functions translated as predicates in GNATprove.
1016 2018-07-16  Gary Dismukes  <dismukes@adacore.com>
1018         * exp_ch4.adb (Expand_N_Allocator): Test for Storage_Pool being RTE in
1019         addition to the existing test for no Storage_Pool as a condition
1020         enabling generation of the call to Check_Standard_Allocator when the
1021         restriction No_Standard_Allocators_After_Elaboration is active.
1022         * libgnat/s-elaall.ads (Check_Standard_Allocator): Correct comment to
1023         say that Storage_Error will be raised (rather than Program_Error).
1024         * libgnat/s-elaall.adb (Check_Standard_Allocator): Raise Storage_Error
1025         rather than Program_Error when Elaboration_In_Progress is False.
1027 2018-07-16  Gary Dismukes  <dismukes@adacore.com>
1029         * sem_eval.adb: Fix spelling for compile-time-known.
1031 2018-07-16  Hristian Kirtchev  <kirtchev@adacore.com>
1033         * sem_eval.adb (Compile_Time_Known_Value): Add a guard which prevents
1034         the compiler from entering infinite recursion when trying to determine
1035         whether a deferred constant has a compile time known value, and the
1036         initialization expression of the constant is a reference to the
1037         constant itself.
1039 2018-07-16  Nicolas Roche  <roche@adacore.com>
1041         * libgnat/a-strunb.adb, libgnat/a-strunb__shared.adb: Adjust growth
1042         factor from 1/32 to 1/2 for Unbounded_String.
1044 2018-07-13  Eric Botcazou  <ebotcazou@adacore.com>
1046         * gcc-interface/lang.opt (funsigned-char): New option.
1047         * gcc-interface/misc.c (gnat_handle_option): Accept it.
1048         * gcc-interface/utils.c (finish_character_type): Tweak comment.
1050 2018-07-07  Eric Botcazou  <ebotcazou@adacore.com>
1052         * gcc-interface/decl.c (gnat_to_gnu_entity): Add GNAT_DECL local
1053         variable and use it throughout.
1054         <E_Variable>: If the nominal subtype of the object is unconstrained,
1055         compute the Ada size separately and put in on the padding type if the
1056         size is not fixed.
1057         <E_Record_Type>: Minor tweak.
1058         * gcc-interface/misc.c (gnat_type_max_size): Rename max_size_unit
1059         into max_size_unit throughout.
1061 2018-07-07  Eric Botcazou  <ebotcazou@adacore.com>
1063         * gcc-interface/gigi.h (add_decl_expr): Adjust prototype.
1064         * gcc-interface/decl.c (gnat_to_gnu_entity): Remove useless test.
1065         * gcc-interface/trans.c (add_stmt_with_node): Remove exceptions.
1066         (add_decl_expr): Change type of second parameter and rename it.
1067         (renaming_from_instantiation_p): New function moved from...
1068         (set_expr_location_from_node): Test for exceptions here and add one
1069         for actual subtypes built for unconstrained composite actuals.
1070         * gcc-interface/utils.c (renaming_from_instantiation_p): ...here.
1072 2018-07-07  Eric Botcazou  <ebotcazou@adacore.com>
1074         * gcc-interface/trans.c (lvalue_required_p): Remove ALIASED parameter
1075         and adjust recursive calls.
1076         (Identifier_to_gnu): Adjust calls to lvalue_required_p.
1077         (gnat_to_gnu): Likewise.
1079 2018-07-07  Eric Botcazou  <ebotcazou@adacore.com>
1081         * gcc-interface/decl.c (gnat_to_gnu_param): Minor tweak.
1082         (gnat_to_gnu_subprog_type): New pure_flag local variable.  Set it for
1083         a pure Ada function with a by-ref In parameter.  Propagate it onto the
1084         function type by means of the TYPE_QUAL_RESTRICT flag.
1085         * gcc-interface/utils.c (finish_subprog_decl): Set DECL_PURE_P if the
1086         function type has the TYPE_QUAL_RESTRICT flag set.
1088 2018-07-06  Jim Wilson  <jimw@sifive.com>
1090         * Makefile.rtl: Add riscv*-linux* support.
1091         * libgnarl/s-linux__riscv.ads: New.
1092         * libgnat/system-linux-riscv.ads: New.
1094         * Make-generated.in (treeprs.ads): Use $(GNATMAKE) instead of gnatmake.
1095         (einfo.h, sinfo.h, stamp-snames, stamp-nmake): Likewise.
1096         * gcc-interface/Makefile.in (xoscons): Likewise.
1098 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1100         * libgnat/system-rtems.ads (Frontend_Exceptions): Set to False.
1101         (ZCX_By_Default): Set to True.
1103 2018-07-02  Martin Liska  <mliska@suse.cz>
1105         * gnatvsn.ads: Bump Library_Version to 9.
1107 2018-06-12  Eric Botcazou  <ebotcazou@adacore.com>
1109         * gcc-interface/ada-tree.h (TYPE_RETURN_BY_DIRECT_REF_P): Change from
1110         using TYPE_LANG_FLAG_4 to using TYPE_LANG_FLAG_0.
1111         (TYPE_ALIGN_OK): Move around.
1112         (TYPE_PADDING_FOR_COMPONENT): Remove superfluous parentheses.
1113         * gcc-interface/decl.c (change_qualified_type): Move to...
1114         (gnat_to_gnu_entity): Adjust comment.
1115         * gcc-interface/gigi.h (change_qualified_type): ...here; make inline.
1116         (ceil_pow2): Use ceil_log2.
1117         * gcc-interface/utils.c (finish_subprog_decl): Add couple of comments
1118         and do not set TREE_SIDE_EFFECTS.
1119         (handle_noreturn_attribute): Use change_qualified_type.
1121 2018-06-12  Eric Botcazou  <ebotcazou@adacore.com>
1123         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Constant>: Do not get
1124         the expression of a dispatch table that is not being defined.
1125         <E_Record_Subtype>: Remove obsolete kludge.
1127 2018-06-12  Eric Botcazou  <ebotcazou@adacore.com>
1129         * gcc-interface/decl.c (warn_on_field_placement): Use specific wording
1130         for discriminants.
1131         (warn_on_list_placement): New static function.
1132         (components_to_record): Use it to warn on multiple fields in list.
1134 2018-06-12  Eric Botcazou  <ebotcazou@adacore.com>
1136         * gcc-interface/decl.c (variant_desc): Add AUX field.
1137         (gnat_to_gnu_entity) <discrete_type>: Do not call compute_record_mode
1138         directly.
1139         (reverse_sort_field_list): New static function.
1140         (components_to_record): Place the variant part at the beginning of the
1141         field list when there is an obvious order of increasing position.
1142         (build_variant_list): Initialize it.
1143         (create_variant_part_from): Do not call compute_record_mode directly.
1144         (copy_and_substitute_in_layout): Likewise.  Always sort the fields with
1145         fixed position in order of increasing position, in the record and all
1146         the variants, in any.  Call reverse_sort_field_list.
1147         * gcc-interface/utils.c (make_packable_type): Compute the sizes before
1148         calling finish_record_type.  Do not call compute_record_mode directly.
1149         (finish_record_type): Overhaul final processing depending on REP_LEVEL
1150         and call finish_bitfield_layout if it is equal to one or two.
1152 2018-06-11  Eric Botcazou  <ebotcazou@adacore.com>
1154         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Reuse the
1155         existing fields of a dummy fat pointer type, if any.  Clear the
1156         TYPE_DECL_SUPPRESS_DEBUG on the fat pointer type after completing it.
1158 2018-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
1160         * contracts.adb (Process_Body_Postconditions): Expand only checked
1161         postconditions.
1162         (Process_Contract_Cases_For): Expand only checked contract cases.
1163         (Process_Inherited_Preconditions): Ignored class-wide preconditions are
1164         partially expanded because some of their semantic checks are tied to
1165         the expansion.
1166         (Process_Preconditions_For): Expand only checked preconditions.
1167         (Process_Spec_Postconditions): Expand only checked preconditions.
1168         Ignored class-wide preconditions are partially expanded because some of
1169         their semantic checks are tied to the expansion.
1170         * exp_prag.adb (Expand_N_Pragma): Suppress the expansion of ignored
1171         assertion pragmas.
1172         * exp_util.adb (Add_Inherited_Invariants): Code clean up.
1173         * sem_util.adb (Propagate_Invariant_Attributes): Code clean up.
1175 2018-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
1177         * exp_ch9.adb, exp_unst.adb, inline.adb, libgnat/a-ciorma.adb,
1178         libgnat/a-ciormu.adb, libgnat/a-ciorse.adb, libgnat/a-coorma.adb,
1179         libgnat/a-coormu.adb, libgnat/a-coorse.adb, sem_prag.adb: Minor
1180         reformatting.
1182 2018-06-11  Gary Dismukes  <dismukes@adacore.com>
1184         * exp_unst.ads, exp_unst.adb: Typo fixes and minor reformatting.
1186 2018-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
1188         * exp_ch6.adb (Add_Unconstrained_Actuals_To_Build_In_Place_Call): Do
1189         not add any actuals when the size of the object is known, and the
1190         caller will allocate it.
1191         (Build_Heap_Allocator): Rename to Build_Heap_Or_Pool_Allocator to
1192         better illustrate its functionality. Update the comment on the
1193         generated code.  Generate a branch for the heap and pool cases where
1194         the object is not necessarity controlled.
1195         (Expand_N_Extended_Return_Statement): Expand the extended return
1196         statement into four branches depending the requested mode if the caller
1197         will not allocate the object on its side.
1198         (Make_Build_In_Place_Call_In_Allocator): Do not allocate a controlled
1199         object on the caller side because this will violate the semantics of
1200         finalizable types. Instead notify the function to allocate the object
1201         on the heap or a user-defined storage pool.
1202         (Needs_BIP_Alloc_Form): A build-in-place function needs to be notified
1203         which of the four modes to employ when returning a limited controlled
1204         result.
1205         * exp_util.adb (Build_Allocate_Deallocate_Proc): Remove a redundant
1206         guard which is already covered in Needs_Finalization.
1208 2018-06-11  Olivier Hainque  <hainque@adacore.com>
1210         * libgnat/s-excmac*.ads: Factorize Unwind_Action definitions ...
1211         * libgnat/a-exexpr.adb: ... Here, then add comments describing the
1212         major datastructures associated with the current exception raised.
1213         (Setup_Current_Excep): Accept a "Phase" argument conveying the
1214         unwinding phase during which this subprogram is called.  For an Ada
1215         exception, don't update the current exception buffer from the raised
1216         exception object during SEARCH_PHASE, as this is redundant with the
1217         call now issued just before propagation starts.
1218         (Propagate_GCC_Exception): Move call to Setup_Current_Excep ahead of
1219         the unwinding start, conveying Phase 0.
1220         (Unhandled_Except_Handler): Pass UA_CLEANUP_PHASE as the Phase value on
1221         the call to Setup_Current_Excep.
1222         * raise-gcc.c (personality_body): Pass uw_phases as the Phase argument
1223         on calls to Setup_Current_Excep.
1225 2018-06-11  Ed Schonberg  <schonberg@adacore.com>
1227         * exp_unst.ads, exp_unst.adb (Needs_Fat_Pointer,
1228         Build_Access_Type_Decl): New subprograms to handle uplevel references
1229         to formals of an unconstrained array type. The activation record
1230         component for these is an access type, and the reference is rewritten
1231         as an explicit derefenrence of that component.
1233 2018-06-11  Bob Duff  <duff@adacore.com>
1235         * libgnat/a-ciorma.adb, libgnat/a-ciormu.adb, libgnat/a-ciorse.adb,
1236         libgnat/a-coorma.adb, libgnat/a-coormu.adb, libgnat/a-coorse.adb:
1237         (Element): Add code to detect dangling cursors in some cases.
1239 2018-06-11  Yannick Moy  <moy@adacore.com>
1241         * sem_ch6.adb (Build_Subprogram_Declaration): Mark parameters as coming
1242         from source.
1244 2018-06-11  Ed Schonberg  <schonberg@adacore.com>
1246         * sem_ch13.adb (Build_Predicate_Functions): For a derived type, ensure
1247         that its parent is already frozen so that its predicate function, if
1248         any, has already been constructed.
1250 2018-06-11  Yannick Moy  <moy@adacore.com>
1252         * sem_prag.adb (Check_Mode_Restriction_In_Enclosing_Context): Adapt for
1253         possible task unit as the enclosing context.
1255 2018-06-11  Eric Botcazou  <ebotcazou@adacore.com>
1257         * gnat1drv.adb: Remove use clause for Repinfo.
1258         (Gnat1drv): Beef up comment about the interplay between -gnatc and
1259         back-end annotations.  Use full qualified name for List_Rep_Info.
1261 2018-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
1263         * libgnat/g-arrspl.ads: Add pragma Preelaborate.
1265 2018-06-11  Arnaud Charlet  <charlet@adacore.com>
1267         * exp_ch4.adb (Expand_Record_Equality): Remove extraneous "True and
1268         then" and general logical "ada" in codepeer mode.
1270 2018-06-11  Javier Miranda  <miranda@adacore.com>
1272         * exp_ch9.adb (Expand_N_Protected_Body): Add missing handling of
1273         N_Call_Marker nodes.
1275 2018-06-11  Arnaud Charlet  <charlet@adacore.com>
1277         * exp_ch3.adb, exp_unst.adb, inline.adb, sem_prag.adb: Minor
1278         reformatting.
1280 2018-06-11  Yannick Moy  <moy@adacore.com>
1282         * doc/gnat_rm/implementation_defined_pragmas.rst: Add Suppressible
1283         argument to Assertion_Policy
1284         * gnat_rm.texi: Regenerate.
1286 2018-06-11  Yannick Moy  <moy@adacore.com>
1288         * gnat1drv.adb: Do not check representation information in CodePeer and
1289         GNATprove modes, as these modes call a special backend instead of gigi,
1290         so do not have the information.
1292 2018-06-11  Yannick Moy  <moy@adacore.com>
1294         * inline.adb (Build_Body_To_Inline): Consider case of extended return
1295         of unconstrained type as one case where inlining is not supported.
1296         (Expand_Inlined_Call): Remove special case for body as extended return
1297         of unconstrained type.
1299 2018-06-11  Yannick Moy  <moy@adacore.com>
1301         * sem_prag.adb (Analyze_Part_Of): Only allow Part_Of on non-generic
1302         unit.
1303         (Check_Missing_Part_Of): Do not force Part_Of on generic unit.
1305 2018-06-11  Piotr Trojanek  <trojanek@adacore.com>
1307         * sem_ch13.adb (Analyze_Aspect_Specifications): Don't split AND THEN
1308         expressions in Pre/Post contracts while in GNATprove_Mode.
1310 2018-06-11  Piotr Trojanek  <trojanek@adacore.com>
1312         * sem_util.adb (Is_Potentially_Unevaluated): Fix detection of contracts
1313         with AND THEN expressions broken down into individual conjuncts.
1315 2018-06-11  Ed Schonberg  <schonberg@adacore.com>
1317         * exp_ch7.adb (Check_Unnesting_Elaboration_Code): Add guard.
1319 2018-06-11  Ed Schonberg  <schonberg@adacore.com>
1321         * exp_unst.adb (Visit_Node): Skip generic associations.
1323 2018-06-11  Arnaud Charlet  <charlet@adacore.com>
1325         * libgnat/memtrack.adb (fwrite): Remove second definition.
1327 2018-06-11  Javier Miranda  <miranda@adacore.com>
1329         * sinfo.ads (Is_Dynamic_Coextension): Adding documentation.
1330         (Is_Static_Coextension): Adding documentation.
1331         * sinfo.adb (Is_Dynamic_Coextension): Extending the assertion.
1332         (Is_Static_Coextension): Extending the assertion.
1333         * sem_util.adb (Mark_Allocator): Clear Is_Static_Coextension when
1334         setting flag Is_Dynamic_Coextension (and vice versa).
1336 2018-06-11  Ed Schonberg  <schonberg@adacore.com>
1338         * exp_unst.adb (Search_Subprograms): Handle explicitly stubs at the top
1339         level of a compilation unit, becuase they may contain nested
1340         subprograms that need an activation record.
1342 2018-06-11  Arnaud Charlet  <charlet@adacore.com>
1344         * Makefile.rtl: Compile Ada files with $(ADAC) instead of $(CC).
1346 2018-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
1348         * exp_ch11.adb, exp_unst.adb, inline.adb, sem_ch12.adb, sem_util.adb:
1349         Minor reformatting.
1350         * sinfo.ads: Fix a typo.
1352 2018-06-11  Ed Schonberg  <schonberg@adacore.com>
1354         * inline.adb (Expand_Inlined_Call): If no optimization level is
1355         specified, the expansion of a call to an Inline_Always function is
1356         fully performed in the front-end even on a target that support back-end
1357         inlining.
1359 2018-06-11  Arnaud Charlet  <charlet@adacore.com>
1361         * bindgen.adb (Gen_Adainit): Protect reference to System.Parameters
1362         with Sec_Stack_Used.
1364 2018-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
1366         * sem_ch8.adb (Find_Direct_Name): Mode the declaration of
1367         Is_Assignment_LHS further in. Use predicate
1368         Needs_Variable_Reference_Marker to determine whether to create a
1369         variable marker.
1370         (Find_Expanded_Name): Mode the declaration of Is_Assignment_LHS further
1371         in.  Use predicate Needs_Variable_Reference_Marker to determine whether
1372         to create a variable marker.
1373         * sem_elab.adb (Build_Variable_Reference_Marker): Remove the various
1374         checks that determine whether the identifier or expanded name is a
1375         suitable variable reference.  The checks are now performed by
1376         Needs_Variable_Reference_Marker.
1377         * sem_res.adb (Resolve_Actuals): Use predicate
1378         Needs_Variable_Reference_Marker to determine whether to create a
1379         variable marker.
1380         * sem_util.adb (Needs_Variable_Reference_Marker): New routine.
1381         * sem_util.ads (Needs_Variable_Reference_Marker): New routine.
1383 2018-06-11  Valentine Reboul  <reboul@adacore.com>
1385         * doc/gnat_rm.rst, doc/gnat_ugn.rst: Rename "GPL Edition" into
1386         "Community Edition".
1388 2018-06-11  Ed Schonberg  <schonberg@adacore.com>
1390         * sem_ch12.adb (Install_Body): In order to determine the placement of
1391         the freeze node for an instance of a generic nested within another
1392         instance, take into account that the outer instance may be declared in
1393         the visible part of a package and the inner intance may be in the
1394         private part of the same package.
1396 2018-06-11  Eric Botcazou  <ebotcazou@adacore.com>
1398         * errout.adb (Special_Msg_Delete): Remove handling of Atomic and VFA.
1400 2018-06-11  Nicolas Roche  <roche@adacore.com>
1402         * libgnat/s-valuti.adb (Bad_Value): Ensure that we do not generate a
1403         stack overflow while raising a constraint error.
1405 2018-06-11  Eric Botcazou  <ebotcazou@adacore.com>
1407         * repinfo.ads (Rep_Value): Use a single line.
1408         * repinfo.adb (Rep_Value): Likewise.
1409         (List_Attr): Do not use string concatenation.
1411 2018-06-11  Ed Schonberg  <schonberg@adacore.com>
1413         * exp_unst.adb (Visit_Node): Check reference to formal parameter of
1414         current procedure, because the bounds of its type may be uplevel
1415         references.
1417 2018-06-02  Eric Botcazou  <ebotcazou@adacore.com>
1419         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Constant>: If this is
1420         not a definition, retrieve the expression only if it's a compile-time
1421         known value if we are just annotating types.
1423         * gcc-interface/utils.c (convert): Do not try to upcast properly for a
1424         conversion between tagged types in type_annotate_only mode.
1426 2018-06-02  Eric Botcazou  <ebotcazou@adacore.com>
1428         * gcc-interface/ada-tree.h (TYPE_PADDING_FOR_COMPONENT): New macro.
1429         * gcc-interface/decl.c (gnat_to_gnu_component_type): Cache the padding
1430         type built for an aliased component with variable size.
1432 2018-05-31  Pierre-Marie de Rodat  <derodat@adacore.com>
1434         * doc/gnat_ugn/project-manager-figure.png: Delete.
1436 2018-05-31  Pierre-Marie de Rodat  <derodat@adacore.com>
1438         * vxworks-arm-link.spec, vxworks-e500-link.spec,
1439         vxworks-gnat-crtbe-link.spec, vxworks-smp-arm-link.spec,
1440         vxworks-smp-e500-link.spec, vxworks-smp-ppc-link.spec,
1441         vxworks-smp-x86-link.spec: New files.
1443 2018-05-31  Pierre-Marie de Rodat  <derodat@adacore.com>
1445         * gnatvsn.adb: Re-center the copyright header.
1446         * indepsw-darwin.adb: Adjust the starting copyright year to 2011.
1448 2018-05-31  Fedor Rybin  <frybin@adacore.com>
1450         * doc/gnat_ugn/gnat_utility_programs.rst: Document Stubs_Subdir in
1451         gnattest section on user guide.
1453 2018-05-31  Ed Schonberg  <schonberg@adacore.com>
1455         * sem_res.adb (Resolve_String_Literal): If the type is a string type
1456         whose component subtype has a static predicate, ensure that the
1457         predicate is applied to each character by expanding the string into the
1458         equivalent aggregate. This is also done if the component subtype is
1459         constrained.
1461 2018-05-31  Eric Botcazou  <ebotcazou@adacore.com>
1463         * gcc-interface/trans.c (Call_to_gnu): Remove obsolete code.
1465 2018-05-31  Piotr Trojanek  <trojanek@adacore.com>
1467         * sem_ch6.adb (Check_Missing_Return): Handle procedures with no
1468         explicit spec.
1470 2018-05-31  Eric Botcazou  <ebotcazou@adacore.com>
1472         * gcc-interface/trans.c (Call_to_gnu): In the by-reference case, if
1473         the type of the parameter is an unconstrained array type, convert
1474         to the type of the actual before the type of the formal only if the
1475         conversion was suppressed earlier.  Use in_param and gnu_actual_type
1476         local variables throughout, and uniform spelling for In Out or Out.
1477         Also remove dead code in the component-by-reference case.
1479 2018-05-31  Frederic Konrad  <konrad@adacore.com>
1481         * tracebak.c (STOP_FRAME): Harden condition.
1482         (is_return_from, EXTRA_STOP_CONDITION): New helpers for VxWorks in RTP
1483         mode.
1485 2018-05-31  Ed Schonberg  <schonberg@adacore.com>
1487         * checks.adb (Apply_Discriminant_Check): Do not apply discriminant
1488         check to a call to a build-in-place function, given that the return
1489         object is limited and cannot be copied.
1491 2018-05-31  Olivier Hainque  <hainque@adacore.com>
1493         * libgnat/s-atopri.ads: Update comment on __atomic_compare_exchange
1494         builtins.
1496 2018-05-31  Eric Botcazou  <ebotcazou@adacore.com>
1498         * gcc-interface/trans.c (Call_to_gnu): If this is a function call and
1499         there is no target, also create a temporary for the return value for
1500         an allocator if the type is an unconstrained record type with default
1501         discriminant.
1503 2018-05-31  Hristian Kirtchev  <kirtchev@adacore.com>
1505         * exp_ch7.adb (Find_Transient_Context): An iteration scheme is a valid
1506         boudary for a transient scope.
1508 2018-05-31  Valentine Reboul  <reboul@adacore.com>
1510         * gnatvsn.ads: Rename "GPL" version to "Community".
1512 2018-05-31  Ed Schonberg  <schonberg@adacore.com>
1514         * einfo.ads: Improve documentation for the Is_Unsigned_Type entity
1515         flag.
1517 2018-05-31  Piotr Trojanek  <trojanek@adacore.com>
1519         * sem_prag.adb (Analyze_Pragma): Replace call to Unique_Defining_Entity
1520         with a semantically equivalent call to Defining_Entity.
1522 2018-05-31  Piotr Trojanek  <trojanek@adacore.com>
1524         * sem_prag.adb (Analyze_Pragma): Set Etype on the rewritten
1525         Max_Queue_Length expression.
1527 2018-05-31  Sergey Rybin  <rybin@adacore.com>
1529         * doc/gnat_ugn/gnat_and_program_execution.rst: gnatelim does not need
1530         that the main unit to be built before the call, now it computes the
1531         closure of the main unit itself.
1532         * gnat_ugn.texi: Regenerate.
1534 2018-05-31  Eric Botcazou  <ebotcazou@adacore.com>
1536         * repinfo.adb (List_Structural_Record_Layout): Set First to false
1537         after having listed the fields of the parent type, if any.
1539 2018-05-31  Eric Botcazou  <ebotcazou@adacore.com>
1541         * gcc-interface/decl.c (gnat_to_gnu_entity) <discrete_type>: Do not
1542         deal with the ___XP suffix for packed array types here...
1543         <E_Array_Subtype>: ...or here when processing the implementation type
1544         but when processing the original type instead.  Do not reuse the DECL
1545         of the implementation type for the original type.  Tidy up.
1547 2018-05-31  Eric Botcazou  <ebotcazou@adacore.com>
1549         * einfo.ads (Object_Size_Clause): Declare.
1550         * einfo.adb (Object_Size_Clause): New function.
1551         * gcc-interface/utils.c (maybe_pad_type): Test Has_Size_Clause before
1552         retrieving Size_Clause and post the warning on the object size clause
1553         if Has_Object_Size_Clause is true.
1555 2018-05-31  Javier Miranda  <miranda@adacore.com>
1557         * sem_util.ads, sem_util.adb (Find_Primitive_Eq): New subprogram.
1558         * exp_ch4.adb (Expand_Composite_Equality): Use the new subprogram
1559         Find_Primitive_Eq to search for the primitive of types whose underlying
1560         type is a tagged type.
1562 2018-05-31  Yannick Moy  <moy@adacore.com>
1564         * sem_prag.adb (Analyze_Pragma.Check_Loop_Pragma_Placement): Inverse
1565         order of treatment between nodes recognized as loop pragmas (or
1566         generated from one) and block statements.
1568 2018-05-31  Doug Rupp  <rupp@adacore.com>
1570         * libgnat/s-osprim__posix2008.adb (Clock): Implement using
1571         clock_gettime.
1573 2018-05-31  Ed Schonberg  <schonberg@adacore.com>
1575         * exp_unst.ads, exp_unst.adb (In_Synchronized_Unit): New predicate to
1576         mark subprograms that cannot be eliminated because they must be treated
1577         as reachable from outside the current unit. This includes entry bodies
1578         and protected operations.
1580 2018-05-31  Ed Schonberg  <schonberg@adacore.com>
1582         * exp_ch4.adb (Expand_Modular_Addition, Expand_Modular_Subtraction):
1583         Convert all operands of the generated code to Standard.Unsigned, to
1584         prevent spurious visibility errors. This is needed when the generated
1585         expansion involves a modular index type of an array type, and the index
1586         type is not immediately visible.
1588 2018-05-30  Piotr Trojanek  <trojanek@adacore.com>
1590         * einfo.ads (Package_Instantiation): Update comment after a routine
1591         that uses this field has been renamed.
1593 2018-05-30  Ed Schonberg  <schonberg@adacore.com>
1595         * exp_ch11.adb (Replace_Raise_By_Goto): The transfomation is legal even
1596         if the local raise statement includes a string expression. This
1597         expression might be picked up by an outer handler or discarded, but
1598         plays no role in this transformation.
1600 2018-05-30  Hristian Kirtchev  <kirtchev@adacore.com>
1602         * exp_aggr.adb, exp_unst.adb, freeze.adb, libgnat/a-direct.adb: Minor
1603         reformatting.
1605 2018-05-30  Ed Schonberg  <schonberg@adacore.com>
1607         * exp_unst.adb (Visit_Node): Handle the semantic Procedure_To_Call
1608         field in relevant nodes: Allocate, Free, and return statements.
1610 2018-05-30  Ed Schonberg  <schonberg@adacore.com>
1612         * exp_unst.adb (Visit_Node): Do not traverse a Component_Association
1613         that has not been analyzed, as will be the case for a nested aggregate
1614         that is expanded into individual assignments.
1616 2018-05-30  Justin Squirek  <squirek@adacore.com>
1618         * aspects.adb, aspects.ads: Register new aspect.
1619         * par-prag.adb (Prag): Register new pragma.
1620         * sem_ch13.adb (Analyze_Aspect_Specifications): Add processing for new
1621         aspect similar to Aspect_Max_Queue_Length.
1622         * sem_prag.adb, sem_prag.ads (Analyze_Pragma): Register new pragma and
1623         set it to use the same processing as Pragma_Max_Queue_Length.
1624         * snames.ads-tmpl: Move definition of Name_Max_Entry_Queue_Depth so
1625         that it can be processed as a pragma in addition to a restriction and
1626         add an entry for the pragma itself.
1628 2018-05-30  Ed Schonberg  <schonberg@adacore.com>
1630         * freeze.adb (Freeze_Object_Declaration): A pragma Thread_Local_Storage
1631         is now legal on a variable of composite type initialized with an
1632         aggregate that is fully static and requires no elaboration code.
1633         * exp_aggr.adb (Convert_To_Positional): Recognize additional cases of
1634         nested aggregates that are compile-time static, so they can be used to
1635         initialize variables declared with Threqd_Local_Storage.
1636         * doc/gnat_rm/implementation_defined_pragmas.rst: Add documentation on
1637         Thread_Local_Storage.
1638         * gnat_rm.texi: Regenerate.
1640 2018-05-30  Yannick Moy  <moy@adacore.com>
1642         * sem_util.adb (Policy_In_Effect): Take into account CodePeer and
1643         GNATprove modes.
1645 2018-05-30  Justin Squirek  <squirek@adacore.com>
1647         * libgnat/a-direct.adb, libgnat/a-direct.ads (Name_Case_Equivalence):
1648         Add implementation.
1649         (Start_Search): Modify to use Start_Search_Internal
1650         (Start_Search_Internal): Add to break out an extra flag for searching
1651         case insensative due to the potential for directories within the same
1652         OS to allow different casing schemes.
1653         * sysdep.c (__gnat_name_case_equivalence): Add as a default fallback
1654         for when the more precise solution fails.
1656 2018-05-30  Hristian Kirtchev  <kirtchev@adacore.com>
1658         * checks.adb, exp_ch5.adb, exp_ch7.adb, exp_unst.adb, sem_eval.adb:
1659         Minor reformatting.
1661 2018-05-30  Pascal Obry  <obry@adacore.com>
1663         * libgnat/g-comlin.ads (Value_Callback, Define_Switch): New.
1664         * libgnat/g-comlin.adb: Add corresponding implementation.
1666 2018-05-30  Gary Dismukes  <dismukes@adacore.com>
1668         * sem_res.adb, sem_util.adb: Fix several typos.
1670 2018-05-30  Olivier Hainque  <hainque@adacore.com>
1672         * vx_crtbegin_attr.c (CTOR_ATTRIBUTE, DTOR_ATTRIBUTE): Empty.
1673         (eh_registration_ctors, eh_registration_tors): New static variables,
1674         forced in a .ctors/.dtors section, respectively, with priority.
1676 2018-05-30  Bob Duff  <duff@adacore.com>
1678         * aspects.ads, contracts.adb, exp_util.adb, expander.adb, expander.ads,
1679         freeze.adb, inline.adb, lib-xref.adb, sem.ads, sem_aggr.adb,
1680         sem_attr.adb, sem_ch13.adb, sem_ch3.adb, sem_ch5.adb, sem_ch6.adb,
1681         sem_ch8.adb, sem_dim.adb, sem_elab.adb, sem_res.adb, sem_res.ads,
1682         sinfo.ads: Spell preanalysis, preanalyze correctly.
1684 2018-05-30  Bob Duff  <duff@adacore.com>
1686         * libgnat/g-sestin.ads: Rework documentation comments.
1688 2018-05-30  Piotr Trojanek  <trojanek@adacore.com>
1690         * errout.adb, exp_aggr.adb, exp_ch7.adb, exp_util.adb, lib.adb,
1691         sem_ch13.adb, sem_ch4.adb, sem_res.adb, sem_util.adb
1692         (Has_Original_Node): Refactor to use Is_Rewrite_Substitution.
1694 2018-05-30  Piotr Trojanek  <trojanek@adacore.com>
1696         * sem_prag.adb (Analyze_Pragma): Remove conjuncts that are always true.
1698 2018-05-30  Hristian Kirtchev  <kirtchev@adacore.com>
1700         * sem_util.adb (Is_Atomic_Object): Cleaned up. Split the entity logic
1701         in a separate routine.
1702         (Is_Atomic_Object_Entity): New routine.
1703         (Is_Atomic_Prefix): Cleaned up.
1704         (Is_Synchronized_Object): Check that the object is atomic, or its type
1705         is atomic.
1706         (Object_Has_Atomic_Components): Removed.
1707         * sem_util.ads (Is_Atomic_Object): Reword the comment on usage.
1708         (Is_Atomic_Object_Entity): New routine.
1710 2018-05-30  Ed Schonberg  <schonberg@adacore.com>
1712         * sem_ch3.adb (Access_Subprogram_Declaration): The flag
1713         Needs_Activation_Record is only needed on a subprogram type, not on a
1714         pointer to such.
1715         * sem_res.adb (Resolve_Selected_Component): If the context type and the
1716         component type are anonymous access to subprograms, use the component
1717         type to obtain the proper value of Needs_Activation_Record flag for the
1718         expression.
1720 2018-05-30  Eric Botcazou  <ebotcazou@adacore.com>
1722         * gcc-interface/trans.c (gnat_to_gnu) <N_Assignment_Statement>: Add
1723         comment about the memset case.
1725 2018-05-30  Bob Duff  <duff@adacore.com>
1727         * exp_ch5.adb (Expand_Formal_Container_Element_Loop): Remove the code
1728         to analyze the Elmt_Decl, because it gets analyzed in the wrong scope.
1729         We need to analyze it as part of analyzing the block, so that if the
1730         call to Element that initializes Elmt_Decl returns on the secondary
1731         stack, the block will ss_mark/ss_release. This block is inside the
1732         loop; we don't want to leak memory until the loop exits.  The purpose
1733         of analyzing Elmt_Decl first was to catch the error of modifying it,
1734         which is illegal because it's a loop parameter. The above causes us to
1735         miss that error.  Therefore, we add a flag Is_Loop_Parameter, and set
1736         it on the Element entity, so we end up with an E_Variable node with the
1737         flag set.
1738         * einfo.ads, einfo.adb (Is_Loop_Parameter): New flag.
1739         * sem_ch5.adb (Diagnose_Non_Variable_Lhs): Give the "assignment to loop
1740         parameter not allowed" error if Is_Loop_Parameter.
1741         * sem_util.adb (Is_Variable): Return False if Is_Loop_Parameter, to
1742         trigger the call to Diagnose_Non_Variable_Lhs.
1744 2018-05-30  Arnaud Charlet  <charlet@adacore.com>
1746         * checks.adb (Apply_Scalar_Range_Check):
1747         * sem_eval.adb (Check_Non_Static_Context, Out_Of_Range): Ignore out of
1748         range values for System.Priority in CodePeer mode since the actual
1749         target compiler may provide a wider range.
1751 2018-05-30  Ed Schonberg  <schonberg@adacore.com>
1753         * exp_unst.adb: Search specification of main unit as well, for
1754         unnesting.
1756 2018-05-30  Ed Schonberg  <schonberg@adacore.com>
1758         * exp_ch7.adb (Check_Unnesting_Elaboration_Code): The statement part of
1759         a package body that is a compilation unit may contain blocks that
1760         declare local subprograms.  In Subprogram_Unnesting Mode such
1761         subprograms must be handled as nested inside the (implicit) elaboration
1762         procedure that executes that statement part. To handle properly uplevel
1763         references we construct that subprogram explicitly, to contain blocks
1764         and inner subprograms, The statement part of the compilation unit
1765         becomes a call to this subprogram. This is only done if blocks are
1766         present in the statement list of the body.
1768 2018-05-30  Bob Duff  <duff@adacore.com>
1770         * exp_ch7.adb: Minor comment fix.
1772 2018-05-30  Ed Schonberg  <schonberg@adacore.com>
1774         * exp_unst.adb (Visit_Node): Handle properly subprogram instantiations
1775         that have no corresponding body and appear as attributes of the
1776         corresponding wrapper package declaration.
1777         (Register_Subprogram): New subprogram, used for subprogram bodies and
1778         for subprogram instantiations to enter callable entity into Subp table.
1780 2018-05-30  Hristian Kirtchev  <kirtchev@adacore.com>
1782         * libgnat/s-secsta.adb: Reimplement the secondary stack support.
1783         * libgnat/s-secsta.ads: Update the documentation of all routines in the
1784         public part of the package.  Reimplement the private part of the
1785         package to account for the new secondary stack structure.  Add types
1786         and subprograms for testing purposes.  Add several documentation
1787         sections.
1789 2018-05-30  Hristian Kirtchev  <kirtchev@adacore.com>
1791         * exp_aggr.adb, exp_ch3.adb, exp_ch4.adb, exp_ch7.adb, exp_unst.adb,
1792         exp_util.adb, exp_util.ads, libgnat/a-calcon.adb, libgnat/a-calcon.ads,
1793         libgnat/s-os_lib.adb, repinfo.adb, sem_ch3.adb, sem_disp.adb,
1794         sem_disp.ads, sem_util.adb: Minor reformatting.
1796 2018-05-30  Arnaud Charlet  <charlet@adacore.com>
1798         * gcc-interface/Makefile.in: Move special flags for Ada runtime files
1799         from here...
1800         * Makefile.rtl: ... to here.  Update comments.  Protect call to
1801         "GCC_FOR_TARGET" in case target_os isn't defined.
1803 2018-05-30  Arnaud Charlet  <charlet@adacore.com>
1805         * gcc-interface/Makefile.in: Move target pair settings from here...
1806         * Makefile.rtl: ... to here.
1807         (setup-rts): New target.
1809 2018-05-29  Eric Botcazou  <ebotcazou@adacore.com>
1811         * doc/gnat_ugn/building_executable_programs_with_gnat.rst (Alphabetical
1812         List of All Switches): Replace "modules" with "units".
1813         (Subprogram Inlining Control): Likewise.
1814         * gnat_ugn.texi: Regenerate.
1815         * usage.adb (Usage): Fix description of -gnatn switch.
1817 2018-05-29  Arnaud Charlet  <charlet@adacore.com>
1819         * gcc-interface/Makefile.in: Fix typos.
1821 2018-05-29  Ed Schonberg  <schonberg@adacore.com>
1823         * exp_ch7.adb (Build_Finalizer_Call): Attach to tree the reference to
1824         the finalizer procedure in the At_End handler, for use in LLVM
1825         generation.
1827 2018-05-29  Javier Miranda  <miranda@adacore.com>
1829         * exp_ch4.adb (Expand_N_Op_Eq, Expand_Composite_Equality): Use the new
1830         subprogram Inherits_From_Tagged_Full_View to identify more reliably
1831         untagged private types completed with a derivation of an untagged
1832         private whose full view is a tagged type.
1833         * sem_util.ads, sem_util.adb (Inherits_From_Tagged_Full_View): New
1834         subprogram.
1835         (Collect_Primitive_Operations): Handle untagged private types completed
1836         with a derivation of an untagged private type whose full view is a
1837         tagged type. In such case, collecting the list of primitives we may
1838         find two equality primitives: one associated with the untagged private
1839         and another associated with the ultimate tagged type (and we must
1840         remove from the returned list this latter one).
1842 2018-05-29  Ed Schonberg  <schonberg@adacore.com>
1844         * exp_unst.adb (Visit_Node): Handle statement sequences that include an
1845         At_End handler.
1847 2018-05-29  Eric Botcazou  <ebotcazou@adacore.com>
1849         * repinfo.adb (List_Entities): Also recurse into blocks without label.
1851 2018-05-29  Ed Schonberg  <schonberg@adacore.com>
1853         * exp_ch6.adb (Expand_N_Subprogram_Body): Do not generate push/pop for
1854         exceptions if subprogram unnesting is in effect, because these branch
1855         nodes are relevant only in the presence of nested subprograms.
1857 2018-05-29  Ed Schonberg  <schonberg@adacore.com>
1859         * libgnat/s-fatgen.adb (Succ, Pred):  Raise Constraint_Error
1860         unconditionally when applied to the largest positive (resp. largest
1861         negative) value of a floating-point type.
1863 2018-05-29  Ed Schonberg  <schonberg@adacore.com>
1865         * einfo.ads, einfo.adb: Clarify use of Activation_Record_Component:
1866         discriminants and exceptions are never components of such.  The flag
1867         Needs_Activation_Record is set on subprogram types, not on access to
1868         them.
1870 2018-05-29  Ed Schonberg  <schonberg@adacore.com>
1872         * sem_ch3.adb: Set scope of component of subtype.
1874 2018-05-29  Ed Schonberg  <schonberg@adacore.com>
1876         * exp_unst.adb (Visit_Node): Exclude selected components whose prefix
1877         carry no type. Such selected components appear in unit names that are
1878         child units, both in the specification and possibly in an end label for
1879         the unit, and they do not contain any relevant uplevel references.
1881 2018-05-29  Arnaud Charlet  <charlet@adacore.com>
1883         * libgnat/a-calend.ads, libgnat/a-calend.adb (Epoch_Offset): Make it a
1884         function.
1886 2018-05-29  Olivier Hainque  <hainque@adacore.com>
1888         * libgnat/system-vxworks7-ppc-rtp.ads: New file.
1889         * libgnat/system-vxworks7-ppc-kernel.ads: New file.
1890         * libgnat/system-vxworks7-e500-rtp.ads: New file.
1891         * libgnat/system-vxworks7-e500-kernel.ads: New file.
1892         * libgnat/system-vxworks7-x86-rtp.ads: New file.
1893         * libgnat/system-vxworks-ppc64-kernel.ads: Rename as ...
1894         * libgnat/system-vxworks7-ppc64-kernel.ads: and adjust name of
1895         gnat-crtbe link spec to use the vx7 variant.
1897 2018-05-29  Olivier Hainque  <hainque@adacore.com>
1899         * vx_crtbegin.inc: Use a consistent naming convention for the
1900         registration/deregistration functions across RTP or kernel.  Remove the
1901         ctor/dtor attribute setting based on RTP/kernel, expect the optional
1902         attribute extension to be provided by includers instead.
1903         * vx_crtbegin.c: Mere inclusion of vx_crtbegin.inc with empty attribute
1904         extension for the registration/deregistration functions.
1905         * vx_crtbegin_attr.c: New file. Include vx_crtbegin.inc with explicit
1906         constructor/destructor attribute extensions.
1907         * vx_crtbegin_array.c: New file. Include vx_crtbegin.inc with empty
1908         attribute extensions and declare _ctors/_dtors arrays.
1909         * vx_crtbegin_auto.c: Remove.
1910         * libgnat/system-vxworks7-aarch64-rtp-smp.ads: Use
1911         vxworks7-gnat-crtbe-link.spec.
1912         * libgnat/system-vxworks7-aarch64.ads: Likewise.
1913         * libgnat/system-vxworks7-e500-rtp-smp.ads: Likewise.
1914         * libgnat/system-vxworks7-ppc-rtp-smp.ads: Likewise.
1915         * libgnat/system-vxworks7-ppc64-rtp-smp.ads: Likewise.
1916         * libgnat/system-vxworks7-x86-kernel.ads: Likewise.
1917         * libgnat/system-vxworks7-x86-rtp-smp.ads: Likewise.
1918         * libgnat/system-vxworks7-x86_64-kernel.ads: Likewise.
1919         * libgnat/system-vxworks7-x86_64-rtp-smp.ads: Likewise.
1921 2018-05-29  Piotr Trojanek  <trojanek@adacore.com>
1923         * ali.adb: Minor reformatting.
1925 2018-05-29  Joel Brobecker  <brobecker@adacore.com>
1927         * doc/gnat_ugn/platform_specific_information.rst: Update package
1928         requirements for 32bit GNAT on x86_64-linux.
1929         * gnat_ugn.texi: Regenerate.
1931 2018-05-29  Eric Botcazou  <ebotcazou@adacore.com>
1933         * doc/gnat_ugn/building_executable_programs_with_gnat.rst (Debugging
1934         Control): Adjust description of -gnatRj.
1935         * gnat_ugn.texi: Regenerate.
1936         * opt.ads (List_Representation_Info_To_JSON): Likewise.
1937         * repinfo.adb (List_Rep_Info): Do not automatically create a file
1938         if List_Representation_Info_To_JSON is true.
1939         * switch-c.adb (Scan_Front_End_Switches) <R>: Remove incompatibility
1940         check between -gnatRj and -gnatRs.
1941         * usage.adb (Usage): Adjust description of -gnatRj.
1943 2018-05-29  Pascal Obry  <obry@adacore.com>
1945         * libgnat/s-os_lib.adb (Normalize_Pathname): Fix handling of ".." in
1946         the root directory.
1948 2018-05-29  Pascal Obry  <obry@adacore.com>
1950         * libgnat/s-os_lib.adb: Minor reformatting.
1952 2018-05-29  Doug Rupp  <rupp@adacore.com>
1954         * libgnat/a-calend.adb (Epoch_Offset): Move from body to ...
1955         * libgnat/a-calend.ads (Epoch_Offset): to private part of spec
1956         * libgnat/a-calcon.ads (To_Unix_Nano_Time): New function spec.
1957         * libgnat/a-calcon.adb (To_Unix_Nano_Time): New function body.
1959 2018-05-29  Eric Botcazou  <ebotcazou@adacore.com>
1961         * repinfo.ads (JSON format): Document new pair for components.
1962         * repinfo.adb (Derived_Discriminant): New function.
1963         (List_Structural_Record_Layout): Add Outer_Ent parameter and pass it
1964         in recursive calls. If the record type is the parent of an extension,
1965         find and list the derived discriminant from the extension, if any.
1966         (List_Component_Layout): List the Discriminant_Number in JSON mode.
1967         (List_Record_Info): Adjust call to List_Structural_Record_Layout.
1969 2018-05-29  Eric Botcazou  <ebotcazou@adacore.com>
1971         * doc/gnat_ugn/building_executable_programs_with_gnat.rst (Alphabetical
1972         List of All Switches): Document -gnatRj.
1973         (Debugging Control): Likewise.
1974         * gnat_ugn.texi: Regenerate.
1975         * opt.ads (List_Representation_Info_To_JSON): New boolean variable.
1976         * osint-c.adb (Create_Repinfo_File): Use the .json instead of .rep
1977         extension if List_Representation_Info_To_JSON is true.
1978         * repinfo.ads: Document the JSON output format.
1979         * repinfo.adb (List_Location): New procedure.
1980         (List_Array_Info): Add support for JSON output.
1981         (List_Entities): Likewise.
1982         (Unop): Likewise.
1983         (Binop): Likewise.
1984         (Print_Expr): Likewise.
1985         (List_Linker_Section): Likewise.
1986         (List_Mechanisms): Likewise.
1987         (List_Name): Likewise.
1988         (List_Object_Info): Likewise.
1989         (List_Record_Info): Likewise.
1990         (List_Component_Layout): Likewise.  Add Indent parameter.
1991         (List_Structural_Record_Layout): New procedure.
1992         (List_Attr): Add support for JSON output.
1993         (List_Type_Info): Likewise.
1994         (Write_Unknown_Val): Likewise.
1995         * switch-c.adb (Scan_Front_End_Switches) <R>: Deal with 'j'.
1996         * usage.adb (Usage): List -gnatRj.
1998 2018-05-29  Eric Botcazou  <ebotcazou@adacore.com>
2000         * repinfo.adb (List_Component_Layout): New procedure extracted from...
2001         (List_Record_Layout): ...here.  Invoke it.
2003 2018-05-29  Eric Botcazou  <ebotcazou@adacore.com>
2005         * repinfo.adb (Write_Unknown_Val): New procedure.
2006         (List_GCC_Expression): Call it.
2007         (List_Record_Layout): Likewise.
2008         (Write_Val): Likewise.
2010 2018-05-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2012         * exp_ch4.adb (Expand_N_Op_Abs): Clear Do_Overflow_Check when inserting
2013         code to do check.
2015 2018-05-29  Arnaud Charlet  <charlet@adacore.com>
2017         * lib-writ.adb (Write_ALI): Do not use new function from s-casuti yet.
2018         This breaks build of cross compilers with older versions of GNAT, so
2019         better avoid it.
2021 2018-05-29  Doug Rupp  <rupp@adacore.com>
2023         * libgnarl/s-taprop.ads (Monotonic_Clock): Refine documentation to
2024         reflect reality.
2026 2018-05-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2028         * exp_ch4.adb (Expand_N_Op_Abs): Always do range check against 'First.
2030 2018-05-29  Eric Botcazou  <ebotcazou@adacore.com>
2032         * repinfo.adb (List_Entities): Do not list the Linker_Section for
2033         subprograms here...
2034         (List_Mechanisms): ...but here instead.  Use consistent name output
2035         and formatting conventions.
2037 2018-05-29  Bob Duff  <duff@adacore.com>
2039         * lib-writ.adb (Write_ALI): Cleanup: avoid use of global var; call new
2040         To_Lower function.
2041         * libgnat/s-casuti.ads, libgnat/s-casuti.adb (To_Upper, To_Lower,
2042         To_Mixed): New functions.
2043         * osint.adb: Cleanup: use Is_Directory_Separator, which correctly
2044         allows both '\' and '/' on Windows.
2046 2018-05-28  Eric Botcazou  <ebotcazou@adacore.com>
2048         * repinfo.ads: Minor fixes and tweaks in comments.
2050 2018-05-28  Eric Botcazou  <ebotcazou@adacore.com>
2052         * repinfo.adb (List_GCC_Expression): Remove Valop and replace calls to
2053         it with calls to Unop.
2055 2018-05-28  Eric Botcazou  <ebotcazou@adacore.com>
2057         * repinfo.ads (TCode): Adjust range.
2058         (Truth_Andif_Expr): Remove.
2059         (Truth_Orif_Expr): Likewise.
2060         (Truth_And_Expr .. Dynamic_Val): Adjust value.
2061         * repinfo.adb (Print_Expr): Remove handling of Truth_{And,Or}if_Expr.
2062         (Rep_Value): Likewise.
2063         * repinfo.h (Truth_Andif_Expr): Remove.
2064         (Truth_Orif_Expr): Likewise.
2065         (Truth_And_Expr .. Dynamic_Val): Adjust value.
2066         * gcc-interface/decl.c (annotate_value) <TRUTH_ANDIF_EXPR>: Fall
2067         through to TRUTH_AND_EXPR case.
2068         <TRUTH_ORIF_EXPR>: Fall through to TRUTH_OR_EXPR case.
2070 2018-05-28  Ed Schonberg  <schonberg@adacore.com>
2072         * exp_unst.adb (Visit_Node): For indexed components and attribute
2073         references, examine index expressions or associated expressions as well
2074         to record uplevel references.
2075         (Vist_Node): For function and procedure calls, if a formal is an
2076         unconstrained array and the actual is constrained, check whether bounds
2077         of actual have uplevel references.
2079 2018-05-28  Ed Schonberg  <schonberg@adacore.com>
2081         * einfo.ads, einfo.adb: Exceptions can be uplevel references, and thus
2082         they can appear as components of activation records.
2083         * exp_unst.adb (Visit_Node): A reference to an exception may be an
2084         uplevel reference.
2086 2018-05-28  Eric Botcazou  <ebotcazou@adacore.com>
2088         * exp_ch4.adb (Expand_Composite_Equality): Compute whether the size
2089         depends on a discriminant manually instead of using the predicate
2090         Size_Depends_On_Discriminant in the array type case.
2092 2018-05-28  Ed Schonberg  <schonberg@adacore.com>
2094         * exp_unst.adb (Check_Static_Type): For a record subtype, check
2095         discriminant constraints as well.
2096         (Visit_Node): For a selected component, check type of prefix, as is
2097         done for indexed components and slices.
2099 2018-05-28  Javier Miranda  <miranda@adacore.com>
2101         * exp_ch4.adb (Real_Range_Check): Add a temporary to store the integer
2102         value when converting a float value to a fixed-point value. This is
2103         required for CCG because it handles fixed-point types by means of
2104         unsigned integer type variables. The range check is now performed using
2105         the integer value stored in this temporary.
2107 2018-05-28  Yannick Moy  <moy@adacore.com>
2109         * sem_util.adb (Is_OK_Volatile_Context): Add attributes First, Last and
2110         Length as valid non-interfering contexts for SPARK.
2112 2018-05-28  Claire Dross  <dross@adacore.com>
2114         * sem_disp.ads, sem_disp.adb (Inheritance_Utilities): Package for
2115         generic inheritance utilities.
2116         (Generic_Inherited_Subprograms): Generic version of
2117         Inherited_Subprograms, generic in Find_Dispatching_Type function.
2118         (Generic_Is_Overriding_Subprogram): Generic version of
2119         Is_Overriding_Subprogram, generic in Find_Dispatching_Type function.
2120         (Inherited_Subprograms): Instance of Generic_Inherited_Subprograms with
2121         Sem_Disp.Find_Dispatching_Type.
2122         (Is_Overriding_Subprogram): Instance of
2123         Generic_Is_Overriding_Subprogram with Sem_Disp.Find_Dispatching_Type.
2124         (Inheritance_Utilities_Inst): Instance of Inheritance_Utilities
2125         with Sem_Disp.Find_Dispatching_Type.
2127 2018-05-28  Eric Botcazou  <ebotcazou@adacore.com>
2129         * exp_ch4.adb (Expand_Composite_Equality): For a composite (or FP)
2130         component type, do not expand array equality using the unconstrained
2131         base type, except for the case where the bounds of the type depend on a
2132         discriminant.
2134 2018-05-28  Ed Schonberg  <schonberg@adacore.com>
2136         * einfo.ads, einfo.adb (Needs_Activation_Record): New flag on
2137         access-to-subprogram types, to indicate that an indirect call through
2138         such a type requires an activation record when compiling for LLVM.
2139         * sem_ch3.adb (Access_Subprogram_Declaration): Set new flag as needed.
2141 2018-05-28  Ed Schonberg  <schonberg@adacore.com>
2143         * exp_ch4.adb (Real_Range_Check): Specialize float-to-fixed conversions
2144         when bounds of fixed type are static, to remove some spuerfluous
2145         implicit conversions and provide an accurate result when converting
2146         back and forth between the fixed point type and a floating point type.
2148 2018-05-28  Ed Schonberg  <schonberg@adacore.com>
2150         * exp_unst.adb (Unnest_Subprogram): Prevent creation of empty
2151         activation records.
2153 2018-05-28  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2155         * exp_unst.adb (Check_Static_Type): Add argument to indicate node to be
2156         replaced, if any; all callers changed.
2157         (Note_Uplevel_Ref): Likewise.  Also replace reference to deferred
2158         constant with private view so we take the address of that entity.
2159         (Note_Uplevel_Bound): Add argument to indicate node to be replaced, if
2160         any; all callers changed.  Handle N_Indexed_Component like
2161         N_Attribute_Reference.  Add N_Type_Conversion case.
2162         (Visit_Node): Indexed references can be uplevel if the type isn't
2163         static.
2164         (Unnest_Subprograms): Don't rewrite if no reference given.  If call has
2165         been relocated, set first_named pointer in original node as well.
2167 2018-05-28  Ed Schonberg  <schonberg@adacore.com>
2169         * exp_aggr.adb (Flatten): Copy tree of expression in a component
2170         association with a range or a set of discrete choices, rather than
2171         relocating the node. This avoids inconsistencies in the tree when
2172         handling nested subprograms with uplevel references for LLVM.
2174 2018-05-28  Arnaud Charlet  <charlet@adacore.com>
2176         * exp_util.adb (Possible_Bit_Aligned_Component): Always return False in
2177         codepeer mode.
2179 2018-05-28  Arnaud Charlet  <charlet@adacore.com>
2181         * exp_unst.adb: Fix typo.
2183 2018-05-28  Bob Duff  <duff@adacore.com>
2185         * libgnat/a-convec.adb (Query_Element): Minor cleanup: remove an
2186         unnecessary use of 'Unrestricted_Access.
2188 2018-05-28  Hristian Kirtchev  <kirtchev@adacore.com>
2190         * repinfo.adb (Expr_Value_S): New routine.
2191         (List_Linker_Section): Properly extract the value of the section
2192         argument.
2194 2018-05-28  Patrick Bernardi  <bernardi@adacore.com>
2196         * doc/gnat_ugn/building_executable_programs_with_gnat.rst: Update the
2197         description of the -D binder switch to reflect current usage.
2198         * gnat_ugn.texi: Regenerate.
2200 2018-05-28  Gary Dismukes  <dismukes@adacore.com>
2202         * exp_ch3.adb: Minor reformatting
2204 2018-05-28  Justin Squirek  <squirek@adacore.com>
2206         * exp_ch3.adb
2207         (Build_Initialization_Call): Add logic to pass the appropriate actual to match
2208          new formal.
2209         (Init_Formals): Add new formal *_skip_null_excluding_check
2210         * exp_util.adb, exp_util.ads
2211         (Enclosing_Init_Proc): Added to fetch the enclosing Init_Proc from the current
2212          scope.
2213         (Inside_Init_Proc): Refactored to use Enclosing_Init_Proc
2214         (Needs_Conditional_Null_Excluding_Check): Added to factorize the predicate
2215          used to determine how to generate an Init_Proc for a given type.
2216         (Needs_Constant_Address): Minor reformatting
2217         * sem_res.adb
2218         (Resolve_Null): Add logic to generate a conditional check in certain cases
2220 2018-05-28  Hristian Kirtchev  <kirtchev@adacore.com>
2222         * exp_aggr.adb, gnatlink.adb, sem_ch6.adb, sem_res.adb, sem_util.adb:
2223         Minor reformatting.
2225 2018-05-28  Hristian Kirtchev  <kirtchev@adacore.com>
2227         * sem_prag.adb (Process_Atomic_Independent_Shared_Volatile): Include
2228         the declarations of single concurrent types because they fall in the
2229         category of full type and object declarations.
2231 2018-05-28  Eric Botcazou  <ebotcazou@adacore.com>
2233         * repinfo.adb (Compute_Max_Length): Skip _Parent component.
2234         (List_Record_Layout): Likewise.
2236 2018-05-28  Ed Schonberg  <schonberg@adacore.com>
2238         * sem_util.adb (Is_Function_Result): Add a warning if a postcondition
2239         includes a call to function to which it applies. This may mean an
2240         omission of an attribute reference 'Result, in particular if the
2241         function is pqrameterless.
2243 2018-05-28  Justin Squirek  <squirek@adacore.com>
2245         * sem_ch8.adb (Find_Expanded_Name): Add extra guard to make sure the
2246         misresolved package name is not a case of mistaken identity.
2248 2018-05-28  Yannick Moy  <moy@adacore.com>
2250         * sem_res.adb (Resolve_Range): Re-resolve the low bound of a range in
2251         GNATprove mode, as the order of resolution (low then high) means that
2252         all the information is not available when resolving the low bound the
2253         first time.
2255 2018-05-28  Eric Botcazou  <ebotcazou@adacore.com>
2257         * repinfo.adb (List_Array_Info): Start with an explicit blank line and
2258         end with the linker section, if any.
2259         (List_Entities): Do not output the linker section for record types,
2260         array types and variables.
2261         (Print_Expr): Factor out common processing for unary operators and
2262         special values.  Adjust and reorder the various cases.
2263         (List_Object_Info): End with the linker section, if any.
2264         (List_Record_Info): Likewise.
2265         (List_Type_Info): Do not start with a blank line.
2267 2018-05-25  Nicolas Roche  <roche@adacore.com>
2269         * libgnat/s-valrea.adb (Scan_Real): Abort computation once it is sure
2270         that the result will be either -infinite or +infinite.
2272 2018-05-25  Patrick Bernardi  <bernardi@adacore.com>
2274         * libgnat/s-parame.ads, libgnat/s-parame__vxworks.ads,
2275         libgnat/s-parame__ae653.ads, libgnat/s-parame__hpux.ads (Size_Type):
2276         Expand range of type to match the address space of the target.
2277         (Task_Storage_Size): Remove unused type.
2279 2018-05-25  Ed Schonberg  <schonberg@adacore.com>
2281         * sem_res.adb (Set_Mixed_Mode_Operand): If the operand is an expression
2282         of a fixed point type and the parent is a multiplying operation,
2283         resolve the operand with its own type because the context will impose a
2284         resulting type on the result of the multiplication by means of
2285         approriate conversion.
2287 2018-05-25  Hristian Kirtchev  <kirtchev@adacore.com>
2289         * exp_ch3.adb (Default_Initialize_Object): Ensure that the analysis of
2290         the in-place initialization aggregate created for pragmas
2291         Initialize_Scalars or Normalize_Scalars is performed with checks
2292         suppressed.
2294 2018-05-25  Arnaud Charlet  <charlet@adacore.com>
2296         * exp_aggr.adb (Convert_To_Positional): Bump default for
2297         Max_Others_Replicate to 32. Update comments.
2298         * osint.ads (Unknown_Attributes): No longer pretend this is a constant.
2299         (No_File_Info_Cache): Initialize separately.
2300         * osint.adb (No_File_Info_Cache): Update initializer.
2302 2018-05-25  Javier Miranda  <miranda@adacore.com>
2304         * sem_res.adb (Resolve_Membership_Op): Allow the use of the membership
2305         test when the left operand is a class-wide interface and the right
2306         operand is not a class-wide type.
2307         * exp_ch4.adb (Tagged_Membership): Adding support for interface as the
2308         left operand.
2310 2018-05-25  Ed Schonberg  <schonberg@adacore.com>
2312         * exp_aggr.adb (Flatten): A quantified expression cannot be duplicated
2313         in an others clause to prevent visibility issues with the generated
2314         loop variable.
2315         (Component_OK_For_Backend): Return false for a quantified expression.
2316         (Check_Static_Component): Ditto.
2318 2018-05-25  Hristian Kirtchev  <kirtchev@adacore.com>
2320         * libgnat/s-secsta.adb (SS_Allocate): Reimplemented.
2321         (SS_Allocate_Dynamic): New routine. The allocation logic is now split
2322         into three distring cases rather than in one loop which attempts to
2323         handle all three cases. This rewrite eliminates an issue where the last
2324         frame of the stack cannot be freed, thus causing the memory range of a
2325         new frame to approach the overflow point of the memory index type.
2326         Since the overflow is logically treated as a
2327         too-much-memory-on-the-stack scenario, it causes a bogus Storage_Error.
2328         (SS_Allocate_Static): New routine. The routine factorizes the static
2329         secondary stack-related code from the former SS_Allocate.
2331 2018-05-25  Sergey Rybin  <rybin@adacore.com>
2333         * doc/gnat_ugn/gnat_and_program_execution.rst: Add description of '-U'
2334         option for gnatelim.
2336 2018-05-25  Ed Schonberg  <schonberg@adacore.com>
2338         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Do not create
2339         Class_Wide_Clone_Body when analyzing a subprogram_body_stub: the clone
2340         is created when the proper body of the stub is analyzed.
2341         * sem_util.adb (ZBuild_Class_Wide_Clone_Body): If the subprogram body
2342         is the proper body of a subunit, the cloned body must be inserted in
2343         the declarative list that contains the stub.
2345 2018-05-25  Justin Squirek  <squirek@adacore.com>
2347         * exp_ch6.adb (Expand_Simple_Function_Return): Add guard in check to
2348         generate code for 6.5(8-10) so that we don't get an assertion error
2349         when dealing with an incomplete return type.
2351 2018-05-25  Arnaud Charlet  <charlet@adacore.com>
2353         * pprint.adb (Expression_Name): Strip too long expressions to avoid
2354         carrying very large strings.
2356 2018-05-25  Patrick Bernardi  <bernardi@adacore.com>
2358         * switch-b.adb (Scan_Binder_Switches): binder switch -Q accepts Natural
2359         numbers.
2361 2018-05-25  Doug Rupp  <rupp@adacore.com>
2363         * tracebak.c (aarch64-linux): Implement.
2365 2018-05-25  Justin Squirek  <squirek@adacore.com>
2367         * sem_ch8.adb: Minor reformatting.
2369 2018-05-25  Piotr Trojanek  <trojanek@adacore.com>
2371         * sem_util.adb (Iterate_Call_Parameters): Fix code convention and
2372         assertions.
2374 2018-05-25  Hristian Kirtchev  <kirtchev@adacore.com>
2376         * einfo.adb, einfo.ads, exp_ch3.adb, exp_ch8.adb, exp_unst.adb,
2377         pprint.adb, sem_ch12.adb, sem_ch3.adb, sem_prag.adb, sem_util.adb:
2378         Minor reformatting.
2380 2018-05-25  Ed Schonberg  <schonberg@adacore.com>
2382         * sem_ch12.adb (Instance_Exists): New function, subsidiary of
2383         Validate_Derived_Type_Instance, to verify that all interfaces
2384         implemented by the formal type are also implemented by the actual. The
2385         verification is complicated when an interface of the formal is declared
2386         in a generic unit and the actual is declared in an instance of it.
2387         There is currently no mechanism to relate an interface declared within
2388         a generic to the corresponding interface in an instance, so we must
2389         traverse the list of interfaces of the actual, looking for a name
2390         match, and verifying that that interface is declared in an instance.
2392 2018-05-25  Piotr Trojanek  <trojanek@adacore.com>
2394         * sem_util.adb (Iterate_Call_Parameters): Rewrite with extra
2395         assertions; replace function versions of Next_Formal/Next_Actual with
2396         their procedural versions (which are more concise).
2398 2018-05-25  Doug Rupp  <rupp@adacore.com>
2400         * libgnarl/s-osinte__aix.ads, libgnarl/s-osinte__android.ads,
2401         libgnarl/s-osinte__darwin.ads, libgnarl/s-osinte__freebsd.ads,
2402         libgnarl/s-osinte__hpux.ads, libgnarl/s-osinte__kfreebsd-gnu.ads,
2403         libgnarl/s-osinte__linux.ads, libgnarl/s-osinte__lynxos178e.ads,
2404         libgnarl/s-osinte__qnx.ads, libgnarl/s-osinte__rtems.ads
2405         (Relative_Timed_Wait): Remove.
2406         * libgnarl/s-tpopmo.adb (Timed_Sleep, Timed_Delay): Rewrite to allow
2407         for incremental looping. Remove references to Rel_Time and
2408         Relative_Timed_Wait.
2409         * libgnat/s-osprim__posix.adb, libgnat/s-osprim__posix2008.adb
2410         (Timed_Delay): Make separate.
2411         * libgnat/s-optide.adb: New separate procedure.
2412         * libgnat/s-osprim.ads (Max_System_Delay): New constant.
2413         * libgnat/s-osprim__lynxos.ads (Max_Sensible_Delay): Set to 6 months.
2414         (Max_System_Delay): New constant.
2416 2018-05-25  Ed Schonberg  <schonberg@adacore.com>
2418         * sem_ch12.adb (Validate_Derived_Type_Instance): Verify that the actual
2419         for a formal derived type implements all the interfaces declared for
2420         the formal.
2422 2018-05-25  Yannick Moy  <moy@adacore.com>
2424         * sem_prag.adb (Check_Applicable_Policy): Deal specially with CodePeer
2425         and GNATprove modes when applicable policy is Ignore.
2427 2018-05-25  Eric Botcazou  <ebotcazou@adacore.com>
2429         * freeze.adb (Freeze_Enumeration_Type): Do not give integer size to a
2430         boolean type with convention C.
2431         * libgnat/i-cexten.ads (bool): Change to boolean with convention C.
2432         * gcc-interface/decl.c (gnat_to_gnu_entity): Add new local variable
2433         FOREIGN and use it throughout the function.
2434         <E_Enumeration_Type>: Set precision 1 on boolean types with foreign
2435         convention.
2436         <E_Enumeration_Subtype>: Likewise for subtypes.
2437         <E_Record_Type>: Force the size of a storage unit on empty classes.
2438         * gcc-interface/utils.c (make_type_from_size) <BOOLEAN_TYPE>: Skip
2439         boolean types with precision 1 if the size is the expected one.
2441 2018-05-25  Arnaud Charlet  <charlet@adacore.com>
2443         * pprint.adb (Expression_Name): Do not print non ASCII characters.
2445 2018-05-25  Bob Duff  <duff@adacore.com>
2447         * libgnat/a-strunb__shared.ads, libgnat/a-stwiun__shared.ads,
2448         libgnat/a-stzunb__shared.ads: (Initialize, Adjust): Add pragma Inline.
2450 2018-05-25  Bob Duff  <duff@adacore.com>
2452         * sem_util.ads: Minor comment fix.
2454 2018-05-25  Ed Schonberg  <schonberg@adacore.com>
2456         * exp_unst.adb (Visit_Node): Restrict check for uplevel references in
2457         prefixes of array attributes, to prefixes that are entity names whose
2458         type is constrained.
2459         (Note_Uplevel_Bound): Verify that the bound is declared in an enclosing
2460         subprogram, as itype created for loops in pre/postcondition may appear
2461         in loops at the library level.
2463 2018-05-25  Ed Schonberg  <schonberg@adacore.com>
2465         * sem_ch13.adb (Build_Predicate_Functions): The predicate function
2466         declaration is inserted into the tree and analyzed at that point, so
2467         should not be reinserted when the body is constructed. Inside a
2468         generic, ensure that the body is not inserted twice in the tree.
2470 2018-05-25  Yannick Moy  <moy@adacore.com>
2472         * sem_prag.adb (Check_Grouping): Modify test to ignore statements and
2473         declarations not coming from source.
2475 2018-05-25  Fedor Rybin  <frybin@adacore.com>
2477         * doc/gnat_ugn/gnat_utility_programs.rst: Document new switch
2478         --copy-environment for gnattest.
2480 2018-05-24  Piotr Trojanek  <trojanek@adacore.com>
2482         * sem_elab.adb (Non_Private_View): Simplify by removing a local Result
2483         variable.
2484         * sem_prag.adb (Get_Base_Subprogram): Same as above.
2486 2018-05-24  Eric Botcazou  <ebotcazou@adacore.com>
2488         * fe.h (Set_Normalized_First_Bit): Declare.
2489         (Set_Normalized_Position): Likewise.
2490         * repinfo.adb (List_Record_Layout): Do not use irregular output for a
2491         variable position.  Fix minor spacing issue.
2492         * gcc-interface/decl.c (annotate_rep): If a field has a variable
2493         offset, compute the normalized position and annotate it in addition to
2494         the bit offset.
2496 2018-05-24  Eric Botcazou  <ebotcazou@adacore.com>
2498         * gcc-interface/trans.c (Handled_Sequence_Of_Statements_to_gnu):
2499         Constify and rename variables.  Fix formatting.
2500         (gnat_to_gnu) <N_Exception_Handler>: Minor tweak.
2501         <N_Raise_Statement>: Likewise.
2503 2018-05-24  Javier Miranda  <miranda@adacore.com>
2505         * exp_ch8.adb (Build_Body_For_Renaming): Adding support to build the
2506         body of a variant record equality renaming.
2507         (Expand_N_Subprogram_Renaming_Declaration): Adapt the code to the new
2508         implementation of Build_Body_For_Renaming.
2509         * exp_ch3.ads (Build_Variant_Record_Equality): New library level
2510         function that factorizes the functionality needed by
2511         Build_Body_For_Renaming and Expand_Freeze_Record_Type to build the body
2512         of a variant record equality subprogram.
2513         * exp_ch3.adb (Build_Variant_Record_Equality): New subprogram.
2514         (Build_Variant_Record_Equality): New local procedure of
2515         Expand_Freeze_Record_Type containing all the code specific for freezing
2516         the record type that cannot be place in the new library level function.
2518 2018-05-24  Ed Schonberg  <schonberg@adacore.com>
2520         * einfo.ads, einfo.adb (Is_Activation_Record): New flag on
2521         in_parameters, used when unesting subprograms for LLVM, to indicate
2522         that a generated parameter carries the activation record from the
2523         enclosing subprogram.
2524         * exp_unst.adb (Check_Static_Type): Handle array attributes of types
2525         whose bounds may contain up-level references that need to be added to
2526         an activation recoord.
2527         (Add_Extra_Formal): Set Is_Activation_Record on new formal.
2529 2018-05-24  Yannick Moy  <moy@adacore.com>
2531         * pprint.adb (Expression_Image): Improve the printing of expressions,
2532         by taking more cases into account, in particular qualified expressions
2533         and aggregates.  Also count more the number of parentheses to close
2534         after the expression.
2536 2018-05-24  Javier Miranda  <miranda@adacore.com>
2538         * sem_ch3.adb (Is_Visible_Component): For untagged types add missing
2539         check for renamed discriminants.
2540         * sem_ch4.adb (Analyze_Overloaded_Selected_Component,
2541         Analyze_Selected_Component, Check_Misspelled_Selector): For calls to
2542         Is_Visible_Component pass the associated selector node to allow
2543         checking renamed discriminants on untagged types.
2545 2018-05-24  Ed Schonberg  <schonberg@adacore.com>
2547         * sem_ch8.adb (Analyze_Use_Type): Do not assign the Prev_Use_Clause
2548         link to a use_type clause if this would cause an infinite loop in the
2549         machinery that detects redundant use clauses. This may happen when the
2550         redundant clauses appear in the context of a child unit and the context
2551         of its parent.
2553 2018-05-24  Piotr Trojanek  <trojanek@adacore.com>
2555         * sinfo.ads: Fix grammar in comment.
2557 2018-05-24  Justin Squirek  <squirek@adacore.com>
2559         * einfo.ads, einfo.adb (Append_Entity): Modified to use Link_Entities
2560         and manage doubly-linked entity chain.
2561         (Nested_Scenarios): Removed entity field used for optimization during
2562          elaboration to make room for the new field Prev_Entity.
2563         (Link_Entities): Added to replace redundant calls to Set_Next_Entity
2564         and Set_Prev_Entity as well as centralize changes to the entity chain.
2565         (Predicated_Parent): Modified to use Node38.
2566         (Prev_Entity): Added to fetch new node field Prev_Entity in all entity
2567         types.
2568         (Remove_Entity): Moved from sem_util.
2569         (Set_Nested_Scenarios): Deleted.
2570         (Set_Predicated_Parent): Modified to use Node38.
2571         (Set_Prev_Entity): Added to set Prev_Entity field.
2572         (Set_Validated_Object): Modified to use Node38.
2573         (Unlink_Next_Entity): Added to process Prev_Entity when an unlinking
2574         action is required.
2575         (Validated_Object): Modified to use Node38.
2576         (Write_Field36_Name): Remove Nested_Scenarios, Validated_Object, and
2577         predicated parent cases.
2578         (Write_Field38_Name): Add predicated parent and Validated_Object cases.
2579         * sem_ch3.adb (Process_Subtype): Add guard to protect against
2580         inappropriate marking of Predicated_Parent to non-itype subtypes.
2581         (Make_Class_Wide_Type): Preserve Prev_Entity field and set in new type.
2582         (Copy_And_Swap): Add setting of Prev_Entity.
2583         (Build_derived_Record_Type): Replace Set_Next_Entity w/ Link_Entities.
2584         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Replace Set_Next_Entity
2585         w/ Link_Entities.
2586         (New_Overloaded_Entity): Remove block created to search for previous
2587         entities in the entity chain with relevant calls to Prev_Entity as well
2588         as replace duplicated code from Remove_Entity_And_Homonym with a call
2589         to that subprogram.
2590         * sem_ch7.adb (Exchange_Declarations): Replace Set_Next_Entity w/
2591         Link_Entities.
2592         * sem_elab.adb (Find_And_Process_Nested_Scenarios): Remove global and
2593         initial subprogram declarations related to Nested_Scenarios.
2594         (Process_Nested_Scenarios): Deleted.
2595         (Save_Scenario): Deleted.
2596         (Traverse_Body): Remove optimization for Nested_Scenarios so as to free
2597         node space in the entity tree.
2598         * sem_util.adb, sem_util.ads (Remove_Entity): Moved to einfo.
2599         (Remove_Entity_And_Homonym): Added to separate functionality of
2600         Remove_Entity from the homonym chain directly.
2601         * exp_attr.adb (Expand_N_Attribute_Reference): Replace Set_Next_Entity
2602         w/ Link_Entities and Unlink_Next_Entity.
2603         * exp_ch3.adb (Expand_N_Object_Declaration): Replace Set_Next_Entity w/
2604         Link_Entities.
2605         * exp_ch6.adb (Replace_Renaming_Declaration_Id): Replace
2606         Set_Next_Entity w/ Link_Entities.
2607         * exp_disp.adb (Expand_Dispatching_Call): Replace Set_Next_Entity w/
2608         Link_Entities and Unlink_Next_Entity.
2609         * exp_spark.adb (Expand_SPARK_N_Object_Renaming_Declaration): Replace
2610         call to Remove_Entity with its new incarnation.
2611         * exp_util.adb (New_Class_Wide_Subtype): Add setting of Prev_Entity.
2612         * freeze.adb (Freeze_Record_Type): Replace Set_Next_Entity w/
2613         Link_Entities.
2615 2018-05-24  Hristian Kirtchev  <kirtchev@adacore.com>
2617         * sem_ch10.adb (Expand_Limited_With_Clause): Update the call to
2618         Install_Limited_Withed_Unit.
2619         (Expand_With_Clause): Update the call to Install_Withed_Unit.
2620         (Implicit_With_On_Parent): Update the call to Install_Withed_Unit.
2621         (Install_Context_Clauses): Update the call to Install_Withed_Unit.
2622         (Install_Limited_Context_Clauses): Update the calls to
2623          Install_Limited_Withed_Unit.
2624         (Install_Limited_Withed_Unit): Renamed to better illustrate its
2625         purpose.
2626         (Install_Private_With_Clauses): Update the calls to Install_Withed_Unit
2627         and Install_Limited_Withed_Unit.
2628         (Install_With_Clause): Uninstall a limited with clause if a [private]
2629         with clause is given for the same package.
2630         (Install_Withed_Unit): Renamed to better illustrate its purpose.
2631         (Remove_Limited_With_Unit): New routine.
2633 2018-05-24  Eric Botcazou  <ebotcazou@adacore.com>
2635         * raise-gcc.c (__gnat_SEH_error_handler): Remove prototype.
2636         (__gnat_personality_seh0): Adjust and beef up comments, and
2637         fix formatting throughout.
2638         (__gnat_adjust_context): Deal minimally with version 2.
2639         * seh_init.c (__gnat_map_SEH): Fix formatting.
2640         (_gnat_SEH_error_handler): Adjust comments.
2641         (__gnat_install_SEH_handler): Fix formatting.
2643 2018-05-24  Hristian Kirtchev  <kirtchev@adacore.com>
2645         * exp_ch7.adb, sem_ch3.adb, sem_res.adb: Minor reformatting.
2647 2018-05-24  Ed Schonberg  <schonberg@adacore.com>
2649         * exp_aggr.adb (Flatten): Add a warning on an others clause in an array
2650         aggregate with static bounds when named associations cover all index
2651         positions and the others clause is redundant.
2653 2018-05-24  Raphael Amiard  <amiard@adacore.com>
2655         * libgnat/a-cohama.ads: Add documentation.
2657 2018-05-24  Raphael Amiard  <amiard@adacore.com>
2659         * libgnat/a-convec.ads: Add documentation.
2661 2018-05-24  Justin Squirek  <squirek@adacore.com>
2663         * exp_ch3.adb (Expand_N_Object_Declaration): Ignore raising an error in
2664         expansion for limited tagged types when the node to be expanded is a
2665         raise expression due to it not representing a valid object.
2666         * exp_ch5.adb (Expand_N_Assignment_Statement): Add exception to error
2667         message regarding assignments to limited types to ignore genereated
2668         code.
2670 2018-05-24  Hristian Kirtchev  <kirtchev@adacore.com>
2672         * exp_util.adb (New_Class_Wide_Subtype): Capture and restore relevant
2673         Ghost-related attributes of the class-wide subtype because the copy
2674         clobbers them.
2676 2018-05-24  Justin Squirek  <squirek@adacore.com>
2678         * sem_res.adb (Resolve_Entity_Name): Add guard to protect against
2679         marking use clauses as effective when the reference appears within
2680         generated code.
2682 2018-05-24  Cyrille Comar  <comar@adacore.com>
2684         * doc/gnat_rm/the_gnat_library.rst: Fix typos.
2685         * gnat_rm.texi: Regenerate.
2687 2018-05-24  Bob Duff  <duff@adacore.com>
2689         * exp_ch7.adb (Expand_Cleanup_Actions): Create a mark unconditionally
2690         for build-in-place functions with a caller-unknown-size result.
2691         (Create_Finalizer): For build-in-place functions with a
2692         caller-unknown-size result, check at run time whether we need to
2693         release the secondary stack.
2695 2018-05-24  Hristian Kirtchev  <kirtchev@adacore.com>
2697         * sem_prag.adb (Analyze_Pragma): Use the full view of an internally
2698         generated incomplete type.
2700 2018-05-24  Hristian Kirtchev  <kirtchev@adacore.com>
2702         * expander.adb (Expand): Update the save and restore of the Ghost
2703         region.
2704         * exp_ch3.adb (Freeze_Type): Likewise.
2705         * exp_disp.adb (Make_DT): Likewise.
2706         * exp_util.adb (Build_DIC_Procedure_Body): Likewise.
2707         (Build_DIC_Procedure_Declaration): Likewise.
2708         (Build_Invariant_Procedure_Body): Likewise.
2709         (Build_Invariant_Procedure_Declaration): Likewise.
2710         (Make_Predicate_Call): Likewise.
2711         * freeze.adb (Add_To_Result): Insert the freeze action of a living
2712         entity prior to the start of the enclosing ignored Ghost region.
2713         (Freeze_Entity): Update the save and restore of the Ghost region.
2714         * ghost.adb (Install_Ghost_Mode): Reimplemented.
2715         (Install_Ghost_Region): New routine.
2716         (Mark_And_Set_Ghost_Assignment): Install a region rather than a mode.
2717         (Mark_And_Set_Ghost_Body): Likewise.
2718         (Mark_And_Set_Ghost_Completion): Likewise.
2719         (Mark_And_Set_Ghost_Declaration): Likewise.
2720         (Mark_And_Set_Ghost_Instantiation): Likewise.
2721         (Mark_And_Set_Ghost_Procedure_Call): Likewise.
2722         (Name_To_Ghost_Mode): New routine.
2723         (Restore_Ghost_Region): New routine.
2724         * ghost.ads (Install_Ghost_Region): New routine.
2725         (Restore_Ghost_Region): New routine.
2726         * opt.ads: Add new global variable Ignored_Ghost_Region.
2727         * rtsfind.adb (Load_RTU): Update the save and restore of the Ghost
2728         region. Install a clean region.
2729         * sem.adb (Analyze): Likewise.
2730         (Do_Analyze): Likewise.
2731         * sem_ch3.adb (Analyze_Object_Declaration): Likewise
2732         (Derive_Progenitor_Subprograms): Use local variable Iface_Alias to
2733         capture the ultimate alias of the current primitive.
2734         (Process_Full_View): Update the save and restore of the Ghost region.
2735         Do not inherit DIC and invariant procedures.
2736         * sem_ch5.adb (Analyze_Assignment): Update the save and restore of the
2737         Ghost region.
2738         * sem_ch6.adb (Analyze_Procedure_Call): Likewise.
2739         (Analyze_Subprogram_Body_Helper): Likewise.
2740         * sem_ch7.adb (Analyze_Package_Body_Helper): Likewise.
2741         * sem_ch12.adb (Analyze_Package_Instantiation): Likewise.
2742         (Analyze_Subprogram_Instantiation): Likewise.
2743         (Instantiate_Package_Body): Likewise.
2744         (Instantiate_Subprogram_Body): Likewise.
2745         * sem_ch13.adb (Build_Predicate_Functions): Likewise.
2746         (Build_Predicate_Function_Declaration): Likewise.
2747         * sem_disp.adb
2748         (Add_Dispatching_Operation): Do not consider DIC and invariant
2749         procedures.
2750         (Check_Dispatching_Operation): Use Add_Dispatching_Operation to collect
2751         a dispatching subprogram.
2752         (Check_Operation_From_Private_View): Likewise.
2753         (Override_Dispatching_Operation): Likewise.
2754         * sem_prag.adb (Analyze_Contract_Cases_In_Decl_Part): Update the save
2755         and restore of the Ghost region.
2756         (Analyze_Initial_Condition_In_Decl_Part): Likewise.
2757         (Analyze_Pragma): Update the save and restore of the Ghost region.
2758         (Analyze_Pre_Post_Condition_In_Decl_Part): Likewise.
2759         * sem_util.adb (Is_Suitable_Primitive): New routine.
2760         * sem_util.ads (Is_Suitable_Primitive): New routine.
2761         * sinfo.ads: Update the section of Ghost regions.
2763 2018-05-24  Piotr Trojanek  <trojanek@adacore.com>
2765         * doc/gnat_rm/implementation_defined_pragmas.rst (Contract_Cases):
2766         Change "condition" to "case guard" after renaming in the contract
2767         grammar.
2768         * gnat_rm.texi: Regenerate.
2770 2018-05-24  Hristian Kirtchev  <kirtchev@adacore.com>
2772         * exp_util.adb (Expand_Static_Predicates_In_Choices): Indicate that the
2773         construct with discrete choices no longer contains a subtype with
2774         predicates since the expansion already handled this case.
2776 2018-05-24  Hristian Kirtchev  <kirtchev@adacore.com>
2778         * freeze.adb (Wrap_Imported_Subprogram): Generate an unchecked
2779         conversion to the return type to avoid a side effect where an imported
2780         relocated function generates a new anonymous access type, whose
2781         accessibility level does not agree with with that of the wrapper.
2783 2018-05-24  Javier Miranda  <miranda@adacore.com>
2785         * sem_util.adb (Abstract_Interface_List): Add missing support for
2786         private types whose full view is a synchronized type.
2787         * sem_ch3.adb (Build_Derived_Private_Type): Skip building the full
2788         derivation of a private type parent type is a task type with
2789         discriminants as gigi does not use such type directly.
2791 2018-05-24  Hristian Kirtchev  <kirtchev@adacore.com>
2793         * sem_elab.adb (Build_Variable_Reference_Marker): Do not create a
2794         variable marker when the reference appears in the formal part of a
2795         compilation unit instance because there is no place to insert it.
2796         (In_Compilation_Instance_Formal_Part): New routine.
2798 2018-05-24  Piotr Trojanek  <trojanek@adacore.com>
2800         * layout.ads, repinfo.ads: Fix references to renamed Backend_Layout
2801         configuration parameter.
2803 2018-05-24  Doug Rupp  <rupp@adacore.com>
2805         * argv-lynxos178-raven-cert.c: New file.
2806         * libgnat/system-lynxos178-x86.ads: New file.
2808 2018-05-23  Hristian Kirtchev  <kirtchev@adacore.com>
2810         * exp_disp.adb, freeze.adb, gnat1drv.adb, sem_ch5.adb, sem_spark.adb:
2811         Minor reformattings.
2813 2018-05-23  Pascal Obry  <obry@adacore.com>
2815         * adaint.c (win32_wait): Properly free the handle/pid lists when
2816         WaitForMultipleObjects fails (return WAIT_FAILED).
2818 2018-05-23  Pascal Obry  <obry@adacore.com>
2820         * adaint.c (win32_wait): Add missing parentheses.
2822 2018-05-23  Hristian Kirtchev  <kirtchev@adacore.com>
2824         * exp_ch3.adb (Check_Large_Modular_Array): Moved to Freeze.
2825         (Expand_N_Object_Declaration): Do not check for a large modular array
2826         here.
2827         * freeze.adb (Check_Large_Modular_Array): Moved from Exp_Ch3.
2828         (Freeze_Object_Declaration): Code cleanup. Check for a large modular
2829         array.
2830         * sem_ch3.adb: Minor reformatting.
2832 2018-05-23  Ed Schonberg  <schonberg@adacore.com>
2834         * einfo.ads: New attribute on types: Predicated_Parent, to simplify the
2835         retrieval of the applicable predicate function to an itype created for
2836         a constrained array component.
2837         * einfo.adb: Subprograms for Predicated_Parent.
2838         (Predicate_Function): Use new attribute.
2839         * exp_util.adb (Make_Predicate_Call): If the predicate function is not
2840         available for a subtype, retrieve it from the base type, which may have
2841         been frozen after the subtype declaration and not captured by the
2842         subtype declaration.
2843         * sem_aggr.adb (Resolve_Array_Aggregate): An Others association is
2844         legal within a generated initiqlization procedure, as may happen with a
2845         predicate check on a component, when the predicate function applies to
2846         the base type of the component.
2847         * sem_ch3.adb (Analyze_Subtype_Declaration): Clean up inheritance of
2848         predicates for subtype declarations and for subtype indications in
2849         other contexts.
2850         (Process_Subtype): Likewise. Handle properly the case of a private type
2851         with unknown discriminants whose full view is an unconstrained array.
2852         Use Predicated_Parent to indicate source of predicate function on an
2853         itype whose parent is itself an itype.
2854         (Complete_Private_Subtype): If the private view has unknown
2855         discriminants and the full view is an unconstrained array, set base
2856         type of completion to the full view of parent.
2857         (Inherit_Predicate_Flags): Prevent double assignment of predicate
2858         function and flags.
2859         (Build_Subtype): For a constrained array component, propagate predicate
2860         information from original component type declaration.
2862 2018-05-23  Boris Yakobowski  <yakobowski@adacore.com>
2864         * libgnat/a-ngelfu.ads (Arctanh, Arccoth): Fix faulty preconditions.
2866 2018-05-23  Arnaud Charlet  <charlet@adacore.com>
2868         * checks.adb (Minimize_Eliminate_Overflows): Default initialize Lo and
2869         Hi.
2870         * sem_elab.adb: Make "out" parameters instead of "in out" when
2871         relevant.
2873 2018-05-23  Bob Duff  <duff@adacore.com>
2875         * gnatbind.adb (List_Applicable_Restrictions): Add
2876         No_Implementation_Restrictions to the list of restrictions not to list.
2877         Remove double negative "not No_Restriction_List".  Comment the
2878         commentary that is output, so it won't cause errors if used directly in
2879         a gnat.adc.
2881 2018-05-23  Ed Schonberg  <schonberg@adacore.com>
2883         * sem_prag.adb (Inherit_Class_Wide_Pre): Refine legality check on
2884         class-wide precondition on a type extension when ancestor does not have
2885         a class-wide precondition.  Previously the compiler accepted such a
2886         precondition when the ancestor had a class-wide postcondition.
2888 2018-05-23  Javier Miranda  <miranda@adacore.com>
2890         * sem_attr.adb (Valid_Scalars): Do not invoke Error_Attr_P to report
2891         the warning on occurrences of this attribute whose evaluation is always
2892         true (since that subprogram aborts processing the attribute). In
2893         addition, replace the node by its boolean result 'True' (required
2894         because the backend has no knowledge of this attribute).
2896 2018-05-23  Bob Duff  <duff@adacore.com>
2898         * libgnat/a-convec.adb: (Insert, Insert_Space): Suppress warnings. The
2899         code in question is not reachable in the case where Count_Type'Last is
2900         out of range.
2902 2018-05-23  Yannick Moy  <moy@adacore.com>
2904         * doc/gnat_rm/implementation_defined_pragmas.rst: Clarify meaning of
2905         local pragma Warnings Off without On.
2906         * gnat_rm.texi: Regenerate.
2908 2018-05-23  Olivier Hainque  <hainque@adacore.com>
2910         * libgnat/g-excact.ads (Is_Foreign_Exception): New predicate.
2911         * libgnat/g-excact.adb: Implement.
2913 2018-05-23  Ed Schonberg  <schonberg@adacore.com>
2915         * sem_ch5.adb (Analyze_Iterator_Specification): If a subtype indication
2916         is present, verify its legality when the domain of iteration is a
2917         GNAT-specific formal container, as is already done for arrays and
2918         predefined containers.
2920 2018-05-23  Yannick Moy  <moy@adacore.com>
2922         * sem_util.adb (Enclosing_Declaration): Fix the case of a named number
2923         declaration, which was not taken into account.
2925 2018-05-23  Hristian Kirtchev  <kirtchev@adacore.com>
2927         * debug.adb: Switch -gnatd_s is now used to stop elaboration checks on
2928         synchronized suspension.
2929         * rtsfind.ads: Add entries for units Ada.Synchronous_Barriers and
2930         Ada.Synchronous_Task_Control and routines Suspend_Until_True and
2931         Wait_For_Release.
2932         * sem_elab.adb: Document switch -gnatd_s.
2933         (In_Task_Body): New routine.
2934         (Is_Potential_Scenario): Code cleanup. Stop the traversal of a task
2935         body when the current construct denotes a synchronous suspension call,
2936         and restriction No_Entry_Calls_In_Elaboration_Code or switch -gnatd_s
2937         is in effect.
2938         (Is_Synchronous_Suspension_Call): New routine.
2939         * switch-c.adb (Scan_Front_End_Switches): Switch -gnatJ now sets switch
2940         -gnatd_s.
2942 2018-05-23  Javier Miranda  <miranda@adacore.com>
2944         * exp_disp.adb (Make_DT): Restrict the initialization of
2945         External_Tag and Expanded_Name to an empty string to the case where
2946         both pragmas apply (i.e. No_Tagged_Streams and Discard_Names), since
2947         restricted runtimes are compiled with pragma Discard_Names.
2948         * doc/gnat_rm/implementation_defined_pragmas.rst,
2949         doc/gnat_rm/implementation_defined_characteristics.rst: Add
2950         documentation.
2951         * gnat_rm.texi: Regenerate.
2953 2018-05-23  Maroua Maalej  <maalej@adacore.com>
2955         * sem_spark.adb: Fix of some permission rules of pointers in SPARK.
2957 2018-05-23  Ed Schonberg  <schonberg@adacore.com>
2959         * sem_ch5.adb (Preanalyze_Range): The pre-analysis of the domain of
2960         iteration of an Ada2012 loop is performed to determine the type of the
2961         domain, but full analysis is performed once the loop is rewritten as a
2962         while-loop during expansion. The pre-analysis suppresses expansion; it
2963         must also suppress the generation of freeze nodes, which may otherwise
2964         appear in the wrong scope before rewritting.
2966 2018-05-23  Hristian Kirtchev  <kirtchev@adacore.com>
2968         * sem_elab.adb: Update the section on suppressing elaboration warnings.
2970 2018-05-23  Hristian Kirtchev  <kirtchev@adacore.com>
2972         * einfo.adb (Is_Elaboration_Checks_OK_Id): Use predicate
2973         Is_Elaboration_Target.
2974         (Is_Elaboration_Target): New routine.
2975         (Is_Elaboration_Warnings_OK_Id): Use predicate Is_Elaboration_Target.
2976         (Set_Is_Elaboration_Checks_OK_Id): Use predicate Is_Elaboration_Target.
2977         (Set_Is_Elaboration_Warnings_OK_Id): Use predicate
2978         Is_Elaboration_Target.
2979         * einfo.ads: Add new synthesized attribute Is_Elaboration_Target along
2980         with occurrences in nodes.
2981         (Is_Elaboration_Target): New routine.
2982         * sem_prag.adb (Analyze_Pragma): Suppress elaboration warnings when an
2983         elaboration target is subject to pragma Warnings (Off, ...).
2985 2018-05-23  Eric Botcazou  <ebotcazou@adacore.com>
2987         * repinfo.adb (List_Type_Info): Remove obsolete stuff.
2989 2018-05-23  Hristian Kirtchev  <kirtchev@adacore.com>
2991         * einfo.adb: Flag304 is now Is_Elaboration_Warnings_OK_Id.
2992         (Is_Elaboration_Warnings_OK_Id): New routine.
2993         (Set_Is_Elaboration_Warnings_OK_Id): New routine.
2994         (Write_Entity_Flags): Output Flag304.
2995         * einfo.ads: Add new attribute Is_Elaboration_Warnings_OK_Id along with
2996         occurrences in entities.
2997         (Is_Elaboration_Warnings_OK_Id): New routine along with pragma Inline.
2998         (Set_Is_Elaboration_Warnings_OK_Id): New routine along with pragma
2999         Inline.
3000         * sem_attr.adb (Analyze_Access_Attribute): Capture the state of
3001         elaboration warnings.
3002         * sem_ch3.adb (Analyze_Object_Declaration): Capture the state of
3003         elaboration warnings.
3004         * sem_ch6.adb (Analyze_Abstract_Subprogram_Declaration): Capture the
3005         state of elaboration warnings.
3006         (Analyze_Subprogram_Body_Helper): Capture the state of elaboration
3007         warnings.
3008         (Analyze_Subprogram_Declaration): Capture the state of elaboration
3009         warnings.
3010         * sem_ch9.adb (Analyze_Entry_Declaration): Capture the state of
3011         elaboration warnings.
3012         (Analyze_Single_Task_Declaration): Capture the state of elaboration
3013         warnings.
3014         (Analyze_Task_Type_Declaration): Capture the state of elaboration
3015         warnings.
3016         * sem_ch12.adb (Analyze_Generic_Package_Declaration): Capture the state
3017         of elaboration warnings.
3018         (Analyze_Generic_Subprogram_Declaration): Capture the state of
3019         elaboration warnings.
3020         * sem_elab.adb: Add a section on suppressing elaboration warnings.
3021         Type Processing_Attributes includes component Suppress_Warnings
3022         intended to suppress any elaboration warnings along a path in the
3023         graph.  Update Initial_State to include a value for this component.
3024         Types Target_Attributes and Task_Attriutes include component
3025         Elab_Warnings_OK to indicate whether the target or task has elaboration
3026         warnings enabled.  component Elab_Warnings_OK.
3027         (Build_Access_Marker): Propagate attribute
3028         Is_Elaboration_Warnings_OK_Node from the attribute to the generated
3029         call marker.
3030         (Extract_Instantiation_Attributes): Set the value for Elab_Warnings_OK.
3031         (Extract_Target_Attributes): Set the value for Elab_Warnings_OK.
3032         (Extract_Task_Attributes): Set the value for Elab_Warnings_OK.
3033         (Process_Conditional_ABE_Access): Suppress futher elaboration warnings
3034         when already in this mode or when the attribute or target have warnings
3035         suppressed.
3036         (Process_Conditional_ABE_Activation_Impl): Do not emit any diagnostics
3037         if warnings are suppressed.
3038         (Process_Conditional_ABE_Call): Suppress further elaboration warnings
3039         when already in this mode, or the target or call have warnings
3040         suppressed.
3041         (Process_Conditional_ABE_Call_Ada): Do not emit any diagnostics if
3042         warnings are suppressed.
3043         (Process_Conditional_ABE_Call_SPARK): Do not emit any diagnostics if
3044         warnings are suppressed.
3045         (Process_Conditional_ABE_Instantiation): Suppress further elaboration
3046         warnings when already in this mode or when the instantiation has
3047         warnings suppressed.
3048         (Process_Conditional_ABE_Instantiation_Ada): Do not emit any
3049         diagnostics if warnings are suppressed.
3050         (Process_Conditional_ABE_Variable_Assignment_Ada): Use the more
3051         specific Is_Elaboration_Warnings_OK_Id rather than Warnings_Off.
3052         (Process_Conditional_ABE_Variable_Assignment_SPARK): Use the more
3053         specific Is_Elaboration_Warnings_OK_Id rather than Warnings_Off.
3054         (Process_Task_Object): Suppress further elaboration warnings when
3055         already in this mode, or when the object, activation call, or task type
3056         have warnings suppressed. Update the processing state to indicate that
3057         the path goes through a task body.
3058         * sinfo.adb (Is_Elaboration_Warnings_OK_Node): Accept attribute
3059         references.
3060         (Set_Is_Elaboration_Warnings_OK_Node): Accept attribute references.
3061         * sinfo.ads: Attribute Is_Elaboration_Warnings_OK_Node now applies to
3062         attribute references.
3064 2018-05-23  Piotr Trojanek  <trojanek@adacore.com>
3066         * einfo.ads: Minor reformatting.
3068 2018-05-23  Ed Schonberg  <schonberg@adacore.com>
3070         * sem_ch3.adb (Analyze_Object_Declaration): If expression is an
3071         anonymous_access_to_ subprogram formal, apply a conversion to force an
3072         accsssibility check that will fail statically, enforcing 3.10.2 (13).
3074 2018-05-23  Daniel Mercier  <mercier@adacore.com>
3076         * gnat1drv.adb: Turn off length expansion in CodePeer mode.
3078 2018-05-23  Bob Duff  <duff@adacore.com>
3080         * freeze.adb: (Check_Address_Clause): Deal with build-in-place
3081         aggregates in addition to build-in-place calls.
3083 2018-05-23  Bob Duff  <duff@adacore.com>
3085         * einfo.ads: Minor reformatting.
3086         * sem_ch3.adb: Likewise.
3087         * sinfo.ads: Likewise.
3089 2018-05-23  Hristian Kirtchev  <kirtchev@adacore.com>
3091         * exp_ch3.adb (Default_Initialize_Object): Do not optimize scalar array
3092         initialization when the component type has predicates.
3093         * exp_ch4.adb (Expand_N_Allocator): Do not optimize scalar array
3094         allocation when the component type has predicates.
3096 2018-05-23  Hristian Kirtchev  <kirtchev@adacore.com>
3098         * einfo.adb, exp_disp.adb, sem_ch3.adb, sem_ch6.adb, sem_prag.adb:
3099         Minor reformatting.
3101 2018-05-22  Justin Squirek  <squirek@adacore.com>
3103         * sem_ch6.adb (Analyze_Expression_Function): Propagate flags from the
3104         original function spec into the generated function spec due to
3105         expansion of expression functions during analysis.
3106         (Analyze_Subprogram_Body_Helper): Modify check on formal parameter
3107         references from the body to the subprogram spec in the case of
3108         expression functions because of inconsistances related to having a
3109         generated body.
3110         * libgnarl/s-osinte__android.ads: Flag parameters as unused.
3111         * libgnarl/s-osinte__lynxos178e.ads: Likewise.
3112         * libgnarl/s-osinte__qnx.adb: Likewise.
3113         * libgnarl/s-osinte__qnx.ads: Likewise.
3115 2018-05-22  Doug Rupp  <rupp@adacore.com>
3117         * init.c (HAVE_ADJUST_CONTEXT_FOR_RAISE): Don't define on VxWorks7 for
3118         AArch64.
3120 2018-05-22  Olivier Hainque  <hainque@adacore.com>
3122         * libgnat/a-except.adb (Exception_Propagation.Propagate_Exception):
3123         Expect an Exception_Occurence object, not an Access.
3124         (Complete_And_Propagate_Occurrence): Adjust accordingly.
3125         (Raise_From_Signal_Handler): Likewise.
3126         (Reraise_Occurrence_No_Defer): If we have a Machine_Occurrence
3127         available in the provided occurrence object, just re-propagate the
3128         latter as a bare "raise;" would do.
3129         * libgnat/a-exexpr.adb (Propagate_Exception): Adjust to spec change.
3130         * libgnat/a-exstat.adb (String_To_EO): Initialize X.Machine_Occurrence
3131         to null, to mark that the occurrence we're crafting from the stream
3132         contents is not being propagated (yet).
3134 2018-05-22  Hristian Kirtchev  <kirtchev@adacore.com>
3136         * exp_aggr.adb (Initialize_Ctrl_Record_Component): Insert the generated
3137         code for a transient component in line with the rest of the
3138         initialization code, rather than before the aggregate. This ensures
3139         that the component has proper visibility of the discriminants.
3141 2018-05-22  Jerome Lambourg  <lambourg@adacore.com>
3143         * adaint.c: Reorganize QNX-specific macros, use syspage to retreive the
3144         number of CPUs.
3146 2018-05-22  Jerome Lambourg  <lambourg@adacore.com>
3148         * sigtramp-qnx.c: Properly restore link register in signal trampoline.
3150 2018-05-22  Hristian Kirtchev  <kirtchev@adacore.com>
3152         * exp_aggr.adb (Aggr_Assignment_OK_For_Backend): Strip away any
3153         conversions before extracting the value of the expression.
3154         * exp_ch3.adb (Default_Initialize_Object): Optimize the default
3155         initialization of an array of scalars.
3156         (Get_Simple_Init_Val): Add processing for array types. Remove the
3157         processing of strings because this case is already handled by the array
3158         case.
3159         (Needs_Simple_Initialization): Moved to Sem_Util.
3160         (Simple_Init_Array_Type): New routine.
3161         (Simple_Init_Initialize_Scalars_Type): Reimplemented to use the new
3162         facilities from Sem_Util.
3163         (Simple_Initialization_OK): New routine.
3164         * exp_ch3.ads (Needs_Simple_Initialization): Moved to Sem_Util.
3165         * exp_ch4.adb (Expand_N_Allocator): Optimize the default allocation of
3166         an array of scalars.
3167         * sem_prag.adb (Analyze_Float_Value): New routine.
3168         (Analyze_Integer_Value): New routine.
3169         (Analyze_Pragma): Reimplement the analysis of pragma Initialize_Scalars
3170         to handled the extended form of the pragma.
3171         (Analyze_Type_Value_Pair): New routine.
3172         * sem_util.adb: Add invalid value-related data structures.
3173         (Examine_Array_Bounds): New routine.
3174         (Has_Static_Array_Bounds): Reimplemented.
3175         (Has_Static_Non_Empty_Array_Bounds): New routine.
3176         (Invalid_Scalar_Value): New routine.
3177         (Needs_Simple_Initialization): Moved from Exp_Ch3.
3178         (Set_Invalid_Scalar_Value): New routines.
3179         * sem_util.ads (Has_Static_Non_Empty_Array_Bounds): New routine.
3180         (Invalid_Scalar_Value): New routine.
3181         (Needs_Simple_Initialization): Moved from Exp_Ch3.
3182         (Set_Invalid_Scalar_Value): New routines.
3183         * snames.ads-tmpl: Add names for the salar type families used by pragma
3184         Initialize_Scalars.
3186 2018-05-22  Javier Miranda  <miranda@adacore.com>
3188         * exp_disp.adb (Make_DT): Initialize the External_Tag with an empty
3189         string when pragma No_Tagged_Streams is applicable to the tagged type,
3190         and initialize the Expanded_Name with an empty string when pragma
3191         Discard_Names is applicable to the tagged type.
3193 2018-05-22  Ed Schonberg  <schonberg@adacore.com>
3195         * sem_ch6.adb (Check_Conformance): Add RM reference for rule that a
3196         formal subprogram is never subtype conformqnt, and thus cannot be the
3197         prefix of 'Access.  Reject as well the attribute when applied to a
3198         renaming of a formal subprogram.
3200 2018-05-22  Hristian Kirtchev  <kirtchev@adacore.com>
3202         * exp_ch3.adb (Build_Array_Init_Proc): Update the call to
3203         Needs_Simple_Initialization.
3204         (Build_Init_Statements): Update the call to Get_Simple_Init_Val.
3205         (Check_Subtype_Bounds): Renamed to Extract_Subtype_Bounds. Update the
3206         profile and comment on usage.
3207         (Default_Initialize_Object): Do not use New_Copy_Tree to set the proper
3208         Sloc of a value obtained from aspect Default_Value because this could
3209         potentially replicate large trees. The proper Sloc is now set in
3210         Get_Simple_Init_Val.
3211         (Get_Simple_Init_Val): Reorganized by breaking the various cases into
3212         separate routines. Eliminate the use of global variables.
3213         (Init_Component): Update the call to Get_Simple_Init_Val.
3214         (Needs_Simple_Initialization): Update the parameter profile and all
3215         uses of T.
3216         (Simple_Init_Defaulted_Type): Copy the value of aspect Default_Value
3217         and set the proper Sloc.
3218         * exp_ch3.ads (Get_Simple_Init_Val): Update the parameter profile and
3219         comment on usage.
3220         (Needs_Simple_Initialization): Update the parameter profile.
3222 2018-05-22  Patrick Bernardi  <bernardi@adacore.com>
3224         * sem_ch3.adb (Build_Discriminant_Constraints): Raise an error if the
3225         user tries to use a subtype indication as a discriminant constraint.
3227 2018-05-22  Ed Schonberg  <schonberg@adacore.com>
3229         * exp_ch4.ads, exp_ch4.adb, exp_util.adb, expander.adb: Remove mention
3230         of N_Reduction_Expression and N_Reduction_Expression_Parameter.
3231         * par-ch4.adb: Remove parsing routines for reduction expressions.
3232         * sem.adb, sinfo.ads, sinfo.adb, sem_ch4.ads, sem_ch4.adb, sem_res.adb,
3233         sem_spark.adb, sprint.adb: Remove analysis routines for reduction
3234         expressions.
3236 2018-05-22  Arnaud Charlet  <charlet@adacore.com>
3238         * sem_ch8.adb (Check_Frozen_Renaming): Do not emit error in
3239         Relaxed_RM_Semantics mode.
3241 2018-05-22  Arnaud Charlet  <charlet@adacore.com>
3243         * comperr.adb (Delete_SCIL_Files): Take into account
3244         N_Generic_Package_Renaming_Declaration.
3246 2018-05-22  Ed Schonberg  <schonberg@adacore.com>
3248         * sem_ch3.adb (Search_Derivation_Levels): Whenever a parent type is
3249         private, use the full view if available, because it may include renamed
3250         discriminants whose values are stored in the corresponding
3251         Stored_Constraint.
3253 2018-05-22  Ed Schonberg  <schonberg@adacore.com>
3255         * einfo.ads, einfo.adb: New attribute Hidden_In_Formal_Instance,
3256         defined on packages that are actuals for formal packages, in order to
3257         set/reset the visibility of the formals of a formal package with given
3258         actuals, when there are subsequent uses of those formals in the
3259         enclosing generic, as required by RN 12.7 (10).
3260         * atree.ads, atree.adb: Add operations for Elist30.
3261         * atree.h: Add Elist30.
3262         * sem_ch12.adb (Analyze_Formal_Package_Instantiation): Collect formals
3263         that are not defaulted and are thus not visible within the current
3264         instance.
3265         (Check_Formal_Packages): Reset visibility of formals of a formal
3266         package that are not defaulted, on exit from current instance.
3268 2018-05-22  Hristian Kirtchev  <kirtchev@adacore.com>
3270         * sem_prag.adb (Analyze_Input_Output): Emit an error when a non-null,
3271         non-'Result output appears in the output list of a function.
3273 2018-05-22  Hristian Kirtchev  <kirtchev@adacore.com>
3275         * exp_attr.adb (Build_Array_VS_Func): Reimplemented.
3276         (Build_Record_VS_Func): Reimplemented.
3277         (Expand_N_Attribute): Reimplement the handling of attribute
3278         'Valid_Scalars.
3279         * sem_attr.adb (Analyze_Attribute): Reimplement the handling of
3280         attribute 'Valid_Scalars.
3281         * sem_util.adb (Scalar_Part_Present): Reimplemented.
3282         (Validated_View): New routine.
3283         * sem_util.ads (Scalar_Part_Present): Update the parameter profile and
3284         comment on usage.
3285         (Validated_View): New routine.
3286         * doc/gnat_rm/implementation_defined_attributes.rst: Update the
3287         documentation of attribute 'Valid_Scalars.
3288         * gnat_rm.texi: Regenerate.
3290 2018-05-22  Bob Duff  <duff@adacore.com>
3292         * binde.adb: (Choose): Ignore a pragma Elaborate_Body that appears in
3293         the spec of a SAL_Interface package.
3295 2018-05-22  Ed Schonberg  <schonberg@adacore.com>
3297         * freeze.adb (Freeze_Entity): When analyzing delayed aspects of an
3298         entity E within a generic unit, indicate that there are no remaining
3299         delayed aspects after invoking Analyze_Aspects_At_Freeze_Point. The
3300         entity E is not frozen yet but the aspects should not be reanalyzed at
3301         the freeze point, which may be outside of the generic and may not have
3302         the proper visibility.
3304 2018-05-22  Bob Duff  <duff@adacore.com>
3306         * doc/gnat_ugn/gnat_utility_programs.rst: Add documentation for
3307         the new --split-line-before-record, --indent-named-statements and
3308         --no-align-modes gnatpp switches.
3310 2018-05-22  Ed Schonberg  <schonberg@adacore.com>
3312         * sem_prag.adb (Process_Compile_Time_Warning_Or_Error): Handle properly
3313         a second argument that is a constant of a given string value.
3315 2018-05-22  Doug Rupp  <rupp@adacore.com>
3317         * sigtramp-vxworks-target.inc: Align stack to 128bits on AArch64.
3319 2018-05-22  Jerome Lambourg  <lambourg@adacore.com>
3321         * sigtramp-qnx.c: Fix stack alignment issue in the signal trampoline.
3323 2018-05-22  Ed Schonberg  <schonberg@adacore.com>
3325         * freeze.adb (Freeze_Fixed_Point_Type): If the first subtype has
3326         delayed aspects, analyze them now, os that the representation of the
3327         type (size, bounds) can be computed and validated.
3329 2018-05-22  Olivier Hainque  <hainque@adacore.com>
3331         * libgnat/s-dwalin.adb (Enable_Cache): Skip symbols outside of the
3332         executable code section boundaries.
3334 2018-05-22  Javier Miranda  <miranda@adacore.com>
3336         * locales.c: New implementation for the Ada.Locales package.
3337         * libgnat/a-locale.ads: Remove comment indicating that this is not
3338         implemented.
3339         * doc/gnat_rm/standard_library_routines.rst: Remove comment indicating
3340         that this is not implemented.
3341         * gnat_rm.texi: Regenerate.
3343 2018-05-22  Hristian Kirtchev  <kirtchev@adacore.com>
3345         * exp_ch5.adb, freeze.adb, pprint.adb, sem_ch4.adb, sem_res.adb: Minor
3346         reformattings.
3348 2018-05-22  Justin Squirek  <squirek@adacore.com>
3350         * sem_ch12.adb (In_Same_Declarative_Part): Moved to sem_util.
3351         (Freeze_Subprogram_Body, Install_Body): Modify calls to
3352         In_Same_Declarative_Part.
3353         * sem_prag.adb (Analyze_Pragma-Pragma_Pure_Function): Add check to
3354         verify pragma declaration is within the same declarative list with
3355         corresponding error message.
3356         * sem_util.adb, sem_util.ads (In_Same_Declarative_Part): Moved from
3357         sem_ch12.adb and generalized to be useful outside the scope of
3358         freezing.
3360 2018-05-22  Hristian Kirtchev  <kirtchev@adacore.com>
3362         * sem_ch6.adb (Analyze_Subprogram_Declaration): Set the proper
3363         categorization of the unit after processing the aspects in case one of
3364         its aspects is converted into a categorization pragma.
3366 2018-05-21  Ed Schonberg  <schonberg@adacore.com>
3368         * freeze.adb (Warn_Overlay): Do not emit a wawrning on an object
3369         declaration with an explicit address clause and a type with default
3370         initialization, if the declaration carries an aspect
3371         Suppress_Initialization.
3373 2018-05-21  Daniel Mercier  <mercier@adacore.com>
3375         * pprint.adb: Use mixed case for attribute names.
3377 2018-05-21  Hristian Kirtchev  <kirtchev@adacore.com>
3379         * sem_ch6.adb (Analyze_Generic_Subprogram_Body): Rename the call to
3380         Analyze_Aspect_Specifications_On_Body_Or_Stub.
3381         (Analyze_Subprogram_Body_Helper): Rename the calls to
3382         Analyze_Aspect_Specifications_On_Body_Or_Stub.
3383         * sem_ch9.adb (Analyze_Entry_Body): Rename the call to
3384         Analyze_Aspect_Specifications_On_Body_Or_Stub.
3385         * sem_ch10.adb: Add with and use clause for Sem_Ch13.
3386         (Analyze_Package_Body_Stub): Add constant Id. Decorate the package stub
3387         prior to analyzing its aspects.
3388         (Analyze_Protected_Body_Stub): Add constant Id. Decorate the package
3389         stub prior to analyzing its aspects. Save and restore the configuration
3390         switches.
3391         (Analyze_Task_Body_Stub): Add constant Id. Decorate the package stub
3392         prior to analyzing its aspects.
3393         * sem_ch13.adb (Analyze_Aspect_Specifications_On_Body_Or_Stub): Renamed
3394         to Analyze_Aspects_On_Subprogram_Body_Or_Stub.
3395         * sem_ch13.ads (Analyze_Aspect_Specifications_On_Body_Or_Stub): Renamed
3396         to Analyze_Aspects_On_Subprogram_Body_Or_Stub.
3397         * sem_prag.adb: Code reformatting.
3398         (Analyze_Refined_Depends_Global_Post): Consider task body stubs.
3400 2018-05-21  Jerome Lambourg  <lambourg@adacore.com>
3402         * gcc-interface/Makefile.in: Add g-soliop__qnx.ads to the runtime build
3403         for QNX.
3405 2018-05-21  Hristian Kirtchev  <kirtchev@adacore.com>
3407         * exp_cg.adb: Remove with and use clause for Exp_Disp.
3408         * exp_ch9.adb: Remove with and use clause for Exp_Disp.
3409         * exp_disp.adb (Is_Predefined_Dispatching_Operation): Moved to Sem_Util.
3410         (Is_Predefined_Interface_Primitive): Moved to Sem_Util.
3411         (Is_Predefined_Internal_Operation): Moved to Sem_Util.
3412         * exp_disp.ads (Is_Predefined_Dispatching_Operation): Moved to Sem_Util.
3413         (Is_Predefined_Interface_Primitive): Moved to Sem_Util.
3414         (Is_Predefined_Internal_Operation): Moved to Sem_Util.
3415         * exp_dist.adb: Remove with and use clause for Exp_Disp.
3416         * freeze.adb: Remove with and use clause for Exp_Disp.
3417         * sem_cat.adb: Remove with and use clause for Exp_Disp.
3418         * sem_ch6.adb: Remove with and use clause for Exp_Disp.
3419         * sem_ch12.adb: Remove with and use clause for Exp_Disp.
3420         * sem_elab.adb (Check_Overriding_Primitive): Do not process predefined
3421         primitives.
3422         * sem_util.adb: Remove with and use clause for Exp_Disp.
3423         (Is_Predefined_Dispatching_Operation): Moved from Exp_Disp.
3424         (Is_Predefined_Interface_Primitive): Moved from Exp_Disp.
3425         (Is_Predefined_Internal_Operation): Moved from Exp_Disp.
3426         * sem_util.ads (Is_Predefined_Dispatching_Operation): Moved from
3427         Exp_Disp.
3428         (Is_Predefined_Interface_Primitive): Moved from Exp_Disp.
3429         (Is_Predefined_Internal_Operation): Moved from Exp_Disp.
3431 2018-05-21  Ed Schonberg  <schonberg@adacore.com>
3433         * sem_res.adb (Valid_Conversion): Improve error message on an illegal
3434         type conversion whose expression has a limited view of a type.
3436 2018-05-21  Ed Schonberg  <schonberg@adacore.com>
3438         * exp_ch5.adb (Build_Formal_Container_Iteration): If source has
3439         explicit name for iterator loop, preserve that name in expanded
3440         construct, for possible use in exit statements.
3442 2018-05-21  Javier Miranda  <miranda@adacore.com>
3444         * sem_ch4.adb (Analyze_Membership_Op): Avoid compiler crash when the
3445         spec of a unit has Ada 2012 membership tests with multiple choices and
3446         the unit body is not compiled under Ada 2012 mode.
3448 2018-05-21  Doug Rupp  <rupp@adacore.com>
3450         * sigtramp-vxworks-target.inc: Set cfa_reg properly from sigcontext
3451         pregs.
3452         (CFI_COMMON_REGS): Restore LR jic probed from prologue.
3453         (REGNO_PC_OFFSET): Change to correct value for Aarch64.
3455 2018-05-21  Jose Ruiz  <ruiz@adacore.com>
3457         * doc/gnat_ugn/gnat_utility_programs.rst, exp_attr.adb,
3458         libgnarl/s-tassta.adb: Minor typo fixes
3460 2018-05-21  Ed Schonberg  <schonberg@adacore.com>
3462         * sem_ch4.adb (Analyze_One_Call): Recognize complex cases where an
3463         indexed call originally in prefix forn is itself the prefix of a
3464         further call.
3466 2018-05-21  Piotr Trojanek  <trojanek@adacore.com>
3468         * sem_eval.adb (Is_Null_Range): Clarify access to the full view of a
3469         type.
3470         (Not_Null_Range): Same as above.
3472 2018-05-21  Hristian Kirtchev  <kirtchev@adacore.com>
3474         * exp_ch3.adb: Minor reformatting.
3475         * exp_ch6.adb: Likewise.
3476         * freeze.adb: Likewise.
3477         * inline.adb: Likewise.
3478         * sem_util.adb: Likewise.
3480 2018-05-21  Yannick Moy  <moy@adacore.com>
3482         * inline.adb (Expand_Inlined_Call.Process_Formals): Use a type
3483         conversion instead of an unchecked type conversion when inlining a
3484         return statement, unless type qualification is required (for character
3485         and string literal) or no check can result from the conversion (for
3486         access types).
3487         * opt.ads: Update comment.
3489 2018-05-21  Hristian Kirtchev  <kirtchev@adacore.com>
3491         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Install the elaboration
3492         model of the compilation unit spec, if any.
3493         * sem_ch7.adb (Analyze_Package_Body_Helper): Install the elaboration
3494         model of the compilation unit spec, if any.
3495         * sem_ch10.adb (Analyze_Subunit): Install the elaboration model of the
3496         parent compilation unit spec, if any.
3497         * sem_elab.adb (Check_Elaboration_Scenarios): Restore the elaboration
3498         model of the main unit.
3499         (Is_Same_Unit): The routine now uses Unit_Entity.
3500         (Is_Subunit): Removed.
3501         (Normalize_Unit): Removed.
3502         (Unit_Entity): New routine.
3503         * sem_prag.adb (Analyze_Pragma): Reimplement the handling of pragma
3504         Elaboration_Checks. The analysis now ensures that the pragma appears at
3505         the configuration level, and on the initial declaration of a unit.
3506         Other placements are either flagged as illegal, or ignored.
3507         (Check_Duplicate_Elaboration_Checks_Pragma): New routine.
3508         (Ignore_Elaboration_Checks_Pragma): New routine.
3509         * sem_util.adb (Install_Elaboration_Model): New routine.
3510         * sem_util.ads (Install_Elaboration_Model): New routine.
3511         * doc/gnat_rm/implementation_defined_pragmas.rst: Update the
3512         documentation of pragma Elaboration_Checks.
3513         * gnat_rm.texi: Regenerate.
3515 2018-05-21  Olivier Hainque  <hainque@adacore.com>
3517         * libgnat/s-trasym__dwarf.adb (Executable_Name): Return argv[0] instead
3518         of empty string when argv[0] couldn't be found on PATH.
3519         (Enable_Cache): Raise Program_Error instead of attempting a null
3520         pointer dereference when the Exec_Module initialization failed.
3522 2018-05-21  Piotr Trojanek  <trojanek@adacore.com>
3524         * libgnarl/a-reatim.ads (Clock_Time): Remove External aspect.
3525         * libgnarl/a-taside.ads (Tasking_State): Likewise.
3526         * libgnat/a-calend.ads (Clock_Time): Likewise.
3528 2018-05-21  Yannick Moy  <moy@adacore.com>
3530         * sem_ch6.adb (Analyze_Procedure_Call): Refine test to recognize prefix
3531         call notation in inlined call in GNATprove mode.
3533 2018-05-21  Hristian Kirtchev  <kirtchev@adacore.com>
3535         * einfo.adb (Is_External_State): An abstract state is also external
3536         when it is declared with option "synchronous".
3537         * einfo.ads: Update the documentation of synthesized attribute
3538         Is_External_State.
3539         * sem_util.adb (Find_Simple_Properties): New routine.
3540         (Is_Enabled_External_Property): New routine.
3541         (State_Has_Enabled_Property): Reimplemented. The two flavors of option
3542         External have precedence over option Synchronous when determining
3543         whether a property is in effect.
3545 2018-05-21  Yannick Moy  <moy@adacore.com>
3547         * sem_eval.adb (Static_Length): Take into account case of variable of
3548         subtype string literal.
3550 2018-05-21  Olivier Hainque  <hainque@adacore.com>
3552         * libgnat/s-objrea.ads (Get_Memory_Bounds): Rename as Get_Xcode_Bounds.
3553         (Object_Section): Rename Flag_Alloc component as Flag_Xcode.
3554         * libgnat/s-objrea.adb (Get_Xcode_Bounds): Adjust to new subprogram and
3555         component name.
3556         (Get_Section, ELF case): Set Flag_Xcode from SHF_EXECINSTR.
3557         * libgnat/s-dwalin.adb (Open): Adjust to the Get_Memory_Bounds name
3558         change.
3560 2018-05-21  Olivier Hainque  <hainque@adacore.com>
3562         * libgnat/s-dwalin.ads (Dwarf_Context): Change type of Load_Address to
3563         Address, and type of Low, High to Storage_Offset.
3564         (Low): Rename as Low_Address and convey that the return value is a
3565         runtime reference accounting for a load address.
3566         * libgnat/s-dwalin.adb (Read_Aranges_Entry): Adjust to the
3567         address/offset type changes.
3568         (Aranges_Lookup): Likewise.
3569         (Symbolic_Address): Likewise.
3570         (Symbolic_Traceback): Likewise.
3571         (Dump_Cache): Likewise.
3572         (Is_Inside): Likewise.
3573         (Open): Likewise.
3574         (Set_Load_Address): Likewise.
3575         (Low_Address): Likewise, and account for C.Load_Address.
3576         * libgnat/s-trasym__dwarf.adb (Lt): Use Low_Address instead of Low.
3577         (Multi_Module_Symbolic_Traceback): Compare address in traceback
3578         with module Low_Address instead of Low.
3580 2018-05-21  Olivier Hainque  <hainque@adacore.com>
3582         * libgnat/s-dwalin.ads (Dwarf_Context): Rename Load_Slide as
3583         Load_Address.
3584         * libgnat/s-dwalin.adb (Is_Inside): Adjust accordingly.
3585         (Set_Load_Address): Likewise.
3586         (Symbolic_Traceback): Likewise.
3588 2018-05-21  Olivier Hainque  <hainque@adacore.com>
3590         * libgnat/s-trasym__dwarf.adb (Add_Module_To_Cache): Expect a
3591         Load_Address argument and pass it down to Init_Module.
3592         * libgnat/s-tsmona__linux.adb (Build_Cache_For_All_Modules): Pass
3593         lm.l_addr as the Load_Address to Add_Module_To_Cache.
3595 2018-05-21  Piotr Trojanek  <trojanek@adacore.com>
3597         * einfo.adb (Has_Discriminants): Stronger assertion.
3598         (Set_Has_Discriminants): Stronger assertion.
3599         * sem_ch13.adb (Push_Scope_And_Install_Discriminants): Adapt to respect
3600         the stronger assertion on Has_Discriminant.
3601         (Uninstall_Discriminants_And_Pop_Scope): Same as above.
3602         * sem_util.adb (New_Copy_Tree): Same as above.
3603         * sem_ch7.adb (Generate_Parent_References): Prevent calls to
3604         Has_Discriminant on non-type entities that might happen when the
3605         compiled code has errors.
3606         * sem_ch3.adb (Derived_Type_Declaration): Only call
3607         Set_Has_Discriminant on type entities.
3609 2018-05-21  Arnaud Charlet  <charlet@adacore.com>
3611         * exp_unst.adb (Unnest_Subprogram): Unnest all subprograms relevant for
3612         code generation.
3614 2018-05-21  Piotr Trojanek  <trojanek@adacore.com>
3616         * lib.ads: Fix typo in enumeration in comment.
3618 2018-05-21  Ed Schonberg  <schonberg@adacore.com>
3620         * sem_attr.adb (Analyze_Attribute, case Scalar_Storage_Order): The
3621         attribute reference is legal within a generic unit when the prefix is a
3622         formal private type.
3624 2018-05-21  Hristian Kirtchev  <kirtchev@adacore.com>
3626         * exp_ch7.adb (Establish_Transient_Scope): Code cleanup. Do not
3627         delegate the secondary stack management when there is no suitable
3628         transient context, and the transient scope was intended to manage the
3629         secondary stack because this causes premature reclamation. Change the
3630         transient scope creation logic by special casing assignment statements
3631         of controlled components for type initialization procedures.
3632         (Find_Node_To_Be_Wrapped): Renamed to Find_Transient_Context. Update
3633         the comment on usage.
3634         (Find_Transient_Context): Change the initinte loop into a while loop.
3635         Iterations schemes and iterator specifications are not valid transient
3636         contexts because they rely on special processing. Assignment statements
3637         are now treated as a normal transient context, special cases are
3638         handled by the caller. Add special processing for pragma Check.
3639         (Is_OK_Construct): Removed. Its functionality has been merged in
3640         routine Find_Transient_Context.
3641         * sem_ch5.adb (Check_Call): Reimplemented. Add code to properly
3642         retrieve the subprogram being invoked. Use a more accurate predicate
3643         (Requires_Transient_Scope) to determine that the function will emply
3644         the secondary stack.
3646 2018-05-21  Piotr Trojanek  <trojanek@adacore.com>
3648         * ada_get_targ.adb: Fix subprogram body headers.
3649         * adabkend.adb: Likewise.
3650         * checks.adb: Likewise.
3651         * exp_ch3.adb: Likewise.
3652         * exp_ch5.adb: Likewise.
3653         * exp_ch9.adb: Likewise.
3654         * exp_dist.adb: Likewise.
3655         * exp_tss.adb: Likewise.
3656         * inline.adb: Likewise.
3657         * lib-writ.adb: Likewise.
3658         * lib-xref-spark_specific.adb: Likewise.
3659         * libgnarl/s-osinte__darwin.adb: Likewise.
3660         * libgnarl/s-stusta.adb: Likewise.
3661         * libgnarl/s-taprop__solaris.adb: Likewise.
3662         * libgnarl/s-tposen.adb: Likewise.
3663         * libgnarl/s-vxwext__kernel-smp.adb: Likewise.
3664         * libgnarl/s-vxwext__kernel.adb: Likewise.
3665         * libgnat/a-btgbso.adb: Likewise.
3666         * libgnat/a-cfdlli.adb: Likewise.
3667         * libgnat/a-cfhama.adb: Likewise.
3668         * libgnat/a-cfinve.adb: Likewise.
3669         * libgnat/a-cimutr.adb: Likewise.
3670         * libgnat/a-coboho.adb: Likewise.
3671         * libgnat/a-cofove.adb: Likewise.
3672         * libgnat/a-cofuve.adb: Likewise.
3673         * libgnat/a-comutr.adb: Likewise.
3674         * libgnat/a-exexda.adb: Likewise.
3675         * libgnat/a-tags.adb: Likewise.
3676         * libgnat/a-tideau.adb: Likewise.
3677         * libgnat/a-wtdeau.adb: Likewise.
3678         * libgnat/a-ztdeau.adb: Likewise.
3679         * libgnat/g-alleve.adb: Likewise.
3680         * libgnat/s-excdeb.adb: Likewise.
3681         * libgnat/s-parint.adb: Likewise.
3682         * libgnat/s-shasto.adb: Likewise.
3683         * libgnat/s-traceb__hpux.adb: Likewise.
3684         * prepcomp.adb: Likewise.
3685         * sem_ch4.adb: Likewise.
3686         * sem_ch6.adb: Likewise.
3687         * sem_dist.adb: Likewise.
3688         * sem_prag.adb: Likewise.
3689         * sem_util.adb: Likewise.
3690         * sinfo.adb: Likewise.
3691         * switch.adb: Likewise.
3693 2018-05-04  John Marino  <gnugcc@marino.st>
3695         PR ada/85635
3696         * link.c (BSD platforms): Add missing backslash.
3698 2018-04-27  Eric Botcazou  <ebotcazou@adacore.com>
3700         PR ada/85540
3701         * init.c (__gnat_handle_vms_condition): Add missing parentheses.
3703 2018-04-25  Eric Botcazou  <ebotcazou@adacore.com>
3705         PR ada/85007
3706         * gnat_ugn.texi: Regenerate.
3708 2018-03-23  Eric Botcazou  <ebotcazou@adacore.com>
3710         PR ada/85007
3711         * gnatlink.adb (Gnatlink): Remove handling of -b switch.
3712         * doc/gnat_ugn/building_executable_programs_with_gnat.rst (gnatlink):
3713         Remove documentation of -b switch.
3715 2018-03-23  Eric Botcazou  <ebotcazou@adacore.com>
3717         PR ada/85036
3718         * gnatlink.adb (Process_Args): Drop existing link switches if multiple
3719         switches are passed for --LINK.
3721 2018-03-12  Eric Botcazou  <ebotcazou@adacore.com>
3723         PR ada/82813
3724         * gcc-interface/misc.c (gnat_post_options): Disable string overflow
3725         warnings.
3727 2018-03-10  Eric Botcazou  <ebotcazou@adacore.com>
3729         * gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
3730         Consider only entities for objects.
3732 2018-03-07  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3734         * gcc-interface/Makefile.in (OSCONS_CPP): Remove redundant
3735         $(GNATLIBCFLAGS).
3736         (OSCONS_EXTRACT): Add $(GNATLIBCFLAGS_FOR_C).
3738 2018-03-06  Eric Botcazou  <ebotcazou@adacore.com>
3740         * gcc-interface/trans.c (convert_with_check): Fix typo in the condition
3741         guarding the overflow check emitted for the upper bound of a floating-
3742         point conversion.
3744 2018-03-06  Eric Botcazou  <ebotcazou@adacore.com>
3746         * gcc-interface/utils.c (def_builtin_1): Bail out on error_mark_node.
3748 2018-02-28  Eric Botcazou  <ebotcazou@adacore.com>
3750         * libgnat/i-cexten.ads (Float_128): New type.
3752 2018-02-02  Eric Botcazou  <ebotcazou@adacore.com>
3754         * gcc-interface/decl.c (array_type_has_nonaliased_component): Return
3755         false if the component type is a pointer.
3757 2018-01-11  Gary Dismukes  <dismukes@adacore.com>
3759         * exp_ch3.adb (Default_Initialize_Object): Call New_Copy_Tree on the
3760         result of Get_Simple_Init_Value and pass the source location of the
3761         object declaration's object_definition.
3763 2018-01-11  Ed Schonberg  <schonberg@adacore.com>
3765         * exp_ch6.adb (Make_Build_In_Place_Call_In_Object_Declaration): Handle
3766         properly object declarations with initializations that are
3767         build-in-place function calls, when there is an address specification,
3768         either as an aspect specification or an explicit attribute
3769         specification clause, for the initialized object.
3770         * freeze.adb (Check_Address_Clause): Do not remove side-effects from
3771         initial expressions in the case of a build-in-place call.
3773 2018-01-11  Piotr Trojanek  <trojanek@adacore.com>
3775         * sem_eval.adb (Is_Null_Range): Retrieve the full view when called on a
3776         private (sub)type; refactor to avoid early return statement.
3777         (Not_Null_Range): Same as above.
3779 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3781         * freeze.adb (Freeze_Entity): Ensure that a Ghost type is not
3782         concurrent, nor effectively volatile.
3783         * ghost.adb (Check_Ghost_Type): New routine.
3784         * ghost.ads (Check_Ghost_Type): New routine.
3785         * sem_util.adb (Is_Declaration): Reimplemented. The routine can now
3786         consider specific subsets of declarations.
3787         (Is_Declaration_Other_Than_Renaming): Removed. Its functionality is
3788         replicated by Is_Declaration.
3789         * sem_util.ads (Is_Declaration): New parameter profile. Update the
3790         comment on usage.
3791         (Is_Declaration_Other_Than_Renaming): Removed.
3793 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3795         * sem_ch5.adb (Analyze_Assignment): Assignments to variables that act
3796         as Part_Of consituents of single protected types are illegal when they
3797         take place inside a protected function.
3798         (Diagnose_Non_Variable_Lhs): Use Within_Function to check for an
3799         enclosing function.
3800         (Is_Protected_Part_Of_Constituent): New routine.
3801         (Within_Function): New routine.
3803 2018-01-11  Arnaud Charlet  <charlet@adacore.com>
3805         Bump copyright notices to 2018.
3807 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3809         * binde.adb, par-ch6.adb, par-ch9.adb, sem_ch12.adb, sem_ch13.adb:
3810         Minor reformatting.
3812 2018-01-11  Justin Squirek  <squirek@adacore.com>
3814         * par-ch6.adb (Scan_Body_Or_Expression_Function): Add additional check
3815         to make sure a given expression function is properly parenthesized.
3817 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3819         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Check the
3820         categorization of a subprogram body which does not complete a previous
3821         declaration.
3823 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3825         * sem_ch10.adb (Check_Private_Child_Unit): Ensure that the enclosing
3826         scope of package Ada is Standard.
3828 2018-01-11  Ed Schonberg  <schonberg@adacore.com>
3830         * sem_ch13.adb (Replace_Type_Ref): Handle properly reference to a
3831         subcomponent of the current entity when building the body for a dynamic
3832         predicate function for a record with composite subcomponents.
3834 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3836         * exp_aggr.adb (Convert_Aggr_In_Object_Decl): Update the call to
3837         Establish_Transient_Scope.
3838         (Convert_To_Assignments): Update the call to Establish_Transient_Scope.
3839         (Expand_Array_Aggregate): Update the call to Establish_Transient_Scope.
3840         * exp_ch6.adb (Expand_Call_Helper): Update the call to
3841         Establish_Transient_Scope.
3842         (Make_Build_In_Place_Call_In_Object_Declaration): Update the call to
3843         Establish_Transient_Scope.
3844         * exp_ch7.adb (Establish_Transient_Scope): Restructured. Delegate the
3845         management of the secondary stack to an enclosing scope if there is no
3846         suitable construct to wrap, and the transient scope was intended to
3847         manage the secondary stack.
3848         (Find_Node_To_Be_Wrapped): Restructured. A case_statement_alternative
3849         is a valid boundary for a transient expression which comes from the
3850         statements of the alternative, otherwise alternatives cannot be
3851         wrapped. Assignments of controlled objects which have controlled
3852         actions suppressed now stop the traversal as there is no point in
3853         looking for an enclosing construct. Add several N_xxx_Body choices to
3854         the termination conditions for completeness.
3855         * exp_ch7.ads (Establish_Transient_Scope): Update the parameter profile
3856         and the associated comment on usage.
3857         * exp_smem.adb (Add_Shared_Var_Lock_Procs): Update the call to
3858         Establish_Transient_Scope.
3859         (Add_Write_After): Update the call to Establish_Transient_Scope.
3860         * sem_res.adb (Check_Initialization_Call): Removed.
3861         (Resolve_Actuals): Account for additional cases where finalization
3862         actions are required by utilizing predicate Needs_Finalization rather
3863         than Is_Controlled.
3864         (Resolve_Call): Type initialization procedures can now utilize
3865         transient scopes to manage the secondary stack, thus preventing leaks
3866         during initialization.  Remove the previous kludgy algorithm which
3867         attempts to manage the secondary stack at the object creation site.
3869 2018-01-11  Jerome Lambourg  <lambourg@adacore.com>
3871         * libgnat/g-soliop__qnx.ads: New.
3872         * adaint.c, adaint.h, cstreams.c, s-oscons-tmplt.c, sysdep.c: Update
3873         for QNX.
3875 2018-01-11  Bob Duff  <duff@adacore.com>
3877         * par-ch9.adb (P_Protected_Operation_Declaration_Opt): Give an error if
3878         a null procedure occurs in a protected definition.
3880 2018-01-11  Bob Duff  <duff@adacore.com>
3882         * binderr.ads, namet.ads: Minor reformatting.
3884 2018-01-11  Bob Duff  <duff@adacore.com>
3886         * doc/gnat_ugn/gnat_utility_programs.rst: Improve documentation of
3887         xml2gnat.
3889 2018-01-11  Bob Duff  <duff@adacore.com>
3891         * binde.adb (Force_Elab_Order): Give an error if there are duplicate
3892         unit names.
3894 2018-01-11  Ed Schonberg  <schonberg@adacore.com>
3896         * sem_ch6.adb (Freeze_Expr_Types): If an access value is the
3897         controlling argument of a dispatching call. freeze the corresponding
3898         designated type.
3900 2018-01-11  Ben Brosgol  <brosgol@adacore.com>
3902         * doc/Makefile: Add Sphinx option -W to treat warnings as errors.
3904 2018-01-11  Ben Brosgol  <brosgol@adacore.com>
3906         * doc/gnat_rm/implementation_defined_aspects.rst: Minor type/wording
3907         corrections.
3908         * gnat_rm.texi: Regenerate.
3910 2018-01-11  Ed Schonberg  <schonberg@adacore.com>
3912         * sem_ch12.adb (Check_Fixed_Point_Type): Do not apply check if the
3913         formsl type corresponding to the actual fixed point type is private,
3914         because in this case there can be no suspicious arithmetic operations
3915         in the generic unless they reference a formal subprogram.  Clarify
3916         warning.
3918 2018-01-11  Javier Miranda  <miranda@adacore.com>
3920         * exp_util.adb (Remove_Side_Effects): No action done for functions
3921         returning class-wide types since it requires generating code using
3922         'reference and the CCG target has no secondary stack.
3923         * gnat1drv.adb: Disable building static dispatch tables when generating
3924         C code.
3926 2018-01-11  Piotr Trojanek  <trojanek@adacore.com>
3928         * libgnat/a-direio.ads, libgnat/a-sequio.ads, libgnat/a-ststio.ads,
3929         libgnat/a-textio.ads, libgnat/a-witeio.ads, libgnat/a-ztexio.ads
3930         (File_Type): Add Default_Initial_Condition aspect.
3932 2018-01-11  Pascal Obry  <obry@adacore.com>
3934         * libgnat/s-os_lib.adb (Normalize_Pathname): New implementation.
3936 2018-01-11  Bob Duff  <duff@adacore.com>
3938         * doc/gnat_ugn/gnat_utility_programs.rst: Rewrite gnatpp documentation
3939         to match what the Libadalang-based version does.
3940         * doc/gnat_ugn/about_this_guide.rst: Update reference.
3942 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3944         * sem_res.adb (Uses_SS): A controlled type requires the secondary stack
3945         if it contains at least one component declaration employing a function
3946         call returning on the secondary stack.
3948 2018-01-11  Yannick Moy  <moy@adacore.com>
3950         * doc/gnat_rm/standard_and_implementation_defined_restrictions.rst:
3951         Update description of restriction SPARK_05 with SPARK 2014.
3952         * gnat_rm.texi: Regenerate.
3954 2018-01-11  Vasiliy Fofanov  <fofanov@adacore.com>
3956         * doc/gnat_ugn/gnat_utility_programs.rst: Fix layout.
3958 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3960         * exp_aggr.adb, exp_ch9.adb, exp_util.adb, sem_aggr.adb, sem_ch3.adb,
3961         sem_res.adb, sem_util.adb: Minor reformatting.
3963 2018-01-11  Ed Schonberg  <schonberg@adacore.com>
3965         * sem_prag.adb (Analyze_Pragma, case Predicate): Indicate that the type
3966         has a delayed aspect which must be processed at the point the type is
3967         frozen. This mimics what is done when the predicate is provided by a
3968         source aspect.
3970 2018-01-11  Doug Rupp  <rupp@adacore.com>
3972         * init.c (vxworks): Add macro checks for __aarch64__.
3974 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
3976         * exp_util.adb (Add_Failure_Expression): New routine.
3977         (Make_Predicate_Check): Reimplement the handling of Predicate_Failure.
3978         * sem_util.adb (Is_Current_Instance): Code cleanup.
3980 2018-01-11  Patrick Bernardi  <bernardi@adacore.com>
3982         * libgnat/s-parame*.adb, libgnat/s-parame*.ads: Remove unneeded
3983         Default_Sec_Stack_Size.
3984         * libgnat/s-secsta.adb (SS_Allocate): Handle the fixed secondary stack
3985         limit check so that the integer index does not overflow. Check the
3986         dynamic stack allocation does not cause the secondary stack pointer to
3987         overflow.
3988         (SS_Info): Align colons.
3989         (SS_Init): Cover the case when bootstraping with an old compiler that
3990         does not set Default_SS_Size.
3992 2018-01-11  Ed Schonberg  <schonberg@adacore.com>
3994         * sem_ch3.adb (Add_Internal_Interface_Entities): When checking the
3995         legality of an inherited operation that may require overriding, ignore
3996         primitive_wrappers that correspond to explicit operations that override
3997         an interface primitive.
3998         * exp_util.adb (Build_Class_Wide_Expression, Replace_Entity): If the
3999         operation to which the class-wide expression applies is a protected op.
4000         with a primitive_wrapper, verify that the updated inherited expression
4001         does not contain an internal call to a protected function.  This
4002         completes the implementation of AI12-0166.
4004 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
4006         * ali.adb: Document the remaining letters available for ALI lines.
4007         (Scan_ALI): A with clause is internal when it is encoded on a 'Z' line.
4008         * ali.ads: Update type With_Record. Field
4009         Implicit_With_From_Instantiation is no longer in use. Add field
4010         Implicit_With.
4011         * csinfo.adb (CSinfo): Remove the setup for attribute
4012         Implicit_With_From_Instantiation.
4013         * lib-writ.adb (Collect_Withs): Correct the logic which marks a unit as
4014         either implicitly or explicitly withed.
4015         (Is_Implicit_With_Clause): New routine.
4016         (Write_ALI): Rename array Implicit_With to Has_Implicit_With to avoid
4017         confusion with the with clause attribute by the same name.
4018         (Write_With_Lines): Update the emission of 'W', 'Y', and 'Z' headers.
4019         * rtsfind.adb (Maybe_Add_With): Code cleanup.
4020         * sem_ch8.adb (Present_System_Aux): Code cleanup.
4021         * sem_ch10.adb (Expand_With_Clause): Mark the with clause as generated
4022         for a parent unit.
4023         (Implicit_With_On_Parent): Mark the with clause as generated for a
4024         parent unit.
4025         * sem_ch12.adb (Inherit_Context): With clauses inherited by an
4026         instantiation are no longer marked as Implicit_With_From_Instantiation
4027         because they are already marked as implicit.
4028         * sem_elab.adb (Ensure_Prior_Elaboration_Static): Remove the kludge
4029         which marks implicit with clauses as related to an instantiation.
4030         * sinfo.adb (Implicit_With_From_Instantiation): Removed.
4031         (Parent_With): New routine.
4032         (Set_Implicit_With_From_Instantiation): Removed.
4033         (Set_Parent_With): New routine.
4034         * sinfo.ads: Update the documentation of attribute Implicit_With.
4035         Remove attribute Implicit_With_From_Instantiation along with
4036         occurrences in nodes.  Add attribute Parent_With along with occurrences
4037         in nodes.
4038         (Implicit_With_From_Instantiation): Removed along with pragma Inline.
4039         (Parent_With): New routine along with pragma Inline.
4040         (Set_Implicit_With_From_Instantiation): Removed along with pragma Inline.
4041         (Set_Parent_With): New routine along with pragma Inline.
4043 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
4045         * sem_util.adb (Find_Enclosing_Scope): Return the unique defining
4046         entity when the enclosing construct is a body.
4048 2018-01-11  Patrick Bernardi  <bernardi@adacore.com>
4050         * exp_ch9.adb (Expand_N_Task_Type_Declaration): Simplified
4051         Secondary_Stack_Size handling as a pragma is now generated for the
4052         corresponding aspect instead of an attribute.  Pragma expression is
4053         relocated instead of evaluated. Discriminant of the corresponding
4054         record type is referenced rather than the type discriminant.
4055         (Create_Secondary_Stack_For_Task, Make_Task_Create_Call): Update
4056         Secondary_Stack_Size rep item checks to only look for the pragma rep.
4057         * sem_ch13.adb (Analyze_One_Aspect): Transform
4058         Aspect_Secondary_Stack_Size into a pragma instead of an attribute
4059         because the attribute does not have visibility on a task type's
4060         discriminants when the type's definition is expanded.
4061         (Analyze_Attribute_Definition_Clause): Remove handling of
4062         Attribute_Secondary_Stack_Size.
4063         * snames.adb-tmpl, snames.ads-tmpl: Remove
4064         Attribute_Secondary_Stack_Size, no longer used.
4066 2018-01-11  Justin Squirek  <squirek@adacore.com>
4068         * sem_ch8.adb: Minor comment fix.
4070 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
4072         * exp_ch4.adb (Process_Action): Do not abandon the inspection of an
4073         individual action because the action may denote a complex expression,
4074         such as a case statement, which in turn may contain additional
4075         transient objects.
4077 2018-01-11  Ed Schonberg  <schonberg@adacore.com>
4079         * sem_aggr.adb (Resolve_Iterated_Component_Association): Perform
4080         analysis on a copy of the expression with a copy of the index variable,
4081         because full expansion will rewrite construct into a loop with the
4082         original loop variable.
4083         * exp_aggr.adb (Gen_Assign): Defer analysis and resolution if the
4084         expression is an iterated component association. Full analysis takes
4085         place when construct is rewritten as a loop.
4086         (In_Place_Assign_OK, Safe_Component): An iterated_component_association
4087         is not safe for in-place assignment.
4088         * sem_util.adb (Remove_Entity): Handle properly the case of an isolated
4089         entity with no homonym and no other entity in the scope.
4091 2018-01-11  Justin Squirek  <squirek@adacore.com>
4093         * sem_prag.adb (Analyze_Pragma:Pragma_Loop_Variant): Modify error
4094         message to be printed on the pragma argument identifier.
4096 2018-01-11  Hristian Kirtchev  <kirtchev@adacore.com>
4098         * exp_util.adb (Build_Invariant_Procedure_Declaration): Set the last
4099         entity of the generated invariant procedure in order to construct a
4100         proper entity chain.
4102 2018-01-11  Piotr Trojanek  <trojanek@adacore.com>
4104         * sem_ch13.adb (Build_Predicate_Functions): Fix minor issues in
4105         comment.
4107 2018-01-11  Arnaud Charlet  <charlet@adacore.com>
4109         * einfo.ads, einfo.adb (Activation_Record_Component,
4110         Set_Activation_Record_Component, Set_Is_Uplevel_Referenced_Entity):
4111         Allow E_Discriminant.
4113 2018-01-10  Eric Botcazou  <ebotcazou@adacore.com>
4115         * gcc-interface/decl.c (gnat_to_gnu_component_type): Apply the check
4116         for atomic access once the component size is taken into account and
4117         also do it if the component type is Atomic or Volatile_Full_Access.
4119 2018-01-04  Eric Botcazou  <ebotcazou@adacore.com>
4121         * gnatvsn.ads: Bump copyright year.
4123 2018-01-03  Richard Sandiford  <richard.sandiford@linaro.org>
4124             Alan Hayward  <alan.hayward@arm.com>
4125             David Sherwood  <david.sherwood@arm.com>
4127         * gcc-interface/misc.c (enumerate_modes): Treat GET_MODE_BITSIZE
4128         as polynomial.
4130 2018-01-03  Richard Sandiford  <richard.sandiford@linaro.org>
4131             Alan Hayward  <alan.hayward@arm.com>
4132             David Sherwood  <david.sherwood@arm.com>
4134         * gcc-interface/misc.c (enumerate_modes): Treat GET_MODE_PRECISION
4135         as polynomial.
4137 2018-01-03  Richard Sandiford  <richard.sandiford@linaro.org>
4138             Alan Hayward  <alan.hayward@arm.com>
4139             David Sherwood  <david.sherwood@arm.com>
4141         * gcc-interface/utils.c (gnat_types_compatible_p): Handle
4142         polynomial TYPE_VECTOR_SUBPARTS.
4144 2018-01-03  Richard Sandiford  <richard.sandiford@linaro.org>
4145             Alan Hayward  <alan.hayward@arm.com>
4146             David Sherwood  <david.sherwood@arm.com>
4148         * gcc-interface/misc.c (enumerate_modes): Handle polynomial
4149         GET_MODE_NUNITS.
4151 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
4153         Update copyright years.
4155         * gnat_ugn.texi: Bump @copying's copyright year.
4156         * gnat_rm.texi: Likewise.
4158 Copyright (C) 2018 Free Software Foundation, Inc.
4160 Copying and distribution of this file, with or without modification,
4161 are permitted in any medium without royalty provided the copyright
4162 notice and this notice are preserved.