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