[Ada] More complete information level for -gnatR4 output
[official-gcc.git] / gcc / ada / ChangeLog
blobdb77736f321a54fa9f32579b0f056982ece2dd88
1 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
3         * repinfo.adb (List_Entities): Also list compiled-generated
4         types present as Etype of objects.
6 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
8         * sinfo.ads: Update the documentation about the
9         Do_Division_Check, Do_Overflow_Check and Do_Range_Check flags.
11 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
13         * exp_ch4.adb (Expand_N_Type_Conversion): Beef up comment.
14         (Fixup_Universal_Fixed_Operation): Set the base type instead of
15         the type of the enclosing type conversion on the operation.
17 2019-07-22  Ed Schonberg  <schonberg@adacore.com>
19         * exp_ch4.adb (Expand_N_In): Do not suggest the use of attribute
20         'Valid as a replacement for a range check on a discrete type
21         when the bounds of the range are given by type conversions,
22         because in such a case there are distinct types involved and the
23         subbested attribute replacement would be misplaced.
25 2019-07-22  Yannick Moy  <moy@adacore.com>
27         * sem_spark.adb (Get_Root_Object, Is_Path_Expression,
28         Is_Subpath_Expression): Add parameter Is_Traversal to adapt
29         these functions to the case of paths returned from a traversal
30         function.
31         (Read_Indexes): Handle the case of an if-expression or
32         case-expression.
33         (Check_Statement): Check Emit_Messages only when issuing an
34         error message. This is important as Emit_Messages may store the
35         information that an error was detected.
37 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
39         * checks.adb (Apply_Type_Conversion_Checks): Do not set
40         Do_Range_Check flag on conversions from fixed-point types
41         either.
42         * exp_attr.adb: Add use and with clause for Expander.
43         (Expand_N_Attribute_Reference) <Fixed_Value, Integer_Value>: Set
44         the Conversion_OK flag and do not generate overflow/range checks
45         manually.
46         * exp_ch4.adb (Expand_N_Qualified_Expression): Remove
47         superfluous clearing of Do_Range_Check flag.
48         (Discrete_Range_Check): New procedure to generate a range check
49         for discrete types.
50         (Real_Range_Check): Remove redundant local variable and adjust.
51         Remove useless shortcut.  Clear Do_Range_Check flag on all
52         paths.
53         (Expand_N_Type_Conversion): Remove redundant test on
54         Conversion_OK.  Call Discrete_Range_Check to generate range
55         checks on discrete types.  Remove obsolete code for
56         float-to-integer conversions.  Add code to generate range checks
57         for conversions involving fixed-point types.
59 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
61         * sprint.ads: Fix pasto in comment.
63 2019-07-22  Javier Miranda  <miranda@adacore.com>
65         * sem_res.adb (Resolve_Actuals): Replace code that displaces the
66         pointer to an allocated object to reference its secondary
67         dispatch table by a type conversion (which takes care of
68         handling all cases).
70 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
72         * sprint.adb (Sprint_Node_Actual)
73         <N_Decimal_Fixed_Point_Definition>: Swap a couple of spaces.
74         (Write_Itype): Minor consistency fixes throughout.  Add support
75         for printing ordinary and decimal fixed-point types and
76         subtypes.
78 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
80         * exp_attr.adb (Expand_Loop_Entry_Attribute): Beef up comment.
82 2019-07-22  Ed Schonberg  <schonberg@adacore.com>
84         * libgnat/s-valboo.ads, libgnat/s-valcha.ads,
85         libgnat/s-valdec.ads, libgnat/s-valenu.ads,
86         libgnat/s-valint.ads, libgnat/s-vallld.ads,
87         libgnat/s-vallli.ads, libgnat/s-valllu.ads,
88         libgnat/s-valrea.ads, libgnat/s-valuns.ads,
89         libgnat/s-valwch.ads: Change categorization of packages that
90         implement attribute 'Value from Pure to Preelaborate, to prevent
91         undesirable optimizations when the evaluation of the attribute
92         raises Constraint_Error, but subsequent use of the result of
93         this evsaluation is removed by a subsequent optimization.
95 2019-07-22  Ed Schonberg  <schonberg@adacore.com>
97         * sem_warn.adb (Check_References): Do not emit s warning on a
98         referenced entity with no explicit assignment if the type of the
99         entity has Preelaborable_Initialixation, such as
100         Exception_Occurrence.
102 2019-07-22  Javier Miranda  <miranda@adacore.com>
104         * exp_ch4.adb (Size_In_Storage_Elements): Improve the expansion
105         to handle array indexes that are modular type.
106         (Expand_N_Allocator): For 32-bit targets improve the generation
107         of the runtime check associated with large arrays supporting
108         arrays initialized with a qualified expression.
109         * libgnat/s-imenne.adb (Image_Enumeration_8,
110         Image_Enumeration_16, Image_Enumeration_32): Define the index of
111         Index_Table with range Natural'First .. Names'Length since in
112         the worst case all the literals of the enumeration type would be
113         single letter literals and the Table built by the frontend would
114         have as many components as the length of the names string. As a
115         result of this enhancement, the internal tables declared using
116         Index_Table have a length closer to the real needs, thus
117         avoiding the declaration of large arrays on 32-bit CCG targets.
119 2019-07-22  Yannick Moy  <moy@adacore.com>
121         * sem_ch3.adb (Constrain_Access): Issue a message about ignored
122         constraint.
124 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
126         * sem_ch8.adb (End_Use_Type): Reset the In_Use flag on the
127         class-wide type if the type is tagged.
128         (Use_One_Type): Add commentary on the handling of the class-wide
129         type.
131 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
133         * einfo.ads (Is_For_Access_Subtype): Delete.
134         (Set_Is_For_Access_Subtype): Likewise.
135         * einfo.adb (Is_For_Access_Subtype): Likewise.
136         (Set_Is_For_Access_Subtype): Likewise.
137         (Write_Entity_Flags): Do not write Is_For_Access_Subtype.
138         * exp_ch4.adb (Expand_N_Selected_Component): Do not deal with
139         it.
140         * exp_spark.adb (Expand_SPARK_N_Selected_Component): Likewise.
141         * sem_ch4.adb (Analyze_Explicit_Dereference): Likewise.
142         * sem_ch3.adb (Build_Discriminated_Subtype): Do not build a
143         special private subtype for access-to-record subtypes.
145 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
147         * sem_ch3.adb (Complete_Private_Subtype): Rework the setting of
148         the Etype of the full view for full base types that cannot
149         contain any discriminant.  Remove code and comment about it in
150         the main path.
152 2019-07-22  Ed Schonberg  <schonberg@adacore.com>
154         * sem_ch3.adb (Convert_Bound): Subsidiary of
155         Floating_Point_Type_Declaration, to handle properly range
156         specifications with bounds that may include static constants of
157         a given type rather than real literals.
159 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
161         * sem_aggr.adb (Rewrite_Bound): Be prepared for discriminals
162         too.
163         (Rewrite_Range;): Minor tweak.
164         (Resolve_Record_Aggregate): For a component with default
165         initialization whose expression is an array aggregate, also
166         rewrite the bounds of the component associations, if any.
168 2019-07-22  Gary Dismukes  <dismukes@adacore.com>
170         * exp_ch5.adb (Expand_N_Case_Statement): In the case where a
171         case statement is rewritten as an equivalent if statement,
172         inherit the From_Condition_Expression flag from the case
173         statement.
175 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
177         * sem_ch8.adb (Check_Constrained_Object): Further extend the
178         special optimization to all limited types.
180 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
182         * exp_attr.adb (Expand_N_Attribute_Reference)
183         <Attribute_Enum_Val>: Set No_Truncation on the
184         N_Unchecked_Type_Conversion built around the argument passed to
185         the attribute.
187 2019-07-22  Nicolas Roche  <roche@adacore.com>
189         * libgnat/s-valrea.adb (Scan_Real): Ignore non significative
190         digits to avoid converging to infinity in some cases.
192 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
194         * libgnat/g-encstr.adb (Encode_Wide_String): Fix oversight.
195         (Encode_Wide_Wide_String): Likewise.
197 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
199         * sem_warn.adb (Find_Var): Bail out for a function call with an
200         Out or In/Out parameter.
202 2019-07-22  Nicolas Roche  <roche@adacore.com>
204         * terminals.c (__gnat_tty_waitpid): Support both blocking and
205         not blocking mode.
206         * libgnat/g-exptty.ads (Is_Process_Running): New function.
207         * libgnat/g-exptty.adb (Close): Don't try to interrupt/terminate
208         a process if it is already dead.
210 2019-07-22  Ed Schonberg  <schonberg@adacore.com>
212         * freeze.adb (Freeze_Fixed_Point_Type):  When freezing a
213         fixed-point subtype, check whether the parent type declarastion
214         includes an aspect specification for the 'Small type attribute,
215         and inherit the specified value.
217 2019-07-22  Javier Miranda  <miranda@adacore.com>
219         * freeze.adb (Freeze_Subprogram): Check that C++ constructors
220         must have external or link name.
222 2019-07-22  Ed Schonberg  <schonberg@adacore.com>
224         * sem_res.adb (Resolve_Selected_Component): If the prefix has a
225         deferred reference, generate the correct reference now, to
226         indicate that the previous assignment is used.  This prevents
227         spurious warnings on useless assignments when compiling with all
228         warnings enabled. when there is a subsequent call in the same
229         stqtement list, in which the prefix of the selected component is
230         the actual for an out parameter.
232 2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
234         * exp_attr.adb (Expand_Loop_Entry_Attribute): Copy the condition
235         of a while loop instead of simply relocating it.
237 2019-07-18  Arnaud Charlet  <charlet@adacore.com>
239         * Makefile.rtl, expect.c, env.c, aux-io.c, mkdir.c, initialize.c,
240         cstreams.c, raise.c, tracebak.c, adadecode.c, init.c, raise-gcc.c,
241         argv.c, adaint.c, adaint.h, ctrl_c.c, sysdep.c, rtinit.c, cio.c,
242         seh_init.c, exit.c, targext.c: Introduce a "STANDALONE" mode where C
243         runtime files do not have any dependency on GCC include files.
244         Remove unnecessary includes.
245         Remove remaining references to VMS in runtime C file.
246         * runtime.h: new File.
248 2019-07-13  Andreas Schwab  <schwab@linux-m68k.org>
250         * Makefile.rtl: Use g-sercom__linux.adb for all linuxes.
252 2019-07-11  Piotr Trojanek  <trojanek@adacore.com>
254         * lib-writ.adb (Ensure_System_Dependency,
255         Up_To_Date_ALI_File_Exists, Write_ALI): Replace low-level access
256         to table with a high-level query.
258 2019-07-11  Piotr Trojanek  <trojanek@adacore.com>
260         * checks.adb: Fix typo in comment.
261         * sem.adb (Semantics): Avoid repeated calls to
262         In_Extended_Main_Source_Unit by reusing an already-cached
263         result.
264         * sem_util.adb (First_Global): Fix style.
266 2019-07-11  Yannick Moy  <moy@adacore.com>
268         * sem_res.adb (Resolve_Call): Do not perform dimensionality
269         checking on inlined bodies.
271 2019-07-11  Yannick Moy  <moy@adacore.com>
273         * debug.adb: Flip meaning of debug switch -gnatdF.
275 2019-07-11  Yannick Moy  <moy@adacore.com>
277         * sem_eval.adb (Is_Same_Value): Add special case for rewritten
278         Loop_Entry attribute.
280 2019-07-11  Claire Dross  <dross@adacore.com>
282         * gnat1drv.adb: SPARK checking rules for pointer aliasing are
283         moved to GNATprove backend.
284         * sem_spark.ads, sem_spark.adb (Sem_SPARK): Is now a generic
285         unit. Takes as parameters:
286          - Retysp which is used to query the most underlying type
287            visible in SPARK. We do not introduce aliasing checks for
288            types which are not visibly deep.
289          - Component_Is_Visible_In_SPARK is used to avoid doing pointer
290            aliasing checks on components which are not visible in SPARK.
291          - Emit_Messages returns True in the second phase of SPARK
292            analysis. Error messages for failed aliasing checks are only
293            output in this case.
294         Additionally, errors on constructs not supported in SPARK are
295         removed as duplicates of marking errors. Components are stored
296         in the permission map using their original component to avoid
297         inconsistencies between components of different views of the
298         same type.
299         (Check_Expression): Handle delta constraints.
300         (Is_Deep): Exported so that we can check for SPARK restrictions
301         on deep types inside SPARK semantic checkings.
302         (Is_Traversal_Function): Exported so that we can check for SPARK
303         restrictions on traversal functions inside SPARK semantic
304         checkings.
305         (Check_Call_Statement, Read_Indexes): Check wether we are
306         dealing with a subprogram pointer type before querying called
307         entity.
308         (Is_Subpath_Expression): Image attribute can appear inside a
309         path.
310         (Check_Loop_Statement): Correct order of statements in the loop.
311         (Check_Node): Ignore raise nodes.
312         (Check_Statement): Use Last_Non_Pragma to get the object
313         declaration in an extended return statement.
315 2019-07-11  Patrick Bernardi  <bernardi@adacore.com>
317         * bindgen.adb (Gen_Main): Do not generate a reference to
318         Ada_Main_Program_Name when the Minimal_Binder flag is set.
319         (Gen_Output_File_Ada): Do not output GNAT_Version and
320         Ada_Main_Program_Name info if Minimal_Binder flag is set.
321         * bindusg.adb: Add documentation for new -minimal switch.
322         * gnatbind.adb (Scan_Bind_Arg): Scan -minimal switch.
323         * opt.ads: Add new global flag Minimal_Binder to indicate if the
324         binder should not produce global variables.
325         * doc/gnat_ugn/building_executable_programs_with_gnat.rst:
326         Update documentation with new binder -minimal switch.
327         * gnat_ugn.texi: Regenerate.
329 2019-07-11  Eric Botcazou  <ebotcazou@adacore.com>
331         * Makefile.rtl: Add warning note about compilation flags and
332         capitalize.
334 2019-07-11  Ed Schonberg  <schonberg@adacore.com>
336         * exp_ch9.adb (Expand_N_Protected_Type_Declaaration): New
337         subsidiary routine Replace_Access_Definition, to handle properly
338         a protected type PT one of whose private components is of type
339         access PT.
341 2019-07-11  Dmitriy Anisimkov  <anisimko@adacore.com>
343         * libgnat/g-socket.ads (Level_Type): Add enumerators for
344         IP_Protocol_For_ICMP, IP_Protocol_For_IGMP,
345         IP_Protocol_For_RAW_Level.
346         * libgnat/g-socket.adb (Levels): Handle them.
347         * s-oscons-tmplt.c: Import socket protocols defined in
348         netinet/in.h.
350 2019-07-11  Claire Dross  <dross@adacore.com>
352         * libgnat/a-cfhama.adb, libgnat/a-cfhase.adb (Free): Do not
353         reset the Has_Element flag if no element is freed.
355 2019-07-11  Arnaud Charlet  <charlet@adacore.com>
357         * errno.c: Remove obsolete support for MaRTE OS.
359 2019-07-11  Ed Schonberg  <schonberg@adacore.com>
361         * exp_ch4.adb (Expand_N_Type_Conversion): If a predicate check
362         is generated, analyze it with range check suppressed, because
363         that check has been previously applied.
364         * exp_ch5.adb (Expand_N_Assignment_Statement): If the RHS is a
365         type conversion to the type of the LHS, do not apply a predicate
366         check to the RHS because it will have been generated already
367         during its expansion.
368         * exp_ch6.adb (Can_Fold_Predicate_Call): Extend processing to
369         handle a predicate check on a constant entity whose value is
370         static.
372 2019-07-11  Hristian Kirtchev  <kirtchev@adacore.com>
374         * bindo.adb: Remove the documentation of switch -d_N because it
375         is no longer in use.
376         * bindo-graphs.ads, bindo-graphs.adb (Is_Spec_Before_Body_Edge):
377         New routine.
378         * bindo-writers.adb (Write_Dependency_Edge): Add the missing
379         case of a spec-before-body edge.
381 2019-07-11  Dmitriy Anisimkov  <anisimko@adacore.com>
383         * libgnat/g-socket.ads (Mode_Type): Add a Socket_Raw enumerator.
384         * libgnat/g-socket.adb (Modes): Handle Socket_Raw.
386 2019-07-11  Justin Squirek  <squirek@adacore.com>
388         * exp_ch9.adb (Build_Private_Protected_Declaration): Add
389         exception for the moving of pragmas to internally generated
390         specs for pragma Unreferenced.
392 2019-07-11  Bob Duff  <duff@adacore.com>
394         * doc/gnat_ugn/gnat_utility_programs.rst: Fix inconsistent
395         documentation for gnatmetric.
396         * gnat_ugn.texi: Regenerate.
398 2019-07-11  Bob Duff  <duff@adacore.com>
400         * doc/gnat_ugn/gnat_utility_programs.rst: Document gnatpp's
401         --spaces-only switch.
403 2019-07-11  Hristian Kirtchev  <kirtchev@adacore.com>
405         * sem_util.adb (Null_Status): Assume that an erroneous construct
406         has an undefined null status.
408 2019-07-11  Hristian Kirtchev  <kirtchev@adacore.com>
410         * checks.adb, exp_ch6.adb, gnat1drv.adb, sem_aux.adb,
411         sem_ch2.adb, sem_ch8.adb, sem_res.adb: Minor reformatting.
413 2019-07-11  Hristian Kirtchev  <kirtchev@adacore.com>
415         * sem_ch8.adb (Analyze_Object_Renaming): Obtain the object being
416         renamed using routine Get_Object_Name which takes care of
417         various name forms.
418         (Get_Object_Name): New routine.
420 2019-07-11  Ed Schonberg  <schonberg@adacore.com>
422         * exp_ch6.adb (Can_Fold_Predicate_Call): New function,
423         subsidiary of Expand_Call_Helper, to compute statically a
424         predicate check when the argument is a static integer.
426 2019-07-11  Hristian Kirtchev  <kirtchev@adacore.com>
428         * sem_res.adb (Resolve_Op_Not): Do not rewrite an equality
429         operator into a function call when the operator is intrinsic.
431 2019-07-11  Thomas Quinot  <quinot@adacore.com>
433         * sem_prag.adb (Analyze_Pragma, case pragma Check): Do not call
434         Set_SCO_Pragma_Enabled for the dynamic predicate case.
436 2019-07-11  Hristian Kirtchev  <kirtchev@adacore.com>
438         * exp_util.ads, exp_util.adb (Needs_Finalization): Move to
439         Sem_Util.
440         * sem_ch9.adb (Analyze_Protected_Definition): Code cleanup. Mark
441         the protected type as having controlled components when it
442         contains at least one such component.
443         * sem_util.ads, sem_util.adb (Needs_Finalization): New
444         function.
446 2019-07-11  Eric Botcazou  <ebotcazou@adacore.com>
448         * alloc.ads (Rep_JSON_Table_Initial): New constant.
449         (Rep_JSON_Table_Increment): Likewise.
450         * debug.adb: Document -gnatd_j switch.
451         * gcc-interface/Make-lang.in (GNAT_ADA_OBJS): Add
452         repinfo-input.o.
453         * gnat1drv.adb: Add with clause for Repinfo.Input.
454         Add with and use clauses for Sinput.
455         (Read_JSON_Files_For_Repinfo): New procedure.
456         (Gnat1drv1): Deal with -gnatd_j switch.
457         * repinfo-input.ad[sb]: New unit.
458         * snames.ads-tmpl (Name_Discriminant): New constant.
459         (Name_Operands): Likewise.
461 2019-07-11  Justin Squirek  <squirek@adacore.com>
463         * checks.adb (Apply_Accessibility_Check): Add check for constant
464         folded conditions on accessibility checks.
466 2019-07-11  Arnaud Charlet  <charlet@adacore.com>
468         * libgnarl/g-thread.ads, libgnarl/g-thread.adb (Get_Thread):
469         Update comments. Add new version taking a Task_Id.
471 2019-07-11  Hristian Kirtchev  <kirtchev@adacore.com>
473         * bindo.adb: Update the section of switches and debugging
474         elaboration issues.
475         * bindo.ads: Add type Elaboration_Phase.
476         * bindo-augmentors.adb: Add use clause for
477         Bindo.Writers.Phase_Writers.
478         (Augment_Library_Graph): Signal the start and end of the
479         aubmentation phase.
480         * bindo-builders.adb: Add with and use clause for Bindo.Writers.
481         Add use clause for Bindo.Writers.Phase_Writers.
482         (Build_Invocation_Graph): Signal the start and end of the
483         invocation graph construction phase.
484         (Build_Library_Graph): Signal the start and end of the library
485         graph construction phase.
486         * bindo-diagnostics.adb: Add use clause for
487         Bindo.Writers.Phase_Writers.
488         (Diagnose_Cycle): Signal the start and end of the cycle
489         diagnostic phase.
490         * bindo-elaborators.adb: Add use clause for
491         Bindo.Writers.Phase_Writers.
492         (Elaborate_Units): Signal the start and end of the unit
493         elaboration phase.
494         * bindo-graphs.adb: Add use clause for
495         Bindo.Writers.Phase_Writers.
496         (Find_Components): Signal the start and end of the component
497         discovery phase.
498         (Find_Cycles): Signal the start and end of the cycle discovery
499         phase.
500         * bindo-units.adb: Add with and use clause for Bindo.Writers.
501         Add use clause for Bindo.Writers.Phase_Writers.
502         (Collect_Elaborable_Units): Signal the start and end of the unit
503         collection phase.
504         * bindo-validators.adb: Add with and use clause for
505         Bindo.Writers.  Add use clause for Bindo.Writers.Phase_Writers.
506         (Validate_Cycles, Validate_Elaboration_Order,
507         Validate_Invocation_Graph, Validate_Library_Graph): Signal the
508         start and end of the libray graph validation phase.
509         * bindo-writers.ads, bindo-writers.adb: Add new nested package
510         Phase_Writers.
511         * debug.adb: Update the documentation of switch d_S.
513 2019-07-11  Yannick Moy  <moy@adacore.com>
515         * sem_res.adb (Check_Argument_Order): Special case calls to
516         operators.
518 2019-07-10  Dmitriy Anisimkov  <anisimko@adacore.com>
520         * libgnat/s-ststop.adb: Remove System.Strings.Stream_Ops
521         dependence on System.Streams.Stream_IO.
523 2019-07-10  Ed Schonberg  <schonberg@adacore.com>
525         * sem_ch2.adb (Analyze_Integer_Literal): Preserve the type of
526         the literal if prior analysis determined that its type is a
527         modular integer type.
529 2019-07-10  Doug Rupp  <rupp@adacore.com>
531         * init.c: Do not attempt to re-arm guard page on x86_64-vx7(r2).
533 2019-07-10  Ed Schonberg  <schonberg@adacore.com>
535         * sem_ch8.adb (Check_Constrained_Object): A record that is
536         limited because of the presence of a limited component is
537         constrained, and no subtype indiciation needs to be created for
538         it, just as is the case for declared limited records.
540 2019-07-10  Yannick Moy  <moy@adacore.com>
542         * sem_aux.adb, sem_aux.ads (Is_Protected_Operation): New
543         function to determine if a subprogram is protected.
544         * sem_spark.adb (Setup_Protected_Components): New procedure to
545         add protected components to the environment.
546         (Check_Callable_Body): Call the new Setup_Protected_Components.
547         (Check_Package_Spec): Merge local environment with enclosing one
548         when done.
550 2019-07-10  Claire Dross  <dross@adacore.com>
552         * sem_spark.adb (Check_Expression): Allow digits constraints as
553         input.
554         (Illegal_Global_Usage): Pass in the entity.
555         (Is_Subpath_Expression): New function to allow different nodes
556         as inner parts of a path expression.
557         (Read_Indexes): Allow concatenation and aggregates with box
558         expressions.  Allow attributes Update and Loop_Entry.
559         (Check_Expression): Allow richer membership test.
560         (Check_Node): Ignore bodies of generics.
561         (Get_Root_Object): Allow concatenation and attributes.
563 2019-07-10  Hristian Kirtchev  <kirtchev@adacore.com>
565         * sem_ch6.adb (Check_Discriminant_Conformance): Use Find_Type to
566         discover the type of a full view discriminant.
568 2019-07-10  Arnaud Charlet  <charlet@adacore.com>
570         * doc/gnat_ugn/gnat_and_program_execution.rst: Improve gnatmem's
571         doc for the depth switch.
573 2019-07-10  Bob Duff  <duff@adacore.com>
575         * doc/gnat_ugn/gnat_utility_programs.rst: Document gnatpp's
576         --source-line-breaks switch.
578 2019-07-10  Justin Squirek  <squirek@adacore.com>
580         * doc/gnat_rm/implementation_defined_attributes.rst: Add mention
581         of 'Image attribute with 'Img's entry to mention additional
582         added 2012 usage of Obj'Image.
583         * doc/gnat_rm/implementation_defined_pragmas.rst: Correct
584         mispelling of Async_Writers.
585         * gnat_rm.texi: Regenerate.
586         * sem_prag.adb (Analyze_Pragma): Correct mispelling of
587         Async_Writers.
588         * sem_util.adb (State_Has_Enabled_Property): Correct mispelling
589         of Async_Writers.
591 2019-07-10  Simon Buist  <buist@adacore.com>
593         * sem_util.ads (Child_Prefix): New constant.
594         * sem_util.adb (Unique_Name): Add a special prefix to child
595         units that have a nested subprogram or package.
597 2019-07-10  Arnaud Charlet  <charlet@adacore.com>
599         * sfn_scan.adb (Scan_SFN_Pragmas): Add pragma Assert.
601 2019-07-10  Hristian Kirtchev  <kirtchev@adacore.com>
603         * sem_ch3.adb (Check_Nonoverridable_Aspects): Correct the
604         spelling in certain error messages.
605         (Check_Pragma_Implemented): Correct the spelling in certain
606         error messages.
608 2019-07-10  Eric Botcazou  <ebotcazou@adacore.com>
610         * Makefile.rtl (GNATRTL_NONTASKING_OBJS): Add g-brapre.
611         * libgnat/g-brapre.ads: New package specification.
612         * doc/gnat_rm/the_gnat_library.rst: Document it.
613         * gnat_rm.texi: Regenerate.
615 2019-07-10  Yannick Moy  <moy@adacore.com>
617         * osint-c.adb (Set_File_Name): Always add extension for multiple
618         units per file mode.
620 2019-07-10  Corentin Gay  <gay@adacore.com>
622         * sysdep.c: Put include directive for 'vxWorks.h' before any
623         other VxWorks headers.
625 2019-07-10  Eric Botcazou  <ebotcazou@adacore.com>
627         * doc/gnat_rm/implementation_defined_attributes.rst
628         (Scalar_Storage_Order): Minor tweaks.  Add note about debuggers.
629         * gnat_rm.texi: Regenerate.
631 2019-07-10  Hristian Kirtchev  <kirtchev@adacore.com>
633         * exp_ch4.adb (Expand_N_Case_Expression): Mark the generated
634         assignments to the temporary result as being OK because the
635         expansion of case expressions is correct by construction.
636         (Is_Copy_Type): Update the predicate to match the comment
637         within.
639 2019-07-10  Hristian Kirtchev  <kirtchev@adacore.com>
641         * bindo-graphs.adb, bindo.adb, debug.adb, exp_ch6.adb,
642         sem_ch10.adb, sem_ch13.adb, sem_ch3.adb, sem_ch4.adb,
643         sem_ch6.adb, sem_ch7.adb, sem_res.adb, sem_spark.adb,
644         sem_util.adb, warnsw.ads: Minor reformatting.
646 2019-07-10  Joffrey Huguet  <huguet@adacore.com>
648         * libgnat/a-strbou.ads, libgnat/a-strfix.ads,
649         libgnat/a-strunb.ads, libgnat/a-strunb__shared.ads: Add global
650         contracts, contract cases, preconditions and postconditions to
651         procedures and functions.
653 2019-07-10  Doug Rupp  <rupp@adacore.com>
655         * sysdep.c (__gnat_is_file_not_found_error): Reformulate to also
656         work for vxworks7r2 SR0610.
658 2019-07-10  Doug Rupp  <rupp@adacore.com>
660         * env.c (__gnat_environ): Reformulate to also work for
661         vxworks7r2 SR0610.
663 2019-07-10  Patrick Bernardi  <bernardi@adacore.com>
665         * Makefile.rtl: Handle vxworks7r2 ppc target
667 2019-07-10  Hristian Kirtchev  <kirtchev@adacore.com>
669         * bindo.adb: Update the section on switches.
670         * bindo-graphs.adb
671         (Add_Cycle, Add_Vertex_And_Complement): Remove.
672         (Create): The graph no longer needs a set of recorded cycles
673         because the cycles are not rediscovered in permuted forms.
674         (Cycle_End_Vertices): New routine.
675         (Destroy): The graph no longer needs a set of recorded cycles
676         because the cycles are not rediscovered in permuted forms.
677         (Destroy_Library_Graph_Vertex): Move to the library level.
678         (Find_All_Cycles_Through_Vertex, Find_All_Cycles_With_Edge):
679         Remove.
680         (Find_Cycles_From_Successor, Find_Cycles_From_Vertex,
681         Find_Cycles_In_Component, Has_Elaborate_All_Edge): New routines.
682         (Insert_And_Sort): Remove.
683         (Is_Elaborate_Body_Edge): Use predicate
684         Is_Vertex_With_Elaborate_Body.
685         (Is_Recorded_Cycle): Remove.
686         (Is_Vertex_With_Elaborate_Body): New routine.
687         (Normalize_And_Add_Cycle): Remove.
688         (Precedence): Rename to xxx_Precedence, where xxx relates to the
689         input.  These versions better reflect the desired input
690         precedence.
691         (Record_Cycle): New routine.
692         (Remove_Vertex_And_Complement, Set_Is_Recorded_Cycle): Remove.
693         (Trace_xxx): Update all versions to use debug switch -d_t.
694         (Trace_Component): New routine.
695         (Trace_Eol): Removed.
696         (Trace_Vertex): Do not output the component as this information
697         is already available when the component is traced.
698         (Unvisit, Visit): New routine.
699         * bindo-graphs.ads: Add new instance LGV_Lists.  Remove instance
700         RC_Sets.  Update the structure of type Library_Graph_Attributes
701         to remove the set of recorded cycles.
702         (Destroy_Library_Graph_Vertex): Move to the library level.
703         * bindo-writers.adb (Write_Component_Vertices): Output
704         information about the number of vertices.
705         * debug.adb: Document the use of binder switch -d_t.  Update the
706         use of binder switch -d_T.
708 2019-07-10  Yannick Moy  <moy@adacore.com>
710         * sem_spark.adb (Get_Root_Object): Replace precondition by error
711         message.
712         (Read_Indexes): Replace precondition by error message.
713         (Check_Callable_Body): Check only traversal function returns an
714         anonymous access type.
715         (Check_Expression): Issue error on unexpected expression as
716         path.
717         * sem_util.adb (First_Global): Fix access to global on
718         entry/task.
720 2019-07-10  Javier Miranda  <miranda@adacore.com>
722         * exp_ch6.adb (Is_Class_Wide_Interface_Type): New subprogram.
723         (Expand_Call_Helper): Handle non-limited views when we check if
724         any formal is a class-wide interface type.
725         * exp_disp.adb (Expand_Interface_Actuals): Handle non-limited
726         views when we look for interface type formals to force "this"
727         displacement.
729 2019-07-10  Ed Schonberg  <schonberg@adacore.com>
731         * sem_res.adb (Resolve_Equality_Op): Do not replace the resolved
732         operator by its alias if expander is not active, because the
733         operand type may not be frozen yet and its inherited operations
734         have not yet been created.
736 2019-07-10  Hristian Kirtchev  <kirtchev@adacore.com>
738         * bindo-elaborators.adb (Elaborate_Units): Set attribute
739         Elab_Position of all elaborated units.
740         (Set_Unit_Elaboration_Positions): New routine.
742 2019-07-10  Gary Dismukes  <dismukes@adacore.com>
744         * exp_util.adb: Reformatting and a typo fix.
746 2019-07-10  Yannick Moy  <moy@adacore.com>
748         * exp_util.adb (Remove_Side_Effects): Prefer renamings for
749         objects of possible owning type in GNATprove mode.
751 2019-07-09  Ed Schonberg  <schonberg@adacore.com>
753         * sem_ch3.adb (Analyze_Object_Declaration): If the object type
754         is a composite type that has a dynamic predicate and, the
755         expression in the declaration is an aggregate, the generated
756         predicate check must appear after the expanded code for the
757         aggregate, which will appear after the rewritten object
758         declarastion.
760 2019-07-09  Justin Squirek  <squirek@adacore.com>
762         * sem_eval.adb (Expr_Value_E): Add conditional to correctly
763         handle constant enumerated character types.
765 2019-07-09  Eric Botcazou  <ebotcazou@adacore.com>
767         * libgnarl/s-osinte__mingw.ads (CRITICAL_SECTION): Use proper
768         type for SpinCount component.
770 2019-07-09  Justin Squirek  <squirek@adacore.com>
772         * exp_ch4.adb (Expand_N_Allocator): Add conditional to detect
773         the presence of anoymous access type allocators and issue a
774         warning if the appropriate warning flag is enabled.
775         * warnsw.ads: Add new warning flag for anonymous allocators
776         * warnsw.adb (All_Warnings, Restore_Warnings, Save_Warnings,
777         Set_Underscore_Warning_Switch): Register new flags.
778         (WA_Warnings): Register new flag as an "all warnings" switch
779         * usage.adb,
780         doc/gnat_ugn/building_executable_programs_with_gnat.rst:
781         Document new warning switches -gnatw_a and -gnatw_A.
782         * gnat_ugn.texi: Regenerate.
784 2019-07-09  Ed Schonberg  <schonberg@adacore.com>
786         * sem_ch4.adb (Diagnose_Call): Improve error recovery when a
787         local subprogram name hides a possible candidate name declared
788         in a child package in the context of the current unit.
789         * sem_ch6.adb (Process_Formals): Protect against malformed
790         formal types when the parameter type does not denote an entity.
792 2019-07-09  Hristian Kirtchev  <kirtchev@adacore.com>
794         * bindo-augmentors.adb (Visit_Elaboration_Root): Do not start a
795         DFS from an elaboration root whose corresponding unit lacks
796         elaboration code. This behavior mimics that of the old
797         elaboration order mechanism.
798         * bindo-graphs.adb (Find_All_Cycles_Through_Vertex): Move the
799         vertex tracing within the functional branches of the routine.
800         This prevents spurious trace output.
801         (Has_No_Elaboration_Code): New routine.
802         (Trace_Cycle, Trace_Edge): Update the various Ids to use the
803         "standard" trace format.
804         * bindo-graphs.ads (Has_No_Elaboration_Code): New routine.
805         * bindo-units.ads, bindo-units.adb (Has_No_Elaboration_Code):
806         New routine.
808 2019-07-09  Piotr Trojanek  <trojanek@adacore.com>
810         * ali.ads, bindo-graphs.adb, bindo-validators.adb, clean.adb,
811         doc/gnat_ugn/elaboration_order_handling_in_gnat.rst, einfo.ads,
812         exp_aggr.adb, exp_ch13.adb, exp_ch4.adb, exp_ch5.adb,
813         exp_ch6.adb, exp_ch7.adb, exp_ch9.adb, exp_pakd.adb,
814         fname-uf.ads, gnatlink.adb, inline.adb, lib.ads, make.adb,
815         namet.ads, opt.ads, par-ch4.adb, par-ch6.adb, par-labl.adb,
816         prep.adb, sem_aggr.adb, sem_ch13.adb, sem_ch4.adb, sem_ch5.adb,
817         sem_ch6.adb, sem_ch6.ads, sem_ch7.adb, sem_ch8.adb, sem_dim.adb,
818         sem_disp.adb, sem_prag.adb, sem_res.adb, sem_warn.adb,
819         sinfo.ads: Replace ".  " with ". ". Minor reformatting and typo
820         corrections.
821         * gnat_ugn.texi: Generate.
823 2019-07-09  Hristian Kirtchev  <kirtchev@adacore.com>
825         * bindo.ads: Move type Precedence_Kind from the private to the
826         visible part of the unit.
827         * bindo-augmentors.adb: Remove the use of global data as it is
828         bad practice.
829         (Augment_Library_Graph): Update the parameter profile.
830         (Is_Visited, Set_Is_Visited): Remove.
831         (Visit_Elaboration_Root, Visit_Elaboration_Roots): Update the
832         parameter profile and comment on usage.
833         (Visit_Vertex): Likewise.  Also keep track of which invocation
834         edge activates a task.
835         * bindo-augmentors.ads (Augment_Library_Graph): Update the
836         parameter profile and comment on usage.
837         * bindo-builders.adb (Create_Forced_Edge,
838         Create_Spec_And_Body_Edge, Create_With_Edge): Update the call to
839         Add_Edge.
840         * bindo-diagnostics.adb: Add with end use clauses for Restrict
841         and Rident.
842         (Output_Dynamic_Model_Suggestions): Remove.
843         (Output_Invocation_Related_Suggestions): New routine.
844         (Output_Suggestions): Output all invocation-related suggestions
845         together.
846         * bindo-elaborators.adb: Remove types Comparator_Ptr and
847         Predicate_Ptr.
848         (Find_Best_Vertex): Update the parameter profile.
849         * bindo-graphs.adb (Activates_Task): New routine.
850         (Add_Body_Before_Spec_Edge): Update the call to
851         Add_Edge_With_Return.
852         (Add_Edge): Update the parameter profile and the call to
853         Add_Edge_With_Return.
854         (Add_Edge_With_Return): Update the parameter profile and comment
855         on usage.
856         (At_Least_One_Edge_Satisfies): New routine.
857         (Contains_Elaborate_All_Edge): Reimplement.
858         (Contains_Static_Successor_Edge, Contains_Task_Activation): New
859         routine.
860         (Contains_Weak_Static_Successor): Remove.
861         (Is_Static_Successor_Edge): New routine.
862         * bindo-graphs.ads: Add types LGE_Predicate_Ptr,
863         LGV_Comparator_Ptr, and LGV_Predicate_Ptr.  Update type
864         Library_Graph_Edge_Attributes to capture whether an invocation
865         edge activates a task.  Update the value of
866         No_Library_Graph_Edge_Attributes.
867         (Activates_Task): Update the parameter profile and comment on
868         usage.
869         (Contains_Static_Successor_Edge, Contains_Task_Activation): New
870         routines.
871         (Contains_Weak_Static_Successor): Remove.
872         * doc/gnat_ugn/elaboration_order_handling_in_gnat.rst:
873         Update the documentation to reflect the new task-related advice.
874         * gnat_ugn.texi: Regenerate.
876 2019-07-09  Piotr Trojanek  <trojanek@adacore.com>
878         * exp_util.adb (Containing_Package_With_Ext_Axioms): Replace
879         low-level Ekind test with a high-level wrapper.
881 2019-07-09  Arnaud Charlet  <charlet@adacore.com>
883         * libgnat/s-memory.adb: Disable calls to Abort defer/undefer
884         when ZCX_By_Default.
886 2019-07-09  Javier Miranda  <miranda@adacore.com>
888         * sem_ch13.adb (Rep_Item_Too_Early): Representation clauses are
889         not allowed for a derivation of a generic type. Extend the
890         current test to check that none of the parents is a generic
891         type.
893 2019-07-09  Hristian Kirtchev  <kirtchev@adacore.com>
895         * exp_ch9.adb, exp_util.adb, repinfo.adb, sem_ch12.adb,
896         sem_prag.adb, sem_res.adb, sem_spark.adb, sem_util.adb: Minor
897         reformatting.
899 2019-07-09  Ed Schonberg  <schonberg@adacore.com>
901         * sem_res.adb (Resolve_Equality_Op): If the node was overloaded,
902         set properly the entity to which the node has been resolved. The
903         original entity is the first one found during analysis, and is
904         not necessarily the resolved one.
905         (Resolve_Op_Not): If the argument of negation is an overloaded
906         equality operation, call its resolution directly given that the
907         context type does not participate in overload resolution.
909 2019-07-09  Hristian Kirtchev  <kirtchev@adacore.com>
911         * bindo.adb: Remove with and use clauses for Debug.  Add with
912         and use clauses for Opt.
913         (Find_Elaboration_Order): Enable the v4.0 elaboration order. The
914         v3.0 mechanism is now available under binder switch -H.
915         * bindusg.adb (Display): Enable switch -H.
916         * debug.adb: Free compiler switch -gnatd_G.  Free binder switch
917         -d_N.
918         * sem_elab.adb: Update the section on switches to remove
919         -gnatd_G.
920         (Invocation_Graph_Recording_OK): The invocation graph is now
921         unconditionally recorded in ALI files.
922         * switch-b.adb (Scan_Binder_Switches): Scan switch -H.
923         * doc/gnat_ugn/building_executable_programs_with_gnat.rst:
924         Update the documentation on compiler switches related to
925         elaboration.  Update the documentation on binder switches to
926         include switch -H.
927         * doc/gnat_ugn/elaboration_order_handling_in_gnat.rst: Update
928         the documentation on elaboration order handling in GNAT.
929         * gnat_ugn.texi: Regenerate.
931 2019-07-09  Eric Botcazou  <ebotcazou@adacore.com>
933         * repinfo.adb (List_Entities): Disregard formals altogether.
934         (List_Name): Properly escape the double quote in the JSON
935         output.
937 2019-07-09  Javier Miranda  <miranda@adacore.com>
939         * exp_util.adb (Remove_Side_Effects): Preserve the
940         Do_Range_Check flag.
942 2019-07-09  Yannick Moy  <moy@adacore.com>
944         * sinfo.ads: Refine comment for Do_Range_Check.
946 2019-07-09  Yannick Moy  <moy@adacore.com>
948         * exp_spark.adb (Expand_SPARK_N_Attribute_Reference): Expand
949         attribute reference on Enum_Rep.
951 2019-07-09  Ed Schonberg  <schonberg@adacore.com>
953         * sem_ch12.adb (Instantiate_Formal_Package): Handle properly the
954         case where the actual for a formal package in an instance is the
955         current instance of an enclosing generic package.
956         (Check_Formal_Packages): If the formal package declaration is
957         box-initialized or lacks associations altogether, no internal
958         instance was created to verify conformance, and there is no
959         validating package to remove from tree.
961 2019-07-09  Yannick Moy  <moy@adacore.com>
963         * freeze.adb (Build_Renamed_Body): Do not set body to inline in
964         GNATprove mode.
966 2019-07-09  Yannick Moy  <moy@adacore.com>
968         * exp_util.adb (Expand_Subtype_From_Expr): Still expand the type
969         of static expressions in GNATprove_Mode.
970         * sem_ch3.adb (Analyze_Object_Declaration): Remove obsolete
971         special case for GNATprove_Mode.
973 2019-07-09  Piotr Trojanek  <trojanek@adacore.com>
975         * doc/gnat_rm/the_gnat_library.rst,
976         doc/gnat_ugn/building_executable_programs_with_gnat.rst,
977         erroutc.adb, libgnat/g-comlin.adb, libgnat/g-comlin.ads,
978         libgnat/g-regexp.ads, libgnat/g-regpat.ads,
979         libgnat/g-spipat.ads, libgnat/s-os_lib.ads,
980         libgnat/s-regexp.ads: Reword "wild card" to "wildcard".
981         * gnat_rm.texi, gnat_ugn.texi: Regenerate.
983 2019-07-09  Yannick Moy  <moy@adacore.com>
985         * sem_spark.adb (Check_Expression): Handle correctly implicit
986         assignments as part of allocators and (extension) aggregates.
987         (Get_Root_Object): Adapt for new path expressions.
988         (Is_Path_Expression): Return True for (extension) aggregate.
990 2019-07-09  Piotr Trojanek  <trojanek@adacore.com>
992         * einfo.ads: Fix a typo.
994 2019-07-09  Ed Schonberg  <schonberg@adacore.com>
996         * sem_util.adb (Scope_Within_Or_Same): Handle properly task
997         bodies and protected bodies, so that local variables within have
998         their proper scopes after these constructs have been rewritten
999         during expansion. This patch resembles but is not identical to
1000         the code in Scope_Within.
1002 2019-07-09  Arnaud Charlet  <charlet@adacore.com>
1004         * gnat1drv.adb (Adjust_Global_Switches): Set
1005         Dynamic_Elaboration_Checks to True in CodePeer mode.
1007 2019-07-09  Yannick Moy  <moy@adacore.com>
1009         * sem_spark.adb (Get_Perm_Or_Tree): Issue an error when
1010         encountering unknown global variable.
1012 2019-07-09  Yannick Moy  <moy@adacore.com>
1014         * sem_spark.adb (Check_Expression): Change signature to take an
1015         Extended_Checking_Mode, for handling read permission checking of
1016         sub-expressions in an assignment.
1017         (Check_Parameter_Or_Global): Adapt to new behavior of
1018         Check_Expression for mode Assign.
1019         (Check_Safe_Pointers): Do not analyze generic bodies.
1020         (Check_Assignment): Separate checking of the target of an
1021         assignment.
1023 2019-07-09  Eric Botcazou  <ebotcazou@adacore.com>
1025         * repinfo.ads (JSON format): Adjust.
1026         * repinfo.adb (Need_Blank_Line): Rename to...
1027         (Need_Separator): ...this.
1028         (Blank_Line): Rename to...
1029         (Write_Separator): ...this and add JSON specific handling.
1030         (List_Array_Info): Adjust to above renaming.
1031         (List_Object_Info): Likewise.
1032         (List_Record_Info): Likewise.
1033         (List_Subprogram_Info): Likewise.
1034         (List_Type_Info): Likewise.
1035         (List_Entities): Do not set Need_Blank_Line.
1036         (List_Rep_Info): Set Need_Separator and add JSON specific
1037         handling. Output a single JSON stream in the  normal case.
1039 2019-07-09  Arnaud Charlet  <charlet@adacore.com>
1041         * doc/gnat_ugn/the_gnat_compilation_model.rst: Update doc on
1042         -fdump-ada-spec now that we generate Ada 2012.
1043         * gnat_ugn.texi: Regenerate.
1045 2019-07-08  Eric Botcazou  <ebotcazou@adacore.com>
1047         * repinfo.adb (List_Common_Type_Info): New procedure extracted
1048         from...
1049         (List_Type_Info): ...here.  Call it for the common information,
1050         start with a blank line and output the linker section at the
1051         end, if any.
1052         (List_Mechanisms): Rename to...
1053         (List_Subprogram_Info): ...this.
1054         (List_Array_Info): Call List_Common_Type_Info.
1055         (List_Entities): Adjust to above change and renaming.
1056         (List_Record_Info): Call List_Common_Type_Info.
1058 2019-07-08  Dmitriy Anisimkov  <anisimko@adacore.com>
1060         * libgnat/g-sercom.ads
1061         (Serial_Port_Descriptor): New type.
1062         (Serial_Port): Add a comment, make it hold a
1063         Serial_Port_Descriptor.
1064         (To_Ada, To_C): New procedures.
1065         (Port_Data, Port_Data_Access): Remove types.
1066         * libgnat/g-sercom.adb (To_Ada): New stub.
1067         * libgnat/g-sercom__linux.adb, libgnat/g-sercom__mingw.adb:
1068         Update implementations accordingly.
1069         * s-oscons-tmplt.c: Bind Serial_Port_Descriptor to
1070         System.Win32.HANDLE on Windows, and to Interfaces.C.int on
1071         Linux. Add "Interfaces.C." prefix for other basic integer type
1072         bindings.
1073         * xoscons.adb (Output_Info): Remove the "Interfaces.C." prefix
1074         for subtypes generation.
1076 2019-07-08  Arnaud Charlet  <charlet@adacore.com>
1078         * doc/gnat_rm/standard_and_implementation_defined_restrictions.rst:
1079         Update documentation on No_Exceptions restriction.
1080         * gnat_rm.texi: Regenerate.
1082 2019-07-08  Dmitriy Anisimkov  <anisimko@adacore.com>
1084         * libgnat/s-os_lib.adb: Do not call __gnat_kill for Invalid_Pid.
1086 2019-07-08  Piotr Trojanek  <trojanek@adacore.com>
1088         * sem_util.adb (Enclosing_Package_Or_Subprogram): Do not expect
1089         package and subprogram bodies.
1091 2019-07-08  Bob Duff  <duff@adacore.com>
1093         * doc/gnat_ugn/gnat_utility_programs.rst: Remove documentation
1094         of ignored GNATpp switch.
1096 2019-07-08  Hristian Kirtchev  <kirtchev@adacore.com>
1098         * doc/gnat_rm/implementation_defined_pragmas.rst:
1099         Update the documentation of pragma Initialize_Scalars.
1100         * gnat_rm.texi: Regenerate.
1102 2019-07-08  Javier Miranda  <miranda@adacore.com>
1104         * exp_ch4.adb (Tagged_Membership): Fix regression silently
1105         introduced in r260738 that erroneouslusy causes the evaluation
1106         to True of the membership test when the left operand of the
1107         membership test is a class-wide interface object and the right
1108         operand is a type that implements such interface type.
1110 2019-07-08  Hristian Kirtchev  <kirtchev@adacore.com>
1112         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): Do not
1113         register an address clause when its prefix denotes a generic
1114         formal object.
1116 2019-07-08  Hristian Kirtchev  <kirtchev@adacore.com>
1118         * bindo-diagnostics.adb (Diagnose_Cycle): Capture the presence
1119         of an Elaborate_All edge before iterating over the edges of the
1120         cycle.
1121         (Output_Elaborate_Body_Transition): Update the parameter profile
1122         and the comment on usage. Add a missing case where the edge is
1123         within the context of an Elaborate_All.
1124         (Output_Transition): Update the call to
1125         Output_Elaborate_Body_Transition.
1126         * bindo-graphs.ads, bindo-graphs.adb
1127         (Contains_Elaborate_All_Edge): New routine.
1129 2019-07-08  Piotr Trojanek  <trojanek@adacore.com>
1131         * lib-xref-spark_specific.adb (Create_Heap): Set dummy Etype for
1132         the fake __HEAP entity.
1134 2019-07-08  Daniel Mercier  <mercier@adacore.com>
1136         * gnat1drv.adb: Suppress warnings on memory representation in
1137         CodePeer compiler mode.
1139 2019-07-08  Nicolas Roche  <roche@adacore.com>
1141         * rtinit.c (__gnat_runtime_initialize): Remove dependency on
1142         CommandLineToArgvW.
1144 2019-07-08  Doug Rupp  <rupp@adacore.com>
1146         * Makefile.rtl: Handle vxworks7r2 in x86_64 and x86 vxworks7.
1148 2019-07-08  Dmitriy Anisimkov  <anisimko@adacore.com>
1150         * Makefile.rtl: Use g-sercom__linux.adb for all linuxes.
1152 2019-07-08  Yannick Moy  <moy@adacore.com>
1154         * expander.adb (Expand): Do not reset Analyzed flag always.
1155         * sem_eval.adb (Fold_Ureal): Mark node as analyzed.
1157 2019-07-08  Ed Schonberg  <schonberg@adacore.com>
1159         * exp_ch9.adb (Expand_N_Timed_Entry_Call): Do not insert twice
1160         the assignment statement that computes the delay value, to
1161         prevent improper tree sharing when the value is a type
1162         conversion and Float_Overflow checks are enabled.
1164 2019-07-08  Hristian Kirtchev  <kirtchev@adacore.com>
1166         * bindo.adb: Update the section on terminology to include new
1167         concepts.  Update the section on switches to include new
1168         entries.
1169         * bindo.ads: Add type Precedence_Kind.
1170         * bindo-builders.adb: Add with and use clauses for Debug and
1171         Bindo.Validators.  Add use clauses for
1172         Bindo.Validators.Invocation_Graph_Validators and
1173         Bindo.Validators.Library_Graph_Validators.
1174         (Build_Invocation_Graph): Validate the graph immediately after
1175         it was built.
1176         (Build_Library_Graph): Update the parameter profile. The
1177         creation of the graph is now elaboration model-agnostic.
1178         Validate the graph immediately after it was built.
1179         (Create_With_Edge): Create regular with edges for Elaborate and
1180         Elaborate_All edges when the appropriate debug switches are in
1181         effect.
1182         * bindo-builders.ads (Build_Library_Graph): Update the parameter
1183         profile.
1184         * bindo-diagnostics.adb (Diagnose_Cycle): Track the presence of
1185         an Elaborate_All edge throughout the inspection of the cycle's
1186         edges.
1187         (Output_Dynamic_Model_Suggestions): Output the suggestion only
1188         when the cycle contains at least one weak edge where the
1189         successor was statically elaborated.
1190         (Output_Elaborate_Body_Transition, Output_Forced_Transition,
1191         Output_With_Transition): Update the assertions.
1192         * bindo-elaborators.adb: Remove use clauses for
1193         Bindo.Validators.Invocation_Graph_Validators and
1194         Bindo.Validators.Library_Graph_Validators.  Remove strings
1195         Add_To_All_Candidates_Msg and Add_To_Comp_Candidates_Msg.
1196         Remove type String_Ptr.
1197         (Add_Vertex, Add_Vertex_If_Elaborable, Create_All_Candidates_Set
1198         Create_Component_Candidates_Set): Remove.
1199         (Create_Component_Vertex_Sets, Create_Vertex_Sets): New routine.
1200         (Elaborate_Component): Update the parameter profile and the
1201         comment on usage.  Reimplement the elaboration of a component.
1202         The algorithm will now attempt to elaborate as many vertices
1203         possible. If this is not possible, and a weakly elaborable
1204         vertex is available use unit was compiled using the dynamic
1205         model, the algorithm will elaborate it.
1206         (Elaborate_Library_Graph): Reimplement the elaboration of the
1207         graph. The algorithm will now attempt to elaborate as many
1208         vertices along with their components as possible. If this is not
1209         possible, and a weakly elaborable vertex is available use unit
1210         was compiled using the dynamic model, the algorithm will
1211         elaborate it along with its component.
1212         (Elaborate_Units): Merge with the functionality of
1213         Elaborate_Units_Common.
1214         (Elaborate_Units_Common, Elaborate_Units_Dynamic,
1215         Elaborate_Units_Static): Remove.
1216         (Elaborate_Vertex): Update the parameter profile and the comment
1217         on usage.  Reimplemented.
1218         (Find_Best_Candidate): Remove.
1219         (Find_Best_Elaborable_Vertex, Find_Best_Vertex,
1220         Find_Best_Weakly_Elaborable_Vertex, Has_Elaborable_Body,
1221         Insert_Elaborable_Successor, Insert_Vertex): New routines.
1222         (Is_Better_Candidate): Remove.
1223         (Is_Better_Elaborable_Vertex,
1224         Is_Better_Weakly_Elaborable_Vertex,
1225         Is_Suitable_Elaborable_Vertex,
1226         Is_Suitable_Weakly_Elaborable_Vertex): New routines.
1227         (Trace_Candidate_Vertices): Remove.
1228         (Trace_Component): Output the number of strong and weak
1229         predecessors.
1230         (Trace_Unelaborated_Vertices): Remove.
1231         (Trace_Vertex): Output the number of strong and weak
1232         predecessors.
1233         (Trace_Vertices): New routine.
1234         (Update_Successor, Update_Successors): Update the parameter
1235         profile and the comment on usage.
1236         * bindo-graphs.adb: Remove type Precedence_Kind.
1237         (Add_Edge_With_Return): Update the increment of pending
1238         predecessors.
1239         (Add_Vertex): Provide default values for strong and weak
1240         predecessors.
1241         (Complementary_Vertex): Move the initial declaration to the
1242         spec. Update the parameter profile and the comment on usage.
1243         (Contains_Weak_Static_Successor): New routine.
1244         (Create): Update the parameter profile. The creation of the
1245         graph is now elaboration model-agnostic.
1246         (Decrement_Pending_Predecessors): Update the parameter profile
1247         and the comment on usage. Reimplemented.
1248         (Delete_Edge): Update the decrement of pending predecesors.
1249         (Has_Elaborate_Body): Do not treat a vertex as being subject to
1250         Elaborate_Body when a debug switch is in effect.
1251         (Increment_Pending_Predecessors): Update the parameter profile
1252         and the comment on usage. Reimplemented.
1253         (Is_Elaborable_Component): Reimplemented.
1254         (Is_Elaborable_Vertex): Move the initial declaration to the
1255         spec.  Reimplemented.
1256         (Is_Elaborate_Body_Pair): New routine.
1257         (Is_Dynamically_Elaborated): Update the parameter profile.
1258         Reimplemented.
1259         (Is_Weakly_Elaborable_Vertex): New routine.
1260         (Pending_Predecessors): Removed.
1261         (Pending_Predecessors_For_Elaboration,
1262         Pending_Strong_Predecessors, Pending_Weak_Predecessors,
1263         Update_Pending_Predecessors): New routines.
1264         (Update_Pending_Predecessors_Of_Components): Update the
1265         increment of pending predecessors.
1266         * bindo-graphs.ads: Update the components of type
1267         Component_Attributes.  Update the components of type
1268         Library_Graph_Attributes.  Update the components of type
1269         Library_Graph_Vertex_Attributes.  Update the initialization of
1270         No_Component_Attributes.  Update the initialization of
1271         No_Library_Graph_Vertex_Attributes.
1272         (Complementary_Vertex, Contains_Weak_Static_Successor): New
1273         routines.
1274         (Create): Update the parameter profile and the comment on usage.
1275         (Decrement_Pending_Predecessors, Is_Dynamically_Elaborated):
1276         Update the parameter profile and the comment on usage.
1277         (Is_Elaborate_Body_Pair, Is_Weakly_Elaborable_Vertex): New
1278         routines.
1279         (Pending_Predecessors): Removed.
1280         (Pending_Predecessors_For_Elaboration,
1281         Pending_Strong_Predecessors, Pending_Weak_Predecessors): New
1282         routines.
1283         * bindo-writers.adb (Write_Components): Moved from the spec.
1284         (Write_Component): Output the strong and weak predecessors.
1285         (Write_Library_Graph): Output the components as part of the
1286         graph.
1287         (Write_Library_Graph_Vertex): Output the strong and weak
1288         predecessors.
1289         * bindo-writers.ads (Write_Components): Moved to the body.
1290         * debug.adb: Add and document new GNATbind switches -d_a, -d_b,
1291         -d_e.
1292         * bindo-validators.adb: Minor reformattings.
1294 2019-07-08  Bob Duff  <duff@adacore.com>
1296         * libgnat/g-sercom.ads, libgnat/g-sercom__linux.adb (Data_Rate):
1297         Support additional data rates.
1299 2019-07-08  Olivier Hainque  <hainque@adacore.com>
1301         * gcc-interface/trans.c (Compilation_Unit_to_gnu): Don't request
1302         DECL_ARTIFICIAL_P on elab proc declarations.
1304 2019-07-08  Eric Botcazou  <ebotcazou@adacore.com>
1306         * repinfo.adb (List_Record_Info): Declare Incomplete_Layout and
1307         Not_In_Extended_Main local exceptions.
1308         (List_Structural_Record_Layout): For an extension, raise the
1309         former if the parent subtype has not been built and the latter
1310         if it is not declared in the main source unit.  Fall back to the
1311         flat layout if either exception has been raised.
1313 2019-07-08  Ed Schonberg  <schonberg@adacore.com>
1315         * libgnat/a-strfix.adb (Delete): The RM describes the semantics
1316         of Delete as equivalent to that of Replace_String with a null
1317         argument. As a result, deleting a null string that starts past
1318         the end of its argument is a noop and must not raise
1319         Index_Error.
1321 2019-07-08  Javier Miranda  <miranda@adacore.com>
1323         * exp_disp.adb (Register_Primitive): When registering a
1324         primitive in the secondary dispatch table, handle primitive
1325         inherited through several levels of type derivation (required to
1326         properly handle inherited 'null' primitive).
1328 2019-07-08  Bob Duff  <duff@adacore.com>
1330         * doc/gnat_ugn/gnat_utility_programs.rst: Document handling of
1331         preprocessor directives in GNATpp.
1333 2019-07-08  Javier Miranda  <miranda@adacore.com>
1335         * gnat1drv.adb (Post_Compilation_Validation_Checks:
1336         Validate_Compile_Time_Warning_Errors is now located in sem_prag
1337         (instead of sem_ch13).
1338         * sem_ch13.ads (Validate_Compile_Time_Warning_Error,
1339         Validate_Compile_Time_Warning_Errors): Move to sem_prag.
1340         * sem_ch13.adb
1341         (Compile_Time_Warnings_Errors): Move to sem_prag.
1342         (Initialize): Remove initialization of table
1343         Compile_Time_Warning_Errors.
1344         (Validate_Compile_Time_Warning_Error,
1345         Validate_Compile_Time_Warning_Errors): Move to sem_prag.
1346         * sem_prag.ads (Validate_Compile_Time_Warning_Errors): New
1347         procedure.
1348         * sem_prag.adb (Initialize): Initialize table
1349         Compile_Time_Warning_Errors.
1351 2019-07-08  Ed Schonberg  <schonberg@adacore.com>
1353         * sem_ch13.adb (Analyze_Aspect_Specifications): For a
1354         pre/postcondition of a generic subprogram declaration, do not
1355         use Relocate_Node on the aspect expression to construct the
1356         corresponding attribute specification, to prevent tree anomalies
1357         when the expression is a call with named actual parameters.
1359 2019-07-08  Javier Miranda  <miranda@adacore.com>
1361         * sem_attr.adb (Analyze_Attribute [Attribute_Size]): For pragmas
1362         used to report user defined compile time warning or errors
1363         handle 'Size for types with known static RM size.
1365 2019-07-08  Justin Squirek  <squirek@adacore.com>
1367         * exp_imgv.adb (Build_Enumeration_Image_Tables): Default SSO for
1368         the building of image tables.
1369         (Expand_Image_Attribute): Minor cleanup.
1371 2019-07-08  Dmitriy Anisimkov  <anisimko@adacore.com>
1373         * libgnat/g-socket.ads, libgnat/g-socket.adb: Improve
1374         documentation.
1375         (Get_Socket_Option, Set_Socket_Option): Remove default value for
1376         the Level formal.
1378 2019-07-08  Ed Schonberg  <schonberg@adacore.com>
1380         * sem_ch13.adb (Check_Aspect_At_End_Of_Declarations): For an
1381         unanalized aspect in a generic context that has not been
1382         analyzed yet, if the aspect applies to a type, place the type on
1383         the scope stack to make its components visible, before checking
1384         conformance with the version of the expression analyzed at the
1385         freeze point.
1387 2019-07-05  Justin Squirek  <squirek@adacore.com>
1389         * checks.adb (Apply_Accessibility_Check): Add logic to fetch the
1390         function result accessibility level if one is required within
1391         the generated check.
1392         * exp_ch6.adb (Needs_Result_Accessibility_Level): Modify
1393         controlling elsif block to handle more cases such as anonymous
1394         access results and disable checking for coextensions.
1396 2019-07-05  Ed Schonberg  <schonberg@adacore.com>
1398         * sem_ch9.adb (Analyze_Accept_Statement): If this is an illegal
1399         accept statement for an enclosing entry abandon analysis to
1400         prevent scope mismatches and potential infinite loops in
1401         compiler.
1403 2019-07-05  Hristian Kirtchev  <kirtchev@adacore.com>
1405         * ali.adb (For_Each_Invocation_Construct,
1406         For_Each_Invocation_Relation): New version.
1407         (Scan_ALI): Initialize field Invocation_Graph_Encoding.
1408         (Set_Invocation_Graph_Encoding): Update the setting of the
1409         invocation graph encoding.
1410         * ali.ads: Move field Invocation_Graph_Encoding from Unit_Record
1411         to ALI_Record because the encoding applies to the whole ALI,
1412         rather than one of the units (spec or body) for which the ALI
1413         file was created.
1414         (For_Each_Invocation_Construct, For_Each_Invocation_Relation):
1415         New version.
1416         * bindo.adb: Update the section on switches.  Complete the
1417         section of debugging elaboration order issues.
1418         (Find_Elaboration_Order): Prepare the routine for the switch
1419         from the old to the new elaboration order mechanism.
1420         * bindo-diagnostics.adb (Find_And_Output_Invocation_Paths):
1421         Manage a visited set used by Visit_Vertex.
1422         (Output_All_Cycles_Suggestions,
1423         Output_Dynamic_Model_Suggestions): Clarify the nature of the
1424         suggested switch.
1425         (Output_Elaborate_Body_Transition): Update the diagnostic to
1426         emit a better message.
1427         (Output_Forced_Suggestions, Output_Full_Encoding_Suggestions):
1428         Clarify the nature of the suggested switch.
1429         (Visit_Vertex): Update the parameter profile to add a set of
1430         invokers visited during the transition. This set prevents
1431         infinite exploration of the graph in case the invocations are
1432         recursive.
1433         * bindo-elaborators.adb: Add a use clause for
1434         Bindo.Writers.Dependency_Writers.
1435         (Elaborate_Units_Common): Output the library graph after it has
1436         been augmented with invocation edges. Output just the components
1437         instead of outputting the whole library graph again.
1438         (Elaborate_Units_Dynamic, Elaborate_Units_Static): Output the
1439         dependencies as expressed in the library graph.
1440         * bindo-units.adb (Invocation_Graph_Encoding): Update the
1441         extraction of the invocation graph encoding.
1442         * bindo-writers.adb: Add with and use clauses for Binderr and
1443         Butil.
1444         (palgc, plgc): New debug routine.
1445         (Write_Components): Moved to the spec. Add a header for the
1446         output.
1447         (Write_Dependencies, Write_Dependencies_Of_Vertex,
1448         Write_Dependency_Edge): New routine.
1449         (Write_Elaboration_Order): Update the logic to follow the format
1450         of Binde's order output.
1451         (Write_Library_Graph): Do not output the components every time
1452         the graph is written.
1453         (Write_Unit): Output the invocation graph encoding of the unit.
1454         Output the invocation constructs and relations for the unit
1455         only.
1456         * bindo-writers.ads (Write_Components): Moved from the body.
1457         (Write_Dependencies): New routine.
1458         * bindusg.adb: Prepare the routine for the switch from the old
1459         to the new elaboration order mechanism.
1460         * debug.adb: Binder switch -d_O is now not associated with any
1461         functionality.
1462         * einfo.adb (Is_Elaboration_Target): The attribute applies to
1463         packages, as specified by the comment on the attribute usage.
1464         * opt.ads: Add a global flag which controls the choice between
1465         the new and the legacy elaboration order mechanism.
1466         * sem_elab.adb: Add Package_Target to type Target_Kind.
1467         (Build_Elaborate_Body_Procedure, Build_Elaborate_Procedure,
1468         Build_Elaborate_Spec_Procedure, Check_Elaboration_Scenarios,
1469         Check_SPARK_Model_In_Effect): Use Main_Unit_Entity to obtain the
1470         entity of the main unit.
1471         (Create_Package_Rep): New routine.
1472         (Create_Target_Rep): Add processing for packages.
1473         (Declaration_Placement_Of_Node, Has_Prior_Elaboration): Use
1474         Main_Unit_Entity to obtain the entity of the main
1475          unit.
1476         (Invocation_Graph_Recording_OK): Prepare the routine for the
1477         switch from the old to the new elaboration order mechanism.
1478         (Main_Unit_Entity): New routine.
1479         (Meet_Elaboration_Requirement,
1480         Process_Conditional_ABE_Variable_Reference): Use
1481         Main_Unit_Entity to obtain the entity of the main unit.
1482         (Process_Invocation_Instantiation): New routine.
1483         (Process_Invocation_Scenario): Add processing for
1484         instantiations.
1485         * switch-b.adb (Scan_Binder_Switches): Prepare the routine for
1486         the switch from the old to the new elaboration order mechanism.
1488 2019-07-05  Joffrey Huguet  <huguet@adacore.com>
1490         * libgnat/a-textio.adb: Add abstract state refinment.
1491         * libgnat/a-textio.ads: Add File_System abstract state.  Add
1492         global contracts, contract cases, preconditions and
1493         postconditions to procedures and functions.
1494         (Set_Input, Set_Output, Set_Error, Standard_Input,
1495         Standard_Output, Standard_Error, Current_Input, Current_Output,
1496         Current_Error): Turn SPARK_Mode off.
1497         (Get_Line): Turn SPARK_Mode off on Get_Line functions.
1498         * libgnat/a-tideio.ads, libgnat/a-tienio.ads,
1499         libgnat/a-tifiio.ads, libgnat/a-tiflio.ads,
1500         libgnat/a-tiinio.ads, libgnat/a-timoio.ads: Add global
1501         contracts, contract cases, preconditions and postconditions to
1502         procedures and functions.
1504 2019-07-05  Arnaud Charlet  <charlet@adacore.com>
1506         * doc/gnat_ugn/platform_specific_information.rst: Refresh doc on
1507         installing from the command line on Windows.  Remove obsolete
1508         part.
1509         * gnat_ugn.texi: Regenerate.
1511 2019-07-05  Vasiliy Fofanov  <fofanov@adacore.com>
1513         * libgnat/a-wichha.ads (Is_Alphanumeric): Replace comment with
1514         the correct one.  Also capitalize references to False
1515         throughout.
1517 2019-07-05  Eric Botcazou  <ebotcazou@adacore.com>
1519         * exp_ch4.adb (Expand_N_Indexed_Component): Do not expand actual
1520         parameters of function calls here either.
1522 2019-07-05  Hristian Kirtchev  <kirtchev@adacore.com>
1524         * bindo-units.adb, checks.adb, exp_attr.adb, exp_ch3.adb,
1525         exp_ch4.adb, exp_pakd.adb, lib-writ.adb, libgnat/g-traceb.adb,
1526         libgnat/g-traceb.ads, libgnat/s-stratt.ads, sem_aux.ads,
1527         sem_util.adb: Minor reformatting.
1529 2019-07-05  Ed Schonberg  <schonberg@adacore.com>
1531         * sem_ch13.adb (Build_Predicate_Functions): If a subtype that
1532         carries a static predicate aspect is frozen immediately after
1533         its declaration, ensure that the generated function body created
1534         for predicate checking is inserted after the corresponding
1535         subprogram declaration, which is created at the point the
1536         declaration is elaborated.
1538 2019-07-05  Hristian Kirtchev  <kirtchev@adacore.com>
1540         * exp_ch7.adb (Cleanup_Record): Use the underlying type when
1541         checking for components with tasks.
1543 2019-07-05  Arnaud Charlet  <charlet@adacore.com>
1545         * libgnarl/s-osinte__linux.ads: Link with -lrt before -lpthread.
1547 2019-07-05  Ed Schonberg  <schonberg@adacore.com>
1549         * exp_pakd.adb (Expand_Bit_Packed_Element_Set): Add explicit
1550         range checks when the index type of the bit-packed array is an
1551         enumeration type with a non-standard representation,
1553 2019-07-05  Hristian Kirtchev  <kirtchev@adacore.com>
1555         * sem_res.adb (Is_Control_Flow_Statement): Delay statements
1556         contain an expression, which in turn may have side effects and
1557         affect the infinite recursion. As a result, delay statements
1558         should not be treated specially.
1560 2019-07-05  Arnaud Charlet  <charlet@adacore.com>
1562         * libgnarl/s-linux.ads, libgnarl/s-linux__alpha.ads,
1563         libgnarl/s-linux__android.ads, libgnarl/s-linux__hppa.ads,
1564         libgnarl/s-linux__mips.ads, libgnarl/s-linux__riscv.ads,
1565         libgnarl/s-linux__sparc.ads: Fix typos in comments.
1567 2019-07-05  Hristian Kirtchev  <kirtchev@adacore.com>
1569         * sem_res.adb (Check_Infinite_Recursion): Reimplemented.
1570         (Enclosing_Declaration_Or_Statement,
1571         Invoked_With_Different_Arguments, Is_Conditional_Statement,
1572         Is_Control_Flow_Statement, Is_Immediately_Within_Body,
1573         Is_Raise_Idiom, Is_Raise_Statement, Is_Sole_Statement,
1574         Preceded_By_Control_Flow_Statement,
1575         Within_Conditional_Statement): New routines.
1577 2019-07-05  Javier Miranda  <miranda@adacore.com>
1579         * exp_ch4.adb (Expand_N_Type_Conversion): Do not apply an
1580         accessibility check when the conversion is an access to
1581         class-wide interface type and it is an actual parameter.
1582         * exp_ch6.adb (Expand_Call_Helper): Add documentation on the
1583         accessibility level of an anonymous allocator defining the value
1584         of an access parameter.
1585         * sem_util.ads, sem_util.adb (Dynamic_Accessibility_Level): Add
1586         support for an anonymous allocator whose type is that of a
1587         stand-alone object of an anonymous access to object type.
1589 2019-07-05  Piotr Trojanek  <trojanek@adacore.com>
1591         * einfo.ads, sem_res.adb: Typo fixes in comments.
1593 2019-07-05  Bob Duff  <duff@adacore.com>
1595         * exp_ch6.adb (Is_Build_In_Place_Function): Narrow the check for
1596         Has_Foreign_Convention to the imported case only.  If a
1597         build-in-place function is exported, and called from Ada code,
1598         build-in-place protocols should be used.
1600 2019-07-05  Ed Schonberg  <schonberg@adacore.com>
1602         * sem_util.adb (Encloing_Subprogram): If Enclosing_Dynamic_Scope
1603         is a loop, continue climbing the scope stack to find the
1604         enclosing subprogram.
1605         (Gather_Components): Handle properly a choice in a record
1606         aggregate that is given by a subtype with a static predicate.
1608 2019-07-05  Javier Miranda  <miranda@adacore.com>
1610         * debug.adb (-gnatd.K): Leave available this switch.
1611         * contracts.adb (Build_And_Analyze_Contract_Only_Subprograms):
1612         Remove.
1613         * scil_ll.ads, scil_ll.adb (Contract_Only_Body_Flag,
1614         Contract_Only_Body_Nodes, Get_Contract_Only_Body,
1615         Is_Contract_Only_Body, Set_Contract_Only_Body): Remove.
1617 2019-07-05  Pierre-Marie de Rodat  <derodat@adacore.com>
1619         * libgnat/a-strunb.ads: Import documentation from the RM
1621 2019-07-05  Pierre-Marie de Rodat  <derodat@adacore.com>
1623         * libgnat/a-strfix.ads: Import documentation from the RM
1625 2019-07-05  Yannick Moy  <moy@adacore.com>
1627         * adabkend.adb (Scan_Back_End_Switches): Accept -Og and -Ofast
1628         switches.
1630 2019-07-05  Hristian Kirtchev  <kirtchev@adacore.com>
1632         * ali.adb: Relocate types Invocation_Construct_Record,
1633         Invocation_Relation_Record, and Invocation_Signature_Record to
1634         the body of ALI.  Relocate tables Invocation_Constructs,
1635         Invocation_Relations, and Invocation_Signatures to the body of
1636         ALI.  Remove type Body_Placement_Codes.  Add new types
1637         Declaration_Placement_Codes, and
1638         Invocation_Graph_Encoding_Codes.  Update the literals of type
1639         Invocation_Graph_Line_Codes.
1640         (Add_Invocation_Construct): Update the parameter profile. Add an
1641         invocation construct built from all attributes provided.
1642         (Add_Invocation_Relation): Update the parameter profile. Add an
1643         invocation relation built from all attributes provided.
1644         (Body_Placement): New routine.
1645         (Body_Placement_Kind_To_Code, Code_To_Body_Placement_Kind):
1646         Removed.
1647         (Code_To_Declaration_Placement_Kind,
1648         Code_To_Invocation_Graph_Encoding_Kind, Column,
1649         Declaration_Placement_Kind_To_Code, Extra,
1650         For_Each_Invocation_Construct, For_Each_Invocation_Relation,
1651         Invocation_Graph_Encoding,
1652         Invocation_Graph_Encoding_Kind_To_Code, Invoker, Kind, Line,
1653         Locations, Name): New routine.
1654         (Scan_Invocation_Construct_Line): Reimplement the scanning
1655         mechanism.
1656         (Scan_Invocation_Graph_Attributes_Line): New routine.
1657         (Scan_Invocation_Graph_Line): Use a case statement to dispatch.
1658         (Scan_Invocation_Relation_Line): Reimplement the scanning
1659         mechanism.
1660         (Scope): New routine.
1661         (Set_Invocation_Graph_Encoding, Signature, Spec_Placement,
1662         Target): New routine.
1663         * ali.ads: Add new type Invocation_Graph_Encoding_Kind.  Add
1664         component Invocation_Graph_Encoding to type Unit_Record.
1665         Relocate various types and data structures to the body of ALI.
1666         (Add_Invocation_Construct, Add_Invocation_Relation): Update the
1667         parameter profile.
1668         (Body_Placement): New routine.
1669         (Body_Placement_Kind_To_Code, Code_To_Body_Placement_Kind):
1670         Removed.
1671         (Code_To_Declaration_Placement_Kind,
1672         Code_To_Invocation_Graph_Encoding_Kind, Column,
1673         Declaration_Placement_Kind_To_Code, Extra,
1674         For_Each_Invocation_Construct, For_Each_Invocation_Relation,
1675         Invocation_Graph_Encoding,
1676         Invocation_Graph_Encoding_Kind_To_Code, Invoker, Kind, Line,
1677         Locations, Name, Scope, Set_Invocation_Graph_Encoding,
1678         Signature, Spec_Placement, Target): New routine.
1679         * bindo.adb: Add with clause for Binde.  Add with and use
1680         clauses for Debug.  Update the documentation.  Add new switches.
1681         (Find_Elaboration_Order): Dispatch to the proper elaboration
1682         mechanism.
1683         * bindo-augmentors.adb:
1684         Remove with and use clauses for GNAT and GNAT.Sets.  Remove
1685         membership set VS.  Update the parameter profiles of most
1686         routines to use better parameter names.  Update the
1687         implementation of most routine to use the new parameter names.
1688         Remove various redundant assertions.
1689         * bindo-builders.adb: Use better names for instantiated data
1690         structures. Update all references to these names.  Update the
1691         parameter profiles of most routines to use better parameter
1692         names.  Update the implementation of most routine to use the new
1693         parameter names.
1694         (Build_Library_Graph): Update the parameter profile. Update the
1695         call to Create.
1696         (Create_Vertex): Reimplemented.
1697         (Declaration_Placement_Vertex): New routine.
1698         * bindo-builders.ads (Build_Library_Graph): Update the parameter
1699         profile and comment on usage.
1700         * bindo-diagnostics.adb: Almost a new unit.
1701         * bindo-diagnostics.ads: Add a use clause for
1702         Bindo.Graphs.Invocation_Graphs.  Remove package
1703         Cycle_Diagnostics.
1704         (Diagnose_Circularities): New routine.
1705         * bindo-elaborators.adb: Remove the with and use clauses for
1706         Binderr and GNAT.Sets.  Remove the use clause for
1707         Bindo.Diagnostics.Cycle_Diagnostics.  Remove membership set VS.
1708         Update the parameter profiles of most routines to use better
1709         parameter names.  Update the implementation of most routine to
1710         use the new parameter names.  (Elaborate_Units_Common): Update
1711         the parameter profile. Pass an infication to the library graph
1712         builder whether the dynamic model is in effect.
1713         (Elaborate_Units_Dynamic, Elaborate_Units_Static): Use
1714         Diagnose_Circularities to provide diagnostics.
1715         (Update_Successor): Use routine In_Same_Component to determine
1716         whether the predecessor and successor reside in different
1717         components.
1718         * bindo-graphs.adb: Add with and use clauses for Butil, Debug,
1719         Output, and Bindo.Writers.  Remove with and use clauses for
1720         GNAT.Lists.  Update the parameter profiles of most routines to
1721         use better parameter names.  Update the implementation of most
1722         routine to use the new parameter names.  Remove various
1723         redundant assertions.  Remove doubly linked list EL.  Add new
1724         type Precedence_Kind.
1725         (Add_Cycle): New routine.
1726         (Add_Vertex): Update the parameter profile. Update the creation
1727         of vertex attributes.
1728         (Add_Vertex_And_Complement, Body_Vertex, Column,
1729         Complementary_Vertex, Copy_Cycle_Path, Cycle_Kind_Of): New
1730         routines.
1731         (Destroy_Invocation_Graph_Edge, Destroy_Library_Graph_Cycle,
1732         Destroy_Library_Graph_Edge, Extra, File_Name,
1733         Find_All_Cycles_Through_Vertex, Find_All_Cycles_With_Edge,
1734         Find_Cycles, Find_First_Lower_Precedence_Cycle,
1735         Get_LGC_Attributes, Has_Next, Hash_Library_Graph_Cycle,
1736         Hash_Library_Graph_Cycle_Attributes, Highest_Precedence_Cycle,
1737         Highest_Precedence_Edge, In_Same_Component, Insert_And_Sort,
1738         Invocation_Edge_Count, Invocation_Graph_Encoding,
1739         Is_Cycle_Initiating_Edge, Is_Cyclic_Edge,
1740         Is_Cyclic_Elaborate_All_Edge, Is_Cyclic_Elaborate_Body_Edge,
1741         Is_Cyclic_Elaborate_Edge, Is_Cyclic_Forced_Edge,
1742         Is_Cyclic_Invocation_Edge, Is_Cyclic_With_Edge,
1743         Is_Dynamically_Elaborated, Is_Elaborate_All_Edge,
1744         Is_Elaborate_Body_Edge, Is_Elaborate_Edge: New routines.
1745         (Is_Existing_Predecessor_Successor_Relation): Removed.
1746         (Is_Forced_Edge, Is_Invocation_Edge, Is_Recorded_Cycle,
1747         Is_Recorded_Edge, Is_With_Edge, Iterate_Edges_Of_Cycle, Kind,
1748         Length): New routine.
1749         (Lib_Vertex): Removed.
1750         (Line, Links_Vertices_In_Same_Component,
1751         Maximum_Invocation_Edge_Count, Next, Normalize_And_Add_Cycle,
1752         Normalize_Cycle_Path, Number_Of_Cycles, Path, Precedence,
1753         Remove_Vertex_And_Complement, Sequence_Next_Cycle): New routines.
1754         (Sequence_Next_IGE_Id): Renamed to Sequence_Next_Edge.
1755         (Sequence_Next_IGV_Id): Renamed to Sequence_Next_Vertex.
1756         (Sequence_Next_LGE_Id): Renamed to Sequence_Next_Edge.
1757         (Sequence_Next_LGV_Id): Renamed to Sequence_Next_Vertex.
1758         (Set_Is_Existing_Predecessor_Successor_Relation): Removed.
1759         (Set_Is_Recorded_Cycle, Set_Is_Recorded_Edge,
1760         Set_LGC_Attributes, Spec_Vertex, Trace_Cycle, Trace_Edge,
1761         Trace_Eol, Trace_Vertex): New routines.
1762         * bindo-graphs.ads: Add with and use clauses for Types and
1763         GNAT.Lists.  Update the parameter profiles of most routines to
1764         use better parameter names.  Update the implementation of most
1765         routine to use the new parameter names.  Add the new
1766         instantiated data structures IGE_Lists, IGV_Sets, LGC_Lists,
1767         LGE_Lists, LGE_Sets, LGV_Sets, and RC_Sets.  Add new type
1768         Library_Graph_Cycle_Id along with an empty and initial value.
1769         Remove component Lib_Vertex and add new components Body_Vertex
1770         and Spec_Vertex to type Invocation_Graph_Vertex_Attributes.  Add
1771         new type Library_Graph_Cycle_Kind.  Add new iterators
1772         All_Cycle_Iterator and Edges_Of_Cycle_Iterator.  Add new type
1773         Library_Graph_Cycle_Attributes.  Add new components
1774         Cycle_Attributes, Cycles, and Dynamically_Elaborated to type
1775         Library_Graph_Attributes.
1776         (Body_Vertex, Column, Destroy_Invocation_Graph_Edge,
1777         Destroy_Library_Graph_Cycle_Attributes,
1778         Destroy_Library_Graph_Edge, Extra, File_Name, Find_Cycles,
1779         Has_Elaborate_All_Cycle, Has_Next, Hash_Library_Graph_Cycle,
1780         Hash_Library_Graph_Cycle_Attributes, Highest_Precedence_Cycle,
1781         In_Same_Component, Invocation_Edge_Count,
1782         Invocation_Graph_Encoding, Is_Dynamically_Elaborated,
1783         Is_Elaborate_All_Edge, Is_Elaborate_Body_Edge,
1784         Is_Elaborate_Edge, Is_Forced_Edge, Is_Invocation_Edge,
1785         Is_With_Edge, Iterate_All_Cycles, Iterate_Edges_Of_Cycle, Kind):
1786         New routines.
1787         (Length, Lib_Vertex, (Line, Next, Number_Of_Cycles, Present,
1788         Same_Library_Graph_Cycle_Attributes, Spec_Vertex): New routines.
1789         * bindo-units.adb (File_Name, Invocation_Graph_Encoding): New
1790         routines.
1791         * bindo-units.ads: Add new instantiated data structure
1792         Unit_Sets.
1793         (File_Name, Invocation_Graph_Encoding): New routine.
1794         * bindo-validators.adb: Remove with and use clauses for GNAT and
1795         GNAT.Sets.  Remove membership set US.  Update the parameter
1796         profiles of most routines to use better parameter names.  Update
1797         the implementation of most routine to use the new parameter
1798         names.
1799         (Validate_Cycle, Validate_Cycle_Path, Validate_Cycles,
1800         Validate_Invocation_Graph_Vertex): Remove the validation of
1801         component Lib_Vertex. Add the validation of components
1802         Body_Vertex and Spec_Vertex.
1803         (Write_Error): New routine.
1804         * bindo-validators.ads (Validate_Cycles): New routine.
1805         * bindo-writers.adb: Update the parameter profiles of most
1806         routines to use better parameter names.  Update the
1807         implementation of most routine to use the new parameter names.
1808         (Write_Cycle, Write_Cyclic_Edge, Write_Cycles): New routines.
1809         (Write_Invocation_Graph_Vertex): Remove the output of component
1810         Lib_Vertex. Add the output of components Body_Vertex and
1811         Spec_Vertex.
1812         * bindo-writers.ads (Write_Cycles): New routine.
1813         * debug.adb: Use binder switches -d_C and -d_P, add
1814         documentation on their usage.
1815         * gnatbind.adb: Remove with and use clauses for Binde.  Delegate
1816         the choice of elaboration mechanism to Bindo.
1817         * lib-writ.adb (Column, Extra, Invoker, Kind, Line, Locations,
1818         Name, Placement, Scope, Signature, Target): Removed.
1819         (Write_Invocation_Graph): Moved at the top level.
1820         (Write_Invocation_Graph_Attributes): New routine.
1821         (Write_Invocation_Relation, Write_Invocation_Signature): Moved
1822         at the top level.
1823         * lib-writ.ads: Add a documentation section on invocation graph
1824         attributes.
1825         * sem_elab.adb (Body_Placement_Of): New routine.
1826         (Declare_Invocation_Construct): Update the call to
1827         Add_Invocation_Construct.
1828         (Declaration_Placement_Of_Node): New routine.
1829         (Get_Invocation_Attributes): Correct the retrieval of the
1830         enclosing subprogram where the postcondition procedure lives.
1831         (Placement_Of, Placement_Of_Node): Removed.
1832         (Record_Invocation_Graph): Record the encoding format used.
1833         (Record_Invocation_Graph_Encoding): New routine.
1834         (Record_Invocation_Relation): Update the call to
1835         Add_Invocation_Relation.
1836         (Spec_Placement_Of): Removed.
1837         * libgnat/g-lists.ads, libgnat/g-lists.adb (Equal): New routine.
1839 2019-07-05  Ed Schonberg  <schonberg@adacore.com>
1841         * checks.adb (Apply_Predicate_Check): Except within the
1842         subprogram body that defines the formal, do not apply predicate
1843         check on a formal IN parameter: such a check is redundant and
1844         its expansion can lead to out-of-scope references when it is
1845         originates in a function call in a precondition,
1847 2019-07-05  Yannick Moy  <moy@adacore.com>
1849         * sem_res.adb (Resolve_Call): Cannot inline in quantified
1850         expressions.
1851         * sem_util.adb, sem_util.ads (In_Quantified_Expression): New
1852         function.
1854 2019-07-05  Bob Duff  <duff@adacore.com>
1856         * doc/gnat_rm/standard_and_implementation_defined_restrictions.rst:
1857         Fix typo.
1858         * gnat_rm.texi: Regenerate.
1860 2019-07-05  Bob Duff  <duff@adacore.com>
1862         * exp_attr.adb (Input): Take the No_Stream_Optimizations
1863         restriction into account.
1865 2019-07-05  Claire Dross  <dross@adacore.com>
1867         * libgnat/a-cofove.ads, libgnat/a-cofove.adb: Definite formal
1868         vectors are now always bounded so that they do not need to be
1869         limited anymore.
1871 2019-07-05  Dmitriy Anisimkov  <anisimko@adacore.com>
1873         * libgnat/g-traceb.ads, libgnat/g-traceb.adb (Call_Chain): New
1874         function.
1876 2019-07-04  James Clarke <jrtc27@debian.org>
1878         * libgnarl/s-osinte__kfreebsd-gnu.ads (clockid_t): Make type
1879         definition public.
1880         (CLOCK_REALTIME): Make value public.
1882 2019-07-04  Javier Miranda  <miranda@adacore.com>
1884         * exp_tss.adb (Init_Proc): Adding missing support for access to
1885         subprograms and access to protected subprograms of non-default
1886         C++ constructors.
1888 2019-07-04  Eric Botcazou  <ebotcazou@adacore.com>
1890         * gnat1drv.adb (Adjust_Global_Switches): Use proper interface to
1891         set the validity settings in CodePeer mode.
1892         * par-load.adb (Load): Remove all code dealing with validity
1893         settings.
1894         * validsw.ads (Validity_Check_Copies): Alphabetize.
1895         * validsw.adb (Reset_Validity_Check_Options): Set all options to
1896         off.
1897         (Save_Validity_Check_Options): Save all options.
1899 2019-07-04  Hristian Kirtchev  <kirtchev@adacore.com>
1901         * exp_ch3.adb, exp_ch4.adb, exp_ch4.ads, exp_ch5.adb,
1902         exp_ch7.adb, exp_ch9.adb, exp_ch11.adb, exp_unst.adb,
1903         rtsfind.ads, sem_attr.adb, sem_ch10.adb, sem_ch12.adb,
1904         sem_ch13.adb, sem_dim.adb, sem_disp.adb, xref_lib.adb: Minor
1905         reformatting.
1907 2019-07-04  Joffrey Huguet  <huguet@adacore.com>
1909         * libgnarl/a-taside.ads: Add assertion policy to ignore
1910         preconditions.
1911         (Abort_Task, Is_Terminated, Is_Callable): Add preconditions.
1913 2019-07-04  Eric Botcazou  <ebotcazou@adacore.com>
1915         * doc/gnat_rm/implementation_defined_pragmas.rst: Fix
1916         capitalization and parenthesis glitches.
1917         * gnat_rm.texi: Regenerate.
1919 2019-07-04  Ed Schonberg  <schonberg@adacore.com>
1921         * sem_ch10.adb (Remove_Context_Clauses): Handle properly the
1922         removal of a limited_with_clause which appears in the library
1923         unit oF the main unit, when some other unit in the context has a
1924         regular with_clause on the same unit, to prevent spurious
1925         visibility errors in the subsequent analysis of pending instance
1926         bodies.
1928 2019-07-04  Hristian Kirtchev  <kirtchev@adacore.com>
1930         * sem_elab.adb: Add new type Elaboration_Phase_Status along with
1931         a global to keep track of the elaboration phase status.
1932         Initialize all internal data structures to Nil for services
1933         Elaborated_Units, Internal_Representation, and Scenario_Storage.
1934         (Build_Call_Marker): Do not create a call marker when the
1935         elaboration phase is not active.
1936         (Build_Variable_Reference_Marker): Do not create a call marker
1937         when the elaboration phase is not active.
1938         (Check_Elaboration_Scenarios): Destroy all internal structures
1939         when the elaboration phase does not have to run. Do not execute
1940         when the elaboration phase is not active.
1941         (Elaboration_Phase_Active): New routine.
1942         (Finalize_All_Data_Structures): New routine.
1943         (Initialize): Initialize all internal data structures and signal
1944         that the elaboration phase has started.
1945         (Initialize_All_Data_Structures): New routine.
1946         (Initialize_Elaborated_Units): Initialize all internal data
1947         structures.
1948         (Initialize_Internal_Representation): Initialize all internal
1949         data structures.
1950         (Initialize_Scenario_Storage): Initialize all internal data
1951         structures.
1952         (Kill_Elaboration_Scenario): Do not execute when the elaboration
1953         phase is not active.
1954         (Set_Elaboration_Phase): New routine.
1955         (Update_Elaboration_Scenario): Do not execute when the
1956         elaboration phase is not active.
1958 2019-07-04  Gary Dismukes  <dismukes@adacore.com>
1960         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): The special
1961         treatment of calling Mask_Unfrozen_Types must also be done in
1962         the case of an Ignored_Ghost_Entity, because Expander_Active is
1963         False in that case.
1965 2019-07-04  Yannick Moy  <moy@adacore.com>
1967         * sem_prag.adb (Check_Library_Level_Entity): Update for new rule
1968         on SPARK_Mode.
1970 2019-07-04  Justin Squirek  <squirek@adacore.com>
1972         * sem_disp.adb (Check_Controlling_Formals): Obtain the full view
1973         before type comparison.
1975 2019-07-04  Ed Schonberg  <schonberg@adacore.com>
1977         * exp_ch4.ads, exp_ch4.adb (Build_Eq_Call): New visible
1978         subprogram, extracted from Expand_Composite_Equality, to handle
1979         properly the composition of equality for variant record types.
1980         * exp_ch3.adb (MAke_Eq_If): Use Build_Eq_Call for each
1981         component, to handle properly the case of a component with a
1982         user-defined equality. Revert to predefined equality if the
1983         user-defined operation is abstract, to maintain compatibility
1984         with older versions,
1986 2019-07-04  Justin Squirek  <squirek@adacore.com>
1988         * exp_ch3.adb (Build_Initialization_Call): Fixup
1989         *_skip_null_excluding_check argument to handle new default.
1990         (Init_Formals): Make *_skip_null_excluding_check formal default
1991         to False
1992         * exp_ch4.adb (Expand_N_Allocator): Add comment to note heavy
1993         code duplication
1995 2019-07-04  Bob Duff  <duff@adacore.com>
1997         * sem_ch3.adb (Access_Definition): Do not create a master unless
1998         Tasking_Allowed. Otherwise, this fails on restricted runtimes.
2000 2019-07-04  Hristian Kirtchev  <kirtchev@adacore.com>
2002         * sem_util.adb (Propagate_DIC_Attributes): Do not propagate the
2003         Default_Initial_Condition attributes to an incomplete type.
2005 2019-07-04  Ed Schonberg  <schonberg@adacore.com>
2007         * sem_attr.adb (Check_Array_Type): An array type attribute such
2008         as 'First can be applied to an unconstrained array tyope when
2009         the attribute reference appears within an aspect specification
2010         and the prefix is a current instance, given that the prefix of
2011         the attribute will become a formal of the subprogram that
2012         implements the aspect (typically a predicate check).
2014 2019-07-04  Piotr Trojanek  <trojanek@adacore.com>
2016         * sem_util.adb (Yields_Synchronized_Object): Fix typos in
2017         comments.
2019 2019-07-04  Yannick Moy  <moy@adacore.com>
2021         * sem_util.adb (Yields_Synchronized_Object): Adapt to new SPARK
2022         rule.
2024 2019-07-04  Yannick Moy  <moy@adacore.com>
2026         * sem_spark.adb (Check_Statement): Only check permission of
2027         object in extended return when it is of a deep type.
2029 2019-07-04  Justin Squirek  <squirek@adacore.com>
2031         * sem_ch12.adb (Perform_Appropriate_Analysis): Added for
2032         selecting which type of analysis based on wheither the
2033         instantiation is a generic at the library-level. In which case
2034         expansion during analysis.
2035         (Preanalyze_Actuals): Modify calls to Analyze to use the new
2036         routine.
2038 2019-07-04  Ed Schonberg  <schonberg@adacore.com>
2040         * exp_unst.adb: Handle conditional expressions.
2042 2019-07-04  Yannick Moy  <moy@adacore.com>
2044         * sem_spark.adb (Check_Package_Spec, Check_Package_Body): Only
2045         analyze parts of the code marked in SPARK.
2047 2019-07-04  Hristian Kirtchev  <kirtchev@adacore.com>
2049         * erroutc.adb, exp_aggr.adb, inline.adb, opt.adb, sem_ch3.adb:
2050         Minor reformatting.
2052 2019-07-04  Yannick Moy  <moy@adacore.com>
2054         * sem_spark.adb (Explanation, Get_Expl): New functions to get
2055         the explanation for a permission mismatch.
2056         (Perm_Error, Perm_Mismatch, Perm_Error_Loop_Exit): Take
2057         explanation into account for issuing a more precise error
2058         message.
2059         (Set_Perm_Prefixes, Set_Perm_Extensions,
2060         Set_Perm_Extensions_Move): Pass suitable argument for the
2061         explanation node.
2063 2019-07-04  Arnaud Charlet  <charlet@adacore.com>
2065         * exp_aggr.adb (In_Place_Assign_OK): Moved to top level and add
2066         support for record aggregates.
2067         (Component_Check): Use Is_CCG_Supported_Aggregate instead of a
2068         similar local predicate.
2069         (Convert_To_Assignments): Take advantage of In_Place_Assign_OK
2070         predicate when possible.
2071         (Is_CCG_Supported_Aggregate): Return False for records with
2072         representation clauses and fix the logic for dealing with nested
2073         aggregates.
2075 2019-07-04  Piotr Trojanek  <trojanek@adacore.com>
2077         * opt.adb (Set_Config_Switches): Keep assertions policy as
2078         enabled when analysing internal units in GNATprove mode.
2080 2019-07-04  Arnaud Charlet  <charlet@adacore.com>
2082         * exp_ch4.adb (Expand_Short_Circuit_Operator): Strip
2083         N_Variable_Reference_Marker when checking for the presence of
2084         actions.
2086 2019-07-04  Arnaud Charlet  <charlet@adacore.com>
2088         * exp_aggr.adb (Check_Component): Take into account type
2089         conversions.
2091 2019-07-04  Dmitriy Anisimkov  <anisimko@adacore.com>
2093         * doc/gnat_ugn/platform_specific_information.rst: Document
2094         Windows socket timeout particularity.
2095         * gnat_ugn.texi: Regenerate.
2096         * gsocket.h: Include versionhelpers.h.
2097         * socket.c (__gnat_minus_500ms): New function.
2098         * libgnat/g-sothco.ads (Minus_500ms_Windows_Timeout): New
2099         imported function.
2100         * libgnat/g-socket.adb (Set_Socket_Option): Refactor to remove
2101         500ms from the requested timeout only on old Windows version.
2103 2019-07-04  Thomas Quinot  <quinot@adacore.com>
2105         * get_scos.adb: Remove bogus, dead code.
2107 2019-07-04  Ed Schonberg  <schonberg@adacore.com>
2109         * sem_dim.adb (Analyze_Dimension_Array_Aggregate): If the
2110         component is an entity name, its dimensions are those of its
2111         type.
2113 2019-07-03  Bob Duff  <duff@adacore.com>
2115         * doc/gnat_ugn/gnat_utility_programs.rst: Document new flags in
2116         GNATpp.
2118 2019-07-03  Hristian Kirtchev  <kirtchev@adacore.com>
2120         * binde.adb: Remove with clause for System.OS_Lib.
2121         (Force_Elab_Order): Refactor the majority of the code in Butil.
2122         Use the new forced units iterator to obtain unit names.
2123         * bindo-builders.adb: Add with and use clauses for Binderr,
2124         Butil, Opt, Output, Types, GNAT, and GNAT.Dynamic_HTables.  Add
2125         a hash table which maps units to line number in the forced
2126         elaboration order file.
2127         (Add_Unit): New routine.
2128         (Build_Library_Graph): Create forced edges between pairs of
2129         units listed in the forced elaboration order file.
2130         (Create_Forced_Edge, Create_Forced_Edges, Destroy_Line_Number,
2131         Duplicate_Unit_Error, Hash_Unit, Internal_Unit_Info,
2132         Is_Duplicate_Unit, Missing_Unit_Info): New routines.
2133         * bindo-graphs.adb (Is_Internal_Unit, Is_Predefined_Unit):
2134         Refactor some of the behavior to Bindo-Units.
2135         * bindo-graphs.ads: Enable the enumeration literal for forced
2136         edges.
2137         * bindo-units.adb, bindo-units.ads (Is_Internal_Unit,
2138         Is_Predefined_Unit): New routines.
2139         * butil.adb: Add with and use clauses for Opt, GNAT, and
2140         System.OS_Lib.  Add with clause for Unchecked_Deallocation.
2141         (Has_Next, Iterate_Forced_Units, Next, Parse_Next_Unit_Name,
2142         Read_Forced_Elab_Order_File): New routines.
2143         * butil.ads: Add with and use clauses for Types.  Add new
2144         iterator over the units listed in the forced elaboration order
2145         file.
2146         (Has_Next, Iterate_Forced_Units, Next): New routine.
2147         * namet.adb, namet.ads (Present): New routine.
2149 2019-07-03  Bob Duff  <duff@adacore.com>
2151         * sem_ch3.adb (Access_Definition): The code was creating a
2152         master in the case where the designated type is a class-wide
2153         interface type. Create a master in the noninterface case as
2154         well. That is, create a master for all limited class-wide types.
2156 2019-07-03  Yannick Moy  <moy@adacore.com>
2158         * erroutc.adb (Sloc_In_Range): New function to determine whether
2159         the range of a pragma Warnings covers a location, taking
2160         instantiations into account.
2162 2019-07-03  Johannes Kanig  <kanig@adacore.com>
2164         * osint.ads, osint.adb (Get_First_Main_File_Name): New routine
2165         to access the first file provided on the command line.
2167 2019-07-03  Ed Schonberg  <schonberg@adacore.com>
2169         * inline.adb (Process_Formals_In_Aspects): New procedure within
2170         Expand_Inlined_Call, to perform a replacement of references to
2171         formals that appear in aspect specifications within the body
2172         being inlined.
2174 2019-07-03  Justin Squirek  <squirek@adacore.com>
2176         * sem_ch8.adb (Analyze_Object_Renaming): Add call to search for
2177         the appropriate actual subtype of the object renaming being
2178         analyzed.
2179         (Check_Constrained_Object): Minor cleanup.
2181 2019-07-03  Yannick Moy  <moy@adacore.com>
2183         * sem_spark.adb (Get_Observed_Or_Borrowed_Expr): New function to
2184         return go through traversal function call.
2185         (Check_Type): Consistently use underlying type.
2186         (Get_Perm): Adapt for case of elaboration code where variables
2187         are not declared in the environment. Remove incorrect handling
2188         of borrow and observe.
2190 2019-07-03  Hristian Kirtchev  <kirtchev@adacore.com>
2192         * inline.adb (Build_Return_Object_Formal): New routine.
2193         (Can_Split_Unconstrained_Function): Code clean up.
2194         (Copy_Formals,Copy_Return_Object): New routines.
2195         (Split_Unconstrained_Function): Code clean up and refactoring.
2197 2019-07-03  Gary Dismukes  <dismukes@adacore.com>
2199         * bindo-augmentors.adb, bindo-augmentors.ads,
2200         bindo-builders.ads, bindo-elaborators.adb, sem_ch12.adb,
2201         sem_ch13.adb, sem_spark.adb, sinfo.ads: Minor editorial
2202         corrections and reformatting.
2204 2019-07-03  Bob Duff  <duff@adacore.com>
2206         * sem_warn.adb (Check_Infinite_Loop_Warning): Avoid the warning
2207         if an Iterator_Specification is present.
2209 2019-07-03  Bob Duff  <duff@adacore.com>
2211         * doc/gnat_ugn/gnat_utility_programs.rst: Document default
2212         new-line behavior.
2214 2019-07-03  Hristian Kirtchev  <kirtchev@adacore.com>
2216         * ali.adb: Add with and use clauses for GNAT,
2217         GNAT.Dynamic_HTables, and Snames.  Add a map from invocation
2218         signature records to invocation signature ids.  Add various
2219         encodings of invocation-related attributes.  Sort and update
2220         table Known_ALI_Lines.
2221         (Add_Invocation_Construct, Add_Invocation_Relation,
2222         Body_Placement_Kind_To_Code, Code_To_Body_Placement_Kind,
2223         Code_To_Invocation_Construct_Kind, Code_To_Invocation_Kind,
2224         Code_To_Invocation_Graph_Line_Kind, Destroy, Hash): New
2225         routines.
2226         (Initialize_ALI): Sort the initialization sequence. Add
2227         initialization for all invocation-related tables.
2228         (Invocation_Construct_Kind_To_Code,
2229         Invocation_Graph_Line_Kind_To_Code, Invocation_Kind_To_Code,
2230         Invocation_Signature_Of, Present): New routines.
2231         (Scan_ALI): Add the default values for invocation-related ids.
2232         Scan invocation graph lines.
2233         (Scan_Invocation_Graph_Line): New routine.
2234         * ali.ads: Add with clause for GNAT.Dynamic_Tables.  Add types
2235         for invocation constructs, relations, and signatures.  Add
2236         tables for invocation constructs, relations, and signatures.
2237         Update Unit_Record to capture invocation-related ids.  Relocate
2238         table Unit_Id_Tables and subtypes Unit_Id_Table, Unit_Id_Array
2239         from Binde.
2240         (Add_Invocation_Construct, Add_Invocation_Relation,
2241         Body_Placement_Kind_To_Code, Code_To_Body_Placement_Kind,
2242         Code_To_Invocation_Construct_Kind, Code_To_Invocation_Kind,
2243         Code_To_Invocation_Graph_Line_Kind,
2244         Invocation_Construct_Kind_To_Code,
2245         Invocation_Graph_Line_Kind_To_Code, Invocation_Kind_To_Code,
2246         Invocation_Signature_Of, Present): New routines.
2247         * binde.adb: Add with and use clause for Types.  Add use clause
2248         for ALI.Unit_Id_Tables;
2249         * binde.ads: Relocate table Unit_Id_Tables and subtypes
2250         Unit_Id_Table, Unit_Id_Array to ALI.
2251         * bindgen.adb: Remove with and use clause for ALI.
2252         * bindgen.ads: Remove with and use clause for Binde.  Add with
2253         and use clause for ALI.
2254         * bindo.adb,  bindo.ads, bindo-augmentors.adb,
2255         bindo-augmentors.ads, bindo-builders.adb, bindo-builders.ads,
2256         bindo-diagnostics.adb, bindo-diagnostics.ads,
2257         bindo-elaborators.adb, bindo-elaborators.ads, bindo-graphs.adb,
2258         bindo-graphs.ads, bindo-units.adb, bindo-units.ads,
2259         bindo-validators.adb, bindo-validators.ads, bindo-writers.adb,
2260         bindo-writers.ads: New units.
2261         * debug.adb: Use and describe GNAT debug switches -gnatd_F and
2262         -gnatd_G.  Add GNATbind debug switches in the ranges dA .. dZ,
2263         d.a .. d.z, d.A .. d.Z, d.1 .. d.9, d_a .. d_z, d_A .. d_Z, and
2264         d_1 .. d_9.  Use and describe GNATbind debug switches -d_A,
2265         -d_I, -d_L, -d_N, -d_O, -d_T, and -d_V.
2266         * exp_util.adb, exp_util.ads (Exceptions_OK): Relocate to
2267         Sem_Util.
2268         * gnatbind.adb: Add with and use clause for Bindo.  Use the new
2269         Bindo elaboration order only when -d_N is in effect.
2270         * lib-writ.adb
2271         (Column, Extra, Invoker, Kind, Line, Locations, Name, Placement,
2272         Scope, Signature, Target): New routines.
2273         (Write_ALI): Output all invocation-related data.
2274         (Write_Invocation_Graph): New routine.
2275         * lib-writ.ads: Document the invocation graph ALI line.
2276         * namet.adb, namet.ads (Present): New routines.
2277         * sem_ch8.adb (Find_Direct_Name): Capture the status of
2278         elaboration checks and warnings of an identifier.
2279         (Find_Expanded_Name): Capture the status of elaboration checks
2280         and warnings of an expanded name.
2281         * sem_ch12.adb (Analyze_Generic_Package_Declaration): Ensure
2282         that invocation graph-related data within the body of the main
2283         unit is encoded in the ALI file.
2284         (Analyze_Generic_Subprogram_Declaration): Ensure that invocation
2285         graph-related data within the body of the main unit is encoded
2286         in the ALI file.
2287         (Analyze_Package_Instantiation): Perform minimal decoration of
2288         the instance entity.
2289         (Analyze_Subprogram_Instantiation): Perform minimal decoration
2290         of the instance entity.
2291         * sem_elab.adb: Perform heavy refactoring of all code. The unit
2292         is now split into "services" which specialize in one area of ABE
2293         checks.  Add processing in order to capture invocation-graph
2294         related attributes of the main unit, and encode them in the ALI
2295         file.  The Processing phase can now operate in multiple modes,
2296         all described by type Processing_Kind.  Scenarios and targets
2297         are now distinct at the higher level, and carry their own
2298         representations. This eliminates the need to constantly
2299         recompute their attributes, and offers the various processors a
2300         uniform interface.  The various initial states of the Processing
2301         phase are now encoded using type Processing_In_State, and
2302         xxx_State constants.
2303         * sem_elab.ads: Update the literals of type
2304         Enclosing_Level_Kind.  Add Inline pragmas on several routines.
2305         * sem_prag.adb (Process_Inline): Ensure that invocation
2306         graph-related data within the body of the main unit is encoded
2307         in the ALI file.
2308         * sem_util.adb (Enclosing_Generic_Body, Enclosing_Generic_Unit):
2309         Code clean up.
2310         (Exceptions_OK): Relocated from Sem_Util.
2311         (Mark_Save_Invocation_Graph_Of_Body): New routine.
2312         * sem_util.ads (Exceptions_OK): Relocated from Sem_Util.
2313         (Mark_Save_Invocation_Graph_Of_Body): New routine.
2314         * sinfo.adb (Is_Elaboration_Checks_OK_Node): Now applicable to
2315         N_Variable_Reference_Marker.
2316         (Is_Elaboration_Warnings_OK_Node): Now applicable to
2317         N_Expanded_Name, N_Identifier, N_Variable_Reference_Marker.
2318         (Is_Read): Use Flag4.
2319         (Is_SPARK_Mode_On_Node): New applicable to
2320         N_Variable_Reference_Marker.
2321         (Is_Write): Use Flag5.
2322         (Save_Invocation_Graph_Of_Body): New routine.
2323         (Set_Is_Elaboration_Checks_OK_Node): Now applicable to
2324         N_Variable_Reference_Marker.
2325         (Set_Is_Elaboration_Warnings_OK_Node): Now applicable to
2326         N_Expanded_Name, N_Identifier, N_Variable_Reference_Marker.
2327         (Set_Is_SPARK_Mode_On_Node): New applicable to
2328         N_Variable_Reference_Marker.
2329         (Set_Save_Invocation_Graph_Of_Body): New routine.
2330         * sinfo.ads: Update the documentation of attributes
2331         Is_Elaboration_Checks_OK_Node, Is_Elaboration_Warnings_OK_Node,
2332         Is_SPARK_Mode_On_Node.  Update the flag usage of attributes
2333         Is_Read, Is_Write.  Add attribute Save_Invocation_Graph_Of_Body
2334         and update its occurrence in nodes.
2335         (Save_Invocation_Graph_Of_Body): New routine along with pragma
2336         Inline.
2337         (Set_Save_Invocation_Graph_Of_Body): New routine along with
2338         pragma Inline.
2339         * switch-b.adb (Scan_Binder_Switches): Refactor the scanning of
2340         debug switches.
2341         (Scan_Debug_Switches): New routine.
2342         * libgnat/g-dynhta.adb, libgnat/g-dynhta.ads (Contains): New routine.
2343         * libgnat/g-graphs.adb (Associate_Vertices): Update the use of
2344         Component_Vertex_Iterator.
2345         (Contains_Component, Contains_Edge, Contains_Vertex, Has_Next):
2346         Reimplemented.
2347         (Iterate_Component_Vertices): New routine.
2348         (Iterate_Vertices): Removed.
2349         (Next): Update the parameter profile.
2350         (Number_Of_Component_Vertices, Number_Of_Outgoing_Edges): New
2351         routines.
2352         * libgnat/g-graphs.ads: Update the initialization of
2353         No_Component.  Add type Component_Vertex_Iterator.  Remove type
2354         Vertex_Iterator.
2355         (Has_Next): Add new versions and remove old ones.
2356         (Iterate_Component_Vertices): New routine.
2357         (Iterate_Vertices): Removed.
2358         (Next): Add new versions and remove old ones.
2359         (Number_Of_Component_Vertices, Number_Of_Outgoing_Edges): New
2360         routines.
2361         * libgnat/g-sets.adb (Contains): Reimplemented.
2362         * gcc-interface/Make-lang.in (GNATBIND_OBJS): Add
2363         GNAT.Dynamic_HTables, GNAT.Graphs and Bindo units.
2364         * rtsfind.ads: Remove extra space.
2366 2019-07-03  Yannick Moy  <moy@adacore.com>
2368         * sem_spark.adb: Add support for locally borrowing and observing
2369         a path.
2370         (Get_Root_Object): Add parameter Through_Traversal to denote
2371         when we are interesting in getting to the traversed parameter.
2372         (Is_Prefix_Or_Almost): New function to support detection of
2373         illegal access to borrowed or observed paths.
2374         (Check_Pragma): Add analysis of assertion pragmas.
2376 2019-07-03  Ed Schonberg  <schonberg@adacore.com>
2378         * sem_ch13.adb (Build_Predicate_Functions): In a generic context
2379         we do not build the bodies of predicate fuctions, but the
2380         expression in a static predicate must be elaborated to allow
2381         case coverage checking within the generic unit.
2382         (Build_Discrete_Static_Predicate): In a generic context, return
2383         without building function body once the
2384         Static_Discrete_Predicate expression for the type has been
2385         constructed.
2387 2019-07-03  Hristian Kirtchev  <kirtchev@adacore.com>
2389         * bindgen.adb, inline.adb, layout.adb, sem_ch12.adb,
2390         sem_ch13.adb, sem_ch7.adb, styleg.adb: Minor reformatting.
2392 2019-07-03  Bob Duff  <duff@adacore.com>
2394         * par-ch3.adb (P_Defining_Identifier): Call
2395         Check_Defining_Identifier_Casing.
2396         * style.ads, styleg.ads, styleg.adb
2397         (Check_Defining_Identifier_Casing): New procedure to check for
2398         mixed-case defining identifiers.
2399         * stylesw.ads, stylesw.adb (Style_Check_Mixed_Case_Decls): New
2400         flag for checking for mixed-case defining identifiers.
2401         * doc/gnat_ugn/building_executable_programs_with_gnat.rst:
2402         Document new feature.
2403         * gnat_ugn.texi: Regenerate.
2405 2019-07-03  Eric Botcazou  <ebotcazou@adacore.com>
2407         * doc/gnat_ugn/building_executable_programs_with_gnat.rst
2408         (Warning message control): Document that -gnatw.z/Z apply to
2409         array types.
2410         * freeze.adb (Freeze_Entity): Give -gnatw.z warning for array
2411         types as well, but not if the specified alignment is the minimum
2412         one.
2413         * gnat_ugn.texi: Regenerate.
2415 2019-07-03  Bob Duff  <duff@adacore.com>
2417         * einfo.ads, exp_util.adb, layout.ads, sinfo.ads: Spell "laid"
2418         correctly.
2420 2019-07-03  Ed Schonberg  <schonberg@adacore.com>
2422         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): No error
2423         message on attribute applied to a renaming when the renamed
2424         object is an aggregate (from code reading).
2425         (Check_Aspect_At_End_Of_Declarations): In a generic context
2426         where freeze nodes are not generated, the original expression
2427         for an aspect may need to be analyzed to precent spurious
2428         conformance errors when compared with the expression that is
2429         anakyzed at the end of the current declarative list.
2431 2019-07-03  Eric Botcazou  <ebotcazou@adacore.com>
2433         * layout.adb (Layout_Type): Do not set the component size of an
2434         array with a scalar component if the component type is
2435         overaligned.
2437 2019-07-03  Ed Schonberg  <schonberg@adacore.com>
2439         * inline.adb (Make_Loop_Labels_Unique):  New procedure to modify
2440         the source code of subprograms that are inlined by the
2441         front-end, to prevent accidental duplication between loop labels
2442         in the inlined code and the code surrounding the inlined call.
2444 2019-07-03  Hristian Kirtchev  <kirtchev@adacore.com>
2446         * doc/gnat_ugn/elaboration_order_handling_in_gnat.rst: Update
2447         the section on resolving elaboration circularities to eliminate
2448         certain combinations of switches which together do not produce
2449         the desired effect and confuse users.
2450         * gnat_ugn.texi: Regenerate.
2452 2019-07-03  Arnaud Charlet  <charlet@adacore.com>
2454         * bindgen.adb (Gen_Main): Disable generation of reference to
2455         Ada_Main_Program_Name for CCG.
2456         * bindusg.adb (Display): Add -G to the command-line usage for
2457         gnatbind.
2458         * opt.ads (Generate_C_Code): Update comment.
2459         * switch-b.adb (Scan_Binder_Switches): Add handling for -G.
2461 2019-07-03  Arnaud Charlet  <charlet@adacore.com>
2463         * sem_ch7.adb (Has_Referencer): Do not consider inlined
2464         subprograms when generating C code, which allows us to generate
2465         static inline subprograms.
2467 2019-07-03  Justin Squirek  <squirek@adacore.com>
2469         * sem_ch6.adb (Check_Conformance): Add expression checking for
2470         constant modifiers in anonymous access types (in addition to
2471         "non-null" types) so that they are considered "matching" for
2472         subsequent conformance tests.
2474 2019-07-03  Arnaud Charlet  <charlet@adacore.com>
2476         * doc/gnat_rm/standard_and_implementation_defined_restrictions.rst:
2477         Clarify wording on No_Multiple_Elaboration.
2478         * gnat_rm.texi: Regenerate.
2480 2019-07-03  Ed Schonberg  <schonberg@adacore.com>
2482         * sem_ch8.adb (Find_Selected_Component): If the prefix is the
2483         current instance of a type or subtype, complete the resolution
2484         of the name by finding the component of the type denoted by the
2485         selector name.
2487 2019-07-03  Eric Botcazou  <ebotcazou@adacore.com>
2489         * doc/gnat_rm/interfacing_to_other_languages.rst (Interfacing to C):
2490         Document that boolean types with convention C now map to C99 bool.
2491         * gnat_rm.texi: Regenerate.
2493 2019-07-03  Javier Miranda  <miranda@adacore.com>
2495         * exp_attr.adb (Expand_Min_Max_Attribute): Code cleanup:
2496         removing code that it is now never executed in the CCG compiler
2497         (dead code).
2499 2019-07-02  Iain Sandoe  <iain@sandoe.co.uk>
2501         * libgnat/system-darwin-ppc.ads: Set Stack_Check_Probes True for
2502         PPC Darwin.
2504 2019-07-01  Ed Schonberg  <schonberg@adacore.com>
2506         * sem_ch12.adb (Is_Defaulted): New predicate in
2507         Check_Formal_Package_Intance, to skip the conformance of checks
2508         on parameters of a formal package that are defaulted,
2510 2019-07-01  Hristian Kirtchev  <kirtchev@adacore.com>
2512         * checks.adb, exp_ch9.adb, exp_unst.adb, sem_ch4.adb,
2513         sem_prag.adb, sem_spark.adb: Minor reformatting.
2515 2019-07-01  Ed Schonberg  <schonberg@adacore.com>
2517         * sem_attr.adb (Analyze_Attribute, case Enum_Rep): Allow prefix
2518         of attribute to be an attribute reference of a discrete type.
2520 2019-07-01  Eric Botcazou  <ebotcazou@adacore.com>
2522         * sem_ch12.adb (Analyze_Subprogram_Instantiation): Move up
2523         handling of Has_Pragma_Inline_Always and deal with
2524         Has_Pragma_No_Inline.
2526 2019-07-01  Ed Schonberg  <schonberg@adacore.com>
2528         * sem_ch3.adb (Build_Derived_Record_Type): If the parent type is
2529         declared as a subtype of a private type with an inherited
2530         discriminant constraint, its generated full base appears as a
2531         record subtype, so we need to retrieve its oen base type so that
2532         the inherited constraint can be applied to it.
2534 2019-07-01  Yannick Moy  <moy@adacore.com>
2536         * sem_spark.adb: Completely rework the algorithm for ownership
2537         checking, as the rules in SPARK RM have changed a lot.
2538         * sem_spark.ads: Update comments.
2540 2019-07-01  Dmitriy Anisimkov  <anisimko@adacore.com>
2542         * gsocket.h (Has_Sockaddr_Len): Use the offset of sin_family offset in
2543         the sockaddr_in structure to determine the existence of length field
2544         before the sin_family.
2546 2019-07-01  Ed Schonberg  <schonberg@adacore.com>
2548         * sem_prag.adb (Analyze_Pragma, case Weak_External): Pragma only
2549         applies to entities with run-time addresses, not to types.
2551 2019-07-01  Piotr Trojanek  <trojanek@adacore.com>
2553         * einfo.adb, sem_ch7.adb, sem_prag.adb, sem_util.adb: Update
2554         references to the SPARK RM after the removal of Rule 7.1.4(5).
2556 2019-07-01  Piotr Trojanek  <trojanek@adacore.com>
2558         * sysdep.c: Cleanup references to LynuxWorks in docs and
2559         comments.
2561 2019-07-01  Ed Schonberg  <schonberg@adacore.com>
2563         * checks.adb (Insert_Valid_Check): Do not apply validity check
2564         to variable declared within a protected object that uses the
2565         Lock_Free implementation, to prevent unwarranted constant
2566         folding, because entities within such an object msut be treated
2567         as volatile.
2569 2019-07-01  Eric Botcazou  <ebotcazou@adacore.com>
2571         * exp_ch9.adb (Check_Inlining): Deal with Has_Pragma_No_Inline.
2573 2019-07-01  Ed Schonberg  <schonberg@adacore.com>
2575         * exp_unst.adb (Visit_Node, Check_Static_Type): Improve the
2576         handling of private and incomplete types whose full view is an
2577         access type, to detect additional uplevel references in dynamic
2578         bounds. This is relevant to N_Free_Statement among others that
2579         manipulate types whose full viww may be an access type.
2581 2019-07-01  Pat Rogers  <rogers@adacore.com>
2583         * doc/gnat_rm/representation_clauses_and_pragmas.rst: Correct
2584         size indicated for R as a component of an array.
2585         * gnat_rm.texi: Regenerate.
2587 2019-07-01  Justin Squirek  <squirek@adacore.com>
2589         * libgnat/s-win32.ads: Add definition for ULONG, modify
2590         OVERLAPPED type, and add appropriate pragmas.
2592 2019-07-01  Bob Duff  <duff@adacore.com>
2594         * gnat1drv.adb (gnat1drv): Call Write_ALI if the main unit is
2595         ignored-ghost.
2597 2019-07-01  Yannick Moy  <moy@adacore.com>
2599         * sem_ch4.adb (Operator_Check): Refine error message.
2601 2019-07-01  Piotr Trojanek  <trojanek@adacore.com>
2603         * libgnat/a-calend.ads: Revert "Global => null" contracts on
2604         non-pure routines.
2606 2019-07-01  Piotr Trojanek  <trojanek@adacore.com>
2608         * exp_attr.adb, libgnat/g-graphs.ads: Fix typos in comments:
2609         componant -> component.
2611 2019-07-01  Hristian Kirtchev  <kirtchev@adacore.com>
2613         * libgnat/g-graphs.adb: Use type Directed_Graph rather than
2614         Instance in various routines.
2615         * libgnat/g-graphs.ads: Change type Instance to Directed_Graph.
2616         Update various routines that mention the type.
2618 2019-07-01  Hristian Kirtchev  <kirtchev@adacore.com>
2620         * libgnat/g-sets.adb: Use type Membership_Set rathern than
2621         Instance in various routines.
2622         * libgnat/g-sets.ads: Change type Instance to Membership_Set.
2623         Update various routines that mention the type.
2625 2019-07-01  Hristian Kirtchev  <kirtchev@adacore.com>
2627         * libgnat/g-lists.adb: Use type Doubly_Linked_List rather than
2628         Instance in various routines.
2629         * libgnat/g-lists.ads: Change type Instance to
2630         Doubly_Linked_List. Update various routines that mention the
2631         type.
2633 2019-07-01  Hristian Kirtchev  <kirtchev@adacore.com>
2635         * libgnat/g-dynhta.adb: Use type Dynamic_Hash_Table rather than
2636         Instance in various routines.
2637         * libgnat/g-dynhta.ads: Change type Instance to
2638         Dynamic_Hash_Table. Update various routines that mention the
2639         type.
2641 2019-07-01  Hristian Kirtchev  <kirtchev@adacore.com>
2643         * exp_attr.adb, exp_ch7.adb, exp_unst.adb, sem_ch3.adb,
2644         sem_util.adb, uintp.adb, uintp.ads: Minor reformatting.
2646 2019-07-01  Javier Miranda  <miranda@adacore.com>
2648         * exp_attr.adb (Expand_Min_Max_Attribute): Disable expansion of
2649         'Min/'Max on integer, enumeration, fixed point and floating
2650         point types since the CCG backend now provides in file
2651         standard.h routines to support it.
2653 2019-07-01  Hristian Kirtchev  <kirtchev@adacore.com>
2655         * impunit.adb: Add GNAT.Graphs to list Non_Imp_File_Names_95.
2656         * Makefile.rtl, gcc-interface/Make-lang.in: Register unit
2657         GNAT.Graphs.
2658         * libgnat/g-dynhta.adb: Various minor cleanups (use Present
2659         rather than direct comparisons).
2660         (Delete): Reimplement to use Delete_Node.
2661         (Delete_Node): New routine.
2662         (Destroy_Bucket): Invoke the provided destructor.
2663         (Present): New routines.
2664         * libgnat/g-dynhta.ads: Add new generic formal Destroy_Value.
2665         Use better names for the components of iterators.
2666         * libgnat/g-graphs.adb, libgnat/g-graphs.ads: New unit.
2667         * libgnat/g-lists.adb: Various minor cleanups (use Present
2668         rather than direct comparisons).
2669         (Delete_Node): Invoke the provided destructor.
2670         (Present): New routine.
2671         * libgnat/g-lists.ads: Add new generic formal Destroy_Element.
2672         Use better names for the components of iterators.
2673         (Present): New routine.
2674         * libgnat/g-sets.adb, libgnat/g-sets.ads (Destroy, Preset,
2675         Reset): New routines.
2677 2019-07-01  Dmitriy Anisimkov  <anisimko@adacore.com>
2679         * libgnat/g-sothco.adb (Get_Address): Fix the case when AF_INET6
2680         is not defined.
2682 2019-07-01  Ed Schonberg  <schonberg@adacore.com>
2684         * exp_attr.adb (Expand_Attribute_Reference, case Invalid_Value):
2685         Resolve result of call to Get_Simple_Init_Val, which may be a
2686         conversion of a literal.
2688 2019-07-01  Hristian Kirtchev  <kirtchev@adacore.com>
2690         * freeze.adb (Freeze_Expression): Remove the horrible useless
2691         name hiding of N. Insert the freeze nodes generated by the
2692         expression prior to the expression when the nearest enclosing
2693         scope is transient.
2695 2019-07-01  Pierre-Marie de Rodat  <derodat@adacore.com>
2697         * doc/gnat_ugn/building_executable_programs_with_gnat.rst: Fix
2698         formatting issues in the -gnatR section.
2699         * gnat_ugn.texi: Regenerate.
2701 2019-06-30  Iain Sandoe  <iain@sandoe.co.uk>
2703         * gnatlink.adb (Link_Step): Remove duplicate -static-libgcc switches.
2704         Push -shared-libgcc explicitly, when it is the target default (unless
2705         overidden by the static flag).
2706         When the user has put an instance of shared/static-libgcc do not push
2707         a duplicate of this.
2709 2019-06-29  Eric Botcazou  <ebotcazou@adacore.com>
2711         * gcc-interface/decl.c (gnat_to_gnu_entity): Beep up comment on SAVED,
2712         and tweak comment on the assertion about the scopes of Itypes.  Do not
2713         skip the regular processing for Itypes that are E_Record_Subtype with
2714         a Cloned_Subtype.  Get the Cloned_Subtype for every E_Record_Subtype
2715         if the type is dummy and hasn't got its own freeze node.
2716         <E_Record_Subtype>: Save again the DECL of the Cloned_Subtype, if any.
2717         <E_Access_Subtype>: Save again the DECL of the equivalent type.
2718         (Gigi_Equivalent_Type) <E_Access_Subtype>: New case.
2720 2019-06-29  Eric Botcazou  <ebotcazou@adacore.com>
2722         * gcc-interface/utils.c (unchecked_convert): Tweak comment.  Only skip
2723         dereferences when padding to have the same size on both sides.  Do it
2724         for destination types with self-referential size too.
2726 2019-06-29  Eric Botcazou  <ebotcazou@adacore.com>
2728         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>: If the
2729         type requires strict alignment, then set the RM size to the type size.
2730         Rework handling of alignment and sizes of tagged types in ASIS mode.
2731         (validate_size): Rename local variable and remove special handling for
2732         strict-alignment types.
2733         * gcc-interface/utils.c (finish_record_type): Constify local variables
2734         and use properly typed constants.
2736 2019-06-29  Eric Botcazou  <ebotcazou@adacore.com>
2738         * gcc-interface/decl.c (gnat_to_gnu_field): Rework error messages for
2739         fields requiring strict alignment, add explicit test on Storage_Unit
2740         for position and size, and mention type alignment for position.
2742 2019-06-29  Eric Botcazou  <ebotcazou@adacore.com>
2744         * gcc-interface/trans.c (mark_visited_r): Set TYPE_SIZES_GIMPLIFIED on
2745         the main variant of a type, if any.
2747 2019-06-29  Eric Botcazou  <ebotcazou@adacore.com>
2749         * gcc-interface/decl.c (set_nonaliased_component_on_array_type): Add
2750         missing guard for the presence of TYPE_CANONICAL.
2751         (set_reverse_storage_order_on_array_type): Likewise.
2753 2019-06-29  Eric Botcazou  <ebotcazou@adacore.com>
2755         * gcc-interface/gigi.h (make_packable_type): Remove default value.
2756         (value_factor_p): Tweak prototype.
2757         * gcc-interface/decl.c (gnat_to_gnu_entity): Add comment.
2758         (gnat_to_gnu_component_type): Likewise.
2759         (gnat_to_gnu_field): Likewise.  Fetch the position of the field earlier
2760         and simplify the condition under which the type is packed.  Declare
2761         local variable is_bitfield.  Pass 1 as max_align to make_packable_type
2762         if it is set to true.
2763         (copy_and_substitute_in_layout): Pass 0 to make_packable_type.
2764         * gcc-interface/utils.c (make_packable_array_type): New function.
2765         (make_packable_type): Use it to rewrite the type of array field.
2766         (maybe_pad_type): Pass align parameter to make_packable_type.
2767         (create_field_decl): Minor tweaks.
2768         (value_factor_p): Assert that FACTOR is a power of 2 and replace the
2769         modulo computation by a masking operation.
2771 2019-06-25  Eric Botcazou  <ebotcazou@adacore.com>
2773         * gcc-interface/decl.c (gnat_to_gnu_entity): Remove superfluous test
2774         in previous change.
2775         * gcc-interface/gigi.h (maybe_character_type): Fix formatting.
2776         (maybe_character_value): Likewise.
2778 2019-06-24  Jan Hubicka  <jh@suse.cz>
2780         * gcc-interface/decl.c (gnat_to_gnu_entity): Check that
2781         type is array or integer prior checking string flag.
2782         * gcc-interface/gigi.h (maybe_character_type): Likewise.
2783         (maybe_character_value): Likewise.
2785 2019-06-24  Martin Sebor  <msebor@redhat.com>
2787         * gcc-interface/utils.c (handle_nonnull_attribute): Quote attribute
2788         name.
2790 2019-06-18  Arnaud Charlet  <charlet@adacore.com>
2792         PR ada/80590
2793         * sem_ch5.adb (Analyze_Loop_Statement): Avoid exception propagation
2794         during normal processing.
2796 2019-06-17  Arnaud Charlet  <charlet@adacore.com>
2798         PR ada/80590
2799         * exp_ch9.adb (Expand_N_Delay_Relative_Statement): Swap the two
2800         conditions to avoid a unnecessary exception propagation in the default
2801         case.
2803 2019-05-28  Eric Botcazou  <ebotcazou@adacore.com>
2805         * gcc-interface/utils.c (handle_stack_protect_attribute): Move around.
2807 2019-05-28  Eric Botcazou  <ebotcazou@adacore.com>
2809         * doc/gnat_rm/implementation_defined_pragmas.rst (Machine_Attribute):
2810         Document additional optional parameters.
2811         * sem_prag.adb (Analyze_Pragma) <Pragma_Machine_Attribute>: Accept
2812         more than one optional parameter.
2813         * gcc-interface/decl.c (prepend_one_attribute_pragma): Alphabetize
2814         the list of supported pragmas.  Simplify the handling of parameters
2815         and add support for more than one optional parameter.
2816         * gcc-interface/utils.c (attr_cold_hot_exclusions): New constant.
2817         (gnat_internal_attribute_table): Add entry for no_icf, noipa, flatten,
2818         used, cold, hot, target and target_clones.
2819         (begin_subprog_body): Do not create the RTL for the subprogram here.
2820         (handle_noicf_attribute): New static function.
2821         (handle_noipa_attribute): Likewise.
2822         (handle_flatten_attribute): Likewise.
2823         (handle_used_attribute): Likewise.
2824         (handle_cold_attribute): Likewise.
2825         (handle_hot_attribute): Likewise.
2826         (handle_target_attribute): Likewise.
2827         (handle_target_clones_attribute): Likewise.
2829 2019-05-28  Eric Botcazou  <ebotcazou@adacore.com>
2831         * gcc-interface/trans.c (lvalue_required_for_attribute_p): Return 0
2832         for 'Size too.
2833         (Identifier_to_gnu): Use the actual subtype for a reference to a
2834         packed array in a return statement.
2835         (Attribute_to_gnu) <Attr_Size>: Do not strip VIEW_CONVERT_EXPRs from
2836         the prefix in every case.
2838 2019-05-28  Eric Botcazou  <ebotcazou@adacore.com>
2840         * gcc-interface/trans.c (gnat_to_gnu): Remove superfluous tests on
2841         Backend_Overflow_Checks_On_Target and rework comments.
2843 2019-05-28  Eric Botcazou  <ebotcazou@adacore.com>
2845         * gcc-interface/trans.c (walk_nesting_tree): New static function.
2846         (finalize_nrv): Use it to walk the entire nesting tree.
2848 2019-05-28  Eric Botcazou  <ebotcazou@adacore.com>
2850         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Subtype>: Remove
2851         obsolete test on Is_For_Access_Subtype.
2853 2019-05-28  Eric Botcazou  <ebotcazou@adacore.com>
2855         * gcc-interface/decl.c (components_to_record): Set a name on the type
2856         created for the REP part, if any.
2857         * gcc-interface/utils.c (finish_record_type): Only take the maximum
2858         when merging sizes for a variant part at offset 0.
2859         (merge_sizes): Rename has_rep parameter into max.
2861 2019-05-28  Eric Botcazou  <ebotcazou@adacore.com>
2863         * gcc-interface/utils.c (gnat_internal_attribute_table): Add support
2864         for stack_protect attribute.
2865         (handle_stack_protect_attribute): New static function.
2867 2019-05-28  Eric Botcazou  <ebotcazou@adacore.com>
2869         * gcc-interface/decl.c (intrin_arglists_compatible_p): Do not return
2870         false if the internal builtin uses a variable list.
2872 2019-05-27  Eric Botcazou  <ebotcazou@adacore.com>
2874         * gcc-interface/trans.c (Call_to_gnu): Do not initialize the temporary
2875         created out of addressability concerns if it's for the _Init parameter
2876         of an initialization procedure.
2878 2019-05-27  Eric Botcazou  <ebotcazou@adacore.com>
2880         * gcc-interface/ada-builtin-types.def: New file.
2881         * gcc-interface/ada-builtins.def: Likewise.
2882         * gcc-interface/ada-tree.h (BUILT_IN_LIKELY): New macro.
2883         (BUILT_IN_UNLIKELY): Likewise.
2884         * gcc-interface/trans.c (independent_iterations_p): Initialize the
2885         auto-vector to 16 elements.
2886         (Call_to_gnu): Remove local variable and change the vector of actual
2887         parameters to an auto-vector.  Do not convert actual parameters to
2888         the argument type for front-end built-in functions.  Add support for
2889         front-end built-in functions.
2890         (build_noreturn_cond): Use internal instead of built-in function.
2891         * gcc-interface/utils.c (c_builtin_type): Include ada-builtin-types.def
2892         (install_builtin_function_types): Likewise.
2893         (install_builtin_functions): Include ada-builtins.def first.
2895 2019-05-27  Eric Botcazou  <ebotcazou@adacore.com>
2897         * gcc-interface/utils.c (maybe_pad_type): Issue the warning for the
2898         specific case of component types preferably.
2900 2019-05-27  Eric Botcazou  <ebotcazou@adacore.com>
2902         * gcc-interface/trans.c (Identifier_to_gnu): Minor tweaks.
2903         (gnat_to_gnu): Do not convert the result if it is a reference to an
2904         unconstrained array used as the prefix of an attribute reference that
2905         requires an lvalue.
2907 2019-05-27  Eric Botcazou  <ebotcazou@adacore.com>
2909         * gcc-interface/trans.c (Gigi_Types_Compatible): New predicate.
2910         (Identifier_to_gnu): Use it to assert that the type of the identifier
2911         and that of its entity are compatible for gigi.  Rename a couple of
2912         local variables and separate the processing of the result type.
2914 2019-05-27  Eric Botcazou  <ebotcazou@adacore.com>
2916         * gcc-interface/trans.c (Call_to_gnu): Use the unpadded type when
2917         putting back an intermediate conversion the type of the actuals.
2919 2019-05-27  Eric Botcazou  <ebotcazou@adacore.com>
2921         * gcc-interface/trans.c (gnat_to_gnu) <Shift operations>: Convert the
2922         count to the unsigned version of its base type before proceeding.
2924 2019-05-16  Martin Sebor  <msebor@redhat.com>
2926         * gcc-interface/trans.c (check_inlining_for_nested_subprog): Quote
2927         reserved names.
2929 2019-05-08  Arnaud Charlet  <charlet@adacore.com>
2931         * standard.ads.h: New file.
2933 2019-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2935         * gcc-interface/Makefile.in (install-gcc-specs): Use foreach.
2936         Honor DESTDIR.
2938 2019-04-29  Michael K. Darling  <darlingm@gmail.com>
2940         * gnatvsn.ads: Bump Library_Version to 10.
2942 2019-04-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2943             Bernd Edlinger  <bernd.edlinger@hotmail.de>
2944             Jakub Jelinek  <jakub@redhat.com>
2946         PR target/89093
2947         * raise-gcc.c (TARGET_ATTRIBUTE): Define.
2948         (continue_unwind, personality_body, PERSONALITY_FUNCTION): Add
2949         TARGET_ATTRIBUTE.
2951 2019-04-07  Eric Botcazou  <ebotcazou@adacore.com>
2953         * libgnat/i-cexten.ads (CFloat_128): New type.
2955 2019-03-22  Dmitriy Anisimkov  <anisimko@adacore.com>
2957         PR ada/89583
2958         * libgnat/g-socket.adb (Bind_Socket, Connect_Socket,
2959         Send_Socket): Fix the computation of structure lengths passed to
2960         low level routines.
2961         (Is_IPv6_Address): Fix the number of expected colons.
2963 2019-03-11  Martin Liska  <mliska@suse.cz>
2965         * gcc-interface/misc.c (gnat_post_options): Wrap option name in string
2966         format message and fix GNU coding style.
2968 2019-02-08  Eric Botcazou  <ebotcazou@adacore.com>
2970         * gcc-interface/trans.c (gnat_to_gnu) <N_Aggregate>: Minor tweak.
2971         * gcc-interface/utils.c (convert): Do not pad when doing an unchecked
2972         conversion here.  Use TREE_CONSTANT throughout the function.
2973         (unchecked_convert): Also pad if the source is a CONSTRUCTOR and the
2974         destination is a more aligned array type or a larger aggregate type,
2975         but not between original and packable versions of a type.
2977 2019-02-08  Eric Botcazou  <ebotcazou@adacore.com>
2979         * gcc-interface/utils.c (max_size) <tcc_unary>: Be prepared for an
2980         operand with VOID_TYPE.
2982 2019-02-08  Eric Botcazou  <ebotcazou@adacore.com>
2984         * gcc-interface/trans.c (elaborate_all_entities): Do not elaborate the
2985         entities of a package renaming another one.
2987 2019-02-08  Eric Botcazou  <ebotcazou@adacore.com>
2989         * gcc-interface/trans.c (Regular_Loop_to_gnu): Replace tests on
2990         individual flag_unswitch_loops and flag_tree_loop_vectorize switches
2991         with test on global optimize switch.
2992         (Raise_Error_to_gnu): Likewise.
2994 2019-02-07  Eric Botcazou  <ebotcazou@adacore.com>
2996         * libgnarl/s-linux__sparc.ads (ETIMEDOUT): Set to correct value.
2998 2019-02-06  Arnaud Charlet  <charlet@adacore.com>
3000         * libgnarl/s-linux__x32.ads: Resync list of signals with s-linux.ads
3002 2019-01-27  Eric Botcazou  <ebotcazou@adacore.com>
3004         * repinfo.adb (List_Component_Layout): Remove superfluous space for
3005         zero-sized field.
3006         * gcc-interface/ada-tree.h (TYPE_IS_EXTRA_SUBTYPE_P): New macro.
3007         * gcc-interface/gigi.h (create_extra_subtype): Declare.
3008         * gcc-interface/decl.c (TYPE_ARRAY_SIZE_LIMIT): Likewise.
3009         (update_n_elem): New function.
3010         (gnat_to_gnu_entity): Use create_extra_subtype to create extra subtypes
3011         instead of doing it manually.
3012         <E_Array_Type>: Use update_n_elem to compute the maximum size.  Use the
3013         index type instead of base type for the bounds. Set TYPE_ARRAY_MAX_SIZE
3014         of the array to the maximum size.
3015         <E_Array_Subtype>: Create an extra subtype using the index type of the
3016         base array type for self-referential bounds.  Use update_n_elem to
3017         compute the maximum size.  Set TYPE_ARRAY_MAX_SIZE of the array to the
3018         maximum size.
3019         (gnat_to_gnu_field): Clear DECL_NONADDRESSABLE_P on discriminants.
3020         * gcc-interface/misc.c (gnat_get_alias_set): Return the alias set of
3021         the base type for an extra subtype.
3022         (gnat_type_max_size): Remove obsolete code.
3023         * gcc-interface/trans.c (Attribute_to_gnu): Minor tweak.
3024         (can_be_lower_p): Deal with pathological types.
3025         * gcc-interface/utils.c (create_extra_subtype): New function.
3026         (create_field_decl): Minor tweak.
3027         (max_size) <tcc_reference>: Compute a better value by using the extra
3028         subtypes on the self-referential bounds.
3029         <tcc_binary>: Rewrite.  Deal with "negative value" in unsigned types.
3030         <tcc_expression>: Likewise.
3031         * gcc-interface/utils2.c (compare_arrays): Retrieve the original bounds
3032         of the arrays upfront.  Swap only if the second length is not constant.
3033         Use comparisons on the original bounds consistently for the null tests.
3034         (build_binary_op): Use TYPE_IS_EXTRA_SUBTYPE_P macro.
3035         (build_allocator): Minor tweak.
3037 2019-01-27  Eric Botcazou  <ebotcazou@adacore.com>
3039         * gcc-interface/decl.c (array_type_has_nonaliased_component): Return
3040         the same value for every dimension of a multidimensional array type.
3042 2019-01-26  Eric Botcazou  <ebotcazou@adacore.com>
3044         * gcc-interface/trans.c (Regular_Loop_to_gnu): Use the SLOC of the
3045         iteration scheme, if present, throughout the translation.
3047 2019-01-26  Eric Botcazou  <ebotcazou@adacore.com>
3049         * gcc-interface/trans.c (gnat_to_gnu) <N_Assignment_Statement>: Use
3050         DECL_SIZE_UNIT instead of TYPE_SIZE_UNIT for the size to be assigned
3051         by a call to memset if the LHS is a DECL.
3053 2019-01-26  Eric Botcazou  <ebotcazou@adacore.com>
3055         * gcc-interface/trans.c (struct loop_info_d): Remove artificial field.
3056         (Loop_Statement_to_gnu): Do not set it.
3058 2019-01-26  Eric Botcazou  <ebotcazou@adacore.com>
3060         * gcc-interface/trans.c (Iterate_Acc_Clause_Arg): Fix formatting.
3061         (Acc_gnat_to_gnu): Likewise.
3062         (Acc_Data_to_gnu): Likewise.
3063         (Acc_Var_to_gnu): Likewise.
3064         (Acc_Reduc_to_gnu): Likewise.
3065         (Acc_Size_List_to_gnu): Likewise.
3066         (Pragma_to_gnu) <Pragma_Acc_Loop>: Likewise.
3067         <Pragma_Acc_Data>): Likewise.
3068         (find_loop_for): Remove default value for parameters.
3069         * gcc-interface/trans.c (gnat_to_gnu) <N_Op_And>: Merge into...
3070         <N_Op_Eq>): ...this.
3072 2019-01-26  Eric Botcazou  <ebotcazou@adacore.com>
3074         * gcc-interface/decl.c (annotate_value) <INTEGER_CST>: Use test on
3075         the sign bit instead of on the sign of the value.
3076         <PLUS_EXPR>: Turn addition of negative constant into subtraction.
3077         <MULT_EXPR>: Add test for degenerate case.
3078         <BIT_AND_EXPR>: Simplify.
3080 2019-01-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3082         * s-oscons-tmplt.c (AF_INET6): Do not undefine for RTEMS.
3084 2019-01-09  Sandra Loosemore  <sandra@codesourcery.com>
3086         PR other/16615
3087         * exp_ch11.adb: Change "can not" to "cannot".
3088         * sem_ch4.adb: Likewise.
3090 2019-01-09  Sandra Loosemore  <sandra@codesourcery.com>
3092         PR other/16615
3093         * exp_ch9.adb: Mechanically replace "can not" with "cannot".
3094         * libgnat/s-regpat.ads: Likewise.
3095         * par-ch4.adb: Likewise.
3096         * set_targ.adb: Likewise.
3097         * types.ads: Likewise.
3099 2019-01-08  Justin Squirek  <squirek@adacore.com>
3101         Revert:
3102         2018-07-31  Justin Squirek  <squirek@adacore.com>
3104         * lib-writ.adb (Write_With_Lines): Modfiy the generation
3105         of dependencies within ali files so that source unit
3106         bodies are properly listed even if said bodies are
3107         missing.  Perform legacy behavior in GNATprove mode.
3108         * lib-writ.ads: Modify documentation to reflect current
3109         behavior.
3111         and:
3112         2018-09-26  Justin Squirek  <squirek@adacore.com>
3114         * lib-writ.adb, lib-writ.ads (Write_With_Lines): Add
3115         documentation and an extra conditional check for RCI
3116         units so that generated ali files will list the spec
3117         only instead of a body when a body is not found.
3119 2019-01-04  Eric Botcazou  <ebotcazou@adacore.com>
3121         * gnatvsn.ads: Bump copyright year.
3123 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
3125         Update copyright years.
3127         * gnat_ugn.texi: Bump @copying's copyright year.
3128         * gnat_rm.texi: Likewise.
3130 Copyright (C) 2019 Free Software Foundation, Inc.
3132 Copying and distribution of this file, with or without modification,
3133 are permitted in any medium without royalty provided the copyright
3134 notice and this notice are preserved.