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