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