[Ada] Further cleanup in inlining machinery
[official-gcc.git] / gcc / ada / ChangeLog
blob61c22fd146a988eb544d85185ccc7fc211e201f6
1 2019-08-14  Eric Botcazou  <ebotcazou@adacore.com>
3         * inline.adb (Add_Pending_Instantiation): Fix off-by-one error
4         in the comparison against the maximum number of instantiations.
6 2019-08-14  Eric Botcazou  <ebotcazou@adacore.com>
8         * inline.adb (Add_Pending_Instantiation): Use greater-or-equal
9         in the comparison against the maximum number of instantiations.
11 2019-08-14  Ed Schonberg  <schonberg@adacore.com>
13         * sem_aux.adb (Next_Rep_Item): If a node in the rep chain
14         involves a Ghost aspect it may have been replaced by a null
15         statement; use the original node to find next Rep_Item.
16         * repinfo.adb (List_Entities): Do not list an Ignored
17         Ghost_Entity, for which information may have been deleted.
19 2019-08-14  Bob Duff  <duff@adacore.com>
21         * sem_prag.ads, sem_prag.adb
22         (Process_Compile_Time_Warning_Or_Error): In parameterless
23         version, improve detection of whether we are in a generic unit
24         to cover the case of an instance within a generic unit.
25         (Process_Compile_Time_Warning_Or_Error): Rename the
26         two-parameter version to be
27         Validate_Compile_Time_Warning_Or_Error, and do not export it.
28         Issue a warning if the condition is not known at compile time.
29         The key point is that the warning must be given only for pragmas
30         deferred to the back end, because the back end discovers
31         additional values that are known at compile time.  Previous
32         changes in this ticket have enabled this by deferring to the
33         back end without checking for special cases such as 'Size.
34         (Validate_Compile_Time_Warning_Or_Error): Rename to be
35         Defer_Compile_Time_Warning_Error_To_BE.
36         * warnsw.ads, warnsw.adb (Warn_On_Unknown_Compile_Time_Warning):
37         Add new switches -gnatw_c and -gnatw_C to control the above
38         warning.
39         * doc/gnat_ugn/building_executable_programs_with_gnat.rst:
40         Document new switches.
41         * gnat_ugn.texi: Regenerate.
43 2019-08-14  Eric Botcazou  <ebotcazou@adacore.com>
45         * sem_ch12.adb (Might_Inline_Subp): Rework comment and restrict
46         the shortcut based on Is_Inlined to the back-end inlining case.
48 2019-08-14  Bob Duff  <duff@adacore.com>
50         * inline.adb (Check_And_Split_Unconstrained_Function): Ignore
51         protected functions to get rid of spurious error. The
52         transformation done by this procedure triggers legality errors
53         in the generated code in this case.
55 2019-08-14  Bob Duff  <duff@adacore.com>
57         * sem_prag.adb (Process_Compile_Time_Warning_Or_Error): Defer
58         processing to the back end in all cases where the pragma's
59         condition is not known at compile time during the front end
60         (except in generics), as opposed to detecting 'Size attributes
61         and the like. This ensures that we take advantage of whatever
62         can be compile-time known after running the back end, as opposed
63         to having the front end guess what the back end can do.  Remove
64         a little duplicated code at the call site.
65         * gnat1drv.adb (Post_Compilation_Validation_Checks): Unlock the
66         Elists while in Validate_Compile_Time_Warning_Errors, because it
67         does analysis and name resolution, which sometimes involves
68         adding Elists.
70 2019-08-14  Eric Botcazou  <ebotcazou@adacore.com>
72         * einfo.ads (Is_Called): Document new usage on E_Package
73         entities.
74         * einfo.adb (Is_Called): Accept E_Package entities.
75         (Set_Is_Called): Likewise.
76         * exp_ch6.adb (Expand_Call_Helper): Move code dealing with
77         instances for back-end inlining to Add_Inlined_Body.
78         * inline.ads: Remove with clauses for Alloc and Table.
79         (Pending_Instantiations): Move to...
80         * inline.adb: Add with clauses for Alloc, Uintp, Table and
81         GNAT.HTable.
82         (Backend_Instances): New variable.
83         (Pending_Instantiations): ...here.
84         (Called_Pending_Instantiations): New table.
85         (Node_Table_Size): New constant.
86         (Node_Header_Num): New subtype.
87         (Node_Hash): New function.
88         (To_Pending_Instantiations): New hash table.
89         (Add_Inlined_Body): Bail out early for subprograms in the main
90         unit or subunit.  Likewise if the Is_Called flag is set.  If the
91         subprogram is an instance, invoke Add_Inlined_Instance.  Call
92         Set_Is_Called earlier.  If the subrogram is within an instance,
93         invoke Add_Inlined_Instance.  Also deal with the case where the
94         call itself is within an instance.
95         (Add_Inlined_Instance): New procedure.
96         (Add_Inlined_Subprogram): Remove conditions always fulfilled.
97         (Add_Pending_Instantiation): Move the defence against ludicruous
98         number of instantiations to here. When back-end inlining is
99         enabled, associate an instantiation with its index in table and
100         mark a few selected kinds of instantiations as always needed.
101         (Initialize): Set Backend_Instances to No_Elist.
102         (Instantiate_Body): New procedure doing the work extracted
103         from...
104         (Instantiate_Bodies): ...here.  When back-end inlining is
105         enabled, loop over Called_Pending_Instantiations instead of
106         Pending_Instantiations.
107         (Is_Nested): Minor tweak.
108         (List_Inlining_Info): Also list the contents of
109         Backend_Instances.
110         * sem_ch12.adb (Might_Inline_Subp): Return early if Is_Inlined
111         is set and otherwise set it before returning true.
112         (Analyze_Package_Instantiation): Remove the defence against
113         ludicruous number of instantiations.  Invoke
114         Remove_Dead_Instance instead of doing the removal manually if
115         there is a guaranteed ABE.
117 2019-08-14  Gary Dismukes  <dismukes@adacore.com>
119         * exp_ch3.adb (Predef_Spec_Or_Body): For an equality operation
120         of an interface type, create an expression function (that
121         returns False) rather than declaring an abstract function.
122         * freeze.adb (Check_Inherited_Conditions): Set Needs_Wrapper to
123         False unconditionally at the start of the loop creating wrappers
124         for inherited operations.
126 2019-08-14  Bob Duff  <duff@adacore.com>
128         * table.adb: Assert that the table is not locked when increasing
129         Last, even if it doesn't cause reallocation.  In other words,
130         assert that on operations that MIGHT cause reallocation.
131         * table.ads: Fix comment accordingly.
133 2019-08-14  Arnaud Charlet  <charlet@adacore.com>
135         * doc/gnat_ugn/gnat_and_program_execution.rst: Remove
136         documentation of gnatelim.
138 2019-08-14  Bob Duff  <duff@adacore.com>
140         * sem_prag.adb (Validate_Compile_Time_Warning_Error): Attach the
141         warning to the Sloc of the first pragma argument, rather than to
142         the pragma itself. This is to make pragmas processed after the
143         back end use the same Sloc as pragmas processed earlier, in the
144         front end. There's no reason for this discrepancy, and it
145         hinders further work on this ticket.
147 2019-08-14  Bob Duff  <duff@adacore.com>
149         * sem.ads (Inside_A_Generic): Remove the ??? comment.
151 2019-08-14  Eric Botcazou  <ebotcazou@adacore.com>
153         * inline.ads (Pending_Descriptor): Delete.
154         * inline.adb (Initialize): Do not initialize it.
155         * sem_ch12.adb (Delay_Descriptors): Delete.
156         (Analyze_Package_Instantiation): Call
157         Set_Delay_Subprogram_Descriptors instead of Delay_Descriptors
158         throughout.
160 2019-08-14  Bob Duff  <duff@adacore.com>
162         * exp_aggr.adb (Init_Hidden_Discriminants): Avoid processing the
163         wrong discriminant, which could be of the wrong type.
165 2019-08-14  Eric Botcazou  <ebotcazou@adacore.com>
167         * sem_ch12.adb (Analyze_Instance_And_Renamings): Do not reset
168         the Is_Generic_Instance flag previously set on the package
169         generated for the instantiation of a generic subprogram.
171 2019-08-14  Ed Schonberg  <schonberg@adacore.com>
173         * exp_ch4.adb (Expand_N_Quantified_Expression): Freeze
174         explicitly the type of the loop parameter.
176 2019-08-14  Javier Miranda  <miranda@adacore.com>
178         * sem_util.adb (New_Copy_Tree.Copy_Node_With_Replacement):
179         Update the Chars attribute of identifiers.
181 2019-08-14  Yannick Moy  <moy@adacore.com>
183         * sem_spark.adb, sem_spark.ads (Is_Legal): New function exposed
184         for use in GNATprove, to test legality rules not related to
185         permissions.
186         (Check_Declaration_Legality): Extract the part of
187         Check_Declaration that checks rules not related to permissions.
188         (Check_Declaration): Call the new Check_Declaration_Legality.
189         (Check_Type_Legality): Rename of Check_Type. Introduce
190         parameters to force or not checking, and update a flag detecting
191         illegalities.
192         (Check_Node): Ignore attribute references in statement position.
194 2019-08-14  Yannick Moy  <moy@adacore.com>
196         * sem_spark.adb (Check_Old_Loop_Entry): New procedure to check
197         correct use of Old  and Loop_Entry.
198         (Check_Node): Check subprogram contracts.
199         (Check_Pragma): Check Loop_Variant.
200         (Check_Safe_Pointers): Apply checking to library-level
201         subprogram  declarations as well, in order to check their
202         contract.
204 2019-08-14  Yannick Moy  <moy@adacore.com>
206         * sem_spark.adb (Is_Subpath_Expression): Take into account
207         conversion and qualification.
209 2019-08-14  Eric Botcazou  <ebotcazou@adacore.com>
211         * sem_ch7.adb (Install_Private_Declarations)
212         <Swap_Private_Dependents>: Do not rely solely on the
213         Is_Child_Unit flag on the unit to recurse.
214         (Uninstall_Declarations) <Swap_Private_Dependents>: New
215         function.  Use it to recurse on the private dependent entities
216         for child units.
218 2019-08-14  Javier Miranda  <miranda@adacore.com>
220         * exp_aggr.adb (Is_CCG_Supported_Aggregate): Return False for
221         arrays with bounds not known at compile time.
223 2019-08-14  Ed Schonberg  <schonberg@adacore.com>
225         * sem_util.adb (New_Copy_Tree, Visit_Entity): A quantified
226         expression includes the implicit declaration of the loop
227         parameter. When a quantified expression is copied during
228         expansion, for example when building the precondition code from
229         the generated pragma, a new loop parameter must be created for
230         the new tree, to prevent duplicate declarations for the same
231         symbol.
233 2019-08-14  Yannick Moy  <moy@adacore.com>
235         * sem_disp.adb (Check_Dispatching_Operation): Update assertion
236         for the separate declarations created in GNATprove mode.
237         * sem_disp.ads (Is_Overriding_Subprogram): Update comment.
238         * sem_elab.adb (SPARK_Processor): Fix test for checking of
239         overriding primitives.
241 2019-08-14  Eric Botcazou  <ebotcazou@adacore.com>
243         * inline.adb (Add_Inlined_Body): Tweak comments.
244         (List_Inlining_Info): Also list information about non-main
245         units.
247 2019-08-14  Gary Dismukes  <dismukes@adacore.com>
249         * sem_ch4.adb (Analyze_Selected_Component): In the case where
250         the prefix is of a concurrent type, and the selected entity
251         matching the selector is the first private declaration of the
252         type (such as the first local variable in a task's body), set
253         Is_Private_Op.
255 2019-08-14  Piotr Trojanek  <trojanek@adacore.com>
257         * einfo.adb (Is_Generic_Actual_Subprogram): Replace repeated
258         calls to Ekind with Ekind_In.
260 2019-08-13  Richard Sandiford  <richard.sandiford@arm.com>
262         PR middle-end/91421
263         * gcc-interface/trans.c (gigi): Call set_decl_buillt_in_function.
264         (Call_to_gnu): Use DECL_FE_FUNCTION_CODE instead of DECL_FUNCTION_CODE.
266 2019-08-13  Eric Botcazou  <ebotcazou@adacore.com>
268         * ali.ads (Linker_Option_Record): Remove Original_Pos component.
269         * ali.adb (Scan_ALI): Do not set it.
271 2019-08-13  Eric Botcazou  <ebotcazou@adacore.com>
273         * sem_ch3.adb (Build_Derived_Concurrent_Type): Add a couple of
274         local variables and use them.  When the derived type fully
275         constrains the parent type, rewrite it as a subtype of an
276         implicit (unconstrained) derived type instead of the other way
277         around.
278         (Copy_And_Build): Deal with concurrent types and use predicates.
279         (Build_Derived_Private_Type): Build the full derivation if
280         needed for concurrent types too.
281         (Build_Derived_Record_Type): Add marker comment.
282         (Complete_Private_Subtype): Use predicates.
284 2019-08-13  Ed Schonberg  <schonberg@adacore.com>
286         * sem_ch3.adb (Check_Generic_Ancestor): New subprogram,
287         aubsidiary to Build_Derived_Record_Type. to enforce the rule
288         that a type extension declared in a generic body cznnot have an
289         ancestor that is a generic formal (RM 3.9.1 (4/2)). The rule
290         applies to all ancestors of the type, including interface
291         progenitors.
293 2019-08-13  Eric Botcazou  <ebotcazou@adacore.com>
295         * sem_ch3.adb (Build_Underlying_Full_View): Delete.
296         (Complete_Private_Subtype): Do not set the full view on the
297         private subtype here.  If the full base is itself derived from
298         private, do not re-derive the parent type but instead constrain
299         an existing underlying full view.
300         (Prepare_Private_Subtype_Completion): Do not get to the
301         underlying full view, if any.  Set the full view on the private
302         subtype here.
303         (Process_Full_View): Likewise.
304         * sem_ch12.adb (Check_Generic_Actuals): Also set
305         Is_Generic_Actual_Type on the full view if the type of the
306         actual is private.
307         (Restore_Private_Views): Also reset Is_Generic_Actual_Type on
308         the full view if the type of the actual is private.
309         * sem_eval.adb (Subtypes_Statically_Match): Remove bypass for
310         generic actual types.
312 2019-08-13  Javier Miranda  <miranda@adacore.com>
314         * sem_res.adb (Resolve_Selected_Component): When the type of the
315         component is an access to a class-wide type and the type of the
316         context is an access to a tagged type the relevant type is that
317         of the component (since in such case we may need to generate
318         implicit type conversions or dispatching calls).
320 2019-08-13  Ed Schonberg  <schonberg@adacore.com>
322         * exp_aggr.adb (Aggr_Assignment_OK_For_Backend):  Preanalyze
323         expression, rather do a full analysis, to prevent unwanted
324         removal of side effects which mask the intent of the expression.
326 2019-08-13  Eric Botcazou  <ebotcazou@adacore.com>
328         * impunit.adb (Non_Imp_File_Names_95): Add
329         GNAT.Branch_Prediction.
331 2019-08-13  Eric Botcazou  <ebotcazou@adacore.com>
333         * exp_ch6.adb: Remove with and use clauses for Sem_Ch12.
334         (Expand_Call_Helper): Swap the back-end inlining case and the
335         special front-end expansion case.  In back-end inlining mode, do
336         not invoke Add_Inlined_Body unless the call may be inlined.
337         * inline.ads (Add_Pending_Instantiation): New function moved
338         from...
339         * inline.adb (Add_Inlined_Body): Simplify comment.  Turn test on
340         the enclosing unit into assertion.
341         (Add_Pending_Instantiation): New function moved from...
342         * sem_ch12.ads (Add_Pending_Instantiation): ...here.
343         * sem_ch12.adb (Add_Pending_Instantiation): ...here.
345 2019-08-13  Eric Botcazou  <ebotcazou@adacore.com>
347         * sem.adb (Do_Analyze): Recompute Style_Check_Max_Line_Length
348         after restoring Style_Max_Line_Length.
350 2019-08-13  Arnaud Charlet  <charlet@adacore.com>
352         * sem_ch13.adb (Check_Iterator_Functions): Protect against
353         cascaded errors.
355 2019-08-13  Ed Schonberg  <schonberg@adacore.com>
357         * sem_ch8.adb (Analyze_Subprogram_Renaming): Do no suppress mode
358         conformance checks on child unit instance that is a compilation
359         unit.
361 2019-08-13  Gary Dismukes  <dismukes@adacore.com>
363         * exp_dbug.adb (Fully_Qualify_Name): Add full name qualification
364         for the E_Exception case.
366 2019-08-13  Gary Dismukes  <dismukes@adacore.com>
368         * exp_aggr.adb (Aggr_Size_OK): Compute the aggregate size using
369         universal arithmetic, to avoid situations where the size
370         computation overflows.
372 2019-08-13  Justin Squirek  <squirek@adacore.com>
374         * repinfo.adb (List_Scalar_Storage_Order): Modify conditionals
375         for displaying ordering to always be triggered when -gnatR4 is
376         in effect.
378 2019-08-13  Justin Squirek  <squirek@adacore.com>
380         * aspects.adb, aspects.ads: Register new aspect.
381         * par-prag.adb (Prag): Register new pragma
382         * sem_ch13.adb (Analyze_Aspect_Specifications): Add processing
383         for new aspect similar to Aspect_Max_Entry_Queue_Length.
384         * sem_prag.adb, sem_prag.ads (Analyze_Pragma): Register new
385         pragma and set it to use the same processing as
386         Pragma_Max_Queue_Length.
387         * snames.ads-tmpl: Move definition of
388         Name_Max_Entry_Queue_Length so that it can be processed as a
389         pragma in addition to a restriction and add an entry for the
390         pragma itself.
392 2019-08-13  Yannick Moy  <moy@adacore.com>
394         * sem_ch4.adb (Analyze_Allocator): Do not insert subtype
395         declaration for allocator inside a spec expression.
397 2019-08-13  Yannick Moy  <moy@adacore.com>
399         * sem_res.adb (Resolve_Call): Do not inline calls inside record
400         types.
402 2019-08-13  Eric Botcazou  <ebotcazou@adacore.com>
404         * sem_ch4.adb (Analyze_One_Call): Remove bypass for type
405         mismatch in nested instantiations.
406         * sem_ch8.adb (Find_Nearer_Entity): New function.
407         (Find_Renamed_Entity): Use it to disambiguate the candidates for
408         the renaming generated for an instantiation when it is
409         ambiguous.
411 2019-08-13  Eric Botcazou  <ebotcazou@adacore.com>
413         * gnat1drv.adb (Adjust_Global_Switches): Do not set
414         Back_End_Inlining in ASIS mode either.
416 2019-08-13  Olivier Hainque  <hainque@adacore.com>
418         * libgnat/s-win32.ads: Define size_t and fix the MapViewOfFile
419         binding to use it instead of DWORD for the dwNumberOfBytesToMap
420         argument.
421         * libgnat/g-sercom__mingw.adb (Read): State which definition of
422         size_t to fetch in call to Last_Index.
424 2019-08-13  Arnaud Charlet  <charlet@adacore.com>
426         * gcc-interface/Make-lang.in: Remove unused TRACE variable. Pass
427         LN_S to relevant gnatlib targets.
428         * gcc-interface/Makefile.in: Systematically pass LN_S to
429         relevant gnatlib targets.
431 2019-08-13  Yannick Moy  <moy@adacore.com>
433         * sem_dim.adb (Analyze_Dimension,
434         Analyze_Dimension_Array_Aggregate, Analyze_Dimension_Call,
435         Analyze_Dimension_Extension_Or_Record_Aggregate): Return
436         immediately when inside an inlined body.
437         * sem_res.adb (Resolve_Call): Remove special checking now done
438         inside Analyze_Dimension_Call.
440 2019-08-13  Justin Squirek  <squirek@adacore.com>
442         * exp_ch4.adb (Expand_N_Allocator): Add condition to detect
443         library-level object declarations
445 2019-08-13  Eric Botcazou  <ebotcazou@adacore.com>
447         * doc/gnat_ugn/building_executable_programs_with_gnat.rst
448         (-gnateT): Document Double_Float_Alignment parameter and fix
449         description of Double_Scalar_Alignment parameter.
450         * gnat_ugn.texi: Regenerate.
452 2019-08-13  Eric Botcazou  <ebotcazou@adacore.com>
454         * exp_ch6.adb (Expand_Call_Helper): If back-end inlining is
455         enabled, also instantiate the body of a generic unit containing
456         a subprogram subject to aspect/pragma Inline_Always at
457         optimization level zero.
458         * sem_ch12.adb (Might_Inline_Subp): Minor tweak.
459         (Analyze_Package_Instantiation): Do not instantiate the package
460         body because of inlining considerations if the instantiation is
461         done in a generic unit.  Move around similar condition involving
462         the main unit.  Add test on Back_End_Inlining to processing for
463         front-end inlining.
465 2019-08-13  Javier Miranda  <miranda@adacore.com>
467         * exp_disp.adb (Make_Secondary_DT): Handle record type
468         derivations that have interface components located at fixed
469         positions and interface components located at variable offset.
470         The offset of components located at fixed positions is computed
471         using the dummy object (similar to the case where all the
472         interface components are located at fixed positions).
473         (Make_DT): Build the dummy object for all tagged types that
474         implement interface types (that is, build it also for types with
475         variable size components), and use the dummy object to compute
476         the offset of all tag components located at fixed positions when
477         initializing the Interface_Table object.
479 2019-08-13  Justin Squirek  <squirek@adacore.com>
481         * gnatcmd.adb (GNATCmd): Add constant for new compiler switch
482         --help-ada, and include usage subprogram. Add line to usage help
483         explaining the new flag.
484         (GNATCmd_Usage): Rename from locally declared Usage so as not to
485         confuse with the newly imported version. Add new argument case
486         for --help-ada and add bug report email to implicit display of
487         help without the --help flag so as to unify output between the
488         two cases.
490 2019-08-13  Dmitriy Anisimkov  <anisimko@adacore.com>
492         * libgnat/g-comlin.adb (Getopt): Quote unrecognized switch in
493         Invalid_Switch exception message.
495 2019-08-13  Yannick Moy  <moy@adacore.com>
497         * sem_util.adb (Traverse_More_Func): Take into account
498         Loop_Actions inside N_Iterated_Component_Association nodes.
499         * sinfo.ads: Document correctly Loop_Actions as a field of nodes
500         of kind N_Iterated_Component_Association.
502 2019-08-13  Claire Dross  <dross@adacore.com>
504         * libgnat/a-cfinve.adb, libgnat/a-cofove.adb (Find_Index,
505         Reverse_Find_Index): Use bigger type to avoid range check
506         failure at the last loop iteration.
508 2019-08-12  Dmitriy Anisimkov  <anisimko@adacore.com>
510         * libgnat/g-socket.adb (Is_IPv6_Address): Check that no less
511         then 2 colons in IPv6 numeric address.
513 2019-08-12  Dmitriy Anisimkov  <anisimko@adacore.com>
515         * libgnat/g-comlin.ads, libgnat/g-comlin.adb (Getopt): Add
516         parameter Quiet. Need to do not output error messages to
517         console. Invalid_Switch exception generation surrounded by an
518         error message.
520 2019-08-12  Ed Schonberg  <schonberg@adacore.com>
522         * exp_ch6.adb (Expand_Actuals. Add_Call_By_Copy_Code): Add code
523         to generate proper checks when an actual for an in-out or out
524         parameter has a non-null access type.  No constraints are
525         applied to an inbound access parameter, but on exit a not-null
526         check must be performed if the type of the actual requires it.
528 2019-08-12  Ed Schonberg  <schonberg@adacore.com>
530         * sem_util.adb (Is_Expaned_Priority_Attribute): Check whether
531         call comes from a rewritten attribute before comparing name with
532         Get_Ceiling run-time subprogram.
534 2019-08-12  Eric Botcazou  <ebotcazou@adacore.com>
536         * exp_util.ads (Component_May_Be_Bit_Aligned): Small comment
537         tweaks.
538         (Possible_Bit_Aligned_Component): Likewise.
539         (Type_May_Have_Bit_Aligned_Components): Likewise.
540         * exp_util.adb (Component_May_Be_Bit_Aligned): Likewise.
541         (Possible_Bit_Aligned_Component): Likewise.
542         (Type_May_Have_Bit_Aligned_Components): Likewise.
544 2019-08-12  Eric Botcazou  <ebotcazou@adacore.com>
546         * exp_ch4.adb (Expand_N_Op_Eq): Expand the array equality if
547         either operand is a possibly unaligned slice.
548         * exp_ch6.adb (Expand_Simple_Function_Return): Do not generate a
549         copy for a possibly unaligned object if it is represented as a
550         scalar.
551         * exp_util.adb (Is_Possibly_Unaligned_Slice): Do not always
552         return false if the target doesn't have strict alignment.
554 2019-08-12  Bob Duff  <duff@adacore.com>
556         * sem_ch12.adb (Instantiate_Package_Body): Remove suppression of
557         checks in instances of internal units.
558         * sem_ch6.adb (Analyze_Function_Return): Do not generate a
559         constraint check on an extended_return_statement if the subtype
560         of the return object in the statement is identical to the return
561         subtype of the function.
563 2019-08-12  Bob Duff  <duff@adacore.com>
565         * libgnat/a-cbmutr.adb (Is_Reachable): Declare Idx to be of the
566         base subtype.  Clearly it makes no sense to loop "while Idx >=
567         0", if Idx is of a nonnegative subtype.
569 2019-08-12  Bob Duff  <duff@adacore.com>
571         * libgnat/a-tifiio.adb (Put_Scaled): Prevent AA from being
572         negative, since Field is range 0 .. something.
574 2019-08-12  Bob Duff  <duff@adacore.com>
576         * doc/gnat_ugn/gnat_utility_programs.rst (gnatmetric, gnatpp,
577         gnatstub): Remove documentation for Ada language version
578         switches, and note that they are no longer needed.
580 2019-08-12  Gary Dismukes  <dismukes@adacore.com>
582         * sem_ch5.adb (Prepare_Param_Spec_Loop): Set the parents of the
583         copied low and high bounds in the case where the loop range is
584         given by a discrete_subtype_indication, to prevent hanging (or
585         Assert_Failure) in Insert_Actions.
587 2019-08-12  Ed Schonberg  <schonberg@adacore.com>
589         * sem_ch6.adb (heck_Untagged_Equality): Verify that user-defined
590         equality has the same profile as the predefined equality before
591         applying legality rule in RM 4.5.2 (9.8).
593 2019-08-12  Bob Duff  <duff@adacore.com>
595         * libgnat/a-except.ads: Update obsolete comment, still making
596         clear that this is a variant.  Add explicit default for Id
597         component of Exception_Occurrence, because that value is used.
598         Define Null_Occurrence less redundantly.
599         * libgnat/a-einuoc.adb: Minor simplification of code.
601 2019-08-12  Justin Squirek  <squirek@adacore.com>
603         * libgnat/a-dhfina.adb, libgnat/a-dhfina.ads (Is_Simple_Name,
604         Is_Root_Directory, Is_Parent_Directory,
605         Is_Current_Directory_Name, Is_Relative_Name, Initial_Directory,
606         Relative_Name, Compose): Add implementation and documentation.
607         * libgnat/a-direct.adb (Containing_Directory): Modify routine to
608         use routines from Ada.Directories.Hierarchical_File_Names and
609         remove incorrect special case for parent directories.
610         (Fetch_Next_Entry): Add check for current directory and parent
611         directory and ignore them under certain circumstances.
612         (Simple_Nmae): Add check for null result from
613         Simple_Name_Internal and raise Name_Error.
614         (Simple_Name_Internal): Add explicit check for root directories,
615         sanitize trailing directory separators, and modify behavior so
616         that current and parent directories are considered valid
617         results.
618         * Makefile.rtl: Add entry to GNATRTL_NONTASKING_OBJS.
620 2019-08-12  Eric Botcazou  <ebotcazou@adacore.com>
622         * freeze.adb (Freeze_Entity): Give the same error for an
623         Object_Size clause on a variable-sized type as for a Size
624         clause.
626 2019-08-12  Gary Dismukes  <dismukes@adacore.com>
628         * sem_prag.adb (Analyze_Pragma, Pragma_Suppress_Initialization):
629         For private types, set the Suppress_Initialization flag on the
630         Full_View of the entity rather than the entity's base type.
632 2019-08-12  Yannick Moy  <moy@adacore.com>
634         * aspects.adb, aspects.ads (Aspect_No_Caching): New aspect.
635         * contracts.adb, contracts.ads (Add_Contract_Item): Add handling
636         of No_Caching.
637         (Analyze_Object_Contract): Add handling of No_Caching.
638         * einfo.adb, einfo.ads
639         (Get_Pragma): Add handling of No_Caching.
640         * doc/gnat_rm/implementation_defined_aspects.rst,
641         doc/gnat_rm/implementation_defined_pragmas.rst: Document new
642         aspect/pragma.
643         * gnat_rm.texi: Regenerate.
644         * par-prag.adb (Prag): New pragma Pragma_No_Caching.
645         * sem_ch13.adb (Analyze_Aspect_Specifications,
646         Check_Aspect_At_Freeze_Point): Add handling of No_Caching.
647         * sem_prag.adb (Analyze_Pragma): Deal with pragma No_Caching.
648         * sem_prag.ads (Analyze_External_Property_In_Decl_Part): Now
649         applies to No_Caching.
650         * sem_util.adb, sem_util.ads (Is_Effectively_Volatile): Add
651         handling of No_Caching.
652         (No_Caching_Enabled): New query function.
653         * snames.ads-tmpl: New names for pragma.
655 2019-08-12  Yannick Moy  <moy@adacore.com>
657         * sem_util.adb, sem_util.ads (Traverse_More_Func,
658         Traverse_More_Proc): Add formal parameter for Itypes traversal.
660 2019-08-12  Yannick Moy  <moy@adacore.com>
662         * exp_attr.adb, exp_attr.ads (Expand_Size_Attribute): New
663         procedure to share part of the attribute expansion with
664         GNATprove mode.
665         (Expand_N_Attribute_Reference): Extract part of the
666         Size/Object_Size expansion in the new procedure
667         Expand_Size_Attribute.
668         * exp_spark.adb (Expand_SPARK_N_Attribute_Reference): Expand
669         Size/Object_Size attributes using the new procedure
670         Expand_Size_Attribute.
672 2019-08-12  Yannick Moy  <moy@adacore.com>
674         * exp_spark.adb (Expand_SPARK_N_Attribute_Reference): Only
675         expand Enum_Rep attribute when its parameter is a literal.
677 2019-08-12  Justin Squirek  <squirek@adacore.com>
679         * sem_eval.adb (Check_Non_Static_Context): Add a condition to
680         determine if a range violation constitues a warning or an error.
681         (Out_Of_Range): Add a condition to determine if a range
682         violation constitues a warning or an error.
684 2019-08-12  Eric Botcazou  <ebotcazou@adacore.com>
686         * exp_ch4.adb (Real_Range_Check): Do not rewrite the conversion
687         node but its expression instead, after having fetched its
688         current value.  Clear the Do_Range_Check flag on entry.  Return
689         early for a rewritten float-to-float conversion.  Remove
690         redundant local variable.  Suppress all checks when inserting
691         the temporary and do not reanalyze the node.
693 2019-08-12  Eric Botcazou  <ebotcazou@adacore.com>
695         * sprint.ads: Minor comment tweak.
697 2019-08-12  Eric Botcazou  <ebotcazou@adacore.com>
699         * checks.adb (Insert_Valid_Check): Do not retrieve the
700         Do_Range_Check flag from the Original_Node but from the
701         Validated_Object.  Remove useless bypass for floating-point
702         types.
704 2019-08-12  Yannick Moy  <moy@adacore.com>
706         * sem_util.adb, sem_util.ads (Traverse_More_Func,
707         Traverse_More_Proc): New traversal subprograms.
709 2019-08-12  Jerome Lambourg  <lambourg@adacore.com>
711         * libgnarl/s-taprop__vxworks.adb (Abort_Handler): Only call
712         s-tpopsp.Self when actually needed.
714 2019-08-12  Eric Botcazou  <ebotcazou@adacore.com>
716         * exp_ch4.adb (Discrete_Range_Check): Return if checks are
717         suppressed.
719 2019-08-12  Eric Botcazou  <ebotcazou@adacore.com>
721         * sem_res.adb: Add with & use clause for Sem_Mech and
722         alphabetize.
723         (Resolve_Actuals): Do not apply a scalar range check for the
724         source of a conversion whose result is passed by reference to a
725         valued procedure.
727 2019-08-12  Eric Botcazou  <ebotcazou@adacore.com>
729         * checks.adb (Insert_Valid_Check): Reset the Do_Range_Check flag
730         on the validated object.
731         * exp_ch6.adb (Add_Call_By_Copy_Code): Reset the Do_Range_Check
732         flag on the actual here, as well as on the Expression if the
733         actual is a N_Type_Conversion node.
734         (Add_Validation_Call_By_Copy_Code): Generate the incoming range
735         check if needed and reset the Do_Range_Check flag on the
736         Expression if the actual is a N_Type_Conversion node.
737         (Expand_Actuals): Do not reset the Do_Range_Check flag here.
738         Generate the incoming range check for In parameters here instead
739         of...
740         (Expand_Call_Helper): ...here.  Remove redudant condition.
741         * sem_res.adb (Resolve_Actuals): Use local variable A_Typ and
742         remove obsolete comments.
743         (Resolve_Type_Conversion): Do not force the Do_Range_Check flag
744         on the operand if range checks are suppressed.
746 2019-08-12  Eric Botcazou  <ebotcazou@adacore.com>
748         * checks.adb (Activate_Range_Check): Remove redundant argument.
749         (Generate_Range_Check): Likewise.
750         (Apply_Float_Conversion_Check): Reset the Do_Range_Check flag on
751         entry and remove redundant condition.
753 2019-08-02  Alexandre Oliva  <oliva@adacore.com>
755         * libgnat/a-exexpr.adb (Begin_Handler_v1, End_Handler_v1): New.
756         (Claimed_Cleanup): New.
757         (Begin_Handler, End_Handler): Document.
758         * gcc-interface/trans.c (gigi): Switch to exception handler
759         ABI #1.
760         (Exception_Handler_to_gnu_gcc): Save the original cleanup
761         returned by begin handler, pass it to end handler, and use
762         EH_ELSE_EXPR to pass a propagating exception to end handler.
763         (gnat_to_gnu): Leave the exception pointer alone for reraise.
764         (add_cleanup): Handle EH_ELSE_EXPR, require it by itself.
766 2019-07-23  Ed Schonberg  <schonberg@adacore.com>
768         * sem_ch13.adb (Check_Aspect_At_End_Of_Declarations,
769         Freeze_Entity_Checks): Include Aspect_CPU with other aspects
770         whose expresssion may depend on a discriminant, and thus require
771         that components of the type be made visible.
773 2019-07-23  Eric Botcazou  <ebotcazou@adacore.com>
775         * checks.adb (Convert_And_Check_Range): Add Suppress parameter
776         and pass it in the call to Insert_Actions.  Rename local
777         variable.
778         (Generate_Range_Check): Minor comment fixes.  Pass Range_Check
779         in the first call to Convert_And_Check_Range and All_Checks in
780         the second call.
781         * exp_ch4.adb (Expand_N_Type_Conversion): Reset the
782         Do_Overflow_Check flag in the float-to-float case too if there
783         is also a range check.
785 2019-07-23  Eric Botcazou  <ebotcazou@adacore.com>
787         * checks.adb (Activate_Overflow_Check): Remove redundant
788         argument.
789         * exp_ch4.adb (Discrete_Range_Check): Reset the overflow flag.
790         (Expand_N_Type_Conversion): Do not reset it here.
792 2019-07-23  Eric Botcazou  <ebotcazou@adacore.com>
794         * repinfo.adb (List_Component_Layout): Pass Decimal to UI_Write.
795         (Write_Val): Likewise.
797 2019-07-23  Ed Schonberg  <schonberg@adacore.com>
799         * aspects.ads: New table Operational_Aspect, used to distinguish
800         between aspects that are view-specific, such as those related to
801         iterators, and representation aspects that apply to all views of
802         a type.
803         * aspects.adb (Find_Aspect): If the aspect being sought is
804         operational, do not ecamine the full view of a private type to
805         retrieve it.
806         * sem_ch5.adb (Analyze_Iterator_Specification): Improve error
807         message when the intended domain of iteration does not implement
808         the required iterator aspects.
810 2019-07-23  Yannick Moy  <moy@adacore.com>
812         * sem_spark.ads (Is_Local_Context): New function.
813         * sem_spark.adb (Check_Declaration): Issue errors on violations
814         of SPARK RM 3.10(4)
815         (Process_Path): Do not issue error on borrow/observe during
816         elaboration, as these are caught by the new rule.
818 2019-07-23  Yannick Moy  <moy@adacore.com>
820         * exp_ch7.adb (Create_Finalizer): Force finalizer not to be
821         Ghost enabled.
822         * exp_dbug.adb (Get_External_Name): Explain special case of
823         Ghost finalizer.
825 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
827         * repinfo.adb (List_Entities): Also list compiled-generated
828         types present as Etype of objects.
830 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
832         * sinfo.ads: Update the documentation about the
833         Do_Division_Check, Do_Overflow_Check and Do_Range_Check flags.
835 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
837         * exp_ch4.adb (Expand_N_Type_Conversion): Beef up comment.
838         (Fixup_Universal_Fixed_Operation): Set the base type instead of
839         the type of the enclosing type conversion on the operation.
841 2019-07-22  Ed Schonberg  <schonberg@adacore.com>
843         * exp_ch4.adb (Expand_N_In): Do not suggest the use of attribute
844         'Valid as a replacement for a range check on a discrete type
845         when the bounds of the range are given by type conversions,
846         because in such a case there are distinct types involved and the
847         subbested attribute replacement would be misplaced.
849 2019-07-22  Yannick Moy  <moy@adacore.com>
851         * sem_spark.adb (Get_Root_Object, Is_Path_Expression,
852         Is_Subpath_Expression): Add parameter Is_Traversal to adapt
853         these functions to the case of paths returned from a traversal
854         function.
855         (Read_Indexes): Handle the case of an if-expression or
856         case-expression.
857         (Check_Statement): Check Emit_Messages only when issuing an
858         error message. This is important as Emit_Messages may store the
859         information that an error was detected.
861 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
863         * checks.adb (Apply_Type_Conversion_Checks): Do not set
864         Do_Range_Check flag on conversions from fixed-point types
865         either.
866         * exp_attr.adb: Add use and with clause for Expander.
867         (Expand_N_Attribute_Reference) <Fixed_Value, Integer_Value>: Set
868         the Conversion_OK flag and do not generate overflow/range checks
869         manually.
870         * exp_ch4.adb (Expand_N_Qualified_Expression): Remove
871         superfluous clearing of Do_Range_Check flag.
872         (Discrete_Range_Check): New procedure to generate a range check
873         for discrete types.
874         (Real_Range_Check): Remove redundant local variable and adjust.
875         Remove useless shortcut.  Clear Do_Range_Check flag on all
876         paths.
877         (Expand_N_Type_Conversion): Remove redundant test on
878         Conversion_OK.  Call Discrete_Range_Check to generate range
879         checks on discrete types.  Remove obsolete code for
880         float-to-integer conversions.  Add code to generate range checks
881         for conversions involving fixed-point types.
883 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
885         * sprint.ads: Fix pasto in comment.
887 2019-07-22  Javier Miranda  <miranda@adacore.com>
889         * sem_res.adb (Resolve_Actuals): Replace code that displaces the
890         pointer to an allocated object to reference its secondary
891         dispatch table by a type conversion (which takes care of
892         handling all cases).
894 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
896         * sprint.adb (Sprint_Node_Actual)
897         <N_Decimal_Fixed_Point_Definition>: Swap a couple of spaces.
898         (Write_Itype): Minor consistency fixes throughout.  Add support
899         for printing ordinary and decimal fixed-point types and
900         subtypes.
902 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
904         * exp_attr.adb (Expand_Loop_Entry_Attribute): Beef up comment.
906 2019-07-22  Ed Schonberg  <schonberg@adacore.com>
908         * libgnat/s-valboo.ads, libgnat/s-valcha.ads,
909         libgnat/s-valdec.ads, libgnat/s-valenu.ads,
910         libgnat/s-valint.ads, libgnat/s-vallld.ads,
911         libgnat/s-vallli.ads, libgnat/s-valllu.ads,
912         libgnat/s-valrea.ads, libgnat/s-valuns.ads,
913         libgnat/s-valwch.ads: Change categorization of packages that
914         implement attribute 'Value from Pure to Preelaborate, to prevent
915         undesirable optimizations when the evaluation of the attribute
916         raises Constraint_Error, but subsequent use of the result of
917         this evsaluation is removed by a subsequent optimization.
919 2019-07-22  Ed Schonberg  <schonberg@adacore.com>
921         * sem_warn.adb (Check_References): Do not emit s warning on a
922         referenced entity with no explicit assignment if the type of the
923         entity has Preelaborable_Initialixation, such as
924         Exception_Occurrence.
926 2019-07-22  Javier Miranda  <miranda@adacore.com>
928         * exp_ch4.adb (Size_In_Storage_Elements): Improve the expansion
929         to handle array indexes that are modular type.
930         (Expand_N_Allocator): For 32-bit targets improve the generation
931         of the runtime check associated with large arrays supporting
932         arrays initialized with a qualified expression.
933         * libgnat/s-imenne.adb (Image_Enumeration_8,
934         Image_Enumeration_16, Image_Enumeration_32): Define the index of
935         Index_Table with range Natural'First .. Names'Length since in
936         the worst case all the literals of the enumeration type would be
937         single letter literals and the Table built by the frontend would
938         have as many components as the length of the names string. As a
939         result of this enhancement, the internal tables declared using
940         Index_Table have a length closer to the real needs, thus
941         avoiding the declaration of large arrays on 32-bit CCG targets.
943 2019-07-22  Yannick Moy  <moy@adacore.com>
945         * sem_ch3.adb (Constrain_Access): Issue a message about ignored
946         constraint.
948 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
950         * sem_ch8.adb (End_Use_Type): Reset the In_Use flag on the
951         class-wide type if the type is tagged.
952         (Use_One_Type): Add commentary on the handling of the class-wide
953         type.
955 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
957         * einfo.ads (Is_For_Access_Subtype): Delete.
958         (Set_Is_For_Access_Subtype): Likewise.
959         * einfo.adb (Is_For_Access_Subtype): Likewise.
960         (Set_Is_For_Access_Subtype): Likewise.
961         (Write_Entity_Flags): Do not write Is_For_Access_Subtype.
962         * exp_ch4.adb (Expand_N_Selected_Component): Do not deal with
963         it.
964         * exp_spark.adb (Expand_SPARK_N_Selected_Component): Likewise.
965         * sem_ch4.adb (Analyze_Explicit_Dereference): Likewise.
966         * sem_ch3.adb (Build_Discriminated_Subtype): Do not build a
967         special private subtype for access-to-record subtypes.
969 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
971         * sem_ch3.adb (Complete_Private_Subtype): Rework the setting of
972         the Etype of the full view for full base types that cannot
973         contain any discriminant.  Remove code and comment about it in
974         the main path.
976 2019-07-22  Ed Schonberg  <schonberg@adacore.com>
978         * sem_ch3.adb (Convert_Bound): Subsidiary of
979         Floating_Point_Type_Declaration, to handle properly range
980         specifications with bounds that may include static constants of
981         a given type rather than real literals.
983 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
985         * sem_aggr.adb (Rewrite_Bound): Be prepared for discriminals
986         too.
987         (Rewrite_Range;): Minor tweak.
988         (Resolve_Record_Aggregate): For a component with default
989         initialization whose expression is an array aggregate, also
990         rewrite the bounds of the component associations, if any.
992 2019-07-22  Gary Dismukes  <dismukes@adacore.com>
994         * exp_ch5.adb (Expand_N_Case_Statement): In the case where a
995         case statement is rewritten as an equivalent if statement,
996         inherit the From_Condition_Expression flag from the case
997         statement.
999 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
1001         * sem_ch8.adb (Check_Constrained_Object): Further extend the
1002         special optimization to all limited types.
1004 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
1006         * exp_attr.adb (Expand_N_Attribute_Reference)
1007         <Attribute_Enum_Val>: Set No_Truncation on the
1008         N_Unchecked_Type_Conversion built around the argument passed to
1009         the attribute.
1011 2019-07-22  Nicolas Roche  <roche@adacore.com>
1013         * libgnat/s-valrea.adb (Scan_Real): Ignore non significative
1014         digits to avoid converging to infinity in some cases.
1016 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
1018         * libgnat/g-encstr.adb (Encode_Wide_String): Fix oversight.
1019         (Encode_Wide_Wide_String): Likewise.
1021 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
1023         * sem_warn.adb (Find_Var): Bail out for a function call with an
1024         Out or In/Out parameter.
1026 2019-07-22  Nicolas Roche  <roche@adacore.com>
1028         * terminals.c (__gnat_tty_waitpid): Support both blocking and
1029         not blocking mode.
1030         * libgnat/g-exptty.ads (Is_Process_Running): New function.
1031         * libgnat/g-exptty.adb (Close): Don't try to interrupt/terminate
1032         a process if it is already dead.
1034 2019-07-22  Ed Schonberg  <schonberg@adacore.com>
1036         * freeze.adb (Freeze_Fixed_Point_Type): When freezing a
1037         fixed-point subtype, check whether the parent type declarastion
1038         includes an aspect specification for the 'Small type attribute,
1039         and inherit the specified value.
1041 2019-07-22  Javier Miranda  <miranda@adacore.com>
1043         * freeze.adb (Freeze_Subprogram): Check that C++ constructors
1044         must have external or link name.
1046 2019-07-22  Ed Schonberg  <schonberg@adacore.com>
1048         * sem_res.adb (Resolve_Selected_Component): If the prefix has a
1049         deferred reference, generate the correct reference now, to
1050         indicate that the previous assignment is used.  This prevents
1051         spurious warnings on useless assignments when compiling with all
1052         warnings enabled. when there is a subsequent call in the same
1053         stqtement list, in which the prefix of the selected component is
1054         the actual for an out parameter.
1056 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
1058         * exp_attr.adb (Expand_Loop_Entry_Attribute): Copy the condition
1059         of a while loop instead of simply relocating it.
1061 2019-07-18  Arnaud Charlet  <charlet@adacore.com>
1063         * Makefile.rtl, expect.c, env.c, aux-io.c, mkdir.c, initialize.c,
1064         cstreams.c, raise.c, tracebak.c, adadecode.c, init.c, raise-gcc.c,
1065         argv.c, adaint.c, adaint.h, ctrl_c.c, sysdep.c, rtinit.c, cio.c,
1066         seh_init.c, exit.c, targext.c: Introduce a "STANDALONE" mode where C
1067         runtime files do not have any dependency on GCC include files.
1068         Remove unnecessary includes.
1069         Remove remaining references to VMS in runtime C file.
1070         * runtime.h: new File.
1072 2019-07-13  Andreas Schwab  <schwab@linux-m68k.org>
1074         * Makefile.rtl: Use g-sercom__linux.adb for all linuxes.
1076 2019-07-11  Piotr Trojanek  <trojanek@adacore.com>
1078         * lib-writ.adb (Ensure_System_Dependency,
1079         Up_To_Date_ALI_File_Exists, Write_ALI): Replace low-level access
1080         to table with a high-level query.
1082 2019-07-11  Piotr Trojanek  <trojanek@adacore.com>
1084         * checks.adb: Fix typo in comment.
1085         * sem.adb (Semantics): Avoid repeated calls to
1086         In_Extended_Main_Source_Unit by reusing an already-cached
1087         result.
1088         * sem_util.adb (First_Global): Fix style.
1090 2019-07-11  Yannick Moy  <moy@adacore.com>
1092         * sem_res.adb (Resolve_Call): Do not perform dimensionality
1093         checking on inlined bodies.
1095 2019-07-11  Yannick Moy  <moy@adacore.com>
1097         * debug.adb: Flip meaning of debug switch -gnatdF.
1099 2019-07-11  Yannick Moy  <moy@adacore.com>
1101         * sem_eval.adb (Is_Same_Value): Add special case for rewritten
1102         Loop_Entry attribute.
1104 2019-07-11  Claire Dross  <dross@adacore.com>
1106         * gnat1drv.adb: SPARK checking rules for pointer aliasing are
1107         moved to GNATprove backend.
1108         * sem_spark.ads, sem_spark.adb (Sem_SPARK): Is now a generic
1109         unit. Takes as parameters:
1110          - Retysp which is used to query the most underlying type
1111            visible in SPARK. We do not introduce aliasing checks for
1112            types which are not visibly deep.
1113          - Component_Is_Visible_In_SPARK is used to avoid doing pointer
1114            aliasing checks on components which are not visible in SPARK.
1115          - Emit_Messages returns True in the second phase of SPARK
1116            analysis. Error messages for failed aliasing checks are only
1117            output in this case.
1118         Additionally, errors on constructs not supported in SPARK are
1119         removed as duplicates of marking errors. Components are stored
1120         in the permission map using their original component to avoid
1121         inconsistencies between components of different views of the
1122         same type.
1123         (Check_Expression): Handle delta constraints.
1124         (Is_Deep): Exported so that we can check for SPARK restrictions
1125         on deep types inside SPARK semantic checkings.
1126         (Is_Traversal_Function): Exported so that we can check for SPARK
1127         restrictions on traversal functions inside SPARK semantic
1128         checkings.
1129         (Check_Call_Statement, Read_Indexes): Check wether we are
1130         dealing with a subprogram pointer type before querying called
1131         entity.
1132         (Is_Subpath_Expression): Image attribute can appear inside a
1133         path.
1134         (Check_Loop_Statement): Correct order of statements in the loop.
1135         (Check_Node): Ignore raise nodes.
1136         (Check_Statement): Use Last_Non_Pragma to get the object
1137         declaration in an extended return statement.
1139 2019-07-11  Patrick Bernardi  <bernardi@adacore.com>
1141         * bindgen.adb (Gen_Main): Do not generate a reference to
1142         Ada_Main_Program_Name when the Minimal_Binder flag is set.
1143         (Gen_Output_File_Ada): Do not output GNAT_Version and
1144         Ada_Main_Program_Name info if Minimal_Binder flag is set.
1145         * bindusg.adb: Add documentation for new -minimal switch.
1146         * gnatbind.adb (Scan_Bind_Arg): Scan -minimal switch.
1147         * opt.ads: Add new global flag Minimal_Binder to indicate if the
1148         binder should not produce global variables.
1149         * doc/gnat_ugn/building_executable_programs_with_gnat.rst:
1150         Update documentation with new binder -minimal switch.
1151         * gnat_ugn.texi: Regenerate.
1153 2019-07-11  Eric Botcazou  <ebotcazou@adacore.com>
1155         * Makefile.rtl: Add warning note about compilation flags and
1156         capitalize.
1158 2019-07-11  Ed Schonberg  <schonberg@adacore.com>
1160         * exp_ch9.adb (Expand_N_Protected_Type_Declaaration): New
1161         subsidiary routine Replace_Access_Definition, to handle properly
1162         a protected type PT one of whose private components is of type
1163         access PT.
1165 2019-07-11  Dmitriy Anisimkov  <anisimko@adacore.com>
1167         * libgnat/g-socket.ads (Level_Type): Add enumerators for
1168         IP_Protocol_For_ICMP, IP_Protocol_For_IGMP,
1169         IP_Protocol_For_RAW_Level.
1170         * libgnat/g-socket.adb (Levels): Handle them.
1171         * s-oscons-tmplt.c: Import socket protocols defined in
1172         netinet/in.h.
1174 2019-07-11  Claire Dross  <dross@adacore.com>
1176         * libgnat/a-cfhama.adb, libgnat/a-cfhase.adb (Free): Do not
1177         reset the Has_Element flag if no element is freed.
1179 2019-07-11  Arnaud Charlet  <charlet@adacore.com>
1181         * errno.c: Remove obsolete support for MaRTE OS.
1183 2019-07-11  Ed Schonberg  <schonberg@adacore.com>
1185         * exp_ch4.adb (Expand_N_Type_Conversion): If a predicate check
1186         is generated, analyze it with range check suppressed, because
1187         that check has been previously applied.
1188         * exp_ch5.adb (Expand_N_Assignment_Statement): If the RHS is a
1189         type conversion to the type of the LHS, do not apply a predicate
1190         check to the RHS because it will have been generated already
1191         during its expansion.
1192         * exp_ch6.adb (Can_Fold_Predicate_Call): Extend processing to
1193         handle a predicate check on a constant entity whose value is
1194         static.
1196 2019-07-11  Hristian Kirtchev  <kirtchev@adacore.com>
1198         * bindo.adb: Remove the documentation of switch -d_N because it
1199         is no longer in use.
1200         * bindo-graphs.ads, bindo-graphs.adb (Is_Spec_Before_Body_Edge):
1201         New routine.
1202         * bindo-writers.adb (Write_Dependency_Edge): Add the missing
1203         case of a spec-before-body edge.
1205 2019-07-11  Dmitriy Anisimkov  <anisimko@adacore.com>
1207         * libgnat/g-socket.ads (Mode_Type): Add a Socket_Raw enumerator.
1208         * libgnat/g-socket.adb (Modes): Handle Socket_Raw.
1210 2019-07-11  Justin Squirek  <squirek@adacore.com>
1212         * exp_ch9.adb (Build_Private_Protected_Declaration): Add
1213         exception for the moving of pragmas to internally generated
1214         specs for pragma Unreferenced.
1216 2019-07-11  Bob Duff  <duff@adacore.com>
1218         * doc/gnat_ugn/gnat_utility_programs.rst: Fix inconsistent
1219         documentation for gnatmetric.
1220         * gnat_ugn.texi: Regenerate.
1222 2019-07-11  Bob Duff  <duff@adacore.com>
1224         * doc/gnat_ugn/gnat_utility_programs.rst: Document gnatpp's
1225         --spaces-only switch.
1227 2019-07-11  Hristian Kirtchev  <kirtchev@adacore.com>
1229         * sem_util.adb (Null_Status): Assume that an erroneous construct
1230         has an undefined null status.
1232 2019-07-11  Hristian Kirtchev  <kirtchev@adacore.com>
1234         * checks.adb, exp_ch6.adb, gnat1drv.adb, sem_aux.adb,
1235         sem_ch2.adb, sem_ch8.adb, sem_res.adb: Minor reformatting.
1237 2019-07-11  Hristian Kirtchev  <kirtchev@adacore.com>
1239         * sem_ch8.adb (Analyze_Object_Renaming): Obtain the object being
1240         renamed using routine Get_Object_Name which takes care of
1241         various name forms.
1242         (Get_Object_Name): New routine.
1244 2019-07-11  Ed Schonberg  <schonberg@adacore.com>
1246         * exp_ch6.adb (Can_Fold_Predicate_Call): New function,
1247         subsidiary of Expand_Call_Helper, to compute statically a
1248         predicate check when the argument is a static integer.
1250 2019-07-11  Hristian Kirtchev  <kirtchev@adacore.com>
1252         * sem_res.adb (Resolve_Op_Not): Do not rewrite an equality
1253         operator into a function call when the operator is intrinsic.
1255 2019-07-11  Thomas Quinot  <quinot@adacore.com>
1257         * sem_prag.adb (Analyze_Pragma, case pragma Check): Do not call
1258         Set_SCO_Pragma_Enabled for the dynamic predicate case.
1260 2019-07-11  Hristian Kirtchev  <kirtchev@adacore.com>
1262         * exp_util.ads, exp_util.adb (Needs_Finalization): Move to
1263         Sem_Util.
1264         * sem_ch9.adb (Analyze_Protected_Definition): Code cleanup. Mark
1265         the protected type as having controlled components when it
1266         contains at least one such component.
1267         * sem_util.ads, sem_util.adb (Needs_Finalization): New
1268         function.
1270 2019-07-11  Eric Botcazou  <ebotcazou@adacore.com>
1272         * alloc.ads (Rep_JSON_Table_Initial): New constant.
1273         (Rep_JSON_Table_Increment): Likewise.
1274         * debug.adb: Document -gnatd_j switch.
1275         * gcc-interface/Make-lang.in (GNAT_ADA_OBJS): Add
1276         repinfo-input.o.
1277         * gnat1drv.adb: Add with clause for Repinfo.Input.
1278         Add with and use clauses for Sinput.
1279         (Read_JSON_Files_For_Repinfo): New procedure.
1280         (Gnat1drv1): Deal with -gnatd_j switch.
1281         * repinfo-input.ad[sb]: New unit.
1282         * snames.ads-tmpl (Name_Discriminant): New constant.
1283         (Name_Operands): Likewise.
1285 2019-07-11  Justin Squirek  <squirek@adacore.com>
1287         * checks.adb (Apply_Accessibility_Check): Add check for constant
1288         folded conditions on accessibility checks.
1290 2019-07-11  Arnaud Charlet  <charlet@adacore.com>
1292         * libgnarl/g-thread.ads, libgnarl/g-thread.adb (Get_Thread):
1293         Update comments. Add new version taking a Task_Id.
1295 2019-07-11  Hristian Kirtchev  <kirtchev@adacore.com>
1297         * bindo.adb: Update the section of switches and debugging
1298         elaboration issues.
1299         * bindo.ads: Add type Elaboration_Phase.
1300         * bindo-augmentors.adb: Add use clause for
1301         Bindo.Writers.Phase_Writers.
1302         (Augment_Library_Graph): Signal the start and end of the
1303         aubmentation phase.
1304         * bindo-builders.adb: Add with and use clause for Bindo.Writers.
1305         Add use clause for Bindo.Writers.Phase_Writers.
1306         (Build_Invocation_Graph): Signal the start and end of the
1307         invocation graph construction phase.
1308         (Build_Library_Graph): Signal the start and end of the library
1309         graph construction phase.
1310         * bindo-diagnostics.adb: Add use clause for
1311         Bindo.Writers.Phase_Writers.
1312         (Diagnose_Cycle): Signal the start and end of the cycle
1313         diagnostic phase.
1314         * bindo-elaborators.adb: Add use clause for
1315         Bindo.Writers.Phase_Writers.
1316         (Elaborate_Units): Signal the start and end of the unit
1317         elaboration phase.
1318         * bindo-graphs.adb: Add use clause for
1319         Bindo.Writers.Phase_Writers.
1320         (Find_Components): Signal the start and end of the component
1321         discovery phase.
1322         (Find_Cycles): Signal the start and end of the cycle discovery
1323         phase.
1324         * bindo-units.adb: Add with and use clause for Bindo.Writers.
1325         Add use clause for Bindo.Writers.Phase_Writers.
1326         (Collect_Elaborable_Units): Signal the start and end of the unit
1327         collection phase.
1328         * bindo-validators.adb: Add with and use clause for
1329         Bindo.Writers.  Add use clause for Bindo.Writers.Phase_Writers.
1330         (Validate_Cycles, Validate_Elaboration_Order,
1331         Validate_Invocation_Graph, Validate_Library_Graph): Signal the
1332         start and end of the libray graph validation phase.
1333         * bindo-writers.ads, bindo-writers.adb: Add new nested package
1334         Phase_Writers.
1335         * debug.adb: Update the documentation of switch d_S.
1337 2019-07-11  Yannick Moy  <moy@adacore.com>
1339         * sem_res.adb (Check_Argument_Order): Special case calls to
1340         operators.
1342 2019-07-10  Dmitriy Anisimkov  <anisimko@adacore.com>
1344         * libgnat/s-ststop.adb: Remove System.Strings.Stream_Ops
1345         dependence on System.Streams.Stream_IO.
1347 2019-07-10  Ed Schonberg  <schonberg@adacore.com>
1349         * sem_ch2.adb (Analyze_Integer_Literal): Preserve the type of
1350         the literal if prior analysis determined that its type is a
1351         modular integer type.
1353 2019-07-10  Doug Rupp  <rupp@adacore.com>
1355         * init.c: Do not attempt to re-arm guard page on x86_64-vx7(r2).
1357 2019-07-10  Ed Schonberg  <schonberg@adacore.com>
1359         * sem_ch8.adb (Check_Constrained_Object): A record that is
1360         limited because of the presence of a limited component is
1361         constrained, and no subtype indiciation needs to be created for
1362         it, just as is the case for declared limited records.
1364 2019-07-10  Yannick Moy  <moy@adacore.com>
1366         * sem_aux.adb, sem_aux.ads (Is_Protected_Operation): New
1367         function to determine if a subprogram is protected.
1368         * sem_spark.adb (Setup_Protected_Components): New procedure to
1369         add protected components to the environment.
1370         (Check_Callable_Body): Call the new Setup_Protected_Components.
1371         (Check_Package_Spec): Merge local environment with enclosing one
1372         when done.
1374 2019-07-10  Claire Dross  <dross@adacore.com>
1376         * sem_spark.adb (Check_Expression): Allow digits constraints as
1377         input.
1378         (Illegal_Global_Usage): Pass in the entity.
1379         (Is_Subpath_Expression): New function to allow different nodes
1380         as inner parts of a path expression.
1381         (Read_Indexes): Allow concatenation and aggregates with box
1382         expressions.  Allow attributes Update and Loop_Entry.
1383         (Check_Expression): Allow richer membership test.
1384         (Check_Node): Ignore bodies of generics.
1385         (Get_Root_Object): Allow concatenation and attributes.
1387 2019-07-10  Hristian Kirtchev  <kirtchev@adacore.com>
1389         * sem_ch6.adb (Check_Discriminant_Conformance): Use Find_Type to
1390         discover the type of a full view discriminant.
1392 2019-07-10  Arnaud Charlet  <charlet@adacore.com>
1394         * doc/gnat_ugn/gnat_and_program_execution.rst: Improve gnatmem's
1395         doc for the depth switch.
1397 2019-07-10  Bob Duff  <duff@adacore.com>
1399         * doc/gnat_ugn/gnat_utility_programs.rst: Document gnatpp's
1400         --source-line-breaks switch.
1402 2019-07-10  Justin Squirek  <squirek@adacore.com>
1404         * doc/gnat_rm/implementation_defined_attributes.rst: Add mention
1405         of 'Image attribute with 'Img's entry to mention additional
1406         added 2012 usage of Obj'Image.
1407         * doc/gnat_rm/implementation_defined_pragmas.rst: Correct
1408         mispelling of Async_Writers.
1409         * gnat_rm.texi: Regenerate.
1410         * sem_prag.adb (Analyze_Pragma): Correct mispelling of
1411         Async_Writers.
1412         * sem_util.adb (State_Has_Enabled_Property): Correct mispelling
1413         of Async_Writers.
1415 2019-07-10  Simon Buist  <buist@adacore.com>
1417         * sem_util.ads (Child_Prefix): New constant.
1418         * sem_util.adb (Unique_Name): Add a special prefix to child
1419         units that have a nested subprogram or package.
1421 2019-07-10  Arnaud Charlet  <charlet@adacore.com>
1423         * sfn_scan.adb (Scan_SFN_Pragmas): Add pragma Assert.
1425 2019-07-10  Hristian Kirtchev  <kirtchev@adacore.com>
1427         * sem_ch3.adb (Check_Nonoverridable_Aspects): Correct the
1428         spelling in certain error messages.
1429         (Check_Pragma_Implemented): Correct the spelling in certain
1430         error messages.
1432 2019-07-10  Eric Botcazou  <ebotcazou@adacore.com>
1434         * Makefile.rtl (GNATRTL_NONTASKING_OBJS): Add g-brapre.
1435         * libgnat/g-brapre.ads: New package specification.
1436         * doc/gnat_rm/the_gnat_library.rst: Document it.
1437         * gnat_rm.texi: Regenerate.
1439 2019-07-10  Yannick Moy  <moy@adacore.com>
1441         * osint-c.adb (Set_File_Name): Always add extension for multiple
1442         units per file mode.
1444 2019-07-10  Corentin Gay  <gay@adacore.com>
1446         * sysdep.c: Put include directive for 'vxWorks.h' before any
1447         other VxWorks headers.
1449 2019-07-10  Eric Botcazou  <ebotcazou@adacore.com>
1451         * doc/gnat_rm/implementation_defined_attributes.rst
1452         (Scalar_Storage_Order): Minor tweaks.  Add note about debuggers.
1453         * gnat_rm.texi: Regenerate.
1455 2019-07-10  Hristian Kirtchev  <kirtchev@adacore.com>
1457         * exp_ch4.adb (Expand_N_Case_Expression): Mark the generated
1458         assignments to the temporary result as being OK because the
1459         expansion of case expressions is correct by construction.
1460         (Is_Copy_Type): Update the predicate to match the comment
1461         within.
1463 2019-07-10  Hristian Kirtchev  <kirtchev@adacore.com>
1465         * bindo-graphs.adb, bindo.adb, debug.adb, exp_ch6.adb,
1466         sem_ch10.adb, sem_ch13.adb, sem_ch3.adb, sem_ch4.adb,
1467         sem_ch6.adb, sem_ch7.adb, sem_res.adb, sem_spark.adb,
1468         sem_util.adb, warnsw.ads: Minor reformatting.
1470 2019-07-10  Joffrey Huguet  <huguet@adacore.com>
1472         * libgnat/a-strbou.ads, libgnat/a-strfix.ads,
1473         libgnat/a-strunb.ads, libgnat/a-strunb__shared.ads: Add global
1474         contracts, contract cases, preconditions and postconditions to
1475         procedures and functions.
1477 2019-07-10  Doug Rupp  <rupp@adacore.com>
1479         * sysdep.c (__gnat_is_file_not_found_error): Reformulate to also
1480         work for vxworks7r2 SR0610.
1482 2019-07-10  Doug Rupp  <rupp@adacore.com>
1484         * env.c (__gnat_environ): Reformulate to also work for
1485         vxworks7r2 SR0610.
1487 2019-07-10  Patrick Bernardi  <bernardi@adacore.com>
1489         * Makefile.rtl: Handle vxworks7r2 ppc target
1491 2019-07-10  Hristian Kirtchev  <kirtchev@adacore.com>
1493         * bindo.adb: Update the section on switches.
1494         * bindo-graphs.adb
1495         (Add_Cycle, Add_Vertex_And_Complement): Remove.
1496         (Create): The graph no longer needs a set of recorded cycles
1497         because the cycles are not rediscovered in permuted forms.
1498         (Cycle_End_Vertices): New routine.
1499         (Destroy): The graph no longer needs a set of recorded cycles
1500         because the cycles are not rediscovered in permuted forms.
1501         (Destroy_Library_Graph_Vertex): Move to the library level.
1502         (Find_All_Cycles_Through_Vertex, Find_All_Cycles_With_Edge):
1503         Remove.
1504         (Find_Cycles_From_Successor, Find_Cycles_From_Vertex,
1505         Find_Cycles_In_Component, Has_Elaborate_All_Edge): New routines.
1506         (Insert_And_Sort): Remove.
1507         (Is_Elaborate_Body_Edge): Use predicate
1508         Is_Vertex_With_Elaborate_Body.
1509         (Is_Recorded_Cycle): Remove.
1510         (Is_Vertex_With_Elaborate_Body): New routine.
1511         (Normalize_And_Add_Cycle): Remove.
1512         (Precedence): Rename to xxx_Precedence, where xxx relates to the
1513         input.  These versions better reflect the desired input
1514         precedence.
1515         (Record_Cycle): New routine.
1516         (Remove_Vertex_And_Complement, Set_Is_Recorded_Cycle): Remove.
1517         (Trace_xxx): Update all versions to use debug switch -d_t.
1518         (Trace_Component): New routine.
1519         (Trace_Eol): Removed.
1520         (Trace_Vertex): Do not output the component as this information
1521         is already available when the component is traced.
1522         (Unvisit, Visit): New routine.
1523         * bindo-graphs.ads: Add new instance LGV_Lists.  Remove instance
1524         RC_Sets.  Update the structure of type Library_Graph_Attributes
1525         to remove the set of recorded cycles.
1526         (Destroy_Library_Graph_Vertex): Move to the library level.
1527         * bindo-writers.adb (Write_Component_Vertices): Output
1528         information about the number of vertices.
1529         * debug.adb: Document the use of binder switch -d_t.  Update the
1530         use of binder switch -d_T.
1532 2019-07-10  Yannick Moy  <moy@adacore.com>
1534         * sem_spark.adb (Get_Root_Object): Replace precondition by error
1535         message.
1536         (Read_Indexes): Replace precondition by error message.
1537         (Check_Callable_Body): Check only traversal function returns an
1538         anonymous access type.
1539         (Check_Expression): Issue error on unexpected expression as
1540         path.
1541         * sem_util.adb (First_Global): Fix access to global on
1542         entry/task.
1544 2019-07-10  Javier Miranda  <miranda@adacore.com>
1546         * exp_ch6.adb (Is_Class_Wide_Interface_Type): New subprogram.
1547         (Expand_Call_Helper): Handle non-limited views when we check if
1548         any formal is a class-wide interface type.
1549         * exp_disp.adb (Expand_Interface_Actuals): Handle non-limited
1550         views when we look for interface type formals to force "this"
1551         displacement.
1553 2019-07-10  Ed Schonberg  <schonberg@adacore.com>
1555         * sem_res.adb (Resolve_Equality_Op): Do not replace the resolved
1556         operator by its alias if expander is not active, because the
1557         operand type may not be frozen yet and its inherited operations
1558         have not yet been created.
1560 2019-07-10  Hristian Kirtchev  <kirtchev@adacore.com>
1562         * bindo-elaborators.adb (Elaborate_Units): Set attribute
1563         Elab_Position of all elaborated units.
1564         (Set_Unit_Elaboration_Positions): New routine.
1566 2019-07-10  Gary Dismukes  <dismukes@adacore.com>
1568         * exp_util.adb: Reformatting and a typo fix.
1570 2019-07-10  Yannick Moy  <moy@adacore.com>
1572         * exp_util.adb (Remove_Side_Effects): Prefer renamings for
1573         objects of possible owning type in GNATprove mode.
1575 2019-07-09  Ed Schonberg  <schonberg@adacore.com>
1577         * sem_ch3.adb (Analyze_Object_Declaration): If the object type
1578         is a composite type that has a dynamic predicate and, the
1579         expression in the declaration is an aggregate, the generated
1580         predicate check must appear after the expanded code for the
1581         aggregate, which will appear after the rewritten object
1582         declarastion.
1584 2019-07-09  Justin Squirek  <squirek@adacore.com>
1586         * sem_eval.adb (Expr_Value_E): Add conditional to correctly
1587         handle constant enumerated character types.
1589 2019-07-09  Eric Botcazou  <ebotcazou@adacore.com>
1591         * libgnarl/s-osinte__mingw.ads (CRITICAL_SECTION): Use proper
1592         type for SpinCount component.
1594 2019-07-09  Justin Squirek  <squirek@adacore.com>
1596         * exp_ch4.adb (Expand_N_Allocator): Add conditional to detect
1597         the presence of anoymous access type allocators and issue a
1598         warning if the appropriate warning flag is enabled.
1599         * warnsw.ads: Add new warning flag for anonymous allocators
1600         * warnsw.adb (All_Warnings, Restore_Warnings, Save_Warnings,
1601         Set_Underscore_Warning_Switch): Register new flags.
1602         (WA_Warnings): Register new flag as an "all warnings" switch
1603         * usage.adb,
1604         doc/gnat_ugn/building_executable_programs_with_gnat.rst:
1605         Document new warning switches -gnatw_a and -gnatw_A.
1606         * gnat_ugn.texi: Regenerate.
1608 2019-07-09  Ed Schonberg  <schonberg@adacore.com>
1610         * sem_ch4.adb (Diagnose_Call): Improve error recovery when a
1611         local subprogram name hides a possible candidate name declared
1612         in a child package in the context of the current unit.
1613         * sem_ch6.adb (Process_Formals): Protect against malformed
1614         formal types when the parameter type does not denote an entity.
1616 2019-07-09  Hristian Kirtchev  <kirtchev@adacore.com>
1618         * bindo-augmentors.adb (Visit_Elaboration_Root): Do not start a
1619         DFS from an elaboration root whose corresponding unit lacks
1620         elaboration code. This behavior mimics that of the old
1621         elaboration order mechanism.
1622         * bindo-graphs.adb (Find_All_Cycles_Through_Vertex): Move the
1623         vertex tracing within the functional branches of the routine.
1624         This prevents spurious trace output.
1625         (Has_No_Elaboration_Code): New routine.
1626         (Trace_Cycle, Trace_Edge): Update the various Ids to use the
1627         "standard" trace format.
1628         * bindo-graphs.ads (Has_No_Elaboration_Code): New routine.
1629         * bindo-units.ads, bindo-units.adb (Has_No_Elaboration_Code):
1630         New routine.
1632 2019-07-09  Piotr Trojanek  <trojanek@adacore.com>
1634         * ali.ads, bindo-graphs.adb, bindo-validators.adb, clean.adb,
1635         doc/gnat_ugn/elaboration_order_handling_in_gnat.rst, einfo.ads,
1636         exp_aggr.adb, exp_ch13.adb, exp_ch4.adb, exp_ch5.adb,
1637         exp_ch6.adb, exp_ch7.adb, exp_ch9.adb, exp_pakd.adb,
1638         fname-uf.ads, gnatlink.adb, inline.adb, lib.ads, make.adb,
1639         namet.ads, opt.ads, par-ch4.adb, par-ch6.adb, par-labl.adb,
1640         prep.adb, sem_aggr.adb, sem_ch13.adb, sem_ch4.adb, sem_ch5.adb,
1641         sem_ch6.adb, sem_ch6.ads, sem_ch7.adb, sem_ch8.adb, sem_dim.adb,
1642         sem_disp.adb, sem_prag.adb, sem_res.adb, sem_warn.adb,
1643         sinfo.ads: Replace ".  " with ". ". Minor reformatting and typo
1644         corrections.
1645         * gnat_ugn.texi: Generate.
1647 2019-07-09  Hristian Kirtchev  <kirtchev@adacore.com>
1649         * bindo.ads: Move type Precedence_Kind from the private to the
1650         visible part of the unit.
1651         * bindo-augmentors.adb: Remove the use of global data as it is
1652         bad practice.
1653         (Augment_Library_Graph): Update the parameter profile.
1654         (Is_Visited, Set_Is_Visited): Remove.
1655         (Visit_Elaboration_Root, Visit_Elaboration_Roots): Update the
1656         parameter profile and comment on usage.
1657         (Visit_Vertex): Likewise.  Also keep track of which invocation
1658         edge activates a task.
1659         * bindo-augmentors.ads (Augment_Library_Graph): Update the
1660         parameter profile and comment on usage.
1661         * bindo-builders.adb (Create_Forced_Edge,
1662         Create_Spec_And_Body_Edge, Create_With_Edge): Update the call to
1663         Add_Edge.
1664         * bindo-diagnostics.adb: Add with end use clauses for Restrict
1665         and Rident.
1666         (Output_Dynamic_Model_Suggestions): Remove.
1667         (Output_Invocation_Related_Suggestions): New routine.
1668         (Output_Suggestions): Output all invocation-related suggestions
1669         together.
1670         * bindo-elaborators.adb: Remove types Comparator_Ptr and
1671         Predicate_Ptr.
1672         (Find_Best_Vertex): Update the parameter profile.
1673         * bindo-graphs.adb (Activates_Task): New routine.
1674         (Add_Body_Before_Spec_Edge): Update the call to
1675         Add_Edge_With_Return.
1676         (Add_Edge): Update the parameter profile and the call to
1677         Add_Edge_With_Return.
1678         (Add_Edge_With_Return): Update the parameter profile and comment
1679         on usage.
1680         (At_Least_One_Edge_Satisfies): New routine.
1681         (Contains_Elaborate_All_Edge): Reimplement.
1682         (Contains_Static_Successor_Edge, Contains_Task_Activation): New
1683         routine.
1684         (Contains_Weak_Static_Successor): Remove.
1685         (Is_Static_Successor_Edge): New routine.
1686         * bindo-graphs.ads: Add types LGE_Predicate_Ptr,
1687         LGV_Comparator_Ptr, and LGV_Predicate_Ptr.  Update type
1688         Library_Graph_Edge_Attributes to capture whether an invocation
1689         edge activates a task.  Update the value of
1690         No_Library_Graph_Edge_Attributes.
1691         (Activates_Task): Update the parameter profile and comment on
1692         usage.
1693         (Contains_Static_Successor_Edge, Contains_Task_Activation): New
1694         routines.
1695         (Contains_Weak_Static_Successor): Remove.
1696         * doc/gnat_ugn/elaboration_order_handling_in_gnat.rst:
1697         Update the documentation to reflect the new task-related advice.
1698         * gnat_ugn.texi: Regenerate.
1700 2019-07-09  Piotr Trojanek  <trojanek@adacore.com>
1702         * exp_util.adb (Containing_Package_With_Ext_Axioms): Replace
1703         low-level Ekind test with a high-level wrapper.
1705 2019-07-09  Arnaud Charlet  <charlet@adacore.com>
1707         * libgnat/s-memory.adb: Disable calls to Abort defer/undefer
1708         when ZCX_By_Default.
1710 2019-07-09  Javier Miranda  <miranda@adacore.com>
1712         * sem_ch13.adb (Rep_Item_Too_Early): Representation clauses are
1713         not allowed for a derivation of a generic type. Extend the
1714         current test to check that none of the parents is a generic
1715         type.
1717 2019-07-09  Hristian Kirtchev  <kirtchev@adacore.com>
1719         * exp_ch9.adb, exp_util.adb, repinfo.adb, sem_ch12.adb,
1720         sem_prag.adb, sem_res.adb, sem_spark.adb, sem_util.adb: Minor
1721         reformatting.
1723 2019-07-09  Ed Schonberg  <schonberg@adacore.com>
1725         * sem_res.adb (Resolve_Equality_Op): If the node was overloaded,
1726         set properly the entity to which the node has been resolved. The
1727         original entity is the first one found during analysis, and is
1728         not necessarily the resolved one.
1729         (Resolve_Op_Not): If the argument of negation is an overloaded
1730         equality operation, call its resolution directly given that the
1731         context type does not participate in overload resolution.
1733 2019-07-09  Hristian Kirtchev  <kirtchev@adacore.com>
1735         * bindo.adb: Remove with and use clauses for Debug.  Add with
1736         and use clauses for Opt.
1737         (Find_Elaboration_Order): Enable the v4.0 elaboration order. The
1738         v3.0 mechanism is now available under binder switch -H.
1739         * bindusg.adb (Display): Enable switch -H.
1740         * debug.adb: Free compiler switch -gnatd_G.  Free binder switch
1741         -d_N.
1742         * sem_elab.adb: Update the section on switches to remove
1743         -gnatd_G.
1744         (Invocation_Graph_Recording_OK): The invocation graph is now
1745         unconditionally recorded in ALI files.
1746         * switch-b.adb (Scan_Binder_Switches): Scan switch -H.
1747         * doc/gnat_ugn/building_executable_programs_with_gnat.rst:
1748         Update the documentation on compiler switches related to
1749         elaboration.  Update the documentation on binder switches to
1750         include switch -H.
1751         * doc/gnat_ugn/elaboration_order_handling_in_gnat.rst: Update
1752         the documentation on elaboration order handling in GNAT.
1753         * gnat_ugn.texi: Regenerate.
1755 2019-07-09  Eric Botcazou  <ebotcazou@adacore.com>
1757         * repinfo.adb (List_Entities): Disregard formals altogether.
1758         (List_Name): Properly escape the double quote in the JSON
1759         output.
1761 2019-07-09  Javier Miranda  <miranda@adacore.com>
1763         * exp_util.adb (Remove_Side_Effects): Preserve the
1764         Do_Range_Check flag.
1766 2019-07-09  Yannick Moy  <moy@adacore.com>
1768         * sinfo.ads: Refine comment for Do_Range_Check.
1770 2019-07-09  Yannick Moy  <moy@adacore.com>
1772         * exp_spark.adb (Expand_SPARK_N_Attribute_Reference): Expand
1773         attribute reference on Enum_Rep.
1775 2019-07-09  Ed Schonberg  <schonberg@adacore.com>
1777         * sem_ch12.adb (Instantiate_Formal_Package): Handle properly the
1778         case where the actual for a formal package in an instance is the
1779         current instance of an enclosing generic package.
1780         (Check_Formal_Packages): If the formal package declaration is
1781         box-initialized or lacks associations altogether, no internal
1782         instance was created to verify conformance, and there is no
1783         validating package to remove from tree.
1785 2019-07-09  Yannick Moy  <moy@adacore.com>
1787         * freeze.adb (Build_Renamed_Body): Do not set body to inline in
1788         GNATprove mode.
1790 2019-07-09  Yannick Moy  <moy@adacore.com>
1792         * exp_util.adb (Expand_Subtype_From_Expr): Still expand the type
1793         of static expressions in GNATprove_Mode.
1794         * sem_ch3.adb (Analyze_Object_Declaration): Remove obsolete
1795         special case for GNATprove_Mode.
1797 2019-07-09  Piotr Trojanek  <trojanek@adacore.com>
1799         * doc/gnat_rm/the_gnat_library.rst,
1800         doc/gnat_ugn/building_executable_programs_with_gnat.rst,
1801         erroutc.adb, libgnat/g-comlin.adb, libgnat/g-comlin.ads,
1802         libgnat/g-regexp.ads, libgnat/g-regpat.ads,
1803         libgnat/g-spipat.ads, libgnat/s-os_lib.ads,
1804         libgnat/s-regexp.ads: Reword "wild card" to "wildcard".
1805         * gnat_rm.texi, gnat_ugn.texi: Regenerate.
1807 2019-07-09  Yannick Moy  <moy@adacore.com>
1809         * sem_spark.adb (Check_Expression): Handle correctly implicit
1810         assignments as part of allocators and (extension) aggregates.
1811         (Get_Root_Object): Adapt for new path expressions.
1812         (Is_Path_Expression): Return True for (extension) aggregate.
1814 2019-07-09  Piotr Trojanek  <trojanek@adacore.com>
1816         * einfo.ads: Fix a typo.
1818 2019-07-09  Ed Schonberg  <schonberg@adacore.com>
1820         * sem_util.adb (Scope_Within_Or_Same): Handle properly task
1821         bodies and protected bodies, so that local variables within have
1822         their proper scopes after these constructs have been rewritten
1823         during expansion. This patch resembles but is not identical to
1824         the code in Scope_Within.
1826 2019-07-09  Arnaud Charlet  <charlet@adacore.com>
1828         * gnat1drv.adb (Adjust_Global_Switches): Set
1829         Dynamic_Elaboration_Checks to True in CodePeer mode.
1831 2019-07-09  Yannick Moy  <moy@adacore.com>
1833         * sem_spark.adb (Get_Perm_Or_Tree): Issue an error when
1834         encountering unknown global variable.
1836 2019-07-09  Yannick Moy  <moy@adacore.com>
1838         * sem_spark.adb (Check_Expression): Change signature to take an
1839         Extended_Checking_Mode, for handling read permission checking of
1840         sub-expressions in an assignment.
1841         (Check_Parameter_Or_Global): Adapt to new behavior of
1842         Check_Expression for mode Assign.
1843         (Check_Safe_Pointers): Do not analyze generic bodies.
1844         (Check_Assignment): Separate checking of the target of an
1845         assignment.
1847 2019-07-09  Eric Botcazou  <ebotcazou@adacore.com>
1849         * repinfo.ads (JSON format): Adjust.
1850         * repinfo.adb (Need_Blank_Line): Rename to...
1851         (Need_Separator): ...this.
1852         (Blank_Line): Rename to...
1853         (Write_Separator): ...this and add JSON specific handling.
1854         (List_Array_Info): Adjust to above renaming.
1855         (List_Object_Info): Likewise.
1856         (List_Record_Info): Likewise.
1857         (List_Subprogram_Info): Likewise.
1858         (List_Type_Info): Likewise.
1859         (List_Entities): Do not set Need_Blank_Line.
1860         (List_Rep_Info): Set Need_Separator and add JSON specific
1861         handling. Output a single JSON stream in the  normal case.
1863 2019-07-09  Arnaud Charlet  <charlet@adacore.com>
1865         * doc/gnat_ugn/the_gnat_compilation_model.rst: Update doc on
1866         -fdump-ada-spec now that we generate Ada 2012.
1867         * gnat_ugn.texi: Regenerate.
1869 2019-07-08  Eric Botcazou  <ebotcazou@adacore.com>
1871         * repinfo.adb (List_Common_Type_Info): New procedure extracted
1872         from...
1873         (List_Type_Info): ...here.  Call it for the common information,
1874         start with a blank line and output the linker section at the
1875         end, if any.
1876         (List_Mechanisms): Rename to...
1877         (List_Subprogram_Info): ...this.
1878         (List_Array_Info): Call List_Common_Type_Info.
1879         (List_Entities): Adjust to above change and renaming.
1880         (List_Record_Info): Call List_Common_Type_Info.
1882 2019-07-08  Dmitriy Anisimkov  <anisimko@adacore.com>
1884         * libgnat/g-sercom.ads
1885         (Serial_Port_Descriptor): New type.
1886         (Serial_Port): Add a comment, make it hold a
1887         Serial_Port_Descriptor.
1888         (To_Ada, To_C): New procedures.
1889         (Port_Data, Port_Data_Access): Remove types.
1890         * libgnat/g-sercom.adb (To_Ada): New stub.
1891         * libgnat/g-sercom__linux.adb, libgnat/g-sercom__mingw.adb:
1892         Update implementations accordingly.
1893         * s-oscons-tmplt.c: Bind Serial_Port_Descriptor to
1894         System.Win32.HANDLE on Windows, and to Interfaces.C.int on
1895         Linux. Add "Interfaces.C." prefix for other basic integer type
1896         bindings.
1897         * xoscons.adb (Output_Info): Remove the "Interfaces.C." prefix
1898         for subtypes generation.
1900 2019-07-08  Arnaud Charlet  <charlet@adacore.com>
1902         * doc/gnat_rm/standard_and_implementation_defined_restrictions.rst:
1903         Update documentation on No_Exceptions restriction.
1904         * gnat_rm.texi: Regenerate.
1906 2019-07-08  Dmitriy Anisimkov  <anisimko@adacore.com>
1908         * libgnat/s-os_lib.adb: Do not call __gnat_kill for Invalid_Pid.
1910 2019-07-08  Piotr Trojanek  <trojanek@adacore.com>
1912         * sem_util.adb (Enclosing_Package_Or_Subprogram): Do not expect
1913         package and subprogram bodies.
1915 2019-07-08  Bob Duff  <duff@adacore.com>
1917         * doc/gnat_ugn/gnat_utility_programs.rst: Remove documentation
1918         of ignored GNATpp switch.
1920 2019-07-08  Hristian Kirtchev  <kirtchev@adacore.com>
1922         * doc/gnat_rm/implementation_defined_pragmas.rst:
1923         Update the documentation of pragma Initialize_Scalars.
1924         * gnat_rm.texi: Regenerate.
1926 2019-07-08  Javier Miranda  <miranda@adacore.com>
1928         * exp_ch4.adb (Tagged_Membership): Fix regression silently
1929         introduced in r260738 that erroneouslusy causes the evaluation
1930         to True of the membership test when the left operand of the
1931         membership test is a class-wide interface object and the right
1932         operand is a type that implements such interface type.
1934 2019-07-08  Hristian Kirtchev  <kirtchev@adacore.com>
1936         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): Do not
1937         register an address clause when its prefix denotes a generic
1938         formal object.
1940 2019-07-08  Hristian Kirtchev  <kirtchev@adacore.com>
1942         * bindo-diagnostics.adb (Diagnose_Cycle): Capture the presence
1943         of an Elaborate_All edge before iterating over the edges of the
1944         cycle.
1945         (Output_Elaborate_Body_Transition): Update the parameter profile
1946         and the comment on usage. Add a missing case where the edge is
1947         within the context of an Elaborate_All.
1948         (Output_Transition): Update the call to
1949         Output_Elaborate_Body_Transition.
1950         * bindo-graphs.ads, bindo-graphs.adb
1951         (Contains_Elaborate_All_Edge): New routine.
1953 2019-07-08  Piotr Trojanek  <trojanek@adacore.com>
1955         * lib-xref-spark_specific.adb (Create_Heap): Set dummy Etype for
1956         the fake __HEAP entity.
1958 2019-07-08  Daniel Mercier  <mercier@adacore.com>
1960         * gnat1drv.adb: Suppress warnings on memory representation in
1961         CodePeer compiler mode.
1963 2019-07-08  Nicolas Roche  <roche@adacore.com>
1965         * rtinit.c (__gnat_runtime_initialize): Remove dependency on
1966         CommandLineToArgvW.
1968 2019-07-08  Doug Rupp  <rupp@adacore.com>
1970         * Makefile.rtl: Handle vxworks7r2 in x86_64 and x86 vxworks7.
1972 2019-07-08  Dmitriy Anisimkov  <anisimko@adacore.com>
1974         * Makefile.rtl: Use g-sercom__linux.adb for all linuxes.
1976 2019-07-08  Yannick Moy  <moy@adacore.com>
1978         * expander.adb (Expand): Do not reset Analyzed flag always.
1979         * sem_eval.adb (Fold_Ureal): Mark node as analyzed.
1981 2019-07-08  Ed Schonberg  <schonberg@adacore.com>
1983         * exp_ch9.adb (Expand_N_Timed_Entry_Call): Do not insert twice
1984         the assignment statement that computes the delay value, to
1985         prevent improper tree sharing when the value is a type
1986         conversion and Float_Overflow checks are enabled.
1988 2019-07-08  Hristian Kirtchev  <kirtchev@adacore.com>
1990         * bindo.adb: Update the section on terminology to include new
1991         concepts.  Update the section on switches to include new
1992         entries.
1993         * bindo.ads: Add type Precedence_Kind.
1994         * bindo-builders.adb: Add with and use clauses for Debug and
1995         Bindo.Validators.  Add use clauses for
1996         Bindo.Validators.Invocation_Graph_Validators and
1997         Bindo.Validators.Library_Graph_Validators.
1998         (Build_Invocation_Graph): Validate the graph immediately after
1999         it was built.
2000         (Build_Library_Graph): Update the parameter profile. The
2001         creation of the graph is now elaboration model-agnostic.
2002         Validate the graph immediately after it was built.
2003         (Create_With_Edge): Create regular with edges for Elaborate and
2004         Elaborate_All edges when the appropriate debug switches are in
2005         effect.
2006         * bindo-builders.ads (Build_Library_Graph): Update the parameter
2007         profile.
2008         * bindo-diagnostics.adb (Diagnose_Cycle): Track the presence of
2009         an Elaborate_All edge throughout the inspection of the cycle's
2010         edges.
2011         (Output_Dynamic_Model_Suggestions): Output the suggestion only
2012         when the cycle contains at least one weak edge where the
2013         successor was statically elaborated.
2014         (Output_Elaborate_Body_Transition, Output_Forced_Transition,
2015         Output_With_Transition): Update the assertions.
2016         * bindo-elaborators.adb: Remove use clauses for
2017         Bindo.Validators.Invocation_Graph_Validators and
2018         Bindo.Validators.Library_Graph_Validators.  Remove strings
2019         Add_To_All_Candidates_Msg and Add_To_Comp_Candidates_Msg.
2020         Remove type String_Ptr.
2021         (Add_Vertex, Add_Vertex_If_Elaborable, Create_All_Candidates_Set
2022         Create_Component_Candidates_Set): Remove.
2023         (Create_Component_Vertex_Sets, Create_Vertex_Sets): New routine.
2024         (Elaborate_Component): Update the parameter profile and the
2025         comment on usage.  Reimplement the elaboration of a component.
2026         The algorithm will now attempt to elaborate as many vertices
2027         possible. If this is not possible, and a weakly elaborable
2028         vertex is available use unit was compiled using the dynamic
2029         model, the algorithm will elaborate it.
2030         (Elaborate_Library_Graph): Reimplement the elaboration of the
2031         graph. The algorithm will now attempt to elaborate as many
2032         vertices along with their components as possible. If this is not
2033         possible, and a weakly elaborable vertex is available use unit
2034         was compiled using the dynamic model, the algorithm will
2035         elaborate it along with its component.
2036         (Elaborate_Units): Merge with the functionality of
2037         Elaborate_Units_Common.
2038         (Elaborate_Units_Common, Elaborate_Units_Dynamic,
2039         Elaborate_Units_Static): Remove.
2040         (Elaborate_Vertex): Update the parameter profile and the comment
2041         on usage.  Reimplemented.
2042         (Find_Best_Candidate): Remove.
2043         (Find_Best_Elaborable_Vertex, Find_Best_Vertex,
2044         Find_Best_Weakly_Elaborable_Vertex, Has_Elaborable_Body,
2045         Insert_Elaborable_Successor, Insert_Vertex): New routines.
2046         (Is_Better_Candidate): Remove.
2047         (Is_Better_Elaborable_Vertex,
2048         Is_Better_Weakly_Elaborable_Vertex,
2049         Is_Suitable_Elaborable_Vertex,
2050         Is_Suitable_Weakly_Elaborable_Vertex): New routines.
2051         (Trace_Candidate_Vertices): Remove.
2052         (Trace_Component): Output the number of strong and weak
2053         predecessors.
2054         (Trace_Unelaborated_Vertices): Remove.
2055         (Trace_Vertex): Output the number of strong and weak
2056         predecessors.
2057         (Trace_Vertices): New routine.
2058         (Update_Successor, Update_Successors): Update the parameter
2059         profile and the comment on usage.
2060         * bindo-graphs.adb: Remove type Precedence_Kind.
2061         (Add_Edge_With_Return): Update the increment of pending
2062         predecessors.
2063         (Add_Vertex): Provide default values for strong and weak
2064         predecessors.
2065         (Complementary_Vertex): Move the initial declaration to the
2066         spec. Update the parameter profile and the comment on usage.
2067         (Contains_Weak_Static_Successor): New routine.
2068         (Create): Update the parameter profile. The creation of the
2069         graph is now elaboration model-agnostic.
2070         (Decrement_Pending_Predecessors): Update the parameter profile
2071         and the comment on usage. Reimplemented.
2072         (Delete_Edge): Update the decrement of pending predecesors.
2073         (Has_Elaborate_Body): Do not treat a vertex as being subject to
2074         Elaborate_Body when a debug switch is in effect.
2075         (Increment_Pending_Predecessors): Update the parameter profile
2076         and the comment on usage. Reimplemented.
2077         (Is_Elaborable_Component): Reimplemented.
2078         (Is_Elaborable_Vertex): Move the initial declaration to the
2079         spec.  Reimplemented.
2080         (Is_Elaborate_Body_Pair): New routine.
2081         (Is_Dynamically_Elaborated): Update the parameter profile.
2082         Reimplemented.
2083         (Is_Weakly_Elaborable_Vertex): New routine.
2084         (Pending_Predecessors): Removed.
2085         (Pending_Predecessors_For_Elaboration,
2086         Pending_Strong_Predecessors, Pending_Weak_Predecessors,
2087         Update_Pending_Predecessors): New routines.
2088         (Update_Pending_Predecessors_Of_Components): Update the
2089         increment of pending predecessors.
2090         * bindo-graphs.ads: Update the components of type
2091         Component_Attributes.  Update the components of type
2092         Library_Graph_Attributes.  Update the components of type
2093         Library_Graph_Vertex_Attributes.  Update the initialization of
2094         No_Component_Attributes.  Update the initialization of
2095         No_Library_Graph_Vertex_Attributes.
2096         (Complementary_Vertex, Contains_Weak_Static_Successor): New
2097         routines.
2098         (Create): Update the parameter profile and the comment on usage.
2099         (Decrement_Pending_Predecessors, Is_Dynamically_Elaborated):
2100         Update the parameter profile and the comment on usage.
2101         (Is_Elaborate_Body_Pair, Is_Weakly_Elaborable_Vertex): New
2102         routines.
2103         (Pending_Predecessors): Removed.
2104         (Pending_Predecessors_For_Elaboration,
2105         Pending_Strong_Predecessors, Pending_Weak_Predecessors): New
2106         routines.
2107         * bindo-writers.adb (Write_Components): Moved from the spec.
2108         (Write_Component): Output the strong and weak predecessors.
2109         (Write_Library_Graph): Output the components as part of the
2110         graph.
2111         (Write_Library_Graph_Vertex): Output the strong and weak
2112         predecessors.
2113         * bindo-writers.ads (Write_Components): Moved to the body.
2114         * debug.adb: Add and document new GNATbind switches -d_a, -d_b,
2115         -d_e.
2116         * bindo-validators.adb: Minor reformattings.
2118 2019-07-08  Bob Duff  <duff@adacore.com>
2120         * libgnat/g-sercom.ads, libgnat/g-sercom__linux.adb (Data_Rate):
2121         Support additional data rates.
2123 2019-07-08  Olivier Hainque  <hainque@adacore.com>
2125         * gcc-interface/trans.c (Compilation_Unit_to_gnu): Don't request
2126         DECL_ARTIFICIAL_P on elab proc declarations.
2128 2019-07-08  Eric Botcazou  <ebotcazou@adacore.com>
2130         * repinfo.adb (List_Record_Info): Declare Incomplete_Layout and
2131         Not_In_Extended_Main local exceptions.
2132         (List_Structural_Record_Layout): For an extension, raise the
2133         former if the parent subtype has not been built and the latter
2134         if it is not declared in the main source unit.  Fall back to the
2135         flat layout if either exception has been raised.
2137 2019-07-08  Ed Schonberg  <schonberg@adacore.com>
2139         * libgnat/a-strfix.adb (Delete): The RM describes the semantics
2140         of Delete as equivalent to that of Replace_String with a null
2141         argument. As a result, deleting a null string that starts past
2142         the end of its argument is a noop and must not raise
2143         Index_Error.
2145 2019-07-08  Javier Miranda  <miranda@adacore.com>
2147         * exp_disp.adb (Register_Primitive): When registering a
2148         primitive in the secondary dispatch table, handle primitive
2149         inherited through several levels of type derivation (required to
2150         properly handle inherited 'null' primitive).
2152 2019-07-08  Bob Duff  <duff@adacore.com>
2154         * doc/gnat_ugn/gnat_utility_programs.rst: Document handling of
2155         preprocessor directives in GNATpp.
2157 2019-07-08  Javier Miranda  <miranda@adacore.com>
2159         * gnat1drv.adb (Post_Compilation_Validation_Checks:
2160         Validate_Compile_Time_Warning_Errors is now located in sem_prag
2161         (instead of sem_ch13).
2162         * sem_ch13.ads (Validate_Compile_Time_Warning_Error,
2163         Validate_Compile_Time_Warning_Errors): Move to sem_prag.
2164         * sem_ch13.adb
2165         (Compile_Time_Warnings_Errors): Move to sem_prag.
2166         (Initialize): Remove initialization of table
2167         Compile_Time_Warning_Errors.
2168         (Validate_Compile_Time_Warning_Error,
2169         Validate_Compile_Time_Warning_Errors): Move to sem_prag.
2170         * sem_prag.ads (Validate_Compile_Time_Warning_Errors): New
2171         procedure.
2172         * sem_prag.adb (Initialize): Initialize table
2173         Compile_Time_Warning_Errors.
2175 2019-07-08  Ed Schonberg  <schonberg@adacore.com>
2177         * sem_ch13.adb (Analyze_Aspect_Specifications): For a
2178         pre/postcondition of a generic subprogram declaration, do not
2179         use Relocate_Node on the aspect expression to construct the
2180         corresponding attribute specification, to prevent tree anomalies
2181         when the expression is a call with named actual parameters.
2183 2019-07-08  Javier Miranda  <miranda@adacore.com>
2185         * sem_attr.adb (Analyze_Attribute [Attribute_Size]): For pragmas
2186         used to report user defined compile time warning or errors
2187         handle 'Size for types with known static RM size.
2189 2019-07-08  Justin Squirek  <squirek@adacore.com>
2191         * exp_imgv.adb (Build_Enumeration_Image_Tables): Default SSO for
2192         the building of image tables.
2193         (Expand_Image_Attribute): Minor cleanup.
2195 2019-07-08  Dmitriy Anisimkov  <anisimko@adacore.com>
2197         * libgnat/g-socket.ads, libgnat/g-socket.adb: Improve
2198         documentation.
2199         (Get_Socket_Option, Set_Socket_Option): Remove default value for
2200         the Level formal.
2202 2019-07-08  Ed Schonberg  <schonberg@adacore.com>
2204         * sem_ch13.adb (Check_Aspect_At_End_Of_Declarations): For an
2205         unanalized aspect in a generic context that has not been
2206         analyzed yet, if the aspect applies to a type, place the type on
2207         the scope stack to make its components visible, before checking
2208         conformance with the version of the expression analyzed at the
2209         freeze point.
2211 2019-07-05  Justin Squirek  <squirek@adacore.com>
2213         * checks.adb (Apply_Accessibility_Check): Add logic to fetch the
2214         function result accessibility level if one is required within
2215         the generated check.
2216         * exp_ch6.adb (Needs_Result_Accessibility_Level): Modify
2217         controlling elsif block to handle more cases such as anonymous
2218         access results and disable checking for coextensions.
2220 2019-07-05  Ed Schonberg  <schonberg@adacore.com>
2222         * sem_ch9.adb (Analyze_Accept_Statement): If this is an illegal
2223         accept statement for an enclosing entry abandon analysis to
2224         prevent scope mismatches and potential infinite loops in
2225         compiler.
2227 2019-07-05  Hristian Kirtchev  <kirtchev@adacore.com>
2229         * ali.adb (For_Each_Invocation_Construct,
2230         For_Each_Invocation_Relation): New version.
2231         (Scan_ALI): Initialize field Invocation_Graph_Encoding.
2232         (Set_Invocation_Graph_Encoding): Update the setting of the
2233         invocation graph encoding.
2234         * ali.ads: Move field Invocation_Graph_Encoding from Unit_Record
2235         to ALI_Record because the encoding applies to the whole ALI,
2236         rather than one of the units (spec or body) for which the ALI
2237         file was created.
2238         (For_Each_Invocation_Construct, For_Each_Invocation_Relation):
2239         New version.
2240         * bindo.adb: Update the section on switches.  Complete the
2241         section of debugging elaboration order issues.
2242         (Find_Elaboration_Order): Prepare the routine for the switch
2243         from the old to the new elaboration order mechanism.
2244         * bindo-diagnostics.adb (Find_And_Output_Invocation_Paths):
2245         Manage a visited set used by Visit_Vertex.
2246         (Output_All_Cycles_Suggestions,
2247         Output_Dynamic_Model_Suggestions): Clarify the nature of the
2248         suggested switch.
2249         (Output_Elaborate_Body_Transition): Update the diagnostic to
2250         emit a better message.
2251         (Output_Forced_Suggestions, Output_Full_Encoding_Suggestions):
2252         Clarify the nature of the suggested switch.
2253         (Visit_Vertex): Update the parameter profile to add a set of
2254         invokers visited during the transition. This set prevents
2255         infinite exploration of the graph in case the invocations are
2256         recursive.
2257         * bindo-elaborators.adb: Add a use clause for
2258         Bindo.Writers.Dependency_Writers.
2259         (Elaborate_Units_Common): Output the library graph after it has
2260         been augmented with invocation edges. Output just the components
2261         instead of outputting the whole library graph again.
2262         (Elaborate_Units_Dynamic, Elaborate_Units_Static): Output the
2263         dependencies as expressed in the library graph.
2264         * bindo-units.adb (Invocation_Graph_Encoding): Update the
2265         extraction of the invocation graph encoding.
2266         * bindo-writers.adb: Add with and use clauses for Binderr and
2267         Butil.
2268         (palgc, plgc): New debug routine.
2269         (Write_Components): Moved to the spec. Add a header for the
2270         output.
2271         (Write_Dependencies, Write_Dependencies_Of_Vertex,
2272         Write_Dependency_Edge): New routine.
2273         (Write_Elaboration_Order): Update the logic to follow the format
2274         of Binde's order output.
2275         (Write_Library_Graph): Do not output the components every time
2276         the graph is written.
2277         (Write_Unit): Output the invocation graph encoding of the unit.
2278         Output the invocation constructs and relations for the unit
2279         only.
2280         * bindo-writers.ads (Write_Components): Moved from the body.
2281         (Write_Dependencies): New routine.
2282         * bindusg.adb: Prepare the routine for the switch from the old
2283         to the new elaboration order mechanism.
2284         * debug.adb: Binder switch -d_O is now not associated with any
2285         functionality.
2286         * einfo.adb (Is_Elaboration_Target): The attribute applies to
2287         packages, as specified by the comment on the attribute usage.
2288         * opt.ads: Add a global flag which controls the choice between
2289         the new and the legacy elaboration order mechanism.
2290         * sem_elab.adb: Add Package_Target to type Target_Kind.
2291         (Build_Elaborate_Body_Procedure, Build_Elaborate_Procedure,
2292         Build_Elaborate_Spec_Procedure, Check_Elaboration_Scenarios,
2293         Check_SPARK_Model_In_Effect): Use Main_Unit_Entity to obtain the
2294         entity of the main unit.
2295         (Create_Package_Rep): New routine.
2296         (Create_Target_Rep): Add processing for packages.
2297         (Declaration_Placement_Of_Node, Has_Prior_Elaboration): Use
2298         Main_Unit_Entity to obtain the entity of the main
2299          unit.
2300         (Invocation_Graph_Recording_OK): Prepare the routine for the
2301         switch from the old to the new elaboration order mechanism.
2302         (Main_Unit_Entity): New routine.
2303         (Meet_Elaboration_Requirement,
2304         Process_Conditional_ABE_Variable_Reference): Use
2305         Main_Unit_Entity to obtain the entity of the main unit.
2306         (Process_Invocation_Instantiation): New routine.
2307         (Process_Invocation_Scenario): Add processing for
2308         instantiations.
2309         * switch-b.adb (Scan_Binder_Switches): Prepare the routine for
2310         the switch from the old to the new elaboration order mechanism.
2312 2019-07-05  Joffrey Huguet  <huguet@adacore.com>
2314         * libgnat/a-textio.adb: Add abstract state refinment.
2315         * libgnat/a-textio.ads: Add File_System abstract state.  Add
2316         global contracts, contract cases, preconditions and
2317         postconditions to procedures and functions.
2318         (Set_Input, Set_Output, Set_Error, Standard_Input,
2319         Standard_Output, Standard_Error, Current_Input, Current_Output,
2320         Current_Error): Turn SPARK_Mode off.
2321         (Get_Line): Turn SPARK_Mode off on Get_Line functions.
2322         * libgnat/a-tideio.ads, libgnat/a-tienio.ads,
2323         libgnat/a-tifiio.ads, libgnat/a-tiflio.ads,
2324         libgnat/a-tiinio.ads, libgnat/a-timoio.ads: Add global
2325         contracts, contract cases, preconditions and postconditions to
2326         procedures and functions.
2328 2019-07-05  Arnaud Charlet  <charlet@adacore.com>
2330         * doc/gnat_ugn/platform_specific_information.rst: Refresh doc on
2331         installing from the command line on Windows.  Remove obsolete
2332         part.
2333         * gnat_ugn.texi: Regenerate.
2335 2019-07-05  Vasiliy Fofanov  <fofanov@adacore.com>
2337         * libgnat/a-wichha.ads (Is_Alphanumeric): Replace comment with
2338         the correct one.  Also capitalize references to False
2339         throughout.
2341 2019-07-05  Eric Botcazou  <ebotcazou@adacore.com>
2343         * exp_ch4.adb (Expand_N_Indexed_Component): Do not expand actual
2344         parameters of function calls here either.
2346 2019-07-05  Hristian Kirtchev  <kirtchev@adacore.com>
2348         * bindo-units.adb, checks.adb, exp_attr.adb, exp_ch3.adb,
2349         exp_ch4.adb, exp_pakd.adb, lib-writ.adb, libgnat/g-traceb.adb,
2350         libgnat/g-traceb.ads, libgnat/s-stratt.ads, sem_aux.ads,
2351         sem_util.adb: Minor reformatting.
2353 2019-07-05  Ed Schonberg  <schonberg@adacore.com>
2355         * sem_ch13.adb (Build_Predicate_Functions): If a subtype that
2356         carries a static predicate aspect is frozen immediately after
2357         its declaration, ensure that the generated function body created
2358         for predicate checking is inserted after the corresponding
2359         subprogram declaration, which is created at the point the
2360         declaration is elaborated.
2362 2019-07-05  Hristian Kirtchev  <kirtchev@adacore.com>
2364         * exp_ch7.adb (Cleanup_Record): Use the underlying type when
2365         checking for components with tasks.
2367 2019-07-05  Arnaud Charlet  <charlet@adacore.com>
2369         * libgnarl/s-osinte__linux.ads: Link with -lrt before -lpthread.
2371 2019-07-05  Ed Schonberg  <schonberg@adacore.com>
2373         * exp_pakd.adb (Expand_Bit_Packed_Element_Set): Add explicit
2374         range checks when the index type of the bit-packed array is an
2375         enumeration type with a non-standard representation,
2377 2019-07-05  Hristian Kirtchev  <kirtchev@adacore.com>
2379         * sem_res.adb (Is_Control_Flow_Statement): Delay statements
2380         contain an expression, which in turn may have side effects and
2381         affect the infinite recursion. As a result, delay statements
2382         should not be treated specially.
2384 2019-07-05  Arnaud Charlet  <charlet@adacore.com>
2386         * libgnarl/s-linux.ads, libgnarl/s-linux__alpha.ads,
2387         libgnarl/s-linux__android.ads, libgnarl/s-linux__hppa.ads,
2388         libgnarl/s-linux__mips.ads, libgnarl/s-linux__riscv.ads,
2389         libgnarl/s-linux__sparc.ads: Fix typos in comments.
2391 2019-07-05  Hristian Kirtchev  <kirtchev@adacore.com>
2393         * sem_res.adb (Check_Infinite_Recursion): Reimplemented.
2394         (Enclosing_Declaration_Or_Statement,
2395         Invoked_With_Different_Arguments, Is_Conditional_Statement,
2396         Is_Control_Flow_Statement, Is_Immediately_Within_Body,
2397         Is_Raise_Idiom, Is_Raise_Statement, Is_Sole_Statement,
2398         Preceded_By_Control_Flow_Statement,
2399         Within_Conditional_Statement): New routines.
2401 2019-07-05  Javier Miranda  <miranda@adacore.com>
2403         * exp_ch4.adb (Expand_N_Type_Conversion): Do not apply an
2404         accessibility check when the conversion is an access to
2405         class-wide interface type and it is an actual parameter.
2406         * exp_ch6.adb (Expand_Call_Helper): Add documentation on the
2407         accessibility level of an anonymous allocator defining the value
2408         of an access parameter.
2409         * sem_util.ads, sem_util.adb (Dynamic_Accessibility_Level): Add
2410         support for an anonymous allocator whose type is that of a
2411         stand-alone object of an anonymous access to object type.
2413 2019-07-05  Piotr Trojanek  <trojanek@adacore.com>
2415         * einfo.ads, sem_res.adb: Typo fixes in comments.
2417 2019-07-05  Bob Duff  <duff@adacore.com>
2419         * exp_ch6.adb (Is_Build_In_Place_Function): Narrow the check for
2420         Has_Foreign_Convention to the imported case only.  If a
2421         build-in-place function is exported, and called from Ada code,
2422         build-in-place protocols should be used.
2424 2019-07-05  Ed Schonberg  <schonberg@adacore.com>
2426         * sem_util.adb (Encloing_Subprogram): If Enclosing_Dynamic_Scope
2427         is a loop, continue climbing the scope stack to find the
2428         enclosing subprogram.
2429         (Gather_Components): Handle properly a choice in a record
2430         aggregate that is given by a subtype with a static predicate.
2432 2019-07-05  Javier Miranda  <miranda@adacore.com>
2434         * debug.adb (-gnatd.K): Leave available this switch.
2435         * contracts.adb (Build_And_Analyze_Contract_Only_Subprograms):
2436         Remove.
2437         * scil_ll.ads, scil_ll.adb (Contract_Only_Body_Flag,
2438         Contract_Only_Body_Nodes, Get_Contract_Only_Body,
2439         Is_Contract_Only_Body, Set_Contract_Only_Body): Remove.
2441 2019-07-05  Pierre-Marie de Rodat  <derodat@adacore.com>
2443         * libgnat/a-strunb.ads: Import documentation from the RM
2445 2019-07-05  Pierre-Marie de Rodat  <derodat@adacore.com>
2447         * libgnat/a-strfix.ads: Import documentation from the RM
2449 2019-07-05  Yannick Moy  <moy@adacore.com>
2451         * adabkend.adb (Scan_Back_End_Switches): Accept -Og and -Ofast
2452         switches.
2454 2019-07-05  Hristian Kirtchev  <kirtchev@adacore.com>
2456         * ali.adb: Relocate types Invocation_Construct_Record,
2457         Invocation_Relation_Record, and Invocation_Signature_Record to
2458         the body of ALI.  Relocate tables Invocation_Constructs,
2459         Invocation_Relations, and Invocation_Signatures to the body of
2460         ALI.  Remove type Body_Placement_Codes.  Add new types
2461         Declaration_Placement_Codes, and
2462         Invocation_Graph_Encoding_Codes.  Update the literals of type
2463         Invocation_Graph_Line_Codes.
2464         (Add_Invocation_Construct): Update the parameter profile. Add an
2465         invocation construct built from all attributes provided.
2466         (Add_Invocation_Relation): Update the parameter profile. Add an
2467         invocation relation built from all attributes provided.
2468         (Body_Placement): New routine.
2469         (Body_Placement_Kind_To_Code, Code_To_Body_Placement_Kind):
2470         Removed.
2471         (Code_To_Declaration_Placement_Kind,
2472         Code_To_Invocation_Graph_Encoding_Kind, Column,
2473         Declaration_Placement_Kind_To_Code, Extra,
2474         For_Each_Invocation_Construct, For_Each_Invocation_Relation,
2475         Invocation_Graph_Encoding,
2476         Invocation_Graph_Encoding_Kind_To_Code, Invoker, Kind, Line,
2477         Locations, Name): New routine.
2478         (Scan_Invocation_Construct_Line): Reimplement the scanning
2479         mechanism.
2480         (Scan_Invocation_Graph_Attributes_Line): New routine.
2481         (Scan_Invocation_Graph_Line): Use a case statement to dispatch.
2482         (Scan_Invocation_Relation_Line): Reimplement the scanning
2483         mechanism.
2484         (Scope): New routine.
2485         (Set_Invocation_Graph_Encoding, Signature, Spec_Placement,
2486         Target): New routine.
2487         * ali.ads: Add new type Invocation_Graph_Encoding_Kind.  Add
2488         component Invocation_Graph_Encoding to type Unit_Record.
2489         Relocate various types and data structures to the body of ALI.
2490         (Add_Invocation_Construct, Add_Invocation_Relation): Update the
2491         parameter profile.
2492         (Body_Placement): New routine.
2493         (Body_Placement_Kind_To_Code, Code_To_Body_Placement_Kind):
2494         Removed.
2495         (Code_To_Declaration_Placement_Kind,
2496         Code_To_Invocation_Graph_Encoding_Kind, Column,
2497         Declaration_Placement_Kind_To_Code, Extra,
2498         For_Each_Invocation_Construct, For_Each_Invocation_Relation,
2499         Invocation_Graph_Encoding,
2500         Invocation_Graph_Encoding_Kind_To_Code, Invoker, Kind, Line,
2501         Locations, Name, Scope, Set_Invocation_Graph_Encoding,
2502         Signature, Spec_Placement, Target): New routine.
2503         * bindo.adb: Add with clause for Binde.  Add with and use
2504         clauses for Debug.  Update the documentation.  Add new switches.
2505         (Find_Elaboration_Order): Dispatch to the proper elaboration
2506         mechanism.
2507         * bindo-augmentors.adb:
2508         Remove with and use clauses for GNAT and GNAT.Sets.  Remove
2509         membership set VS.  Update the parameter profiles of most
2510         routines to use better parameter names.  Update the
2511         implementation of most routine to use the new parameter names.
2512         Remove various redundant assertions.
2513         * bindo-builders.adb: Use better names for instantiated data
2514         structures. Update all references to these names.  Update the
2515         parameter profiles of most routines to use better parameter
2516         names.  Update the implementation of most routine to use the new
2517         parameter names.
2518         (Build_Library_Graph): Update the parameter profile. Update the
2519         call to Create.
2520         (Create_Vertex): Reimplemented.
2521         (Declaration_Placement_Vertex): New routine.
2522         * bindo-builders.ads (Build_Library_Graph): Update the parameter
2523         profile and comment on usage.
2524         * bindo-diagnostics.adb: Almost a new unit.
2525         * bindo-diagnostics.ads: Add a use clause for
2526         Bindo.Graphs.Invocation_Graphs.  Remove package
2527         Cycle_Diagnostics.
2528         (Diagnose_Circularities): New routine.
2529         * bindo-elaborators.adb: Remove the with and use clauses for
2530         Binderr and GNAT.Sets.  Remove the use clause for
2531         Bindo.Diagnostics.Cycle_Diagnostics.  Remove membership set VS.
2532         Update the parameter profiles of most routines to use better
2533         parameter names.  Update the implementation of most routine to
2534         use the new parameter names.  (Elaborate_Units_Common): Update
2535         the parameter profile. Pass an infication to the library graph
2536         builder whether the dynamic model is in effect.
2537         (Elaborate_Units_Dynamic, Elaborate_Units_Static): Use
2538         Diagnose_Circularities to provide diagnostics.
2539         (Update_Successor): Use routine In_Same_Component to determine
2540         whether the predecessor and successor reside in different
2541         components.
2542         * bindo-graphs.adb: Add with and use clauses for Butil, Debug,
2543         Output, and Bindo.Writers.  Remove with and use clauses for
2544         GNAT.Lists.  Update the parameter profiles of most routines to
2545         use better parameter names.  Update the implementation of most
2546         routine to use the new parameter names.  Remove various
2547         redundant assertions.  Remove doubly linked list EL.  Add new
2548         type Precedence_Kind.
2549         (Add_Cycle): New routine.
2550         (Add_Vertex): Update the parameter profile. Update the creation
2551         of vertex attributes.
2552         (Add_Vertex_And_Complement, Body_Vertex, Column,
2553         Complementary_Vertex, Copy_Cycle_Path, Cycle_Kind_Of): New
2554         routines.
2555         (Destroy_Invocation_Graph_Edge, Destroy_Library_Graph_Cycle,
2556         Destroy_Library_Graph_Edge, Extra, File_Name,
2557         Find_All_Cycles_Through_Vertex, Find_All_Cycles_With_Edge,
2558         Find_Cycles, Find_First_Lower_Precedence_Cycle,
2559         Get_LGC_Attributes, Has_Next, Hash_Library_Graph_Cycle,
2560         Hash_Library_Graph_Cycle_Attributes, Highest_Precedence_Cycle,
2561         Highest_Precedence_Edge, In_Same_Component, Insert_And_Sort,
2562         Invocation_Edge_Count, Invocation_Graph_Encoding,
2563         Is_Cycle_Initiating_Edge, Is_Cyclic_Edge,
2564         Is_Cyclic_Elaborate_All_Edge, Is_Cyclic_Elaborate_Body_Edge,
2565         Is_Cyclic_Elaborate_Edge, Is_Cyclic_Forced_Edge,
2566         Is_Cyclic_Invocation_Edge, Is_Cyclic_With_Edge,
2567         Is_Dynamically_Elaborated, Is_Elaborate_All_Edge,
2568         Is_Elaborate_Body_Edge, Is_Elaborate_Edge: New routines.
2569         (Is_Existing_Predecessor_Successor_Relation): Removed.
2570         (Is_Forced_Edge, Is_Invocation_Edge, Is_Recorded_Cycle,
2571         Is_Recorded_Edge, Is_With_Edge, Iterate_Edges_Of_Cycle, Kind,
2572         Length): New routine.
2573         (Lib_Vertex): Removed.
2574         (Line, Links_Vertices_In_Same_Component,
2575         Maximum_Invocation_Edge_Count, Next, Normalize_And_Add_Cycle,
2576         Normalize_Cycle_Path, Number_Of_Cycles, Path, Precedence,
2577         Remove_Vertex_And_Complement, Sequence_Next_Cycle): New routines.
2578         (Sequence_Next_IGE_Id): Renamed to Sequence_Next_Edge.
2579         (Sequence_Next_IGV_Id): Renamed to Sequence_Next_Vertex.
2580         (Sequence_Next_LGE_Id): Renamed to Sequence_Next_Edge.
2581         (Sequence_Next_LGV_Id): Renamed to Sequence_Next_Vertex.
2582         (Set_Is_Existing_Predecessor_Successor_Relation): Removed.
2583         (Set_Is_Recorded_Cycle, Set_Is_Recorded_Edge,
2584         Set_LGC_Attributes, Spec_Vertex, Trace_Cycle, Trace_Edge,
2585         Trace_Eol, Trace_Vertex): New routines.
2586         * bindo-graphs.ads: Add with and use clauses for Types and
2587         GNAT.Lists.  Update the parameter profiles of most routines to
2588         use better parameter names.  Update the implementation of most
2589         routine to use the new parameter names.  Add the new
2590         instantiated data structures IGE_Lists, IGV_Sets, LGC_Lists,
2591         LGE_Lists, LGE_Sets, LGV_Sets, and RC_Sets.  Add new type
2592         Library_Graph_Cycle_Id along with an empty and initial value.
2593         Remove component Lib_Vertex and add new components Body_Vertex
2594         and Spec_Vertex to type Invocation_Graph_Vertex_Attributes.  Add
2595         new type Library_Graph_Cycle_Kind.  Add new iterators
2596         All_Cycle_Iterator and Edges_Of_Cycle_Iterator.  Add new type
2597         Library_Graph_Cycle_Attributes.  Add new components
2598         Cycle_Attributes, Cycles, and Dynamically_Elaborated to type
2599         Library_Graph_Attributes.
2600         (Body_Vertex, Column, Destroy_Invocation_Graph_Edge,
2601         Destroy_Library_Graph_Cycle_Attributes,
2602         Destroy_Library_Graph_Edge, Extra, File_Name, Find_Cycles,
2603         Has_Elaborate_All_Cycle, Has_Next, Hash_Library_Graph_Cycle,
2604         Hash_Library_Graph_Cycle_Attributes, Highest_Precedence_Cycle,
2605         In_Same_Component, Invocation_Edge_Count,
2606         Invocation_Graph_Encoding, Is_Dynamically_Elaborated,
2607         Is_Elaborate_All_Edge, Is_Elaborate_Body_Edge,
2608         Is_Elaborate_Edge, Is_Forced_Edge, Is_Invocation_Edge,
2609         Is_With_Edge, Iterate_All_Cycles, Iterate_Edges_Of_Cycle, Kind):
2610         New routines.
2611         (Length, Lib_Vertex, (Line, Next, Number_Of_Cycles, Present,
2612         Same_Library_Graph_Cycle_Attributes, Spec_Vertex): New routines.
2613         * bindo-units.adb (File_Name, Invocation_Graph_Encoding): New
2614         routines.
2615         * bindo-units.ads: Add new instantiated data structure
2616         Unit_Sets.
2617         (File_Name, Invocation_Graph_Encoding): New routine.
2618         * bindo-validators.adb: Remove with and use clauses for GNAT and
2619         GNAT.Sets.  Remove membership set US.  Update the parameter
2620         profiles of most routines to use better parameter names.  Update
2621         the implementation of most routine to use the new parameter
2622         names.
2623         (Validate_Cycle, Validate_Cycle_Path, Validate_Cycles,
2624         Validate_Invocation_Graph_Vertex): Remove the validation of
2625         component Lib_Vertex. Add the validation of components
2626         Body_Vertex and Spec_Vertex.
2627         (Write_Error): New routine.
2628         * bindo-validators.ads (Validate_Cycles): New routine.
2629         * bindo-writers.adb: Update the parameter profiles of most
2630         routines to use better parameter names.  Update the
2631         implementation of most routine to use the new parameter names.
2632         (Write_Cycle, Write_Cyclic_Edge, Write_Cycles): New routines.
2633         (Write_Invocation_Graph_Vertex): Remove the output of component
2634         Lib_Vertex. Add the output of components Body_Vertex and
2635         Spec_Vertex.
2636         * bindo-writers.ads (Write_Cycles): New routine.
2637         * debug.adb: Use binder switches -d_C and -d_P, add
2638         documentation on their usage.
2639         * gnatbind.adb: Remove with and use clauses for Binde.  Delegate
2640         the choice of elaboration mechanism to Bindo.
2641         * lib-writ.adb (Column, Extra, Invoker, Kind, Line, Locations,
2642         Name, Placement, Scope, Signature, Target): Removed.
2643         (Write_Invocation_Graph): Moved at the top level.
2644         (Write_Invocation_Graph_Attributes): New routine.
2645         (Write_Invocation_Relation, Write_Invocation_Signature): Moved
2646         at the top level.
2647         * lib-writ.ads: Add a documentation section on invocation graph
2648         attributes.
2649         * sem_elab.adb (Body_Placement_Of): New routine.
2650         (Declare_Invocation_Construct): Update the call to
2651         Add_Invocation_Construct.
2652         (Declaration_Placement_Of_Node): New routine.
2653         (Get_Invocation_Attributes): Correct the retrieval of the
2654         enclosing subprogram where the postcondition procedure lives.
2655         (Placement_Of, Placement_Of_Node): Removed.
2656         (Record_Invocation_Graph): Record the encoding format used.
2657         (Record_Invocation_Graph_Encoding): New routine.
2658         (Record_Invocation_Relation): Update the call to
2659         Add_Invocation_Relation.
2660         (Spec_Placement_Of): Removed.
2661         * libgnat/g-lists.ads, libgnat/g-lists.adb (Equal): New routine.
2663 2019-07-05  Ed Schonberg  <schonberg@adacore.com>
2665         * checks.adb (Apply_Predicate_Check): Except within the
2666         subprogram body that defines the formal, do not apply predicate
2667         check on a formal IN parameter: such a check is redundant and
2668         its expansion can lead to out-of-scope references when it is
2669         originates in a function call in a precondition,
2671 2019-07-05  Yannick Moy  <moy@adacore.com>
2673         * sem_res.adb (Resolve_Call): Cannot inline in quantified
2674         expressions.
2675         * sem_util.adb, sem_util.ads (In_Quantified_Expression): New
2676         function.
2678 2019-07-05  Bob Duff  <duff@adacore.com>
2680         * doc/gnat_rm/standard_and_implementation_defined_restrictions.rst:
2681         Fix typo.
2682         * gnat_rm.texi: Regenerate.
2684 2019-07-05  Bob Duff  <duff@adacore.com>
2686         * exp_attr.adb (Input): Take the No_Stream_Optimizations
2687         restriction into account.
2689 2019-07-05  Claire Dross  <dross@adacore.com>
2691         * libgnat/a-cofove.ads, libgnat/a-cofove.adb: Definite formal
2692         vectors are now always bounded so that they do not need to be
2693         limited anymore.
2695 2019-07-05  Dmitriy Anisimkov  <anisimko@adacore.com>
2697         * libgnat/g-traceb.ads, libgnat/g-traceb.adb (Call_Chain): New
2698         function.
2700 2019-07-04  James Clarke  <jrtc27@debian.org>
2702         * libgnarl/s-osinte__kfreebsd-gnu.ads (clockid_t): Make type
2703         definition public.
2704         (CLOCK_REALTIME): Make value public.
2706 2019-07-04  Javier Miranda  <miranda@adacore.com>
2708         * exp_tss.adb (Init_Proc): Adding missing support for access to
2709         subprograms and access to protected subprograms of non-default
2710         C++ constructors.
2712 2019-07-04  Eric Botcazou  <ebotcazou@adacore.com>
2714         * gnat1drv.adb (Adjust_Global_Switches): Use proper interface to
2715         set the validity settings in CodePeer mode.
2716         * par-load.adb (Load): Remove all code dealing with validity
2717         settings.
2718         * validsw.ads (Validity_Check_Copies): Alphabetize.
2719         * validsw.adb (Reset_Validity_Check_Options): Set all options to
2720         off.
2721         (Save_Validity_Check_Options): Save all options.
2723 2019-07-04  Hristian Kirtchev  <kirtchev@adacore.com>
2725         * exp_ch3.adb, exp_ch4.adb, exp_ch4.ads, exp_ch5.adb,
2726         exp_ch7.adb, exp_ch9.adb, exp_ch11.adb, exp_unst.adb,
2727         rtsfind.ads, sem_attr.adb, sem_ch10.adb, sem_ch12.adb,
2728         sem_ch13.adb, sem_dim.adb, sem_disp.adb, xref_lib.adb: Minor
2729         reformatting.
2731 2019-07-04  Joffrey Huguet  <huguet@adacore.com>
2733         * libgnarl/a-taside.ads: Add assertion policy to ignore
2734         preconditions.
2735         (Abort_Task, Is_Terminated, Is_Callable): Add preconditions.
2737 2019-07-04  Eric Botcazou  <ebotcazou@adacore.com>
2739         * doc/gnat_rm/implementation_defined_pragmas.rst: Fix
2740         capitalization and parenthesis glitches.
2741         * gnat_rm.texi: Regenerate.
2743 2019-07-04  Ed Schonberg  <schonberg@adacore.com>
2745         * sem_ch10.adb (Remove_Context_Clauses): Handle properly the
2746         removal of a limited_with_clause which appears in the library
2747         unit oF the main unit, when some other unit in the context has a
2748         regular with_clause on the same unit, to prevent spurious
2749         visibility errors in the subsequent analysis of pending instance
2750         bodies.
2752 2019-07-04  Hristian Kirtchev  <kirtchev@adacore.com>
2754         * sem_elab.adb: Add new type Elaboration_Phase_Status along with
2755         a global to keep track of the elaboration phase status.
2756         Initialize all internal data structures to Nil for services
2757         Elaborated_Units, Internal_Representation, and Scenario_Storage.
2758         (Build_Call_Marker): Do not create a call marker when the
2759         elaboration phase is not active.
2760         (Build_Variable_Reference_Marker): Do not create a call marker
2761         when the elaboration phase is not active.
2762         (Check_Elaboration_Scenarios): Destroy all internal structures
2763         when the elaboration phase does not have to run. Do not execute
2764         when the elaboration phase is not active.
2765         (Elaboration_Phase_Active): New routine.
2766         (Finalize_All_Data_Structures): New routine.
2767         (Initialize): Initialize all internal data structures and signal
2768         that the elaboration phase has started.
2769         (Initialize_All_Data_Structures): New routine.
2770         (Initialize_Elaborated_Units): Initialize all internal data
2771         structures.
2772         (Initialize_Internal_Representation): Initialize all internal
2773         data structures.
2774         (Initialize_Scenario_Storage): Initialize all internal data
2775         structures.
2776         (Kill_Elaboration_Scenario): Do not execute when the elaboration
2777         phase is not active.
2778         (Set_Elaboration_Phase): New routine.
2779         (Update_Elaboration_Scenario): Do not execute when the
2780         elaboration phase is not active.
2782 2019-07-04  Gary Dismukes  <dismukes@adacore.com>
2784         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): The special
2785         treatment of calling Mask_Unfrozen_Types must also be done in
2786         the case of an Ignored_Ghost_Entity, because Expander_Active is
2787         False in that case.
2789 2019-07-04  Yannick Moy  <moy@adacore.com>
2791         * sem_prag.adb (Check_Library_Level_Entity): Update for new rule
2792         on SPARK_Mode.
2794 2019-07-04  Justin Squirek  <squirek@adacore.com>
2796         * sem_disp.adb (Check_Controlling_Formals): Obtain the full view
2797         before type comparison.
2799 2019-07-04  Ed Schonberg  <schonberg@adacore.com>
2801         * exp_ch4.ads, exp_ch4.adb (Build_Eq_Call): New visible
2802         subprogram, extracted from Expand_Composite_Equality, to handle
2803         properly the composition of equality for variant record types.
2804         * exp_ch3.adb (MAke_Eq_If): Use Build_Eq_Call for each
2805         component, to handle properly the case of a component with a
2806         user-defined equality. Revert to predefined equality if the
2807         user-defined operation is abstract, to maintain compatibility
2808         with older versions,
2810 2019-07-04  Justin Squirek  <squirek@adacore.com>
2812         * exp_ch3.adb (Build_Initialization_Call): Fixup
2813         *_skip_null_excluding_check argument to handle new default.
2814         (Init_Formals): Make *_skip_null_excluding_check formal default
2815         to False
2816         * exp_ch4.adb (Expand_N_Allocator): Add comment to note heavy
2817         code duplication
2819 2019-07-04  Bob Duff  <duff@adacore.com>
2821         * sem_ch3.adb (Access_Definition): Do not create a master unless
2822         Tasking_Allowed. Otherwise, this fails on restricted runtimes.
2824 2019-07-04  Hristian Kirtchev  <kirtchev@adacore.com>
2826         * sem_util.adb (Propagate_DIC_Attributes): Do not propagate the
2827         Default_Initial_Condition attributes to an incomplete type.
2829 2019-07-04  Ed Schonberg  <schonberg@adacore.com>
2831         * sem_attr.adb (Check_Array_Type): An array type attribute such
2832         as 'First can be applied to an unconstrained array tyope when
2833         the attribute reference appears within an aspect specification
2834         and the prefix is a current instance, given that the prefix of
2835         the attribute will become a formal of the subprogram that
2836         implements the aspect (typically a predicate check).
2838 2019-07-04  Piotr Trojanek  <trojanek@adacore.com>
2840         * sem_util.adb (Yields_Synchronized_Object): Fix typos in
2841         comments.
2843 2019-07-04  Yannick Moy  <moy@adacore.com>
2845         * sem_util.adb (Yields_Synchronized_Object): Adapt to new SPARK
2846         rule.
2848 2019-07-04  Yannick Moy  <moy@adacore.com>
2850         * sem_spark.adb (Check_Statement): Only check permission of
2851         object in extended return when it is of a deep type.
2853 2019-07-04  Justin Squirek  <squirek@adacore.com>
2855         * sem_ch12.adb (Perform_Appropriate_Analysis): Added for
2856         selecting which type of analysis based on wheither the
2857         instantiation is a generic at the library-level. In which case
2858         expansion during analysis.
2859         (Preanalyze_Actuals): Modify calls to Analyze to use the new
2860         routine.
2862 2019-07-04  Ed Schonberg  <schonberg@adacore.com>
2864         * exp_unst.adb: Handle conditional expressions.
2866 2019-07-04  Yannick Moy  <moy@adacore.com>
2868         * sem_spark.adb (Check_Package_Spec, Check_Package_Body): Only
2869         analyze parts of the code marked in SPARK.
2871 2019-07-04  Hristian Kirtchev  <kirtchev@adacore.com>
2873         * erroutc.adb, exp_aggr.adb, inline.adb, opt.adb, sem_ch3.adb:
2874         Minor reformatting.
2876 2019-07-04  Yannick Moy  <moy@adacore.com>
2878         * sem_spark.adb (Explanation, Get_Expl): New functions to get
2879         the explanation for a permission mismatch.
2880         (Perm_Error, Perm_Mismatch, Perm_Error_Loop_Exit): Take
2881         explanation into account for issuing a more precise error
2882         message.
2883         (Set_Perm_Prefixes, Set_Perm_Extensions,
2884         Set_Perm_Extensions_Move): Pass suitable argument for the
2885         explanation node.
2887 2019-07-04  Arnaud Charlet  <charlet@adacore.com>
2889         * exp_aggr.adb (In_Place_Assign_OK): Moved to top level and add
2890         support for record aggregates.
2891         (Component_Check): Use Is_CCG_Supported_Aggregate instead of a
2892         similar local predicate.
2893         (Convert_To_Assignments): Take advantage of In_Place_Assign_OK
2894         predicate when possible.
2895         (Is_CCG_Supported_Aggregate): Return False for records with
2896         representation clauses and fix the logic for dealing with nested
2897         aggregates.
2899 2019-07-04  Piotr Trojanek  <trojanek@adacore.com>
2901         * opt.adb (Set_Config_Switches): Keep assertions policy as
2902         enabled when analysing internal units in GNATprove mode.
2904 2019-07-04  Arnaud Charlet  <charlet@adacore.com>
2906         * exp_ch4.adb (Expand_Short_Circuit_Operator): Strip
2907         N_Variable_Reference_Marker when checking for the presence of
2908         actions.
2910 2019-07-04  Arnaud Charlet  <charlet@adacore.com>
2912         * exp_aggr.adb (Check_Component): Take into account type
2913         conversions.
2915 2019-07-04  Dmitriy Anisimkov  <anisimko@adacore.com>
2917         * doc/gnat_ugn/platform_specific_information.rst: Document
2918         Windows socket timeout particularity.
2919         * gnat_ugn.texi: Regenerate.
2920         * gsocket.h: Include versionhelpers.h.
2921         * socket.c (__gnat_minus_500ms): New function.
2922         * libgnat/g-sothco.ads (Minus_500ms_Windows_Timeout): New
2923         imported function.
2924         * libgnat/g-socket.adb (Set_Socket_Option): Refactor to remove
2925         500ms from the requested timeout only on old Windows version.
2927 2019-07-04  Thomas Quinot  <quinot@adacore.com>
2929         * get_scos.adb: Remove bogus, dead code.
2931 2019-07-04  Ed Schonberg  <schonberg@adacore.com>
2933         * sem_dim.adb (Analyze_Dimension_Array_Aggregate): If the
2934         component is an entity name, its dimensions are those of its
2935         type.
2937 2019-07-03  Bob Duff  <duff@adacore.com>
2939         * doc/gnat_ugn/gnat_utility_programs.rst: Document new flags in
2940         GNATpp.
2942 2019-07-03  Hristian Kirtchev  <kirtchev@adacore.com>
2944         * binde.adb: Remove with clause for System.OS_Lib.
2945         (Force_Elab_Order): Refactor the majority of the code in Butil.
2946         Use the new forced units iterator to obtain unit names.
2947         * bindo-builders.adb: Add with and use clauses for Binderr,
2948         Butil, Opt, Output, Types, GNAT, and GNAT.Dynamic_HTables.  Add
2949         a hash table which maps units to line number in the forced
2950         elaboration order file.
2951         (Add_Unit): New routine.
2952         (Build_Library_Graph): Create forced edges between pairs of
2953         units listed in the forced elaboration order file.
2954         (Create_Forced_Edge, Create_Forced_Edges, Destroy_Line_Number,
2955         Duplicate_Unit_Error, Hash_Unit, Internal_Unit_Info,
2956         Is_Duplicate_Unit, Missing_Unit_Info): New routines.
2957         * bindo-graphs.adb (Is_Internal_Unit, Is_Predefined_Unit):
2958         Refactor some of the behavior to Bindo-Units.
2959         * bindo-graphs.ads: Enable the enumeration literal for forced
2960         edges.
2961         * bindo-units.adb, bindo-units.ads (Is_Internal_Unit,
2962         Is_Predefined_Unit): New routines.
2963         * butil.adb: Add with and use clauses for Opt, GNAT, and
2964         System.OS_Lib.  Add with clause for Unchecked_Deallocation.
2965         (Has_Next, Iterate_Forced_Units, Next, Parse_Next_Unit_Name,
2966         Read_Forced_Elab_Order_File): New routines.
2967         * butil.ads: Add with and use clauses for Types.  Add new
2968         iterator over the units listed in the forced elaboration order
2969         file.
2970         (Has_Next, Iterate_Forced_Units, Next): New routine.
2971         * namet.adb, namet.ads (Present): New routine.
2973 2019-07-03  Bob Duff  <duff@adacore.com>
2975         * sem_ch3.adb (Access_Definition): The code was creating a
2976         master in the case where the designated type is a class-wide
2977         interface type. Create a master in the noninterface case as
2978         well. That is, create a master for all limited class-wide types.
2980 2019-07-03  Yannick Moy  <moy@adacore.com>
2982         * erroutc.adb (Sloc_In_Range): New function to determine whether
2983         the range of a pragma Warnings covers a location, taking
2984         instantiations into account.
2986 2019-07-03  Johannes Kanig  <kanig@adacore.com>
2988         * osint.ads, osint.adb (Get_First_Main_File_Name): New routine
2989         to access the first file provided on the command line.
2991 2019-07-03  Ed Schonberg  <schonberg@adacore.com>
2993         * inline.adb (Process_Formals_In_Aspects): New procedure within
2994         Expand_Inlined_Call, to perform a replacement of references to
2995         formals that appear in aspect specifications within the body
2996         being inlined.
2998 2019-07-03  Justin Squirek  <squirek@adacore.com>
3000         * sem_ch8.adb (Analyze_Object_Renaming): Add call to search for
3001         the appropriate actual subtype of the object renaming being
3002         analyzed.
3003         (Check_Constrained_Object): Minor cleanup.
3005 2019-07-03  Yannick Moy  <moy@adacore.com>
3007         * sem_spark.adb (Get_Observed_Or_Borrowed_Expr): New function to
3008         return go through traversal function call.
3009         (Check_Type): Consistently use underlying type.
3010         (Get_Perm): Adapt for case of elaboration code where variables
3011         are not declared in the environment. Remove incorrect handling
3012         of borrow and observe.
3014 2019-07-03  Hristian Kirtchev  <kirtchev@adacore.com>
3016         * inline.adb (Build_Return_Object_Formal): New routine.
3017         (Can_Split_Unconstrained_Function): Code clean up.
3018         (Copy_Formals,Copy_Return_Object): New routines.
3019         (Split_Unconstrained_Function): Code clean up and refactoring.
3021 2019-07-03  Gary Dismukes  <dismukes@adacore.com>
3023         * bindo-augmentors.adb, bindo-augmentors.ads,
3024         bindo-builders.ads, bindo-elaborators.adb, sem_ch12.adb,
3025         sem_ch13.adb, sem_spark.adb, sinfo.ads: Minor editorial
3026         corrections and reformatting.
3028 2019-07-03  Bob Duff  <duff@adacore.com>
3030         * sem_warn.adb (Check_Infinite_Loop_Warning): Avoid the warning
3031         if an Iterator_Specification is present.
3033 2019-07-03  Bob Duff  <duff@adacore.com>
3035         * doc/gnat_ugn/gnat_utility_programs.rst: Document default
3036         new-line behavior.
3038 2019-07-03  Hristian Kirtchev  <kirtchev@adacore.com>
3040         * ali.adb: Add with and use clauses for GNAT,
3041         GNAT.Dynamic_HTables, and Snames.  Add a map from invocation
3042         signature records to invocation signature ids.  Add various
3043         encodings of invocation-related attributes.  Sort and update
3044         table Known_ALI_Lines.
3045         (Add_Invocation_Construct, Add_Invocation_Relation,
3046         Body_Placement_Kind_To_Code, Code_To_Body_Placement_Kind,
3047         Code_To_Invocation_Construct_Kind, Code_To_Invocation_Kind,
3048         Code_To_Invocation_Graph_Line_Kind, Destroy, Hash): New
3049         routines.
3050         (Initialize_ALI): Sort the initialization sequence. Add
3051         initialization for all invocation-related tables.
3052         (Invocation_Construct_Kind_To_Code,
3053         Invocation_Graph_Line_Kind_To_Code, Invocation_Kind_To_Code,
3054         Invocation_Signature_Of, Present): New routines.
3055         (Scan_ALI): Add the default values for invocation-related ids.
3056         Scan invocation graph lines.
3057         (Scan_Invocation_Graph_Line): New routine.
3058         * ali.ads: Add with clause for GNAT.Dynamic_Tables.  Add types
3059         for invocation constructs, relations, and signatures.  Add
3060         tables for invocation constructs, relations, and signatures.
3061         Update Unit_Record to capture invocation-related ids.  Relocate
3062         table Unit_Id_Tables and subtypes Unit_Id_Table, Unit_Id_Array
3063         from Binde.
3064         (Add_Invocation_Construct, Add_Invocation_Relation,
3065         Body_Placement_Kind_To_Code, Code_To_Body_Placement_Kind,
3066         Code_To_Invocation_Construct_Kind, Code_To_Invocation_Kind,
3067         Code_To_Invocation_Graph_Line_Kind,
3068         Invocation_Construct_Kind_To_Code,
3069         Invocation_Graph_Line_Kind_To_Code, Invocation_Kind_To_Code,
3070         Invocation_Signature_Of, Present): New routines.
3071         * binde.adb: Add with and use clause for Types.  Add use clause
3072         for ALI.Unit_Id_Tables;
3073         * binde.ads: Relocate table Unit_Id_Tables and subtypes
3074         Unit_Id_Table, Unit_Id_Array to ALI.
3075         * bindgen.adb: Remove with and use clause for ALI.
3076         * bindgen.ads: Remove with and use clause for Binde.  Add with
3077         and use clause for ALI.
3078         * bindo.adb,  bindo.ads, bindo-augmentors.adb,
3079         bindo-augmentors.ads, bindo-builders.adb, bindo-builders.ads,
3080         bindo-diagnostics.adb, bindo-diagnostics.ads,
3081         bindo-elaborators.adb, bindo-elaborators.ads, bindo-graphs.adb,
3082         bindo-graphs.ads, bindo-units.adb, bindo-units.ads,
3083         bindo-validators.adb, bindo-validators.ads, bindo-writers.adb,
3084         bindo-writers.ads: New units.
3085         * debug.adb: Use and describe GNAT debug switches -gnatd_F and
3086         -gnatd_G.  Add GNATbind debug switches in the ranges dA .. dZ,
3087         d.a .. d.z, d.A .. d.Z, d.1 .. d.9, d_a .. d_z, d_A .. d_Z, and
3088         d_1 .. d_9.  Use and describe GNATbind debug switches -d_A,
3089         -d_I, -d_L, -d_N, -d_O, -d_T, and -d_V.
3090         * exp_util.adb, exp_util.ads (Exceptions_OK): Relocate to
3091         Sem_Util.
3092         * gnatbind.adb: Add with and use clause for Bindo.  Use the new
3093         Bindo elaboration order only when -d_N is in effect.
3094         * lib-writ.adb
3095         (Column, Extra, Invoker, Kind, Line, Locations, Name, Placement,
3096         Scope, Signature, Target): New routines.
3097         (Write_ALI): Output all invocation-related data.
3098         (Write_Invocation_Graph): New routine.
3099         * lib-writ.ads: Document the invocation graph ALI line.
3100         * namet.adb, namet.ads (Present): New routines.
3101         * sem_ch8.adb (Find_Direct_Name): Capture the status of
3102         elaboration checks and warnings of an identifier.
3103         (Find_Expanded_Name): Capture the status of elaboration checks
3104         and warnings of an expanded name.
3105         * sem_ch12.adb (Analyze_Generic_Package_Declaration): Ensure
3106         that invocation graph-related data within the body of the main
3107         unit is encoded in the ALI file.
3108         (Analyze_Generic_Subprogram_Declaration): Ensure that invocation
3109         graph-related data within the body of the main unit is encoded
3110         in the ALI file.
3111         (Analyze_Package_Instantiation): Perform minimal decoration of
3112         the instance entity.
3113         (Analyze_Subprogram_Instantiation): Perform minimal decoration
3114         of the instance entity.
3115         * sem_elab.adb: Perform heavy refactoring of all code. The unit
3116         is now split into "services" which specialize in one area of ABE
3117         checks.  Add processing in order to capture invocation-graph
3118         related attributes of the main unit, and encode them in the ALI
3119         file.  The Processing phase can now operate in multiple modes,
3120         all described by type Processing_Kind.  Scenarios and targets
3121         are now distinct at the higher level, and carry their own
3122         representations. This eliminates the need to constantly
3123         recompute their attributes, and offers the various processors a
3124         uniform interface.  The various initial states of the Processing
3125         phase are now encoded using type Processing_In_State, and
3126         xxx_State constants.
3127         * sem_elab.ads: Update the literals of type
3128         Enclosing_Level_Kind.  Add Inline pragmas on several routines.
3129         * sem_prag.adb (Process_Inline): Ensure that invocation
3130         graph-related data within the body of the main unit is encoded
3131         in the ALI file.
3132         * sem_util.adb (Enclosing_Generic_Body, Enclosing_Generic_Unit):
3133         Code clean up.
3134         (Exceptions_OK): Relocated from Sem_Util.
3135         (Mark_Save_Invocation_Graph_Of_Body): New routine.
3136         * sem_util.ads (Exceptions_OK): Relocated from Sem_Util.
3137         (Mark_Save_Invocation_Graph_Of_Body): New routine.
3138         * sinfo.adb (Is_Elaboration_Checks_OK_Node): Now applicable to
3139         N_Variable_Reference_Marker.
3140         (Is_Elaboration_Warnings_OK_Node): Now applicable to
3141         N_Expanded_Name, N_Identifier, N_Variable_Reference_Marker.
3142         (Is_Read): Use Flag4.
3143         (Is_SPARK_Mode_On_Node): New applicable to
3144         N_Variable_Reference_Marker.
3145         (Is_Write): Use Flag5.
3146         (Save_Invocation_Graph_Of_Body): New routine.
3147         (Set_Is_Elaboration_Checks_OK_Node): Now applicable to
3148         N_Variable_Reference_Marker.
3149         (Set_Is_Elaboration_Warnings_OK_Node): Now applicable to
3150         N_Expanded_Name, N_Identifier, N_Variable_Reference_Marker.
3151         (Set_Is_SPARK_Mode_On_Node): New applicable to
3152         N_Variable_Reference_Marker.
3153         (Set_Save_Invocation_Graph_Of_Body): New routine.
3154         * sinfo.ads: Update the documentation of attributes
3155         Is_Elaboration_Checks_OK_Node, Is_Elaboration_Warnings_OK_Node,
3156         Is_SPARK_Mode_On_Node.  Update the flag usage of attributes
3157         Is_Read, Is_Write.  Add attribute Save_Invocation_Graph_Of_Body
3158         and update its occurrence in nodes.
3159         (Save_Invocation_Graph_Of_Body): New routine along with pragma
3160         Inline.
3161         (Set_Save_Invocation_Graph_Of_Body): New routine along with
3162         pragma Inline.
3163         * switch-b.adb (Scan_Binder_Switches): Refactor the scanning of
3164         debug switches.
3165         (Scan_Debug_Switches): New routine.
3166         * libgnat/g-dynhta.adb, libgnat/g-dynhta.ads (Contains): New routine.
3167         * libgnat/g-graphs.adb (Associate_Vertices): Update the use of
3168         Component_Vertex_Iterator.
3169         (Contains_Component, Contains_Edge, Contains_Vertex, Has_Next):
3170         Reimplemented.
3171         (Iterate_Component_Vertices): New routine.
3172         (Iterate_Vertices): Removed.
3173         (Next): Update the parameter profile.
3174         (Number_Of_Component_Vertices, Number_Of_Outgoing_Edges): New
3175         routines.
3176         * libgnat/g-graphs.ads: Update the initialization of
3177         No_Component.  Add type Component_Vertex_Iterator.  Remove type
3178         Vertex_Iterator.
3179         (Has_Next): Add new versions and remove old ones.
3180         (Iterate_Component_Vertices): New routine.
3181         (Iterate_Vertices): Removed.
3182         (Next): Add new versions and remove old ones.
3183         (Number_Of_Component_Vertices, Number_Of_Outgoing_Edges): New
3184         routines.
3185         * libgnat/g-sets.adb (Contains): Reimplemented.
3186         * gcc-interface/Make-lang.in (GNATBIND_OBJS): Add
3187         GNAT.Dynamic_HTables, GNAT.Graphs and Bindo units.
3188         * rtsfind.ads: Remove extra space.
3190 2019-07-03  Yannick Moy  <moy@adacore.com>
3192         * sem_spark.adb: Add support for locally borrowing and observing
3193         a path.
3194         (Get_Root_Object): Add parameter Through_Traversal to denote
3195         when we are interesting in getting to the traversed parameter.
3196         (Is_Prefix_Or_Almost): New function to support detection of
3197         illegal access to borrowed or observed paths.
3198         (Check_Pragma): Add analysis of assertion pragmas.
3200 2019-07-03  Ed Schonberg  <schonberg@adacore.com>
3202         * sem_ch13.adb (Build_Predicate_Functions): In a generic context
3203         we do not build the bodies of predicate fuctions, but the
3204         expression in a static predicate must be elaborated to allow
3205         case coverage checking within the generic unit.
3206         (Build_Discrete_Static_Predicate): In a generic context, return
3207         without building function body once the
3208         Static_Discrete_Predicate expression for the type has been
3209         constructed.
3211 2019-07-03  Hristian Kirtchev  <kirtchev@adacore.com>
3213         * bindgen.adb, inline.adb, layout.adb, sem_ch12.adb,
3214         sem_ch13.adb, sem_ch7.adb, styleg.adb: Minor reformatting.
3216 2019-07-03  Bob Duff  <duff@adacore.com>
3218         * par-ch3.adb (P_Defining_Identifier): Call
3219         Check_Defining_Identifier_Casing.
3220         * style.ads, styleg.ads, styleg.adb
3221         (Check_Defining_Identifier_Casing): New procedure to check for
3222         mixed-case defining identifiers.
3223         * stylesw.ads, stylesw.adb (Style_Check_Mixed_Case_Decls): New
3224         flag for checking for mixed-case defining identifiers.
3225         * doc/gnat_ugn/building_executable_programs_with_gnat.rst:
3226         Document new feature.
3227         * gnat_ugn.texi: Regenerate.
3229 2019-07-03  Eric Botcazou  <ebotcazou@adacore.com>
3231         * doc/gnat_ugn/building_executable_programs_with_gnat.rst
3232         (Warning message control): Document that -gnatw.z/Z apply to
3233         array types.
3234         * freeze.adb (Freeze_Entity): Give -gnatw.z warning for array
3235         types as well, but not if the specified alignment is the minimum
3236         one.
3237         * gnat_ugn.texi: Regenerate.
3239 2019-07-03  Bob Duff  <duff@adacore.com>
3241         * einfo.ads, exp_util.adb, layout.ads, sinfo.ads: Spell "laid"
3242         correctly.
3244 2019-07-03  Ed Schonberg  <schonberg@adacore.com>
3246         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): No error
3247         message on attribute applied to a renaming when the renamed
3248         object is an aggregate (from code reading).
3249         (Check_Aspect_At_End_Of_Declarations): In a generic context
3250         where freeze nodes are not generated, the original expression
3251         for an aspect may need to be analyzed to precent spurious
3252         conformance errors when compared with the expression that is
3253         anakyzed at the end of the current declarative list.
3255 2019-07-03  Eric Botcazou  <ebotcazou@adacore.com>
3257         * layout.adb (Layout_Type): Do not set the component size of an
3258         array with a scalar component if the component type is
3259         overaligned.
3261 2019-07-03  Ed Schonberg  <schonberg@adacore.com>
3263         * inline.adb (Make_Loop_Labels_Unique): New procedure to modify
3264         the source code of subprograms that are inlined by the
3265         front-end, to prevent accidental duplication between loop labels
3266         in the inlined code and the code surrounding the inlined call.
3268 2019-07-03  Hristian Kirtchev  <kirtchev@adacore.com>
3270         * doc/gnat_ugn/elaboration_order_handling_in_gnat.rst: Update
3271         the section on resolving elaboration circularities to eliminate
3272         certain combinations of switches which together do not produce
3273         the desired effect and confuse users.
3274         * gnat_ugn.texi: Regenerate.
3276 2019-07-03  Arnaud Charlet  <charlet@adacore.com>
3278         * bindgen.adb (Gen_Main): Disable generation of reference to
3279         Ada_Main_Program_Name for CCG.
3280         * bindusg.adb (Display): Add -G to the command-line usage for
3281         gnatbind.
3282         * opt.ads (Generate_C_Code): Update comment.
3283         * switch-b.adb (Scan_Binder_Switches): Add handling for -G.
3285 2019-07-03  Arnaud Charlet  <charlet@adacore.com>
3287         * sem_ch7.adb (Has_Referencer): Do not consider inlined
3288         subprograms when generating C code, which allows us to generate
3289         static inline subprograms.
3291 2019-07-03  Justin Squirek  <squirek@adacore.com>
3293         * sem_ch6.adb (Check_Conformance): Add expression checking for
3294         constant modifiers in anonymous access types (in addition to
3295         "non-null" types) so that they are considered "matching" for
3296         subsequent conformance tests.
3298 2019-07-03  Arnaud Charlet  <charlet@adacore.com>
3300         * doc/gnat_rm/standard_and_implementation_defined_restrictions.rst:
3301         Clarify wording on No_Multiple_Elaboration.
3302         * gnat_rm.texi: Regenerate.
3304 2019-07-03  Ed Schonberg  <schonberg@adacore.com>
3306         * sem_ch8.adb (Find_Selected_Component): If the prefix is the
3307         current instance of a type or subtype, complete the resolution
3308         of the name by finding the component of the type denoted by the
3309         selector name.
3311 2019-07-03  Eric Botcazou  <ebotcazou@adacore.com>
3313         * doc/gnat_rm/interfacing_to_other_languages.rst (Interfacing to C):
3314         Document that boolean types with convention C now map to C99 bool.
3315         * gnat_rm.texi: Regenerate.
3317 2019-07-03  Javier Miranda  <miranda@adacore.com>
3319         * exp_attr.adb (Expand_Min_Max_Attribute): Code cleanup:
3320         removing code that it is now never executed in the CCG compiler
3321         (dead code).
3323 2019-07-02  Iain Sandoe  <iain@sandoe.co.uk>
3325         * libgnat/system-darwin-ppc.ads: Set Stack_Check_Probes True for
3326         PPC Darwin.
3328 2019-07-01  Ed Schonberg  <schonberg@adacore.com>
3330         * sem_ch12.adb (Is_Defaulted): New predicate in
3331         Check_Formal_Package_Intance, to skip the conformance of checks
3332         on parameters of a formal package that are defaulted,
3334 2019-07-01  Hristian Kirtchev  <kirtchev@adacore.com>
3336         * checks.adb, exp_ch9.adb, exp_unst.adb, sem_ch4.adb,
3337         sem_prag.adb, sem_spark.adb: Minor reformatting.
3339 2019-07-01  Ed Schonberg  <schonberg@adacore.com>
3341         * sem_attr.adb (Analyze_Attribute, case Enum_Rep): Allow prefix
3342         of attribute to be an attribute reference of a discrete type.
3344 2019-07-01  Eric Botcazou  <ebotcazou@adacore.com>
3346         * sem_ch12.adb (Analyze_Subprogram_Instantiation): Move up
3347         handling of Has_Pragma_Inline_Always and deal with
3348         Has_Pragma_No_Inline.
3350 2019-07-01  Ed Schonberg  <schonberg@adacore.com>
3352         * sem_ch3.adb (Build_Derived_Record_Type): If the parent type is
3353         declared as a subtype of a private type with an inherited
3354         discriminant constraint, its generated full base appears as a
3355         record subtype, so we need to retrieve its oen base type so that
3356         the inherited constraint can be applied to it.
3358 2019-07-01  Yannick Moy  <moy@adacore.com>
3360         * sem_spark.adb: Completely rework the algorithm for ownership
3361         checking, as the rules in SPARK RM have changed a lot.
3362         * sem_spark.ads: Update comments.
3364 2019-07-01  Dmitriy Anisimkov  <anisimko@adacore.com>
3366         * gsocket.h (Has_Sockaddr_Len): Use the offset of sin_family offset in
3367         the sockaddr_in structure to determine the existence of length field
3368         before the sin_family.
3370 2019-07-01  Ed Schonberg  <schonberg@adacore.com>
3372         * sem_prag.adb (Analyze_Pragma, case Weak_External): Pragma only
3373         applies to entities with run-time addresses, not to types.
3375 2019-07-01  Piotr Trojanek  <trojanek@adacore.com>
3377         * einfo.adb, sem_ch7.adb, sem_prag.adb, sem_util.adb: Update
3378         references to the SPARK RM after the removal of Rule 7.1.4(5).
3380 2019-07-01  Piotr Trojanek  <trojanek@adacore.com>
3382         * sysdep.c: Cleanup references to LynuxWorks in docs and
3383         comments.
3385 2019-07-01  Ed Schonberg  <schonberg@adacore.com>
3387         * checks.adb (Insert_Valid_Check): Do not apply validity check
3388         to variable declared within a protected object that uses the
3389         Lock_Free implementation, to prevent unwarranted constant
3390         folding, because entities within such an object msut be treated
3391         as volatile.
3393 2019-07-01  Eric Botcazou  <ebotcazou@adacore.com>
3395         * exp_ch9.adb (Check_Inlining): Deal with Has_Pragma_No_Inline.
3397 2019-07-01  Ed Schonberg  <schonberg@adacore.com>
3399         * exp_unst.adb (Visit_Node, Check_Static_Type): Improve the
3400         handling of private and incomplete types whose full view is an
3401         access type, to detect additional uplevel references in dynamic
3402         bounds. This is relevant to N_Free_Statement among others that
3403         manipulate types whose full viww may be an access type.
3405 2019-07-01  Pat Rogers  <rogers@adacore.com>
3407         * doc/gnat_rm/representation_clauses_and_pragmas.rst: Correct
3408         size indicated for R as a component of an array.
3409         * gnat_rm.texi: Regenerate.
3411 2019-07-01  Justin Squirek  <squirek@adacore.com>
3413         * libgnat/s-win32.ads: Add definition for ULONG, modify
3414         OVERLAPPED type, and add appropriate pragmas.
3416 2019-07-01  Bob Duff  <duff@adacore.com>
3418         * gnat1drv.adb (gnat1drv): Call Write_ALI if the main unit is
3419         ignored-ghost.
3421 2019-07-01  Yannick Moy  <moy@adacore.com>
3423         * sem_ch4.adb (Operator_Check): Refine error message.
3425 2019-07-01  Piotr Trojanek  <trojanek@adacore.com>
3427         * libgnat/a-calend.ads: Revert "Global => null" contracts on
3428         non-pure routines.
3430 2019-07-01  Piotr Trojanek  <trojanek@adacore.com>
3432         * exp_attr.adb, libgnat/g-graphs.ads: Fix typos in comments:
3433         componant -> component.
3435 2019-07-01  Hristian Kirtchev  <kirtchev@adacore.com>
3437         * libgnat/g-graphs.adb: Use type Directed_Graph rather than
3438         Instance in various routines.
3439         * libgnat/g-graphs.ads: Change type Instance to Directed_Graph.
3440         Update various routines that mention the type.
3442 2019-07-01  Hristian Kirtchev  <kirtchev@adacore.com>
3444         * libgnat/g-sets.adb: Use type Membership_Set rathern than
3445         Instance in various routines.
3446         * libgnat/g-sets.ads: Change type Instance to Membership_Set.
3447         Update various routines that mention the type.
3449 2019-07-01  Hristian Kirtchev  <kirtchev@adacore.com>
3451         * libgnat/g-lists.adb: Use type Doubly_Linked_List rather than
3452         Instance in various routines.
3453         * libgnat/g-lists.ads: Change type Instance to
3454         Doubly_Linked_List. Update various routines that mention the
3455         type.
3457 2019-07-01  Hristian Kirtchev  <kirtchev@adacore.com>
3459         * libgnat/g-dynhta.adb: Use type Dynamic_Hash_Table rather than
3460         Instance in various routines.
3461         * libgnat/g-dynhta.ads: Change type Instance to
3462         Dynamic_Hash_Table. Update various routines that mention the
3463         type.
3465 2019-07-01  Hristian Kirtchev  <kirtchev@adacore.com>
3467         * exp_attr.adb, exp_ch7.adb, exp_unst.adb, sem_ch3.adb,
3468         sem_util.adb, uintp.adb, uintp.ads: Minor reformatting.
3470 2019-07-01  Javier Miranda  <miranda@adacore.com>
3472         * exp_attr.adb (Expand_Min_Max_Attribute): Disable expansion of
3473         'Min/'Max on integer, enumeration, fixed point and floating
3474         point types since the CCG backend now provides in file
3475         standard.h routines to support it.
3477 2019-07-01  Hristian Kirtchev  <kirtchev@adacore.com>
3479         * impunit.adb: Add GNAT.Graphs to list Non_Imp_File_Names_95.
3480         * Makefile.rtl, gcc-interface/Make-lang.in: Register unit
3481         GNAT.Graphs.
3482         * libgnat/g-dynhta.adb: Various minor cleanups (use Present
3483         rather than direct comparisons).
3484         (Delete): Reimplement to use Delete_Node.
3485         (Delete_Node): New routine.
3486         (Destroy_Bucket): Invoke the provided destructor.
3487         (Present): New routines.
3488         * libgnat/g-dynhta.ads: Add new generic formal Destroy_Value.
3489         Use better names for the components of iterators.
3490         * libgnat/g-graphs.adb, libgnat/g-graphs.ads: New unit.
3491         * libgnat/g-lists.adb: Various minor cleanups (use Present
3492         rather than direct comparisons).
3493         (Delete_Node): Invoke the provided destructor.
3494         (Present): New routine.
3495         * libgnat/g-lists.ads: Add new generic formal Destroy_Element.
3496         Use better names for the components of iterators.
3497         (Present): New routine.
3498         * libgnat/g-sets.adb, libgnat/g-sets.ads (Destroy, Preset,
3499         Reset): New routines.
3501 2019-07-01  Dmitriy Anisimkov  <anisimko@adacore.com>
3503         * libgnat/g-sothco.adb (Get_Address): Fix the case when AF_INET6
3504         is not defined.
3506 2019-07-01  Ed Schonberg  <schonberg@adacore.com>
3508         * exp_attr.adb (Expand_Attribute_Reference, case Invalid_Value):
3509         Resolve result of call to Get_Simple_Init_Val, which may be a
3510         conversion of a literal.
3512 2019-07-01  Hristian Kirtchev  <kirtchev@adacore.com>
3514         * freeze.adb (Freeze_Expression): Remove the horrible useless
3515         name hiding of N. Insert the freeze nodes generated by the
3516         expression prior to the expression when the nearest enclosing
3517         scope is transient.
3519 2019-07-01  Pierre-Marie de Rodat  <derodat@adacore.com>
3521         * doc/gnat_ugn/building_executable_programs_with_gnat.rst: Fix
3522         formatting issues in the -gnatR section.
3523         * gnat_ugn.texi: Regenerate.
3525 2019-06-30  Iain Sandoe  <iain@sandoe.co.uk>
3527         * gnatlink.adb (Link_Step): Remove duplicate -static-libgcc switches.
3528         Push -shared-libgcc explicitly, when it is the target default (unless
3529         overidden by the static flag).
3530         When the user has put an instance of shared/static-libgcc do not push
3531         a duplicate of this.
3533 2019-06-29  Eric Botcazou  <ebotcazou@adacore.com>
3535         * gcc-interface/decl.c (gnat_to_gnu_entity): Beep up comment on SAVED,
3536         and tweak comment on the assertion about the scopes of Itypes.  Do not
3537         skip the regular processing for Itypes that are E_Record_Subtype with
3538         a Cloned_Subtype.  Get the Cloned_Subtype for every E_Record_Subtype
3539         if the type is dummy and hasn't got its own freeze node.
3540         <E_Record_Subtype>: Save again the DECL of the Cloned_Subtype, if any.
3541         <E_Access_Subtype>: Save again the DECL of the equivalent type.
3542         (Gigi_Equivalent_Type) <E_Access_Subtype>: New case.
3544 2019-06-29  Eric Botcazou  <ebotcazou@adacore.com>
3546         * gcc-interface/utils.c (unchecked_convert): Tweak comment.  Only skip
3547         dereferences when padding to have the same size on both sides.  Do it
3548         for destination types with self-referential size too.
3550 2019-06-29  Eric Botcazou  <ebotcazou@adacore.com>
3552         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>: If the
3553         type requires strict alignment, then set the RM size to the type size.
3554         Rework handling of alignment and sizes of tagged types in ASIS mode.
3555         (validate_size): Rename local variable and remove special handling for
3556         strict-alignment types.
3557         * gcc-interface/utils.c (finish_record_type): Constify local variables
3558         and use properly typed constants.
3560 2019-06-29  Eric Botcazou  <ebotcazou@adacore.com>
3562         * gcc-interface/decl.c (gnat_to_gnu_field): Rework error messages for
3563         fields requiring strict alignment, add explicit test on Storage_Unit
3564         for position and size, and mention type alignment for position.
3566 2019-06-29  Eric Botcazou  <ebotcazou@adacore.com>
3568         * gcc-interface/trans.c (mark_visited_r): Set TYPE_SIZES_GIMPLIFIED on
3569         the main variant of a type, if any.
3571 2019-06-29  Eric Botcazou  <ebotcazou@adacore.com>
3573         * gcc-interface/decl.c (set_nonaliased_component_on_array_type): Add
3574         missing guard for the presence of TYPE_CANONICAL.
3575         (set_reverse_storage_order_on_array_type): Likewise.
3577 2019-06-29  Eric Botcazou  <ebotcazou@adacore.com>
3579         * gcc-interface/gigi.h (make_packable_type): Remove default value.
3580         (value_factor_p): Tweak prototype.
3581         * gcc-interface/decl.c (gnat_to_gnu_entity): Add comment.
3582         (gnat_to_gnu_component_type): Likewise.
3583         (gnat_to_gnu_field): Likewise.  Fetch the position of the field earlier
3584         and simplify the condition under which the type is packed.  Declare
3585         local variable is_bitfield.  Pass 1 as max_align to make_packable_type
3586         if it is set to true.
3587         (copy_and_substitute_in_layout): Pass 0 to make_packable_type.
3588         * gcc-interface/utils.c (make_packable_array_type): New function.
3589         (make_packable_type): Use it to rewrite the type of array field.
3590         (maybe_pad_type): Pass align parameter to make_packable_type.
3591         (create_field_decl): Minor tweaks.
3592         (value_factor_p): Assert that FACTOR is a power of 2 and replace the
3593         modulo computation by a masking operation.
3595 2019-06-25  Eric Botcazou  <ebotcazou@adacore.com>
3597         * gcc-interface/decl.c (gnat_to_gnu_entity): Remove superfluous test
3598         in previous change.
3599         * gcc-interface/gigi.h (maybe_character_type): Fix formatting.
3600         (maybe_character_value): Likewise.
3602 2019-06-24  Jan Hubicka  <jh@suse.cz>
3604         * gcc-interface/decl.c (gnat_to_gnu_entity): Check that
3605         type is array or integer prior checking string flag.
3606         * gcc-interface/gigi.h (maybe_character_type): Likewise.
3607         (maybe_character_value): Likewise.
3609 2019-06-24  Martin Sebor  <msebor@redhat.com>
3611         * gcc-interface/utils.c (handle_nonnull_attribute): Quote attribute
3612         name.
3614 2019-06-18  Arnaud Charlet  <charlet@adacore.com>
3616         PR ada/80590
3617         * sem_ch5.adb (Analyze_Loop_Statement): Avoid exception propagation
3618         during normal processing.
3620 2019-06-17  Arnaud Charlet  <charlet@adacore.com>
3622         PR ada/80590
3623         * exp_ch9.adb (Expand_N_Delay_Relative_Statement): Swap the two
3624         conditions to avoid a unnecessary exception propagation in the default
3625         case.
3627 2019-05-28  Eric Botcazou  <ebotcazou@adacore.com>
3629         * gcc-interface/utils.c (handle_stack_protect_attribute): Move around.
3631 2019-05-28  Eric Botcazou  <ebotcazou@adacore.com>
3633         * doc/gnat_rm/implementation_defined_pragmas.rst (Machine_Attribute):
3634         Document additional optional parameters.
3635         * sem_prag.adb (Analyze_Pragma) <Pragma_Machine_Attribute>: Accept
3636         more than one optional parameter.
3637         * gcc-interface/decl.c (prepend_one_attribute_pragma): Alphabetize
3638         the list of supported pragmas.  Simplify the handling of parameters
3639         and add support for more than one optional parameter.
3640         * gcc-interface/utils.c (attr_cold_hot_exclusions): New constant.
3641         (gnat_internal_attribute_table): Add entry for no_icf, noipa, flatten,
3642         used, cold, hot, target and target_clones.
3643         (begin_subprog_body): Do not create the RTL for the subprogram here.
3644         (handle_noicf_attribute): New static function.
3645         (handle_noipa_attribute): Likewise.
3646         (handle_flatten_attribute): Likewise.
3647         (handle_used_attribute): Likewise.
3648         (handle_cold_attribute): Likewise.
3649         (handle_hot_attribute): Likewise.
3650         (handle_target_attribute): Likewise.
3651         (handle_target_clones_attribute): Likewise.
3653 2019-05-28  Eric Botcazou  <ebotcazou@adacore.com>
3655         * gcc-interface/trans.c (lvalue_required_for_attribute_p): Return 0
3656         for 'Size too.
3657         (Identifier_to_gnu): Use the actual subtype for a reference to a
3658         packed array in a return statement.
3659         (Attribute_to_gnu) <Attr_Size>: Do not strip VIEW_CONVERT_EXPRs from
3660         the prefix in every case.
3662 2019-05-28  Eric Botcazou  <ebotcazou@adacore.com>
3664         * gcc-interface/trans.c (gnat_to_gnu): Remove superfluous tests on
3665         Backend_Overflow_Checks_On_Target and rework comments.
3667 2019-05-28  Eric Botcazou  <ebotcazou@adacore.com>
3669         * gcc-interface/trans.c (walk_nesting_tree): New static function.
3670         (finalize_nrv): Use it to walk the entire nesting tree.
3672 2019-05-28  Eric Botcazou  <ebotcazou@adacore.com>
3674         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Subtype>: Remove
3675         obsolete test on Is_For_Access_Subtype.
3677 2019-05-28  Eric Botcazou  <ebotcazou@adacore.com>
3679         * gcc-interface/decl.c (components_to_record): Set a name on the type
3680         created for the REP part, if any.
3681         * gcc-interface/utils.c (finish_record_type): Only take the maximum
3682         when merging sizes for a variant part at offset 0.
3683         (merge_sizes): Rename has_rep parameter into max.
3685 2019-05-28  Eric Botcazou  <ebotcazou@adacore.com>
3687         * gcc-interface/utils.c (gnat_internal_attribute_table): Add support
3688         for stack_protect attribute.
3689         (handle_stack_protect_attribute): New static function.
3691 2019-05-28  Eric Botcazou  <ebotcazou@adacore.com>
3693         * gcc-interface/decl.c (intrin_arglists_compatible_p): Do not return
3694         false if the internal builtin uses a variable list.
3696 2019-05-27  Eric Botcazou  <ebotcazou@adacore.com>
3698         * gcc-interface/trans.c (Call_to_gnu): Do not initialize the temporary
3699         created out of addressability concerns if it's for the _Init parameter
3700         of an initialization procedure.
3702 2019-05-27  Eric Botcazou  <ebotcazou@adacore.com>
3704         * gcc-interface/ada-builtin-types.def: New file.
3705         * gcc-interface/ada-builtins.def: Likewise.
3706         * gcc-interface/ada-tree.h (BUILT_IN_LIKELY): New macro.
3707         (BUILT_IN_UNLIKELY): Likewise.
3708         * gcc-interface/trans.c (independent_iterations_p): Initialize the
3709         auto-vector to 16 elements.
3710         (Call_to_gnu): Remove local variable and change the vector of actual
3711         parameters to an auto-vector.  Do not convert actual parameters to
3712         the argument type for front-end built-in functions.  Add support for
3713         front-end built-in functions.
3714         (build_noreturn_cond): Use internal instead of built-in function.
3715         * gcc-interface/utils.c (c_builtin_type): Include ada-builtin-types.def
3716         (install_builtin_function_types): Likewise.
3717         (install_builtin_functions): Include ada-builtins.def first.
3719 2019-05-27  Eric Botcazou  <ebotcazou@adacore.com>
3721         * gcc-interface/utils.c (maybe_pad_type): Issue the warning for the
3722         specific case of component types preferably.
3724 2019-05-27  Eric Botcazou  <ebotcazou@adacore.com>
3726         * gcc-interface/trans.c (Identifier_to_gnu): Minor tweaks.
3727         (gnat_to_gnu): Do not convert the result if it is a reference to an
3728         unconstrained array used as the prefix of an attribute reference that
3729         requires an lvalue.
3731 2019-05-27  Eric Botcazou  <ebotcazou@adacore.com>
3733         * gcc-interface/trans.c (Gigi_Types_Compatible): New predicate.
3734         (Identifier_to_gnu): Use it to assert that the type of the identifier
3735         and that of its entity are compatible for gigi.  Rename a couple of
3736         local variables and separate the processing of the result type.
3738 2019-05-27  Eric Botcazou  <ebotcazou@adacore.com>
3740         * gcc-interface/trans.c (Call_to_gnu): Use the unpadded type when
3741         putting back an intermediate conversion the type of the actuals.
3743 2019-05-27  Eric Botcazou  <ebotcazou@adacore.com>
3745         * gcc-interface/trans.c (gnat_to_gnu) <Shift operations>: Convert the
3746         count to the unsigned version of its base type before proceeding.
3748 2019-05-16  Martin Sebor  <msebor@redhat.com>
3750         * gcc-interface/trans.c (check_inlining_for_nested_subprog): Quote
3751         reserved names.
3753 2019-05-08  Arnaud Charlet  <charlet@adacore.com>
3755         * standard.ads.h: New file.
3757 2019-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3759         * gcc-interface/Makefile.in (install-gcc-specs): Use foreach.
3760         Honor DESTDIR.
3762 2019-04-29  Michael K. Darling  <darlingm@gmail.com>
3764         * gnatvsn.ads: Bump Library_Version to 10.
3766 2019-04-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3767             Bernd Edlinger  <bernd.edlinger@hotmail.de>
3768             Jakub Jelinek  <jakub@redhat.com>
3770         PR target/89093
3771         * raise-gcc.c (TARGET_ATTRIBUTE): Define.
3772         (continue_unwind, personality_body, PERSONALITY_FUNCTION): Add
3773         TARGET_ATTRIBUTE.
3775 2019-04-07  Eric Botcazou  <ebotcazou@adacore.com>
3777         * libgnat/i-cexten.ads (CFloat_128): New type.
3779 2019-03-22  Dmitriy Anisimkov  <anisimko@adacore.com>
3781         PR ada/89583
3782         * libgnat/g-socket.adb (Bind_Socket, Connect_Socket,
3783         Send_Socket): Fix the computation of structure lengths passed to
3784         low level routines.
3785         (Is_IPv6_Address): Fix the number of expected colons.
3787 2019-03-11  Martin Liska  <mliska@suse.cz>
3789         * gcc-interface/misc.c (gnat_post_options): Wrap option name in string
3790         format message and fix GNU coding style.
3792 2019-02-08  Eric Botcazou  <ebotcazou@adacore.com>
3794         * gcc-interface/trans.c (gnat_to_gnu) <N_Aggregate>: Minor tweak.
3795         * gcc-interface/utils.c (convert): Do not pad when doing an unchecked
3796         conversion here.  Use TREE_CONSTANT throughout the function.
3797         (unchecked_convert): Also pad if the source is a CONSTRUCTOR and the
3798         destination is a more aligned array type or a larger aggregate type,
3799         but not between original and packable versions of a type.
3801 2019-02-08  Eric Botcazou  <ebotcazou@adacore.com>
3803         * gcc-interface/utils.c (max_size) <tcc_unary>: Be prepared for an
3804         operand with VOID_TYPE.
3806 2019-02-08  Eric Botcazou  <ebotcazou@adacore.com>
3808         * gcc-interface/trans.c (elaborate_all_entities): Do not elaborate the
3809         entities of a package renaming another one.
3811 2019-02-08  Eric Botcazou  <ebotcazou@adacore.com>
3813         * gcc-interface/trans.c (Regular_Loop_to_gnu): Replace tests on
3814         individual flag_unswitch_loops and flag_tree_loop_vectorize switches
3815         with test on global optimize switch.
3816         (Raise_Error_to_gnu): Likewise.
3818 2019-02-07  Eric Botcazou  <ebotcazou@adacore.com>
3820         * libgnarl/s-linux__sparc.ads (ETIMEDOUT): Set to correct value.
3822 2019-02-06  Arnaud Charlet  <charlet@adacore.com>
3824         * libgnarl/s-linux__x32.ads: Resync list of signals with s-linux.ads
3826 2019-01-27  Eric Botcazou  <ebotcazou@adacore.com>
3828         * repinfo.adb (List_Component_Layout): Remove superfluous space for
3829         zero-sized field.
3830         * gcc-interface/ada-tree.h (TYPE_IS_EXTRA_SUBTYPE_P): New macro.
3831         * gcc-interface/gigi.h (create_extra_subtype): Declare.
3832         * gcc-interface/decl.c (TYPE_ARRAY_SIZE_LIMIT): Likewise.
3833         (update_n_elem): New function.
3834         (gnat_to_gnu_entity): Use create_extra_subtype to create extra subtypes
3835         instead of doing it manually.
3836         <E_Array_Type>: Use update_n_elem to compute the maximum size.  Use the
3837         index type instead of base type for the bounds. Set TYPE_ARRAY_MAX_SIZE
3838         of the array to the maximum size.
3839         <E_Array_Subtype>: Create an extra subtype using the index type of the
3840         base array type for self-referential bounds.  Use update_n_elem to
3841         compute the maximum size.  Set TYPE_ARRAY_MAX_SIZE of the array to the
3842         maximum size.
3843         (gnat_to_gnu_field): Clear DECL_NONADDRESSABLE_P on discriminants.
3844         * gcc-interface/misc.c (gnat_get_alias_set): Return the alias set of
3845         the base type for an extra subtype.
3846         (gnat_type_max_size): Remove obsolete code.
3847         * gcc-interface/trans.c (Attribute_to_gnu): Minor tweak.
3848         (can_be_lower_p): Deal with pathological types.
3849         * gcc-interface/utils.c (create_extra_subtype): New function.
3850         (create_field_decl): Minor tweak.
3851         (max_size) <tcc_reference>: Compute a better value by using the extra
3852         subtypes on the self-referential bounds.
3853         <tcc_binary>: Rewrite.  Deal with "negative value" in unsigned types.
3854         <tcc_expression>: Likewise.
3855         * gcc-interface/utils2.c (compare_arrays): Retrieve the original bounds
3856         of the arrays upfront.  Swap only if the second length is not constant.
3857         Use comparisons on the original bounds consistently for the null tests.
3858         (build_binary_op): Use TYPE_IS_EXTRA_SUBTYPE_P macro.
3859         (build_allocator): Minor tweak.
3861 2019-01-27  Eric Botcazou  <ebotcazou@adacore.com>
3863         * gcc-interface/decl.c (array_type_has_nonaliased_component): Return
3864         the same value for every dimension of a multidimensional array type.
3866 2019-01-26  Eric Botcazou  <ebotcazou@adacore.com>
3868         * gcc-interface/trans.c (Regular_Loop_to_gnu): Use the SLOC of the
3869         iteration scheme, if present, throughout the translation.
3871 2019-01-26  Eric Botcazou  <ebotcazou@adacore.com>
3873         * gcc-interface/trans.c (gnat_to_gnu) <N_Assignment_Statement>: Use
3874         DECL_SIZE_UNIT instead of TYPE_SIZE_UNIT for the size to be assigned
3875         by a call to memset if the LHS is a DECL.
3877 2019-01-26  Eric Botcazou  <ebotcazou@adacore.com>
3879         * gcc-interface/trans.c (struct loop_info_d): Remove artificial field.
3880         (Loop_Statement_to_gnu): Do not set it.
3882 2019-01-26  Eric Botcazou  <ebotcazou@adacore.com>
3884         * gcc-interface/trans.c (Iterate_Acc_Clause_Arg): Fix formatting.
3885         (Acc_gnat_to_gnu): Likewise.
3886         (Acc_Data_to_gnu): Likewise.
3887         (Acc_Var_to_gnu): Likewise.
3888         (Acc_Reduc_to_gnu): Likewise.
3889         (Acc_Size_List_to_gnu): Likewise.
3890         (Pragma_to_gnu) <Pragma_Acc_Loop>: Likewise.
3891         <Pragma_Acc_Data>): Likewise.
3892         (find_loop_for): Remove default value for parameters.
3893         * gcc-interface/trans.c (gnat_to_gnu) <N_Op_And>: Merge into...
3894         <N_Op_Eq>): ...this.
3896 2019-01-26  Eric Botcazou  <ebotcazou@adacore.com>
3898         * gcc-interface/decl.c (annotate_value) <INTEGER_CST>: Use test on
3899         the sign bit instead of on the sign of the value.
3900         <PLUS_EXPR>: Turn addition of negative constant into subtraction.
3901         <MULT_EXPR>: Add test for degenerate case.
3902         <BIT_AND_EXPR>: Simplify.
3904 2019-01-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3906         * s-oscons-tmplt.c (AF_INET6): Do not undefine for RTEMS.
3908 2019-01-09  Sandra Loosemore  <sandra@codesourcery.com>
3910         PR other/16615
3911         * exp_ch11.adb: Change "can not" to "cannot".
3912         * sem_ch4.adb: Likewise.
3914 2019-01-09  Sandra Loosemore  <sandra@codesourcery.com>
3916         PR other/16615
3917         * exp_ch9.adb: Mechanically replace "can not" with "cannot".
3918         * libgnat/s-regpat.ads: Likewise.
3919         * par-ch4.adb: Likewise.
3920         * set_targ.adb: Likewise.
3921         * types.ads: Likewise.
3923 2019-01-08  Justin Squirek  <squirek@adacore.com>
3925         Revert:
3926         2018-07-31  Justin Squirek  <squirek@adacore.com>
3928         * lib-writ.adb (Write_With_Lines): Modfiy the generation
3929         of dependencies within ali files so that source unit
3930         bodies are properly listed even if said bodies are
3931         missing.  Perform legacy behavior in GNATprove mode.
3932         * lib-writ.ads: Modify documentation to reflect current
3933         behavior.
3935         and:
3936         2018-09-26  Justin Squirek  <squirek@adacore.com>
3938         * lib-writ.adb, lib-writ.ads (Write_With_Lines): Add
3939         documentation and an extra conditional check for RCI
3940         units so that generated ali files will list the spec
3941         only instead of a body when a body is not found.
3943 2019-01-04  Eric Botcazou  <ebotcazou@adacore.com>
3945         * gnatvsn.ads: Bump copyright year.
3947 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
3949         Update copyright years.
3951         * gnat_ugn.texi: Bump @copying's copyright year.
3952         * gnat_rm.texi: Likewise.
3954 Copyright (C) 2019 Free Software Foundation, Inc.
3956 Copying and distribution of this file, with or without modification,
3957 are permitted in any medium without royalty provided the copyright
3958 notice and this notice are preserved.