]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/ada/ChangeLog
[Ada] Further cleanup in inlining machinery
[thirdparty/gcc.git] / gcc / ada / ChangeLog
CommitLineData
dd3a5ffe 12019-08-14 Eric Botcazou <ebotcazou@adacore.com>
2
3 * inline.adb (Add_Pending_Instantiation): Use greater-or-equal
4 in the comparison against the maximum number of instantiations.
5
66e0a3d9 62019-08-14 Ed Schonberg <schonberg@adacore.com>
7
8 * sem_aux.adb (Next_Rep_Item): If a node in the rep chain
9 involves a Ghost aspect it may have been replaced by a null
10 statement; use the original node to find next Rep_Item.
11 * repinfo.adb (List_Entities): Do not list an Ignored
12 Ghost_Entity, for which information may have been deleted.
13
493b094c 142019-08-14 Bob Duff <duff@adacore.com>
15
16 * sem_prag.ads, sem_prag.adb
17 (Process_Compile_Time_Warning_Or_Error): In parameterless
18 version, improve detection of whether we are in a generic unit
19 to cover the case of an instance within a generic unit.
20 (Process_Compile_Time_Warning_Or_Error): Rename the
21 two-parameter version to be
22 Validate_Compile_Time_Warning_Or_Error, and do not export it.
23 Issue a warning if the condition is not known at compile time.
24 The key point is that the warning must be given only for pragmas
25 deferred to the back end, because the back end discovers
26 additional values that are known at compile time. Previous
27 changes in this ticket have enabled this by deferring to the
28 back end without checking for special cases such as 'Size.
29 (Validate_Compile_Time_Warning_Or_Error): Rename to be
30 Defer_Compile_Time_Warning_Error_To_BE.
31 * warnsw.ads, warnsw.adb (Warn_On_Unknown_Compile_Time_Warning):
32 Add new switches -gnatw_c and -gnatw_C to control the above
33 warning.
34 * doc/gnat_ugn/building_executable_programs_with_gnat.rst:
35 Document new switches.
36 * gnat_ugn.texi: Regenerate.
37
3e9f1302 382019-08-14 Eric Botcazou <ebotcazou@adacore.com>
39
40 * sem_ch12.adb (Might_Inline_Subp): Rework comment and restrict
41 the shortcut based on Is_Inlined to the back-end inlining case.
42
21c86146 432019-08-14 Bob Duff <duff@adacore.com>
44
45 * inline.adb (Check_And_Split_Unconstrained_Function): Ignore
46 protected functions to get rid of spurious error. The
47 transformation done by this procedure triggers legality errors
48 in the generated code in this case.
49
46cc931f 502019-08-14 Bob Duff <duff@adacore.com>
51
52 * sem_prag.adb (Process_Compile_Time_Warning_Or_Error): Defer
53 processing to the back end in all cases where the pragma's
54 condition is not known at compile time during the front end
55 (except in generics), as opposed to detecting 'Size attributes
56 and the like. This ensures that we take advantage of whatever
57 can be compile-time known after running the back end, as opposed
58 to having the front end guess what the back end can do. Remove
59 a little duplicated code at the call site.
60 * gnat1drv.adb (Post_Compilation_Validation_Checks): Unlock the
61 Elists while in Validate_Compile_Time_Warning_Errors, because it
62 does analysis and name resolution, which sometimes involves
63 adding Elists.
64
1cae40c5 652019-08-14 Eric Botcazou <ebotcazou@adacore.com>
66
67 * einfo.ads (Is_Called): Document new usage on E_Package
68 entities.
69 * einfo.adb (Is_Called): Accept E_Package entities.
70 (Set_Is_Called): Likewise.
71 * exp_ch6.adb (Expand_Call_Helper): Move code dealing with
72 instances for back-end inlining to Add_Inlined_Body.
73 * inline.ads: Remove with clauses for Alloc and Table.
74 (Pending_Instantiations): Move to...
75 * inline.adb: Add with clauses for Alloc, Uintp, Table and
76 GNAT.HTable.
77 (Backend_Instances): New variable.
78 (Pending_Instantiations): ...here.
79 (Called_Pending_Instantiations): New table.
80 (Node_Table_Size): New constant.
81 (Node_Header_Num): New subtype.
82 (Node_Hash): New function.
83 (To_Pending_Instantiations): New hash table.
84 (Add_Inlined_Body): Bail out early for subprograms in the main
85 unit or subunit. Likewise if the Is_Called flag is set. If the
86 subprogram is an instance, invoke Add_Inlined_Instance. Call
87 Set_Is_Called earlier. If the subrogram is within an instance,
88 invoke Add_Inlined_Instance. Also deal with the case where the
89 call itself is within an instance.
90 (Add_Inlined_Instance): New procedure.
91 (Add_Inlined_Subprogram): Remove conditions always fulfilled.
92 (Add_Pending_Instantiation): Move the defence against ludicruous
93 number of instantiations to here. When back-end inlining is
94 enabled, associate an instantiation with its index in table and
95 mark a few selected kinds of instantiations as always needed.
96 (Initialize): Set Backend_Instances to No_Elist.
97 (Instantiate_Body): New procedure doing the work extracted
98 from...
99 (Instantiate_Bodies): ...here. When back-end inlining is
100 enabled, loop over Called_Pending_Instantiations instead of
101 Pending_Instantiations.
102 (Is_Nested): Minor tweak.
103 (List_Inlining_Info): Also list the contents of
104 Backend_Instances.
105 * sem_ch12.adb (Might_Inline_Subp): Return early if Is_Inlined
106 is set and otherwise set it before returning true.
107 (Analyze_Package_Instantiation): Remove the defence against
108 ludicruous number of instantiations. Invoke
109 Remove_Dead_Instance instead of doing the removal manually if
110 there is a guaranteed ABE.
111
00f6ddf1 1122019-08-14 Gary Dismukes <dismukes@adacore.com>
113
114 * exp_ch3.adb (Predef_Spec_Or_Body): For an equality operation
115 of an interface type, create an expression function (that
116 returns False) rather than declaring an abstract function.
117 * freeze.adb (Check_Inherited_Conditions): Set Needs_Wrapper to
118 False unconditionally at the start of the loop creating wrappers
119 for inherited operations.
120
b1c60967 1212019-08-14 Bob Duff <duff@adacore.com>
122
123 * table.adb: Assert that the table is not locked when increasing
124 Last, even if it doesn't cause reallocation. In other words,
125 assert that on operations that MIGHT cause reallocation.
126 * table.ads: Fix comment accordingly.
127
fe417467 1282019-08-14 Arnaud Charlet <charlet@adacore.com>
129
130 * doc/gnat_ugn/gnat_and_program_execution.rst: Remove
131 documentation of gnatelim.
132
bf697151 1332019-08-14 Bob Duff <duff@adacore.com>
134
135 * sem_prag.adb (Validate_Compile_Time_Warning_Error): Attach the
136 warning to the Sloc of the first pragma argument, rather than to
137 the pragma itself. This is to make pragmas processed after the
138 back end use the same Sloc as pragmas processed earlier, in the
139 front end. There's no reason for this discrepancy, and it
140 hinders further work on this ticket.
141
724b81a6 1422019-08-14 Bob Duff <duff@adacore.com>
143
144 * sem.ads (Inside_A_Generic): Remove the ??? comment.
145
ef221ed2 1462019-08-14 Eric Botcazou <ebotcazou@adacore.com>
147
148 * inline.ads (Pending_Descriptor): Delete.
149 * inline.adb (Initialize): Do not initialize it.
150 * sem_ch12.adb (Delay_Descriptors): Delete.
151 (Analyze_Package_Instantiation): Call
152 Set_Delay_Subprogram_Descriptors instead of Delay_Descriptors
153 throughout.
154
42e0489b 1552019-08-14 Bob Duff <duff@adacore.com>
156
157 * exp_aggr.adb (Init_Hidden_Discriminants): Avoid processing the
158 wrong discriminant, which could be of the wrong type.
159
1dd4e4df 1602019-08-14 Eric Botcazou <ebotcazou@adacore.com>
161
162 * sem_ch12.adb (Analyze_Instance_And_Renamings): Do not reset
163 the Is_Generic_Instance flag previously set on the package
164 generated for the instantiation of a generic subprogram.
165
52050469 1662019-08-14 Ed Schonberg <schonberg@adacore.com>
167
168 * exp_ch4.adb (Expand_N_Quantified_Expression): Freeze
169 explicitly the type of the loop parameter.
170
0cca4508 1712019-08-14 Javier Miranda <miranda@adacore.com>
172
173 * sem_util.adb (New_Copy_Tree.Copy_Node_With_Replacement):
174 Update the Chars attribute of identifiers.
175
7bd7174a 1762019-08-14 Yannick Moy <moy@adacore.com>
177
178 * sem_spark.adb, sem_spark.ads (Is_Legal): New function exposed
179 for use in GNATprove, to test legality rules not related to
180 permissions.
181 (Check_Declaration_Legality): Extract the part of
182 Check_Declaration that checks rules not related to permissions.
183 (Check_Declaration): Call the new Check_Declaration_Legality.
184 (Check_Type_Legality): Rename of Check_Type. Introduce
185 parameters to force or not checking, and update a flag detecting
186 illegalities.
187 (Check_Node): Ignore attribute references in statement position.
188
7d2da10f 1892019-08-14 Yannick Moy <moy@adacore.com>
190
191 * sem_spark.adb (Check_Old_Loop_Entry): New procedure to check
192 correct use of Old and Loop_Entry.
193 (Check_Node): Check subprogram contracts.
194 (Check_Pragma): Check Loop_Variant.
195 (Check_Safe_Pointers): Apply checking to library-level
196 subprogram declarations as well, in order to check their
197 contract.
198
a62147e6 1992019-08-14 Yannick Moy <moy@adacore.com>
200
201 * sem_spark.adb (Is_Subpath_Expression): Take into account
202 conversion and qualification.
203
a9bd384f 2042019-08-14 Eric Botcazou <ebotcazou@adacore.com>
205
206 * sem_ch7.adb (Install_Private_Declarations)
207 <Swap_Private_Dependents>: Do not rely solely on the
208 Is_Child_Unit flag on the unit to recurse.
209 (Uninstall_Declarations) <Swap_Private_Dependents>: New
210 function. Use it to recurse on the private dependent entities
211 for child units.
212
e2b5ac32 2132019-08-14 Javier Miranda <miranda@adacore.com>
214
215 * exp_aggr.adb (Is_CCG_Supported_Aggregate): Return False for
216 arrays with bounds not known at compile time.
217
8e2a1f8f 2182019-08-14 Ed Schonberg <schonberg@adacore.com>
219
220 * sem_util.adb (New_Copy_Tree, Visit_Entity): A quantified
221 expression includes the implicit declaration of the loop
222 parameter. When a quantified expression is copied during
223 expansion, for example when building the precondition code from
224 the generated pragma, a new loop parameter must be created for
225 the new tree, to prevent duplicate declarations for the same
226 symbol.
227
f27aa0dc 2282019-08-14 Yannick Moy <moy@adacore.com>
229
230 * sem_disp.adb (Check_Dispatching_Operation): Update assertion
231 for the separate declarations created in GNATprove mode.
232 * sem_disp.ads (Is_Overriding_Subprogram): Update comment.
233 * sem_elab.adb (SPARK_Processor): Fix test for checking of
234 overriding primitives.
235
bd94cd6a 2362019-08-14 Eric Botcazou <ebotcazou@adacore.com>
237
238 * inline.adb (Add_Inlined_Body): Tweak comments.
239 (List_Inlining_Info): Also list information about non-main
240 units.
241
ab791a8d 2422019-08-14 Gary Dismukes <dismukes@adacore.com>
243
244 * sem_ch4.adb (Analyze_Selected_Component): In the case where
245 the prefix is of a concurrent type, and the selected entity
246 matching the selector is the first private declaration of the
247 type (such as the first local variable in a task's body), set
248 Is_Private_Op.
249
8325ffc0 2502019-08-14 Piotr Trojanek <trojanek@adacore.com>
251
252 * einfo.adb (Is_Generic_Actual_Subprogram): Replace repeated
253 calls to Ekind with Ekind_In.
254
d1170f8d 2552019-08-13 Richard Sandiford <richard.sandiford@arm.com>
256
257 PR middle-end/91421
258 * gcc-interface/trans.c (gigi): Call set_decl_buillt_in_function.
259 (Call_to_gnu): Use DECL_FE_FUNCTION_CODE instead of DECL_FUNCTION_CODE.
260
d042fb93 2612019-08-13 Eric Botcazou <ebotcazou@adacore.com>
262
263 * ali.ads (Linker_Option_Record): Remove Original_Pos component.
264 * ali.adb (Scan_ALI): Do not set it.
265
69ddd862 2662019-08-13 Eric Botcazou <ebotcazou@adacore.com>
267
268 * sem_ch3.adb (Build_Derived_Concurrent_Type): Add a couple of
269 local variables and use them. When the derived type fully
270 constrains the parent type, rewrite it as a subtype of an
271 implicit (unconstrained) derived type instead of the other way
272 around.
273 (Copy_And_Build): Deal with concurrent types and use predicates.
274 (Build_Derived_Private_Type): Build the full derivation if
275 needed for concurrent types too.
276 (Build_Derived_Record_Type): Add marker comment.
277 (Complete_Private_Subtype): Use predicates.
278
cfb10d96 2792019-08-13 Ed Schonberg <schonberg@adacore.com>
280
281 * sem_ch3.adb (Check_Generic_Ancestor): New subprogram,
282 aubsidiary to Build_Derived_Record_Type. to enforce the rule
283 that a type extension declared in a generic body cznnot have an
284 ancestor that is a generic formal (RM 3.9.1 (4/2)). The rule
285 applies to all ancestors of the type, including interface
286 progenitors.
287
2fec02ad 2882019-08-13 Eric Botcazou <ebotcazou@adacore.com>
289
290 * sem_ch3.adb (Build_Underlying_Full_View): Delete.
291 (Complete_Private_Subtype): Do not set the full view on the
292 private subtype here. If the full base is itself derived from
293 private, do not re-derive the parent type but instead constrain
294 an existing underlying full view.
295 (Prepare_Private_Subtype_Completion): Do not get to the
296 underlying full view, if any. Set the full view on the private
297 subtype here.
298 (Process_Full_View): Likewise.
299 * sem_ch12.adb (Check_Generic_Actuals): Also set
300 Is_Generic_Actual_Type on the full view if the type of the
301 actual is private.
302 (Restore_Private_Views): Also reset Is_Generic_Actual_Type on
303 the full view if the type of the actual is private.
304 * sem_eval.adb (Subtypes_Statically_Match): Remove bypass for
305 generic actual types.
306
e2cbc305 3072019-08-13 Javier Miranda <miranda@adacore.com>
308
309 * sem_res.adb (Resolve_Selected_Component): When the type of the
310 component is an access to a class-wide type and the type of the
311 context is an access to a tagged type the relevant type is that
312 of the component (since in such case we may need to generate
313 implicit type conversions or dispatching calls).
314
ea791f8e 3152019-08-13 Ed Schonberg <schonberg@adacore.com>
316
317 * exp_aggr.adb (Aggr_Assignment_OK_For_Backend): Preanalyze
318 expression, rather do a full analysis, to prevent unwanted
319 removal of side effects which mask the intent of the expression.
320
da8cdc91 3212019-08-13 Eric Botcazou <ebotcazou@adacore.com>
322
323 * impunit.adb (Non_Imp_File_Names_95): Add
324 GNAT.Branch_Prediction.
325
b212de5b 3262019-08-13 Eric Botcazou <ebotcazou@adacore.com>
327
328 * exp_ch6.adb: Remove with and use clauses for Sem_Ch12.
329 (Expand_Call_Helper): Swap the back-end inlining case and the
330 special front-end expansion case. In back-end inlining mode, do
331 not invoke Add_Inlined_Body unless the call may be inlined.
332 * inline.ads (Add_Pending_Instantiation): New function moved
333 from...
334 * inline.adb (Add_Inlined_Body): Simplify comment. Turn test on
335 the enclosing unit into assertion.
336 (Add_Pending_Instantiation): New function moved from...
337 * sem_ch12.ads (Add_Pending_Instantiation): ...here.
338 * sem_ch12.adb (Add_Pending_Instantiation): ...here.
339
2cd122d8 3402019-08-13 Eric Botcazou <ebotcazou@adacore.com>
341
342 * sem.adb (Do_Analyze): Recompute Style_Check_Max_Line_Length
343 after restoring Style_Max_Line_Length.
344
f6bd78dd 3452019-08-13 Arnaud Charlet <charlet@adacore.com>
346
347 * sem_ch13.adb (Check_Iterator_Functions): Protect against
348 cascaded errors.
349
bcc2ed52 3502019-08-13 Ed Schonberg <schonberg@adacore.com>
351
352 * sem_ch8.adb (Analyze_Subprogram_Renaming): Do no suppress mode
353 conformance checks on child unit instance that is a compilation
354 unit.
355
e324731f 3562019-08-13 Gary Dismukes <dismukes@adacore.com>
357
358 * exp_dbug.adb (Fully_Qualify_Name): Add full name qualification
359 for the E_Exception case.
360
fa7ccff5 3612019-08-13 Gary Dismukes <dismukes@adacore.com>
362
363 * exp_aggr.adb (Aggr_Size_OK): Compute the aggregate size using
364 universal arithmetic, to avoid situations where the size
365 computation overflows.
366
4571ad41 3672019-08-13 Justin Squirek <squirek@adacore.com>
368
369 * repinfo.adb (List_Scalar_Storage_Order): Modify conditionals
370 for displaying ordering to always be triggered when -gnatR4 is
371 in effect.
372
da558db0 3732019-08-13 Justin Squirek <squirek@adacore.com>
374
375 * aspects.adb, aspects.ads: Register new aspect.
376 * par-prag.adb (Prag): Register new pragma
377 * sem_ch13.adb (Analyze_Aspect_Specifications): Add processing
378 for new aspect similar to Aspect_Max_Entry_Queue_Length.
379 * sem_prag.adb, sem_prag.ads (Analyze_Pragma): Register new
380 pragma and set it to use the same processing as
381 Pragma_Max_Queue_Length.
382 * snames.ads-tmpl: Move definition of
383 Name_Max_Entry_Queue_Length so that it can be processed as a
384 pragma in addition to a restriction and add an entry for the
385 pragma itself.
386
fb48dcd3 3872019-08-13 Yannick Moy <moy@adacore.com>
388
389 * sem_ch4.adb (Analyze_Allocator): Do not insert subtype
390 declaration for allocator inside a spec expression.
391
5bf51e61 3922019-08-13 Yannick Moy <moy@adacore.com>
393
394 * sem_res.adb (Resolve_Call): Do not inline calls inside record
395 types.
396
db3b1a47 3972019-08-13 Eric Botcazou <ebotcazou@adacore.com>
398
399 * sem_ch4.adb (Analyze_One_Call): Remove bypass for type
400 mismatch in nested instantiations.
401 * sem_ch8.adb (Find_Nearer_Entity): New function.
402 (Find_Renamed_Entity): Use it to disambiguate the candidates for
403 the renaming generated for an instantiation when it is
404 ambiguous.
405
175b42e6 4062019-08-13 Eric Botcazou <ebotcazou@adacore.com>
407
408 * gnat1drv.adb (Adjust_Global_Switches): Do not set
409 Back_End_Inlining in ASIS mode either.
410
1e510b63 4112019-08-13 Olivier Hainque <hainque@adacore.com>
412
413 * libgnat/s-win32.ads: Define size_t and fix the MapViewOfFile
414 binding to use it instead of DWORD for the dwNumberOfBytesToMap
415 argument.
416 * libgnat/g-sercom__mingw.adb (Read): State which definition of
417 size_t to fetch in call to Last_Index.
418
bfde37f8 4192019-08-13 Arnaud Charlet <charlet@adacore.com>
420
421 * gcc-interface/Make-lang.in: Remove unused TRACE variable. Pass
422 LN_S to relevant gnatlib targets.
423 * gcc-interface/Makefile.in: Systematically pass LN_S to
424 relevant gnatlib targets.
425
127fec2d 4262019-08-13 Yannick Moy <moy@adacore.com>
427
428 * sem_dim.adb (Analyze_Dimension,
429 Analyze_Dimension_Array_Aggregate, Analyze_Dimension_Call,
430 Analyze_Dimension_Extension_Or_Record_Aggregate): Return
431 immediately when inside an inlined body.
432 * sem_res.adb (Resolve_Call): Remove special checking now done
433 inside Analyze_Dimension_Call.
434
ae328900 4352019-08-13 Justin Squirek <squirek@adacore.com>
436
437 * exp_ch4.adb (Expand_N_Allocator): Add condition to detect
438 library-level object declarations
439
fecd5d5b 4402019-08-13 Eric Botcazou <ebotcazou@adacore.com>
441
442 * doc/gnat_ugn/building_executable_programs_with_gnat.rst
443 (-gnateT): Document Double_Float_Alignment parameter and fix
444 description of Double_Scalar_Alignment parameter.
445 * gnat_ugn.texi: Regenerate.
446
8105dc37 4472019-08-13 Eric Botcazou <ebotcazou@adacore.com>
448
449 * exp_ch6.adb (Expand_Call_Helper): If back-end inlining is
450 enabled, also instantiate the body of a generic unit containing
451 a subprogram subject to aspect/pragma Inline_Always at
452 optimization level zero.
453 * sem_ch12.adb (Might_Inline_Subp): Minor tweak.
454 (Analyze_Package_Instantiation): Do not instantiate the package
455 body because of inlining considerations if the instantiation is
456 done in a generic unit. Move around similar condition involving
457 the main unit. Add test on Back_End_Inlining to processing for
458 front-end inlining.
459
80a305cd 4602019-08-13 Javier Miranda <miranda@adacore.com>
461
462 * exp_disp.adb (Make_Secondary_DT): Handle record type
463 derivations that have interface components located at fixed
464 positions and interface components located at variable offset.
465 The offset of components located at fixed positions is computed
466 using the dummy object (similar to the case where all the
467 interface components are located at fixed positions).
468 (Make_DT): Build the dummy object for all tagged types that
469 implement interface types (that is, build it also for types with
470 variable size components), and use the dummy object to compute
471 the offset of all tag components located at fixed positions when
472 initializing the Interface_Table object.
473
0fabbf2c 4742019-08-13 Justin Squirek <squirek@adacore.com>
475
476 * gnatcmd.adb (GNATCmd): Add constant for new compiler switch
477 --help-ada, and include usage subprogram. Add line to usage help
478 explaining the new flag.
479 (GNATCmd_Usage): Rename from locally declared Usage so as not to
480 confuse with the newly imported version. Add new argument case
481 for --help-ada and add bug report email to implicit display of
482 help without the --help flag so as to unify output between the
483 two cases.
484
9c811f40 4852019-08-13 Dmitriy Anisimkov <anisimko@adacore.com>
486
487 * libgnat/g-comlin.adb (Getopt): Quote unrecognized switch in
488 Invalid_Switch exception message.
489
04c6a988 4902019-08-13 Yannick Moy <moy@adacore.com>
491
492 * sem_util.adb (Traverse_More_Func): Take into account
493 Loop_Actions inside N_Iterated_Component_Association nodes.
494 * sinfo.ads: Document correctly Loop_Actions as a field of nodes
495 of kind N_Iterated_Component_Association.
496
9c3e12d7 4972019-08-13 Claire Dross <dross@adacore.com>
498
499 * libgnat/a-cfinve.adb, libgnat/a-cofove.adb (Find_Index,
500 Reverse_Find_Index): Use bigger type to avoid range check
501 failure at the last loop iteration.
502
a4ea964c 5032019-08-12 Dmitriy Anisimkov <anisimko@adacore.com>
504
505 * libgnat/g-socket.adb (Is_IPv6_Address): Check that no less
506 then 2 colons in IPv6 numeric address.
507
4b422b29 5082019-08-12 Dmitriy Anisimkov <anisimko@adacore.com>
509
510 * libgnat/g-comlin.ads, libgnat/g-comlin.adb (Getopt): Add
511 parameter Quiet. Need to do not output error messages to
512 console. Invalid_Switch exception generation surrounded by an
513 error message.
514
fec0c7f6 5152019-08-12 Ed Schonberg <schonberg@adacore.com>
516
517 * exp_ch6.adb (Expand_Actuals. Add_Call_By_Copy_Code): Add code
518 to generate proper checks when an actual for an in-out or out
519 parameter has a non-null access type. No constraints are
520 applied to an inbound access parameter, but on exit a not-null
521 check must be performed if the type of the actual requires it.
522
41765355 5232019-08-12 Ed Schonberg <schonberg@adacore.com>
524
525 * sem_util.adb (Is_Expaned_Priority_Attribute): Check whether
526 call comes from a rewritten attribute before comparing name with
527 Get_Ceiling run-time subprogram.
528
99b6268d 5292019-08-12 Eric Botcazou <ebotcazou@adacore.com>
530
531 * exp_util.ads (Component_May_Be_Bit_Aligned): Small comment
532 tweaks.
533 (Possible_Bit_Aligned_Component): Likewise.
534 (Type_May_Have_Bit_Aligned_Components): Likewise.
535 * exp_util.adb (Component_May_Be_Bit_Aligned): Likewise.
536 (Possible_Bit_Aligned_Component): Likewise.
537 (Type_May_Have_Bit_Aligned_Components): Likewise.
538
5d2fb1fa 5392019-08-12 Eric Botcazou <ebotcazou@adacore.com>
540
541 * exp_ch4.adb (Expand_N_Op_Eq): Expand the array equality if
542 either operand is a possibly unaligned slice.
543 * exp_ch6.adb (Expand_Simple_Function_Return): Do not generate a
544 copy for a possibly unaligned object if it is represented as a
545 scalar.
546 * exp_util.adb (Is_Possibly_Unaligned_Slice): Do not always
547 return false if the target doesn't have strict alignment.
548
bb0246a6 5492019-08-12 Bob Duff <duff@adacore.com>
550
551 * sem_ch12.adb (Instantiate_Package_Body): Remove suppression of
552 checks in instances of internal units.
553 * sem_ch6.adb (Analyze_Function_Return): Do not generate a
554 constraint check on an extended_return_statement if the subtype
555 of the return object in the statement is identical to the return
556 subtype of the function.
557
f0bbb55a 5582019-08-12 Bob Duff <duff@adacore.com>
559
560 * libgnat/a-cbmutr.adb (Is_Reachable): Declare Idx to be of the
561 base subtype. Clearly it makes no sense to loop "while Idx >=
562 0", if Idx is of a nonnegative subtype.
563
91f3d9d4 5642019-08-12 Bob Duff <duff@adacore.com>
565
566 * libgnat/a-tifiio.adb (Put_Scaled): Prevent AA from being
567 negative, since Field is range 0 .. something.
568
d8f36b1a 5692019-08-12 Bob Duff <duff@adacore.com>
570
571 * doc/gnat_ugn/gnat_utility_programs.rst (gnatmetric, gnatpp,
572 gnatstub): Remove documentation for Ada language version
573 switches, and note that they are no longer needed.
574
6f663d96 5752019-08-12 Gary Dismukes <dismukes@adacore.com>
576
577 * sem_ch5.adb (Prepare_Param_Spec_Loop): Set the parents of the
578 copied low and high bounds in the case where the loop range is
579 given by a discrete_subtype_indication, to prevent hanging (or
580 Assert_Failure) in Insert_Actions.
581
32b3786f 5822019-08-12 Ed Schonberg <schonberg@adacore.com>
583
584 * sem_ch6.adb (heck_Untagged_Equality): Verify that user-defined
585 equality has the same profile as the predefined equality before
586 applying legality rule in RM 4.5.2 (9.8).
587
759d145f 5882019-08-12 Bob Duff <duff@adacore.com>
589
590 * libgnat/a-except.ads: Update obsolete comment, still making
591 clear that this is a variant. Add explicit default for Id
592 component of Exception_Occurrence, because that value is used.
593 Define Null_Occurrence less redundantly.
594 * libgnat/a-einuoc.adb: Minor simplification of code.
595
cee17a56 5962019-08-12 Justin Squirek <squirek@adacore.com>
597
598 * libgnat/a-dhfina.adb, libgnat/a-dhfina.ads (Is_Simple_Name,
599 Is_Root_Directory, Is_Parent_Directory,
600 Is_Current_Directory_Name, Is_Relative_Name, Initial_Directory,
601 Relative_Name, Compose): Add implementation and documentation.
602 * libgnat/a-direct.adb (Containing_Directory): Modify routine to
603 use routines from Ada.Directories.Hierarchical_File_Names and
604 remove incorrect special case for parent directories.
605 (Fetch_Next_Entry): Add check for current directory and parent
606 directory and ignore them under certain circumstances.
607 (Simple_Nmae): Add check for null result from
608 Simple_Name_Internal and raise Name_Error.
609 (Simple_Name_Internal): Add explicit check for root directories,
610 sanitize trailing directory separators, and modify behavior so
611 that current and parent directories are considered valid
612 results.
613 * Makefile.rtl: Add entry to GNATRTL_NONTASKING_OBJS.
614
cc87412b 6152019-08-12 Eric Botcazou <ebotcazou@adacore.com>
616
617 * freeze.adb (Freeze_Entity): Give the same error for an
618 Object_Size clause on a variable-sized type as for a Size
619 clause.
620
a6b48bfe 6212019-08-12 Gary Dismukes <dismukes@adacore.com>
622
623 * sem_prag.adb (Analyze_Pragma, Pragma_Suppress_Initialization):
624 For private types, set the Suppress_Initialization flag on the
625 Full_View of the entity rather than the entity's base type.
626
adb8ac81 6272019-08-12 Yannick Moy <moy@adacore.com>
628
629 * aspects.adb, aspects.ads (Aspect_No_Caching): New aspect.
630 * contracts.adb, contracts.ads (Add_Contract_Item): Add handling
631 of No_Caching.
632 (Analyze_Object_Contract): Add handling of No_Caching.
633 * einfo.adb, einfo.ads
634 (Get_Pragma): Add handling of No_Caching.
635 * doc/gnat_rm/implementation_defined_aspects.rst,
636 doc/gnat_rm/implementation_defined_pragmas.rst: Document new
637 aspect/pragma.
638 * gnat_rm.texi: Regenerate.
639 * par-prag.adb (Prag): New pragma Pragma_No_Caching.
640 * sem_ch13.adb (Analyze_Aspect_Specifications,
641 Check_Aspect_At_Freeze_Point): Add handling of No_Caching.
642 * sem_prag.adb (Analyze_Pragma): Deal with pragma No_Caching.
643 * sem_prag.ads (Analyze_External_Property_In_Decl_Part): Now
644 applies to No_Caching.
645 * sem_util.adb, sem_util.ads (Is_Effectively_Volatile): Add
646 handling of No_Caching.
647 (No_Caching_Enabled): New query function.
648 * snames.ads-tmpl: New names for pragma.
649
f50cb3de 6502019-08-12 Yannick Moy <moy@adacore.com>
651
652 * sem_util.adb, sem_util.ads (Traverse_More_Func,
653 Traverse_More_Proc): Add formal parameter for Itypes traversal.
654
65566aa4 6552019-08-12 Yannick Moy <moy@adacore.com>
656
657 * exp_attr.adb, exp_attr.ads (Expand_Size_Attribute): New
658 procedure to share part of the attribute expansion with
659 GNATprove mode.
660 (Expand_N_Attribute_Reference): Extract part of the
661 Size/Object_Size expansion in the new procedure
662 Expand_Size_Attribute.
663 * exp_spark.adb (Expand_SPARK_N_Attribute_Reference): Expand
664 Size/Object_Size attributes using the new procedure
665 Expand_Size_Attribute.
666
f8ca05f5 6672019-08-12 Yannick Moy <moy@adacore.com>
668
669 * exp_spark.adb (Expand_SPARK_N_Attribute_Reference): Only
670 expand Enum_Rep attribute when its parameter is a literal.
671
0175b8fe 6722019-08-12 Justin Squirek <squirek@adacore.com>
673
674 * sem_eval.adb (Check_Non_Static_Context): Add a condition to
675 determine if a range violation constitues a warning or an error.
676 (Out_Of_Range): Add a condition to determine if a range
677 violation constitues a warning or an error.
678
809a3252 6792019-08-12 Eric Botcazou <ebotcazou@adacore.com>
680
681 * exp_ch4.adb (Real_Range_Check): Do not rewrite the conversion
682 node but its expression instead, after having fetched its
683 current value. Clear the Do_Range_Check flag on entry. Return
684 early for a rewritten float-to-float conversion. Remove
685 redundant local variable. Suppress all checks when inserting
686 the temporary and do not reanalyze the node.
687
86d280c6 6882019-08-12 Eric Botcazou <ebotcazou@adacore.com>
689
690 * sprint.ads: Minor comment tweak.
691
138c6242 6922019-08-12 Eric Botcazou <ebotcazou@adacore.com>
693
694 * checks.adb (Insert_Valid_Check): Do not retrieve the
695 Do_Range_Check flag from the Original_Node but from the
696 Validated_Object. Remove useless bypass for floating-point
697 types.
698
ab16206d 6992019-08-12 Yannick Moy <moy@adacore.com>
700
701 * sem_util.adb, sem_util.ads (Traverse_More_Func,
702 Traverse_More_Proc): New traversal subprograms.
703
1ca535ae 7042019-08-12 Jerome Lambourg <lambourg@adacore.com>
705
706 * libgnarl/s-taprop__vxworks.adb (Abort_Handler): Only call
707 s-tpopsp.Self when actually needed.
708
9f49d9e6 7092019-08-12 Eric Botcazou <ebotcazou@adacore.com>
710
711 * exp_ch4.adb (Discrete_Range_Check): Return if checks are
712 suppressed.
713
a8bcbb37 7142019-08-12 Eric Botcazou <ebotcazou@adacore.com>
715
716 * sem_res.adb: Add with & use clause for Sem_Mech and
717 alphabetize.
718 (Resolve_Actuals): Do not apply a scalar range check for the
719 source of a conversion whose result is passed by reference to a
720 valued procedure.
721
e54cffd1 7222019-08-12 Eric Botcazou <ebotcazou@adacore.com>
723
724 * checks.adb (Insert_Valid_Check): Reset the Do_Range_Check flag
725 on the validated object.
726 * exp_ch6.adb (Add_Call_By_Copy_Code): Reset the Do_Range_Check
727 flag on the actual here, as well as on the Expression if the
728 actual is a N_Type_Conversion node.
729 (Add_Validation_Call_By_Copy_Code): Generate the incoming range
730 check if needed and reset the Do_Range_Check flag on the
731 Expression if the actual is a N_Type_Conversion node.
732 (Expand_Actuals): Do not reset the Do_Range_Check flag here.
733 Generate the incoming range check for In parameters here instead
734 of...
735 (Expand_Call_Helper): ...here. Remove redudant condition.
736 * sem_res.adb (Resolve_Actuals): Use local variable A_Typ and
737 remove obsolete comments.
738 (Resolve_Type_Conversion): Do not force the Do_Range_Check flag
739 on the operand if range checks are suppressed.
740
df1c131a 7412019-08-12 Eric Botcazou <ebotcazou@adacore.com>
742
743 * checks.adb (Activate_Range_Check): Remove redundant argument.
744 (Generate_Range_Check): Likewise.
745 (Apply_Float_Conversion_Check): Reset the Do_Range_Check flag on
746 entry and remove redundant condition.
747
c5c4ce6c 7482019-08-02 Alexandre Oliva <oliva@adacore.com>
87541248 749
750 * libgnat/a-exexpr.adb (Begin_Handler_v1, End_Handler_v1): New.
751 (Claimed_Cleanup): New.
752 (Begin_Handler, End_Handler): Document.
753 * gcc-interface/trans.c (gigi): Switch to exception handler
754 ABI #1.
755 (Exception_Handler_to_gnu_gcc): Save the original cleanup
756 returned by begin handler, pass it to end handler, and use
757 EH_ELSE_EXPR to pass a propagating exception to end handler.
758 (gnat_to_gnu): Leave the exception pointer alone for reraise.
759 (add_cleanup): Handle EH_ELSE_EXPR, require it by itself.
760
dcccb125 7612019-07-23 Ed Schonberg <schonberg@adacore.com>
762
763 * sem_ch13.adb (Check_Aspect_At_End_Of_Declarations,
764 Freeze_Entity_Checks): Include Aspect_CPU with other aspects
765 whose expresssion may depend on a discriminant, and thus require
766 that components of the type be made visible.
767
0275bc70 7682019-07-23 Eric Botcazou <ebotcazou@adacore.com>
769
770 * checks.adb (Convert_And_Check_Range): Add Suppress parameter
771 and pass it in the call to Insert_Actions. Rename local
772 variable.
773 (Generate_Range_Check): Minor comment fixes. Pass Range_Check
774 in the first call to Convert_And_Check_Range and All_Checks in
775 the second call.
776 * exp_ch4.adb (Expand_N_Type_Conversion): Reset the
777 Do_Overflow_Check flag in the float-to-float case too if there
778 is also a range check.
779
79ee9e76 7802019-07-23 Eric Botcazou <ebotcazou@adacore.com>
781
782 * checks.adb (Activate_Overflow_Check): Remove redundant
783 argument.
784 * exp_ch4.adb (Discrete_Range_Check): Reset the overflow flag.
785 (Expand_N_Type_Conversion): Do not reset it here.
786
87b5a4e8 7872019-07-23 Eric Botcazou <ebotcazou@adacore.com>
788
789 * repinfo.adb (List_Component_Layout): Pass Decimal to UI_Write.
790 (Write_Val): Likewise.
791
441fbb64 7922019-07-23 Ed Schonberg <schonberg@adacore.com>
793
794 * aspects.ads: New table Operational_Aspect, used to distinguish
795 between aspects that are view-specific, such as those related to
796 iterators, and representation aspects that apply to all views of
797 a type.
798 * aspects.adb (Find_Aspect): If the aspect being sought is
799 operational, do not ecamine the full view of a private type to
800 retrieve it.
801 * sem_ch5.adb (Analyze_Iterator_Specification): Improve error
802 message when the intended domain of iteration does not implement
803 the required iterator aspects.
804
583f62e9 8052019-07-23 Yannick Moy <moy@adacore.com>
806
807 * sem_spark.ads (Is_Local_Context): New function.
808 * sem_spark.adb (Check_Declaration): Issue errors on violations
809 of SPARK RM 3.10(4)
810 (Process_Path): Do not issue error on borrow/observe during
811 elaboration, as these are caught by the new rule.
812
ec154f5b 8132019-07-23 Yannick Moy <moy@adacore.com>
814
815 * exp_ch7.adb (Create_Finalizer): Force finalizer not to be
816 Ghost enabled.
817 * exp_dbug.adb (Get_External_Name): Explain special case of
818 Ghost finalizer.
819
e1598796 8202019-07-22 Eric Botcazou <ebotcazou@adacore.com>
821
822 * repinfo.adb (List_Entities): Also list compiled-generated
823 types present as Etype of objects.
824
da90894a 8252019-07-22 Eric Botcazou <ebotcazou@adacore.com>
826
827 * sinfo.ads: Update the documentation about the
828 Do_Division_Check, Do_Overflow_Check and Do_Range_Check flags.
829
bb8b9752 8302019-07-22 Eric Botcazou <ebotcazou@adacore.com>
831
832 * exp_ch4.adb (Expand_N_Type_Conversion): Beef up comment.
833 (Fixup_Universal_Fixed_Operation): Set the base type instead of
834 the type of the enclosing type conversion on the operation.
835
aeb4eb17 8362019-07-22 Ed Schonberg <schonberg@adacore.com>
837
838 * exp_ch4.adb (Expand_N_In): Do not suggest the use of attribute
839 'Valid as a replacement for a range check on a discrete type
840 when the bounds of the range are given by type conversions,
841 because in such a case there are distinct types involved and the
842 subbested attribute replacement would be misplaced.
843
30cf324b 8442019-07-22 Yannick Moy <moy@adacore.com>
845
846 * sem_spark.adb (Get_Root_Object, Is_Path_Expression,
847 Is_Subpath_Expression): Add parameter Is_Traversal to adapt
848 these functions to the case of paths returned from a traversal
849 function.
850 (Read_Indexes): Handle the case of an if-expression or
851 case-expression.
852 (Check_Statement): Check Emit_Messages only when issuing an
853 error message. This is important as Emit_Messages may store the
854 information that an error was detected.
855
72c474b5 8562019-07-22 Eric Botcazou <ebotcazou@adacore.com>
857
858 * checks.adb (Apply_Type_Conversion_Checks): Do not set
859 Do_Range_Check flag on conversions from fixed-point types
860 either.
861 * exp_attr.adb: Add use and with clause for Expander.
862 (Expand_N_Attribute_Reference) <Fixed_Value, Integer_Value>: Set
863 the Conversion_OK flag and do not generate overflow/range checks
864 manually.
865 * exp_ch4.adb (Expand_N_Qualified_Expression): Remove
866 superfluous clearing of Do_Range_Check flag.
867 (Discrete_Range_Check): New procedure to generate a range check
868 for discrete types.
869 (Real_Range_Check): Remove redundant local variable and adjust.
870 Remove useless shortcut. Clear Do_Range_Check flag on all
871 paths.
872 (Expand_N_Type_Conversion): Remove redundant test on
873 Conversion_OK. Call Discrete_Range_Check to generate range
874 checks on discrete types. Remove obsolete code for
875 float-to-integer conversions. Add code to generate range checks
876 for conversions involving fixed-point types.
877
39cdd055 8782019-07-22 Eric Botcazou <ebotcazou@adacore.com>
879
880 * sprint.ads: Fix pasto in comment.
881
9af8c78a 8822019-07-22 Javier Miranda <miranda@adacore.com>
883
884 * sem_res.adb (Resolve_Actuals): Replace code that displaces the
885 pointer to an allocated object to reference its secondary
886 dispatch table by a type conversion (which takes care of
887 handling all cases).
888
0ff5a502 8892019-07-22 Eric Botcazou <ebotcazou@adacore.com>
890
891 * sprint.adb (Sprint_Node_Actual)
892 <N_Decimal_Fixed_Point_Definition>: Swap a couple of spaces.
893 (Write_Itype): Minor consistency fixes throughout. Add support
894 for printing ordinary and decimal fixed-point types and
895 subtypes.
896
8c6eab72 8972019-07-22 Eric Botcazou <ebotcazou@adacore.com>
898
899 * exp_attr.adb (Expand_Loop_Entry_Attribute): Beef up comment.
900
76ed386d 9012019-07-22 Ed Schonberg <schonberg@adacore.com>
902
903 * libgnat/s-valboo.ads, libgnat/s-valcha.ads,
904 libgnat/s-valdec.ads, libgnat/s-valenu.ads,
905 libgnat/s-valint.ads, libgnat/s-vallld.ads,
906 libgnat/s-vallli.ads, libgnat/s-valllu.ads,
907 libgnat/s-valrea.ads, libgnat/s-valuns.ads,
908 libgnat/s-valwch.ads: Change categorization of packages that
909 implement attribute 'Value from Pure to Preelaborate, to prevent
910 undesirable optimizations when the evaluation of the attribute
911 raises Constraint_Error, but subsequent use of the result of
912 this evsaluation is removed by a subsequent optimization.
913
e869060d 9142019-07-22 Ed Schonberg <schonberg@adacore.com>
915
916 * sem_warn.adb (Check_References): Do not emit s warning on a
917 referenced entity with no explicit assignment if the type of the
918 entity has Preelaborable_Initialixation, such as
919 Exception_Occurrence.
920
9bf70d94 9212019-07-22 Javier Miranda <miranda@adacore.com>
922
923 * exp_ch4.adb (Size_In_Storage_Elements): Improve the expansion
924 to handle array indexes that are modular type.
925 (Expand_N_Allocator): For 32-bit targets improve the generation
926 of the runtime check associated with large arrays supporting
927 arrays initialized with a qualified expression.
928 * libgnat/s-imenne.adb (Image_Enumeration_8,
929 Image_Enumeration_16, Image_Enumeration_32): Define the index of
930 Index_Table with range Natural'First .. Names'Length since in
931 the worst case all the literals of the enumeration type would be
932 single letter literals and the Table built by the frontend would
933 have as many components as the length of the names string. As a
934 result of this enhancement, the internal tables declared using
935 Index_Table have a length closer to the real needs, thus
936 avoiding the declaration of large arrays on 32-bit CCG targets.
937
b0da310b 9382019-07-22 Yannick Moy <moy@adacore.com>
939
940 * sem_ch3.adb (Constrain_Access): Issue a message about ignored
941 constraint.
942
592e600a 9432019-07-22 Eric Botcazou <ebotcazou@adacore.com>
944
945 * sem_ch8.adb (End_Use_Type): Reset the In_Use flag on the
946 class-wide type if the type is tagged.
947 (Use_One_Type): Add commentary on the handling of the class-wide
948 type.
949
c1eeb1c6 9502019-07-22 Eric Botcazou <ebotcazou@adacore.com>
951
952 * einfo.ads (Is_For_Access_Subtype): Delete.
953 (Set_Is_For_Access_Subtype): Likewise.
954 * einfo.adb (Is_For_Access_Subtype): Likewise.
955 (Set_Is_For_Access_Subtype): Likewise.
956 (Write_Entity_Flags): Do not write Is_For_Access_Subtype.
957 * exp_ch4.adb (Expand_N_Selected_Component): Do not deal with
958 it.
959 * exp_spark.adb (Expand_SPARK_N_Selected_Component): Likewise.
960 * sem_ch4.adb (Analyze_Explicit_Dereference): Likewise.
961 * sem_ch3.adb (Build_Discriminated_Subtype): Do not build a
962 special private subtype for access-to-record subtypes.
963
3eb44c27 9642019-07-22 Eric Botcazou <ebotcazou@adacore.com>
965
966 * sem_ch3.adb (Complete_Private_Subtype): Rework the setting of
967 the Etype of the full view for full base types that cannot
968 contain any discriminant. Remove code and comment about it in
969 the main path.
970
9c6c2b81 9712019-07-22 Ed Schonberg <schonberg@adacore.com>
972
973 * sem_ch3.adb (Convert_Bound): Subsidiary of
974 Floating_Point_Type_Declaration, to handle properly range
975 specifications with bounds that may include static constants of
976 a given type rather than real literals.
977
d5dbc1bb 9782019-07-22 Eric Botcazou <ebotcazou@adacore.com>
979
980 * sem_aggr.adb (Rewrite_Bound): Be prepared for discriminals
981 too.
982 (Rewrite_Range;): Minor tweak.
983 (Resolve_Record_Aggregate): For a component with default
984 initialization whose expression is an array aggregate, also
985 rewrite the bounds of the component associations, if any.
986
37f1cae9 9872019-07-22 Gary Dismukes <dismukes@adacore.com>
988
989 * exp_ch5.adb (Expand_N_Case_Statement): In the case where a
990 case statement is rewritten as an equivalent if statement,
991 inherit the From_Condition_Expression flag from the case
992 statement.
993
e6368760 9942019-07-22 Eric Botcazou <ebotcazou@adacore.com>
995
996 * sem_ch8.adb (Check_Constrained_Object): Further extend the
997 special optimization to all limited types.
998
9b8341e7 9992019-07-22 Eric Botcazou <ebotcazou@adacore.com>
1000
1001 * exp_attr.adb (Expand_N_Attribute_Reference)
1002 <Attribute_Enum_Val>: Set No_Truncation on the
1003 N_Unchecked_Type_Conversion built around the argument passed to
1004 the attribute.
1005
f930ed43 10062019-07-22 Nicolas Roche <roche@adacore.com>
1007
1008 * libgnat/s-valrea.adb (Scan_Real): Ignore non significative
1009 digits to avoid converging to infinity in some cases.
1010
3474a75e 10112019-07-22 Eric Botcazou <ebotcazou@adacore.com>
1012
1013 * libgnat/g-encstr.adb (Encode_Wide_String): Fix oversight.
1014 (Encode_Wide_Wide_String): Likewise.
1015
a7f20f4b 10162019-07-22 Eric Botcazou <ebotcazou@adacore.com>
1017
1018 * sem_warn.adb (Find_Var): Bail out for a function call with an
1019 Out or In/Out parameter.
1020
a51cd2a2 10212019-07-22 Nicolas Roche <roche@adacore.com>
1022
1023 * terminals.c (__gnat_tty_waitpid): Support both blocking and
1024 not blocking mode.
1025 * libgnat/g-exptty.ads (Is_Process_Running): New function.
1026 * libgnat/g-exptty.adb (Close): Don't try to interrupt/terminate
1027 a process if it is already dead.
1028
36167f09 10292019-07-22 Ed Schonberg <schonberg@adacore.com>
1030
c5c4ce6c 1031 * freeze.adb (Freeze_Fixed_Point_Type): When freezing a
36167f09 1032 fixed-point subtype, check whether the parent type declarastion
1033 includes an aspect specification for the 'Small type attribute,
1034 and inherit the specified value.
1035
b5293e2d 10362019-07-22 Javier Miranda <miranda@adacore.com>
1037
1038 * freeze.adb (Freeze_Subprogram): Check that C++ constructors
1039 must have external or link name.
1040
7c48993c 10412019-07-22 Ed Schonberg <schonberg@adacore.com>
1042
1043 * sem_res.adb (Resolve_Selected_Component): If the prefix has a
1044 deferred reference, generate the correct reference now, to
1045 indicate that the previous assignment is used. This prevents
1046 spurious warnings on useless assignments when compiling with all
1047 warnings enabled. when there is a subsequent call in the same
1048 stqtement list, in which the prefix of the selected component is
1049 the actual for an out parameter.
1050
0b87f8cf 10512019-07-22 Eric Botcazou <ebotcazou@adacore.com>
1052
1053 * exp_attr.adb (Expand_Loop_Entry_Attribute): Copy the condition
1054 of a while loop instead of simply relocating it.
1055
0c41e160 10562019-07-18 Arnaud Charlet <charlet@adacore.com>
1057
1058 * Makefile.rtl, expect.c, env.c, aux-io.c, mkdir.c, initialize.c,
1059 cstreams.c, raise.c, tracebak.c, adadecode.c, init.c, raise-gcc.c,
1060 argv.c, adaint.c, adaint.h, ctrl_c.c, sysdep.c, rtinit.c, cio.c,
1061 seh_init.c, exit.c, targext.c: Introduce a "STANDALONE" mode where C
1062 runtime files do not have any dependency on GCC include files.
1063 Remove unnecessary includes.
1064 Remove remaining references to VMS in runtime C file.
1065 * runtime.h: new File.
1066
0e972d45 10672019-07-13 Andreas Schwab <schwab@linux-m68k.org>
1068
1069 * Makefile.rtl: Use g-sercom__linux.adb for all linuxes.
1070
77fe13f0 10712019-07-11 Piotr Trojanek <trojanek@adacore.com>
1072
1073 * lib-writ.adb (Ensure_System_Dependency,
1074 Up_To_Date_ALI_File_Exists, Write_ALI): Replace low-level access
1075 to table with a high-level query.
1076
56903255 10772019-07-11 Piotr Trojanek <trojanek@adacore.com>
1078
1079 * checks.adb: Fix typo in comment.
1080 * sem.adb (Semantics): Avoid repeated calls to
1081 In_Extended_Main_Source_Unit by reusing an already-cached
1082 result.
1083 * sem_util.adb (First_Global): Fix style.
1084
85f6c73a 10852019-07-11 Yannick Moy <moy@adacore.com>
1086
1087 * sem_res.adb (Resolve_Call): Do not perform dimensionality
1088 checking on inlined bodies.
1089
5083f119 10902019-07-11 Yannick Moy <moy@adacore.com>
1091
1092 * debug.adb: Flip meaning of debug switch -gnatdF.
1093
f237e5eb 10942019-07-11 Yannick Moy <moy@adacore.com>
1095
1096 * sem_eval.adb (Is_Same_Value): Add special case for rewritten
1097 Loop_Entry attribute.
1098
1e5359c0 10992019-07-11 Claire Dross <dross@adacore.com>
1100
1101 * gnat1drv.adb: SPARK checking rules for pointer aliasing are
1102 moved to GNATprove backend.
1103 * sem_spark.ads, sem_spark.adb (Sem_SPARK): Is now a generic
1104 unit. Takes as parameters:
1105 - Retysp which is used to query the most underlying type
1106 visible in SPARK. We do not introduce aliasing checks for
1107 types which are not visibly deep.
1108 - Component_Is_Visible_In_SPARK is used to avoid doing pointer
1109 aliasing checks on components which are not visible in SPARK.
1110 - Emit_Messages returns True in the second phase of SPARK
1111 analysis. Error messages for failed aliasing checks are only
1112 output in this case.
1113 Additionally, errors on constructs not supported in SPARK are
1114 removed as duplicates of marking errors. Components are stored
1115 in the permission map using their original component to avoid
1116 inconsistencies between components of different views of the
1117 same type.
1118 (Check_Expression): Handle delta constraints.
1119 (Is_Deep): Exported so that we can check for SPARK restrictions
1120 on deep types inside SPARK semantic checkings.
1121 (Is_Traversal_Function): Exported so that we can check for SPARK
1122 restrictions on traversal functions inside SPARK semantic
1123 checkings.
1124 (Check_Call_Statement, Read_Indexes): Check wether we are
1125 dealing with a subprogram pointer type before querying called
1126 entity.
1127 (Is_Subpath_Expression): Image attribute can appear inside a
1128 path.
1129 (Check_Loop_Statement): Correct order of statements in the loop.
1130 (Check_Node): Ignore raise nodes.
1131 (Check_Statement): Use Last_Non_Pragma to get the object
1132 declaration in an extended return statement.
1133
fb7f0b28 11342019-07-11 Patrick Bernardi <bernardi@adacore.com>
1135
1136 * bindgen.adb (Gen_Main): Do not generate a reference to
1137 Ada_Main_Program_Name when the Minimal_Binder flag is set.
1138 (Gen_Output_File_Ada): Do not output GNAT_Version and
1139 Ada_Main_Program_Name info if Minimal_Binder flag is set.
1140 * bindusg.adb: Add documentation for new -minimal switch.
1141 * gnatbind.adb (Scan_Bind_Arg): Scan -minimal switch.
1142 * opt.ads: Add new global flag Minimal_Binder to indicate if the
1143 binder should not produce global variables.
1144 * doc/gnat_ugn/building_executable_programs_with_gnat.rst:
1145 Update documentation with new binder -minimal switch.
1146 * gnat_ugn.texi: Regenerate.
1147
6e0725a9 11482019-07-11 Eric Botcazou <ebotcazou@adacore.com>
1149
1150 * Makefile.rtl: Add warning note about compilation flags and
1151 capitalize.
1152
263dcfe9 11532019-07-11 Ed Schonberg <schonberg@adacore.com>
1154
1155 * exp_ch9.adb (Expand_N_Protected_Type_Declaaration): New
1156 subsidiary routine Replace_Access_Definition, to handle properly
1157 a protected type PT one of whose private components is of type
1158 access PT.
1159
dc001f3e 11602019-07-11 Dmitriy Anisimkov <anisimko@adacore.com>
1161
1162 * libgnat/g-socket.ads (Level_Type): Add enumerators for
1163 IP_Protocol_For_ICMP, IP_Protocol_For_IGMP,
1164 IP_Protocol_For_RAW_Level.
1165 * libgnat/g-socket.adb (Levels): Handle them.
1166 * s-oscons-tmplt.c: Import socket protocols defined in
1167 netinet/in.h.
1168
3bcff314 11692019-07-11 Claire Dross <dross@adacore.com>
1170
1171 * libgnat/a-cfhama.adb, libgnat/a-cfhase.adb (Free): Do not
1172 reset the Has_Element flag if no element is freed.
1173
8e22ede8 11742019-07-11 Arnaud Charlet <charlet@adacore.com>
1175
1176 * errno.c: Remove obsolete support for MaRTE OS.
1177
180bd06b 11782019-07-11 Ed Schonberg <schonberg@adacore.com>
1179
1180 * exp_ch4.adb (Expand_N_Type_Conversion): If a predicate check
1181 is generated, analyze it with range check suppressed, because
1182 that check has been previously applied.
1183 * exp_ch5.adb (Expand_N_Assignment_Statement): If the RHS is a
1184 type conversion to the type of the LHS, do not apply a predicate
1185 check to the RHS because it will have been generated already
1186 during its expansion.
1187 * exp_ch6.adb (Can_Fold_Predicate_Call): Extend processing to
1188 handle a predicate check on a constant entity whose value is
1189 static.
1190
32859955 11912019-07-11 Hristian Kirtchev <kirtchev@adacore.com>
1192
1193 * bindo.adb: Remove the documentation of switch -d_N because it
1194 is no longer in use.
1195 * bindo-graphs.ads, bindo-graphs.adb (Is_Spec_Before_Body_Edge):
1196 New routine.
1197 * bindo-writers.adb (Write_Dependency_Edge): Add the missing
1198 case of a spec-before-body edge.
1199
0595f8ff 12002019-07-11 Dmitriy Anisimkov <anisimko@adacore.com>
1201
1202 * libgnat/g-socket.ads (Mode_Type): Add a Socket_Raw enumerator.
1203 * libgnat/g-socket.adb (Modes): Handle Socket_Raw.
1204
af7bae25 12052019-07-11 Justin Squirek <squirek@adacore.com>
1206
1207 * exp_ch9.adb (Build_Private_Protected_Declaration): Add
1208 exception for the moving of pragmas to internally generated
1209 specs for pragma Unreferenced.
1210
87259588 12112019-07-11 Bob Duff <duff@adacore.com>
1212
1213 * doc/gnat_ugn/gnat_utility_programs.rst: Fix inconsistent
1214 documentation for gnatmetric.
1215 * gnat_ugn.texi: Regenerate.
1216
2d95f0f8 12172019-07-11 Bob Duff <duff@adacore.com>
1218
1219 * doc/gnat_ugn/gnat_utility_programs.rst: Document gnatpp's
1220 --spaces-only switch.
1221
814e7b6e 12222019-07-11 Hristian Kirtchev <kirtchev@adacore.com>
1223
1224 * sem_util.adb (Null_Status): Assume that an erroneous construct
1225 has an undefined null status.
1226
53904d64 12272019-07-11 Hristian Kirtchev <kirtchev@adacore.com>
1228
1229 * checks.adb, exp_ch6.adb, gnat1drv.adb, sem_aux.adb,
1230 sem_ch2.adb, sem_ch8.adb, sem_res.adb: Minor reformatting.
1231
21dccd5f 12322019-07-11 Hristian Kirtchev <kirtchev@adacore.com>
1233
1234 * sem_ch8.adb (Analyze_Object_Renaming): Obtain the object being
1235 renamed using routine Get_Object_Name which takes care of
1236 various name forms.
1237 (Get_Object_Name): New routine.
1238
3da5e0d4 12392019-07-11 Ed Schonberg <schonberg@adacore.com>
1240
1241 * exp_ch6.adb (Can_Fold_Predicate_Call): New function,
1242 subsidiary of Expand_Call_Helper, to compute statically a
1243 predicate check when the argument is a static integer.
1244
3d95efc8 12452019-07-11 Hristian Kirtchev <kirtchev@adacore.com>
1246
1247 * sem_res.adb (Resolve_Op_Not): Do not rewrite an equality
1248 operator into a function call when the operator is intrinsic.
1249
8c93b71c 12502019-07-11 Thomas Quinot <quinot@adacore.com>
1251
1252 * sem_prag.adb (Analyze_Pragma, case pragma Check): Do not call
1253 Set_SCO_Pragma_Enabled for the dynamic predicate case.
1254
001b1b6a 12552019-07-11 Hristian Kirtchev <kirtchev@adacore.com>
1256
1257 * exp_util.ads, exp_util.adb (Needs_Finalization): Move to
1258 Sem_Util.
1259 * sem_ch9.adb (Analyze_Protected_Definition): Code cleanup. Mark
1260 the protected type as having controlled components when it
1261 contains at least one such component.
1262 * sem_util.ads, sem_util.adb (Needs_Finalization): New
1263 function.
1264
5dc190e5 12652019-07-11 Eric Botcazou <ebotcazou@adacore.com>
1266
1267 * alloc.ads (Rep_JSON_Table_Initial): New constant.
1268 (Rep_JSON_Table_Increment): Likewise.
1269 * debug.adb: Document -gnatd_j switch.
1270 * gcc-interface/Make-lang.in (GNAT_ADA_OBJS): Add
1271 repinfo-input.o.
1272 * gnat1drv.adb: Add with clause for Repinfo.Input.
1273 Add with and use clauses for Sinput.
1274 (Read_JSON_Files_For_Repinfo): New procedure.
1275 (Gnat1drv1): Deal with -gnatd_j switch.
1276 * repinfo-input.ad[sb]: New unit.
1277 * snames.ads-tmpl (Name_Discriminant): New constant.
1278 (Name_Operands): Likewise.
1279
b1118eb8 12802019-07-11 Justin Squirek <squirek@adacore.com>
1281
1282 * checks.adb (Apply_Accessibility_Check): Add check for constant
1283 folded conditions on accessibility checks.
1284
ef0b2206 12852019-07-11 Arnaud Charlet <charlet@adacore.com>
1286
1287 * libgnarl/g-thread.ads, libgnarl/g-thread.adb (Get_Thread):
1288 Update comments. Add new version taking a Task_Id.
1289
12b1c23b 12902019-07-11 Hristian Kirtchev <kirtchev@adacore.com>
1291
1292 * bindo.adb: Update the section of switches and debugging
1293 elaboration issues.
1294 * bindo.ads: Add type Elaboration_Phase.
1295 * bindo-augmentors.adb: Add use clause for
1296 Bindo.Writers.Phase_Writers.
1297 (Augment_Library_Graph): Signal the start and end of the
1298 aubmentation phase.
1299 * bindo-builders.adb: Add with and use clause for Bindo.Writers.
1300 Add use clause for Bindo.Writers.Phase_Writers.
1301 (Build_Invocation_Graph): Signal the start and end of the
1302 invocation graph construction phase.
1303 (Build_Library_Graph): Signal the start and end of the library
1304 graph construction phase.
1305 * bindo-diagnostics.adb: Add use clause for
1306 Bindo.Writers.Phase_Writers.
1307 (Diagnose_Cycle): Signal the start and end of the cycle
1308 diagnostic phase.
1309 * bindo-elaborators.adb: Add use clause for
1310 Bindo.Writers.Phase_Writers.
1311 (Elaborate_Units): Signal the start and end of the unit
1312 elaboration phase.
1313 * bindo-graphs.adb: Add use clause for
1314 Bindo.Writers.Phase_Writers.
1315 (Find_Components): Signal the start and end of the component
1316 discovery phase.
1317 (Find_Cycles): Signal the start and end of the cycle discovery
1318 phase.
1319 * bindo-units.adb: Add with and use clause for Bindo.Writers.
1320 Add use clause for Bindo.Writers.Phase_Writers.
1321 (Collect_Elaborable_Units): Signal the start and end of the unit
1322 collection phase.
1323 * bindo-validators.adb: Add with and use clause for
1324 Bindo.Writers. Add use clause for Bindo.Writers.Phase_Writers.
1325 (Validate_Cycles, Validate_Elaboration_Order,
1326 Validate_Invocation_Graph, Validate_Library_Graph): Signal the
1327 start and end of the libray graph validation phase.
1328 * bindo-writers.ads, bindo-writers.adb: Add new nested package
1329 Phase_Writers.
1330 * debug.adb: Update the documentation of switch d_S.
1331
d7569e04 13322019-07-11 Yannick Moy <moy@adacore.com>
1333
1334 * sem_res.adb (Check_Argument_Order): Special case calls to
1335 operators.
1336
604c5bca 13372019-07-10 Dmitriy Anisimkov <anisimko@adacore.com>
1338
1339 * libgnat/s-ststop.adb: Remove System.Strings.Stream_Ops
1340 dependence on System.Streams.Stream_IO.
1341
ce9565a8 13422019-07-10 Ed Schonberg <schonberg@adacore.com>
1343
1344 * sem_ch2.adb (Analyze_Integer_Literal): Preserve the type of
1345 the literal if prior analysis determined that its type is a
1346 modular integer type.
1347
e97ee616 13482019-07-10 Doug Rupp <rupp@adacore.com>
1349
1350 * init.c: Do not attempt to re-arm guard page on x86_64-vx7(r2).
1351
c0e85bb6 13522019-07-10 Ed Schonberg <schonberg@adacore.com>
1353
1354 * sem_ch8.adb (Check_Constrained_Object): A record that is
1355 limited because of the presence of a limited component is
1356 constrained, and no subtype indiciation needs to be created for
1357 it, just as is the case for declared limited records.
1358
94654315 13592019-07-10 Yannick Moy <moy@adacore.com>
1360
1361 * sem_aux.adb, sem_aux.ads (Is_Protected_Operation): New
1362 function to determine if a subprogram is protected.
1363 * sem_spark.adb (Setup_Protected_Components): New procedure to
1364 add protected components to the environment.
1365 (Check_Callable_Body): Call the new Setup_Protected_Components.
1366 (Check_Package_Spec): Merge local environment with enclosing one
1367 when done.
1368
9ac24568 13692019-07-10 Claire Dross <dross@adacore.com>
1370
1371 * sem_spark.adb (Check_Expression): Allow digits constraints as
1372 input.
1373 (Illegal_Global_Usage): Pass in the entity.
1374 (Is_Subpath_Expression): New function to allow different nodes
1375 as inner parts of a path expression.
1376 (Read_Indexes): Allow concatenation and aggregates with box
1377 expressions. Allow attributes Update and Loop_Entry.
1378 (Check_Expression): Allow richer membership test.
1379 (Check_Node): Ignore bodies of generics.
1380 (Get_Root_Object): Allow concatenation and attributes.
1381
95266217 13822019-07-10 Hristian Kirtchev <kirtchev@adacore.com>
1383
1384 * sem_ch6.adb (Check_Discriminant_Conformance): Use Find_Type to
1385 discover the type of a full view discriminant.
1386
f9d615a1 13872019-07-10 Arnaud Charlet <charlet@adacore.com>
1388
1389 * doc/gnat_ugn/gnat_and_program_execution.rst: Improve gnatmem's
1390 doc for the depth switch.
1391
55d7c660 13922019-07-10 Bob Duff <duff@adacore.com>
1393
1394 * doc/gnat_ugn/gnat_utility_programs.rst: Document gnatpp's
1395 --source-line-breaks switch.
1396
e94f4600 13972019-07-10 Justin Squirek <squirek@adacore.com>
1398
1399 * doc/gnat_rm/implementation_defined_attributes.rst: Add mention
1400 of 'Image attribute with 'Img's entry to mention additional
1401 added 2012 usage of Obj'Image.
1402 * doc/gnat_rm/implementation_defined_pragmas.rst: Correct
1403 mispelling of Async_Writers.
1404 * gnat_rm.texi: Regenerate.
1405 * sem_prag.adb (Analyze_Pragma): Correct mispelling of
1406 Async_Writers.
1407 * sem_util.adb (State_Has_Enabled_Property): Correct mispelling
1408 of Async_Writers.
1409
2bf00b7f 14102019-07-10 Simon Buist <buist@adacore.com>
1411
1412 * sem_util.ads (Child_Prefix): New constant.
1413 * sem_util.adb (Unique_Name): Add a special prefix to child
1414 units that have a nested subprogram or package.
1415
9dda714b 14162019-07-10 Arnaud Charlet <charlet@adacore.com>
1417
1418 * sfn_scan.adb (Scan_SFN_Pragmas): Add pragma Assert.
1419
fd8a528d 14202019-07-10 Hristian Kirtchev <kirtchev@adacore.com>
1421
1422 * sem_ch3.adb (Check_Nonoverridable_Aspects): Correct the
1423 spelling in certain error messages.
1424 (Check_Pragma_Implemented): Correct the spelling in certain
1425 error messages.
1426
97f0aa19 14272019-07-10 Eric Botcazou <ebotcazou@adacore.com>
1428
1429 * Makefile.rtl (GNATRTL_NONTASKING_OBJS): Add g-brapre.
1430 * libgnat/g-brapre.ads: New package specification.
1431 * doc/gnat_rm/the_gnat_library.rst: Document it.
1432 * gnat_rm.texi: Regenerate.
1433
d2506f16 14342019-07-10 Yannick Moy <moy@adacore.com>
1435
1436 * osint-c.adb (Set_File_Name): Always add extension for multiple
1437 units per file mode.
1438
c6db401c 14392019-07-10 Corentin Gay <gay@adacore.com>
1440
1441 * sysdep.c: Put include directive for 'vxWorks.h' before any
1442 other VxWorks headers.
1443
344c2639 14442019-07-10 Eric Botcazou <ebotcazou@adacore.com>
1445
1446 * doc/gnat_rm/implementation_defined_attributes.rst
1447 (Scalar_Storage_Order): Minor tweaks. Add note about debuggers.
1448 * gnat_rm.texi: Regenerate.
1449
8a9900a9 14502019-07-10 Hristian Kirtchev <kirtchev@adacore.com>
1451
1452 * exp_ch4.adb (Expand_N_Case_Expression): Mark the generated
1453 assignments to the temporary result as being OK because the
1454 expansion of case expressions is correct by construction.
1455 (Is_Copy_Type): Update the predicate to match the comment
1456 within.
1457
8c21443b 14582019-07-10 Hristian Kirtchev <kirtchev@adacore.com>
1459
1460 * bindo-graphs.adb, bindo.adb, debug.adb, exp_ch6.adb,
1461 sem_ch10.adb, sem_ch13.adb, sem_ch3.adb, sem_ch4.adb,
1462 sem_ch6.adb, sem_ch7.adb, sem_res.adb, sem_spark.adb,
1463 sem_util.adb, warnsw.ads: Minor reformatting.
1464
2e7929f0 14652019-07-10 Joffrey Huguet <huguet@adacore.com>
1466
1467 * libgnat/a-strbou.ads, libgnat/a-strfix.ads,
1468 libgnat/a-strunb.ads, libgnat/a-strunb__shared.ads: Add global
1469 contracts, contract cases, preconditions and postconditions to
1470 procedures and functions.
1471
87d55fe2 14722019-07-10 Doug Rupp <rupp@adacore.com>
1473
1474 * sysdep.c (__gnat_is_file_not_found_error): Reformulate to also
1475 work for vxworks7r2 SR0610.
1476
82d7e1f4 14772019-07-10 Doug Rupp <rupp@adacore.com>
1478
1479 * env.c (__gnat_environ): Reformulate to also work for
1480 vxworks7r2 SR0610.
1481
7f6066e1 14822019-07-10 Patrick Bernardi <bernardi@adacore.com>
1483
1484 * Makefile.rtl: Handle vxworks7r2 ppc target
1485
6523468f 14862019-07-10 Hristian Kirtchev <kirtchev@adacore.com>
1487
1488 * bindo.adb: Update the section on switches.
1489 * bindo-graphs.adb
1490 (Add_Cycle, Add_Vertex_And_Complement): Remove.
1491 (Create): The graph no longer needs a set of recorded cycles
1492 because the cycles are not rediscovered in permuted forms.
1493 (Cycle_End_Vertices): New routine.
1494 (Destroy): The graph no longer needs a set of recorded cycles
1495 because the cycles are not rediscovered in permuted forms.
1496 (Destroy_Library_Graph_Vertex): Move to the library level.
1497 (Find_All_Cycles_Through_Vertex, Find_All_Cycles_With_Edge):
1498 Remove.
1499 (Find_Cycles_From_Successor, Find_Cycles_From_Vertex,
1500 Find_Cycles_In_Component, Has_Elaborate_All_Edge): New routines.
1501 (Insert_And_Sort): Remove.
1502 (Is_Elaborate_Body_Edge): Use predicate
1503 Is_Vertex_With_Elaborate_Body.
1504 (Is_Recorded_Cycle): Remove.
1505 (Is_Vertex_With_Elaborate_Body): New routine.
1506 (Normalize_And_Add_Cycle): Remove.
1507 (Precedence): Rename to xxx_Precedence, where xxx relates to the
1508 input. These versions better reflect the desired input
1509 precedence.
1510 (Record_Cycle): New routine.
1511 (Remove_Vertex_And_Complement, Set_Is_Recorded_Cycle): Remove.
1512 (Trace_xxx): Update all versions to use debug switch -d_t.
1513 (Trace_Component): New routine.
1514 (Trace_Eol): Removed.
1515 (Trace_Vertex): Do not output the component as this information
1516 is already available when the component is traced.
1517 (Unvisit, Visit): New routine.
1518 * bindo-graphs.ads: Add new instance LGV_Lists. Remove instance
1519 RC_Sets. Update the structure of type Library_Graph_Attributes
1520 to remove the set of recorded cycles.
1521 (Destroy_Library_Graph_Vertex): Move to the library level.
1522 * bindo-writers.adb (Write_Component_Vertices): Output
1523 information about the number of vertices.
1524 * debug.adb: Document the use of binder switch -d_t. Update the
1525 use of binder switch -d_T.
1526
9eaacd61 15272019-07-10 Yannick Moy <moy@adacore.com>
1528
1529 * sem_spark.adb (Get_Root_Object): Replace precondition by error
1530 message.
1531 (Read_Indexes): Replace precondition by error message.
1532 (Check_Callable_Body): Check only traversal function returns an
1533 anonymous access type.
1534 (Check_Expression): Issue error on unexpected expression as
1535 path.
1536 * sem_util.adb (First_Global): Fix access to global on
1537 entry/task.
1538
2ac657bd 15392019-07-10 Javier Miranda <miranda@adacore.com>
1540
1541 * exp_ch6.adb (Is_Class_Wide_Interface_Type): New subprogram.
1542 (Expand_Call_Helper): Handle non-limited views when we check if
1543 any formal is a class-wide interface type.
1544 * exp_disp.adb (Expand_Interface_Actuals): Handle non-limited
1545 views when we look for interface type formals to force "this"
1546 displacement.
1547
d3fb378d 15482019-07-10 Ed Schonberg <schonberg@adacore.com>
1549
1550 * sem_res.adb (Resolve_Equality_Op): Do not replace the resolved
1551 operator by its alias if expander is not active, because the
1552 operand type may not be frozen yet and its inherited operations
1553 have not yet been created.
1554
ab8418a3 15552019-07-10 Hristian Kirtchev <kirtchev@adacore.com>
1556
1557 * bindo-elaborators.adb (Elaborate_Units): Set attribute
1558 Elab_Position of all elaborated units.
1559 (Set_Unit_Elaboration_Positions): New routine.
1560
6e618828 15612019-07-10 Gary Dismukes <dismukes@adacore.com>
1562
1563 * exp_util.adb: Reformatting and a typo fix.
1564
97f6f798 15652019-07-10 Yannick Moy <moy@adacore.com>
1566
1567 * exp_util.adb (Remove_Side_Effects): Prefer renamings for
1568 objects of possible owning type in GNATprove mode.
1569
89c67bd9 15702019-07-09 Ed Schonberg <schonberg@adacore.com>
1571
1572 * sem_ch3.adb (Analyze_Object_Declaration): If the object type
1573 is a composite type that has a dynamic predicate and, the
1574 expression in the declaration is an aggregate, the generated
1575 predicate check must appear after the expanded code for the
1576 aggregate, which will appear after the rewritten object
1577 declarastion.
1578
fb739c45 15792019-07-09 Justin Squirek <squirek@adacore.com>
1580
1581 * sem_eval.adb (Expr_Value_E): Add conditional to correctly
1582 handle constant enumerated character types.
1583
54b39f26 15842019-07-09 Eric Botcazou <ebotcazou@adacore.com>
1585
1586 * libgnarl/s-osinte__mingw.ads (CRITICAL_SECTION): Use proper
1587 type for SpinCount component.
1588
9b57fc30 15892019-07-09 Justin Squirek <squirek@adacore.com>
1590
1591 * exp_ch4.adb (Expand_N_Allocator): Add conditional to detect
1592 the presence of anoymous access type allocators and issue a
1593 warning if the appropriate warning flag is enabled.
1594 * warnsw.ads: Add new warning flag for anonymous allocators
1595 * warnsw.adb (All_Warnings, Restore_Warnings, Save_Warnings,
1596 Set_Underscore_Warning_Switch): Register new flags.
1597 (WA_Warnings): Register new flag as an "all warnings" switch
1598 * usage.adb,
1599 doc/gnat_ugn/building_executable_programs_with_gnat.rst:
1600 Document new warning switches -gnatw_a and -gnatw_A.
1601 * gnat_ugn.texi: Regenerate.
1602
2463fa93 16032019-07-09 Ed Schonberg <schonberg@adacore.com>
1604
1605 * sem_ch4.adb (Diagnose_Call): Improve error recovery when a
1606 local subprogram name hides a possible candidate name declared
1607 in a child package in the context of the current unit.
1608 * sem_ch6.adb (Process_Formals): Protect against malformed
1609 formal types when the parameter type does not denote an entity.
1610
7389bee5 16112019-07-09 Hristian Kirtchev <kirtchev@adacore.com>
1612
1613 * bindo-augmentors.adb (Visit_Elaboration_Root): Do not start a
1614 DFS from an elaboration root whose corresponding unit lacks
1615 elaboration code. This behavior mimics that of the old
1616 elaboration order mechanism.
1617 * bindo-graphs.adb (Find_All_Cycles_Through_Vertex): Move the
1618 vertex tracing within the functional branches of the routine.
1619 This prevents spurious trace output.
1620 (Has_No_Elaboration_Code): New routine.
1621 (Trace_Cycle, Trace_Edge): Update the various Ids to use the
1622 "standard" trace format.
1623 * bindo-graphs.ads (Has_No_Elaboration_Code): New routine.
1624 * bindo-units.ads, bindo-units.adb (Has_No_Elaboration_Code):
1625 New routine.
1626
06d78d4c 16272019-07-09 Piotr Trojanek <trojanek@adacore.com>
1628
1629 * ali.ads, bindo-graphs.adb, bindo-validators.adb, clean.adb,
1630 doc/gnat_ugn/elaboration_order_handling_in_gnat.rst, einfo.ads,
1631 exp_aggr.adb, exp_ch13.adb, exp_ch4.adb, exp_ch5.adb,
1632 exp_ch6.adb, exp_ch7.adb, exp_ch9.adb, exp_pakd.adb,
1633 fname-uf.ads, gnatlink.adb, inline.adb, lib.ads, make.adb,
1634 namet.ads, opt.ads, par-ch4.adb, par-ch6.adb, par-labl.adb,
1635 prep.adb, sem_aggr.adb, sem_ch13.adb, sem_ch4.adb, sem_ch5.adb,
1636 sem_ch6.adb, sem_ch6.ads, sem_ch7.adb, sem_ch8.adb, sem_dim.adb,
1637 sem_disp.adb, sem_prag.adb, sem_res.adb, sem_warn.adb,
1638 sinfo.ads: Replace ". " with ". ". Minor reformatting and typo
1639 corrections.
1640 * gnat_ugn.texi: Generate.
1641
7ed20965 16422019-07-09 Hristian Kirtchev <kirtchev@adacore.com>
1643
1644 * bindo.ads: Move type Precedence_Kind from the private to the
1645 visible part of the unit.
1646 * bindo-augmentors.adb: Remove the use of global data as it is
1647 bad practice.
1648 (Augment_Library_Graph): Update the parameter profile.
1649 (Is_Visited, Set_Is_Visited): Remove.
1650 (Visit_Elaboration_Root, Visit_Elaboration_Roots): Update the
1651 parameter profile and comment on usage.
1652 (Visit_Vertex): Likewise. Also keep track of which invocation
1653 edge activates a task.
1654 * bindo-augmentors.ads (Augment_Library_Graph): Update the
1655 parameter profile and comment on usage.
1656 * bindo-builders.adb (Create_Forced_Edge,
1657 Create_Spec_And_Body_Edge, Create_With_Edge): Update the call to
1658 Add_Edge.
1659 * bindo-diagnostics.adb: Add with end use clauses for Restrict
1660 and Rident.
1661 (Output_Dynamic_Model_Suggestions): Remove.
1662 (Output_Invocation_Related_Suggestions): New routine.
1663 (Output_Suggestions): Output all invocation-related suggestions
1664 together.
1665 * bindo-elaborators.adb: Remove types Comparator_Ptr and
1666 Predicate_Ptr.
1667 (Find_Best_Vertex): Update the parameter profile.
1668 * bindo-graphs.adb (Activates_Task): New routine.
1669 (Add_Body_Before_Spec_Edge): Update the call to
1670 Add_Edge_With_Return.
1671 (Add_Edge): Update the parameter profile and the call to
1672 Add_Edge_With_Return.
1673 (Add_Edge_With_Return): Update the parameter profile and comment
1674 on usage.
1675 (At_Least_One_Edge_Satisfies): New routine.
1676 (Contains_Elaborate_All_Edge): Reimplement.
1677 (Contains_Static_Successor_Edge, Contains_Task_Activation): New
1678 routine.
1679 (Contains_Weak_Static_Successor): Remove.
1680 (Is_Static_Successor_Edge): New routine.
1681 * bindo-graphs.ads: Add types LGE_Predicate_Ptr,
1682 LGV_Comparator_Ptr, and LGV_Predicate_Ptr. Update type
1683 Library_Graph_Edge_Attributes to capture whether an invocation
1684 edge activates a task. Update the value of
1685 No_Library_Graph_Edge_Attributes.
1686 (Activates_Task): Update the parameter profile and comment on
1687 usage.
1688 (Contains_Static_Successor_Edge, Contains_Task_Activation): New
1689 routines.
1690 (Contains_Weak_Static_Successor): Remove.
1691 * doc/gnat_ugn/elaboration_order_handling_in_gnat.rst:
1692 Update the documentation to reflect the new task-related advice.
1693 * gnat_ugn.texi: Regenerate.
1694
247527b7 16952019-07-09 Piotr Trojanek <trojanek@adacore.com>
1696
1697 * exp_util.adb (Containing_Package_With_Ext_Axioms): Replace
1698 low-level Ekind test with a high-level wrapper.
1699
1d7a9954 17002019-07-09 Arnaud Charlet <charlet@adacore.com>
1701
1702 * libgnat/s-memory.adb: Disable calls to Abort defer/undefer
1703 when ZCX_By_Default.
1704
7667b40a 17052019-07-09 Javier Miranda <miranda@adacore.com>
1706
1707 * sem_ch13.adb (Rep_Item_Too_Early): Representation clauses are
1708 not allowed for a derivation of a generic type. Extend the
1709 current test to check that none of the parents is a generic
1710 type.
1711
98eb8111 17122019-07-09 Hristian Kirtchev <kirtchev@adacore.com>
1713
1714 * exp_ch9.adb, exp_util.adb, repinfo.adb, sem_ch12.adb,
1715 sem_prag.adb, sem_res.adb, sem_spark.adb, sem_util.adb: Minor
1716 reformatting.
1717
5ffa473a 17182019-07-09 Ed Schonberg <schonberg@adacore.com>
1719
1720 * sem_res.adb (Resolve_Equality_Op): If the node was overloaded,
1721 set properly the entity to which the node has been resolved. The
1722 original entity is the first one found during analysis, and is
1723 not necessarily the resolved one.
1724 (Resolve_Op_Not): If the argument of negation is an overloaded
1725 equality operation, call its resolution directly given that the
1726 context type does not participate in overload resolution.
1727
f7197450 17282019-07-09 Hristian Kirtchev <kirtchev@adacore.com>
1729
1730 * bindo.adb: Remove with and use clauses for Debug. Add with
1731 and use clauses for Opt.
1732 (Find_Elaboration_Order): Enable the v4.0 elaboration order. The
1733 v3.0 mechanism is now available under binder switch -H.
1734 * bindusg.adb (Display): Enable switch -H.
1735 * debug.adb: Free compiler switch -gnatd_G. Free binder switch
1736 -d_N.
1737 * sem_elab.adb: Update the section on switches to remove
1738 -gnatd_G.
1739 (Invocation_Graph_Recording_OK): The invocation graph is now
1740 unconditionally recorded in ALI files.
1741 * switch-b.adb (Scan_Binder_Switches): Scan switch -H.
1742 * doc/gnat_ugn/building_executable_programs_with_gnat.rst:
1743 Update the documentation on compiler switches related to
1744 elaboration. Update the documentation on binder switches to
1745 include switch -H.
1746 * doc/gnat_ugn/elaboration_order_handling_in_gnat.rst: Update
1747 the documentation on elaboration order handling in GNAT.
1748 * gnat_ugn.texi: Regenerate.
1749
a2c6c634 17502019-07-09 Eric Botcazou <ebotcazou@adacore.com>
1751
1752 * repinfo.adb (List_Entities): Disregard formals altogether.
1753 (List_Name): Properly escape the double quote in the JSON
1754 output.
1755
3933efcf 17562019-07-09 Javier Miranda <miranda@adacore.com>
1757
1758 * exp_util.adb (Remove_Side_Effects): Preserve the
1759 Do_Range_Check flag.
1760
2166bdef 17612019-07-09 Yannick Moy <moy@adacore.com>
1762
1763 * sinfo.ads: Refine comment for Do_Range_Check.
1764
dbf9a3d7 17652019-07-09 Yannick Moy <moy@adacore.com>
1766
1767 * exp_spark.adb (Expand_SPARK_N_Attribute_Reference): Expand
1768 attribute reference on Enum_Rep.
1769
44e00a56 17702019-07-09 Ed Schonberg <schonberg@adacore.com>
1771
1772 * sem_ch12.adb (Instantiate_Formal_Package): Handle properly the
1773 case where the actual for a formal package in an instance is the
1774 current instance of an enclosing generic package.
1775 (Check_Formal_Packages): If the formal package declaration is
1776 box-initialized or lacks associations altogether, no internal
1777 instance was created to verify conformance, and there is no
1778 validating package to remove from tree.
1779
3e4e7139 17802019-07-09 Yannick Moy <moy@adacore.com>
1781
1782 * freeze.adb (Build_Renamed_Body): Do not set body to inline in
1783 GNATprove mode.
1784
8235b943 17852019-07-09 Yannick Moy <moy@adacore.com>
1786
1787 * exp_util.adb (Expand_Subtype_From_Expr): Still expand the type
1788 of static expressions in GNATprove_Mode.
1789 * sem_ch3.adb (Analyze_Object_Declaration): Remove obsolete
1790 special case for GNATprove_Mode.
1791
cf9af2fa 17922019-07-09 Piotr Trojanek <trojanek@adacore.com>
1793
1794 * doc/gnat_rm/the_gnat_library.rst,
1795 doc/gnat_ugn/building_executable_programs_with_gnat.rst,
1796 erroutc.adb, libgnat/g-comlin.adb, libgnat/g-comlin.ads,
1797 libgnat/g-regexp.ads, libgnat/g-regpat.ads,
1798 libgnat/g-spipat.ads, libgnat/s-os_lib.ads,
1799 libgnat/s-regexp.ads: Reword "wild card" to "wildcard".
1800 * gnat_rm.texi, gnat_ugn.texi: Regenerate.
1801
a080baa9 18022019-07-09 Yannick Moy <moy@adacore.com>
1803
1804 * sem_spark.adb (Check_Expression): Handle correctly implicit
1805 assignments as part of allocators and (extension) aggregates.
1806 (Get_Root_Object): Adapt for new path expressions.
1807 (Is_Path_Expression): Return True for (extension) aggregate.
1808
d9b7ae15 18092019-07-09 Piotr Trojanek <trojanek@adacore.com>
1810
1811 * einfo.ads: Fix a typo.
1812
4c24efa6 18132019-07-09 Ed Schonberg <schonberg@adacore.com>
1814
1815 * sem_util.adb (Scope_Within_Or_Same): Handle properly task
1816 bodies and protected bodies, so that local variables within have
1817 their proper scopes after these constructs have been rewritten
1818 during expansion. This patch resembles but is not identical to
1819 the code in Scope_Within.
1820
6c334e66 18212019-07-09 Arnaud Charlet <charlet@adacore.com>
1822
1823 * gnat1drv.adb (Adjust_Global_Switches): Set
1824 Dynamic_Elaboration_Checks to True in CodePeer mode.
1825
82c20af0 18262019-07-09 Yannick Moy <moy@adacore.com>
1827
1828 * sem_spark.adb (Get_Perm_Or_Tree): Issue an error when
1829 encountering unknown global variable.
1830
a42b8e6a 18312019-07-09 Yannick Moy <moy@adacore.com>
1832
1833 * sem_spark.adb (Check_Expression): Change signature to take an
1834 Extended_Checking_Mode, for handling read permission checking of
1835 sub-expressions in an assignment.
1836 (Check_Parameter_Or_Global): Adapt to new behavior of
1837 Check_Expression for mode Assign.
1838 (Check_Safe_Pointers): Do not analyze generic bodies.
1839 (Check_Assignment): Separate checking of the target of an
1840 assignment.
1841
5fb4f6e3 18422019-07-09 Eric Botcazou <ebotcazou@adacore.com>
1843
1844 * repinfo.ads (JSON format): Adjust.
1845 * repinfo.adb (Need_Blank_Line): Rename to...
1846 (Need_Separator): ...this.
1847 (Blank_Line): Rename to...
1848 (Write_Separator): ...this and add JSON specific handling.
1849 (List_Array_Info): Adjust to above renaming.
1850 (List_Object_Info): Likewise.
1851 (List_Record_Info): Likewise.
1852 (List_Subprogram_Info): Likewise.
1853 (List_Type_Info): Likewise.
1854 (List_Entities): Do not set Need_Blank_Line.
1855 (List_Rep_Info): Set Need_Separator and add JSON specific
1856 handling. Output a single JSON stream in the normal case.
1857
b389ec1e 18582019-07-09 Arnaud Charlet <charlet@adacore.com>
1859
1860 * doc/gnat_ugn/the_gnat_compilation_model.rst: Update doc on
1861 -fdump-ada-spec now that we generate Ada 2012.
1862 * gnat_ugn.texi: Regenerate.
1863
5acb3702 18642019-07-08 Eric Botcazou <ebotcazou@adacore.com>
1865
1866 * repinfo.adb (List_Common_Type_Info): New procedure extracted
1867 from...
1868 (List_Type_Info): ...here. Call it for the common information,
1869 start with a blank line and output the linker section at the
1870 end, if any.
1871 (List_Mechanisms): Rename to...
1872 (List_Subprogram_Info): ...this.
1873 (List_Array_Info): Call List_Common_Type_Info.
1874 (List_Entities): Adjust to above change and renaming.
1875 (List_Record_Info): Call List_Common_Type_Info.
1876
6eb57612 18772019-07-08 Dmitriy Anisimkov <anisimko@adacore.com>
1878
1879 * libgnat/g-sercom.ads
1880 (Serial_Port_Descriptor): New type.
1881 (Serial_Port): Add a comment, make it hold a
1882 Serial_Port_Descriptor.
1883 (To_Ada, To_C): New procedures.
1884 (Port_Data, Port_Data_Access): Remove types.
1885 * libgnat/g-sercom.adb (To_Ada): New stub.
1886 * libgnat/g-sercom__linux.adb, libgnat/g-sercom__mingw.adb:
1887 Update implementations accordingly.
1888 * s-oscons-tmplt.c: Bind Serial_Port_Descriptor to
1889 System.Win32.HANDLE on Windows, and to Interfaces.C.int on
1890 Linux. Add "Interfaces.C." prefix for other basic integer type
1891 bindings.
1892 * xoscons.adb (Output_Info): Remove the "Interfaces.C." prefix
1893 for subtypes generation.
1894
08da2ad9 18952019-07-08 Arnaud Charlet <charlet@adacore.com>
1896
1897 * doc/gnat_rm/standard_and_implementation_defined_restrictions.rst:
1898 Update documentation on No_Exceptions restriction.
1899 * gnat_rm.texi: Regenerate.
1900
89b07420 19012019-07-08 Dmitriy Anisimkov <anisimko@adacore.com>
1902
1903 * libgnat/s-os_lib.adb: Do not call __gnat_kill for Invalid_Pid.
1904
0cc34fed 19052019-07-08 Piotr Trojanek <trojanek@adacore.com>
1906
1907 * sem_util.adb (Enclosing_Package_Or_Subprogram): Do not expect
1908 package and subprogram bodies.
1909
46299a06 19102019-07-08 Bob Duff <duff@adacore.com>
1911
1912 * doc/gnat_ugn/gnat_utility_programs.rst: Remove documentation
1913 of ignored GNATpp switch.
1914
4475d2f0 19152019-07-08 Hristian Kirtchev <kirtchev@adacore.com>
1916
1917 * doc/gnat_rm/implementation_defined_pragmas.rst:
1918 Update the documentation of pragma Initialize_Scalars.
1919 * gnat_rm.texi: Regenerate.
1920
b282b25b 19212019-07-08 Javier Miranda <miranda@adacore.com>
1922
1923 * exp_ch4.adb (Tagged_Membership): Fix regression silently
1924 introduced in r260738 that erroneouslusy causes the evaluation
1925 to True of the membership test when the left operand of the
1926 membership test is a class-wide interface object and the right
1927 operand is a type that implements such interface type.
1928
703ee0e0 19292019-07-08 Hristian Kirtchev <kirtchev@adacore.com>
1930
1931 * sem_ch13.adb (Analyze_Attribute_Definition_Clause): Do not
1932 register an address clause when its prefix denotes a generic
1933 formal object.
1934
e6b4414e 19352019-07-08 Hristian Kirtchev <kirtchev@adacore.com>
1936
1937 * bindo-diagnostics.adb (Diagnose_Cycle): Capture the presence
1938 of an Elaborate_All edge before iterating over the edges of the
1939 cycle.
1940 (Output_Elaborate_Body_Transition): Update the parameter profile
1941 and the comment on usage. Add a missing case where the edge is
1942 within the context of an Elaborate_All.
1943 (Output_Transition): Update the call to
1944 Output_Elaborate_Body_Transition.
1945 * bindo-graphs.ads, bindo-graphs.adb
1946 (Contains_Elaborate_All_Edge): New routine.
1947
5a4de65a 19482019-07-08 Piotr Trojanek <trojanek@adacore.com>
1949
1950 * lib-xref-spark_specific.adb (Create_Heap): Set dummy Etype for
1951 the fake __HEAP entity.
1952
42253061 19532019-07-08 Daniel Mercier <mercier@adacore.com>
1954
1955 * gnat1drv.adb: Suppress warnings on memory representation in
1956 CodePeer compiler mode.
1957
a7c8fd7e 19582019-07-08 Nicolas Roche <roche@adacore.com>
1959
1960 * rtinit.c (__gnat_runtime_initialize): Remove dependency on
1961 CommandLineToArgvW.
1962
89c9dd55 19632019-07-08 Doug Rupp <rupp@adacore.com>
1964
1965 * Makefile.rtl: Handle vxworks7r2 in x86_64 and x86 vxworks7.
1966
944903c8 19672019-07-08 Dmitriy Anisimkov <anisimko@adacore.com>
1968
1969 * Makefile.rtl: Use g-sercom__linux.adb for all linuxes.
1970
e51a140c 19712019-07-08 Yannick Moy <moy@adacore.com>
1972
1973 * expander.adb (Expand): Do not reset Analyzed flag always.
1974 * sem_eval.adb (Fold_Ureal): Mark node as analyzed.
1975
f117e449 19762019-07-08 Ed Schonberg <schonberg@adacore.com>
1977
1978 * exp_ch9.adb (Expand_N_Timed_Entry_Call): Do not insert twice
1979 the assignment statement that computes the delay value, to
1980 prevent improper tree sharing when the value is a type
1981 conversion and Float_Overflow checks are enabled.
1982
f5cb3a59 19832019-07-08 Hristian Kirtchev <kirtchev@adacore.com>
1984
1985 * bindo.adb: Update the section on terminology to include new
1986 concepts. Update the section on switches to include new
1987 entries.
1988 * bindo.ads: Add type Precedence_Kind.
1989 * bindo-builders.adb: Add with and use clauses for Debug and
1990 Bindo.Validators. Add use clauses for
1991 Bindo.Validators.Invocation_Graph_Validators and
1992 Bindo.Validators.Library_Graph_Validators.
1993 (Build_Invocation_Graph): Validate the graph immediately after
1994 it was built.
1995 (Build_Library_Graph): Update the parameter profile. The
1996 creation of the graph is now elaboration model-agnostic.
1997 Validate the graph immediately after it was built.
1998 (Create_With_Edge): Create regular with edges for Elaborate and
1999 Elaborate_All edges when the appropriate debug switches are in
2000 effect.
2001 * bindo-builders.ads (Build_Library_Graph): Update the parameter
2002 profile.
2003 * bindo-diagnostics.adb (Diagnose_Cycle): Track the presence of
2004 an Elaborate_All edge throughout the inspection of the cycle's
2005 edges.
2006 (Output_Dynamic_Model_Suggestions): Output the suggestion only
2007 when the cycle contains at least one weak edge where the
2008 successor was statically elaborated.
2009 (Output_Elaborate_Body_Transition, Output_Forced_Transition,
2010 Output_With_Transition): Update the assertions.
2011 * bindo-elaborators.adb: Remove use clauses for
2012 Bindo.Validators.Invocation_Graph_Validators and
2013 Bindo.Validators.Library_Graph_Validators. Remove strings
2014 Add_To_All_Candidates_Msg and Add_To_Comp_Candidates_Msg.
2015 Remove type String_Ptr.
2016 (Add_Vertex, Add_Vertex_If_Elaborable, Create_All_Candidates_Set
2017 Create_Component_Candidates_Set): Remove.
2018 (Create_Component_Vertex_Sets, Create_Vertex_Sets): New routine.
2019 (Elaborate_Component): Update the parameter profile and the
2020 comment on usage. Reimplement the elaboration of a component.
2021 The algorithm will now attempt to elaborate as many vertices
2022 possible. If this is not possible, and a weakly elaborable
2023 vertex is available use unit was compiled using the dynamic
2024 model, the algorithm will elaborate it.
2025 (Elaborate_Library_Graph): Reimplement the elaboration of the
2026 graph. The algorithm will now attempt to elaborate as many
2027 vertices along with their components as possible. If this is not
2028 possible, and a weakly elaborable vertex is available use unit
2029 was compiled using the dynamic model, the algorithm will
2030 elaborate it along with its component.
2031 (Elaborate_Units): Merge with the functionality of
2032 Elaborate_Units_Common.
2033 (Elaborate_Units_Common, Elaborate_Units_Dynamic,
2034 Elaborate_Units_Static): Remove.
2035 (Elaborate_Vertex): Update the parameter profile and the comment
2036 on usage. Reimplemented.
2037 (Find_Best_Candidate): Remove.
2038 (Find_Best_Elaborable_Vertex, Find_Best_Vertex,
2039 Find_Best_Weakly_Elaborable_Vertex, Has_Elaborable_Body,
2040 Insert_Elaborable_Successor, Insert_Vertex): New routines.
2041 (Is_Better_Candidate): Remove.
2042 (Is_Better_Elaborable_Vertex,
2043 Is_Better_Weakly_Elaborable_Vertex,
2044 Is_Suitable_Elaborable_Vertex,
2045 Is_Suitable_Weakly_Elaborable_Vertex): New routines.
2046 (Trace_Candidate_Vertices): Remove.
2047 (Trace_Component): Output the number of strong and weak
2048 predecessors.
2049 (Trace_Unelaborated_Vertices): Remove.
2050 (Trace_Vertex): Output the number of strong and weak
2051 predecessors.
2052 (Trace_Vertices): New routine.
2053 (Update_Successor, Update_Successors): Update the parameter
2054 profile and the comment on usage.
2055 * bindo-graphs.adb: Remove type Precedence_Kind.
2056 (Add_Edge_With_Return): Update the increment of pending
2057 predecessors.
2058 (Add_Vertex): Provide default values for strong and weak
2059 predecessors.
2060 (Complementary_Vertex): Move the initial declaration to the
2061 spec. Update the parameter profile and the comment on usage.
2062 (Contains_Weak_Static_Successor): New routine.
2063 (Create): Update the parameter profile. The creation of the
2064 graph is now elaboration model-agnostic.
2065 (Decrement_Pending_Predecessors): Update the parameter profile
2066 and the comment on usage. Reimplemented.
2067 (Delete_Edge): Update the decrement of pending predecesors.
2068 (Has_Elaborate_Body): Do not treat a vertex as being subject to
2069 Elaborate_Body when a debug switch is in effect.
2070 (Increment_Pending_Predecessors): Update the parameter profile
2071 and the comment on usage. Reimplemented.
2072 (Is_Elaborable_Component): Reimplemented.
2073 (Is_Elaborable_Vertex): Move the initial declaration to the
2074 spec. Reimplemented.
2075 (Is_Elaborate_Body_Pair): New routine.
2076 (Is_Dynamically_Elaborated): Update the parameter profile.
2077 Reimplemented.
2078 (Is_Weakly_Elaborable_Vertex): New routine.
2079 (Pending_Predecessors): Removed.
2080 (Pending_Predecessors_For_Elaboration,
2081 Pending_Strong_Predecessors, Pending_Weak_Predecessors,
2082 Update_Pending_Predecessors): New routines.
2083 (Update_Pending_Predecessors_Of_Components): Update the
2084 increment of pending predecessors.
2085 * bindo-graphs.ads: Update the components of type
2086 Component_Attributes. Update the components of type
2087 Library_Graph_Attributes. Update the components of type
2088 Library_Graph_Vertex_Attributes. Update the initialization of
2089 No_Component_Attributes. Update the initialization of
2090 No_Library_Graph_Vertex_Attributes.
2091 (Complementary_Vertex, Contains_Weak_Static_Successor): New
2092 routines.
2093 (Create): Update the parameter profile and the comment on usage.
2094 (Decrement_Pending_Predecessors, Is_Dynamically_Elaborated):
2095 Update the parameter profile and the comment on usage.
2096 (Is_Elaborate_Body_Pair, Is_Weakly_Elaborable_Vertex): New
2097 routines.
2098 (Pending_Predecessors): Removed.
2099 (Pending_Predecessors_For_Elaboration,
2100 Pending_Strong_Predecessors, Pending_Weak_Predecessors): New
2101 routines.
2102 * bindo-writers.adb (Write_Components): Moved from the spec.
2103 (Write_Component): Output the strong and weak predecessors.
2104 (Write_Library_Graph): Output the components as part of the
2105 graph.
2106 (Write_Library_Graph_Vertex): Output the strong and weak
2107 predecessors.
2108 * bindo-writers.ads (Write_Components): Moved to the body.
2109 * debug.adb: Add and document new GNATbind switches -d_a, -d_b,
2110 -d_e.
2111 * bindo-validators.adb: Minor reformattings.
2112
7b8ca6b2 21132019-07-08 Bob Duff <duff@adacore.com>
2114
2115 * libgnat/g-sercom.ads, libgnat/g-sercom__linux.adb (Data_Rate):
2116 Support additional data rates.
2117
364c746f 21182019-07-08 Olivier Hainque <hainque@adacore.com>
2119
2120 * gcc-interface/trans.c (Compilation_Unit_to_gnu): Don't request
2121 DECL_ARTIFICIAL_P on elab proc declarations.
2122
2dbfbbb2 21232019-07-08 Eric Botcazou <ebotcazou@adacore.com>
2124
2125 * repinfo.adb (List_Record_Info): Declare Incomplete_Layout and
2126 Not_In_Extended_Main local exceptions.
2127 (List_Structural_Record_Layout): For an extension, raise the
2128 former if the parent subtype has not been built and the latter
2129 if it is not declared in the main source unit. Fall back to the
2130 flat layout if either exception has been raised.
2131
3e05bbec 21322019-07-08 Ed Schonberg <schonberg@adacore.com>
2133
2134 * libgnat/a-strfix.adb (Delete): The RM describes the semantics
2135 of Delete as equivalent to that of Replace_String with a null
2136 argument. As a result, deleting a null string that starts past
2137 the end of its argument is a noop and must not raise
2138 Index_Error.
2139
c98aac61 21402019-07-08 Javier Miranda <miranda@adacore.com>
2141
2142 * exp_disp.adb (Register_Primitive): When registering a
2143 primitive in the secondary dispatch table, handle primitive
2144 inherited through several levels of type derivation (required to
2145 properly handle inherited 'null' primitive).
2146
221b67b6 21472019-07-08 Bob Duff <duff@adacore.com>
2148
2149 * doc/gnat_ugn/gnat_utility_programs.rst: Document handling of
2150 preprocessor directives in GNATpp.
2151
aed4e06a 21522019-07-08 Javier Miranda <miranda@adacore.com>
2153
2154 * gnat1drv.adb (Post_Compilation_Validation_Checks:
2155 Validate_Compile_Time_Warning_Errors is now located in sem_prag
2156 (instead of sem_ch13).
2157 * sem_ch13.ads (Validate_Compile_Time_Warning_Error,
2158 Validate_Compile_Time_Warning_Errors): Move to sem_prag.
2159 * sem_ch13.adb
2160 (Compile_Time_Warnings_Errors): Move to sem_prag.
2161 (Initialize): Remove initialization of table
2162 Compile_Time_Warning_Errors.
2163 (Validate_Compile_Time_Warning_Error,
2164 Validate_Compile_Time_Warning_Errors): Move to sem_prag.
2165 * sem_prag.ads (Validate_Compile_Time_Warning_Errors): New
2166 procedure.
2167 * sem_prag.adb (Initialize): Initialize table
2168 Compile_Time_Warning_Errors.
2169
b9bd5934 21702019-07-08 Ed Schonberg <schonberg@adacore.com>
2171
2172 * sem_ch13.adb (Analyze_Aspect_Specifications): For a
2173 pre/postcondition of a generic subprogram declaration, do not
2174 use Relocate_Node on the aspect expression to construct the
2175 corresponding attribute specification, to prevent tree anomalies
2176 when the expression is a call with named actual parameters.
2177
63bb17d8 21782019-07-08 Javier Miranda <miranda@adacore.com>
2179
2180 * sem_attr.adb (Analyze_Attribute [Attribute_Size]): For pragmas
2181 used to report user defined compile time warning or errors
2182 handle 'Size for types with known static RM size.
2183
1979cbfe 21842019-07-08 Justin Squirek <squirek@adacore.com>
2185
2186 * exp_imgv.adb (Build_Enumeration_Image_Tables): Default SSO for
2187 the building of image tables.
2188 (Expand_Image_Attribute): Minor cleanup.
2189
bcb0a375 21902019-07-08 Dmitriy Anisimkov <anisimko@adacore.com>
2191
2192 * libgnat/g-socket.ads, libgnat/g-socket.adb: Improve
2193 documentation.
2194 (Get_Socket_Option, Set_Socket_Option): Remove default value for
2195 the Level formal.
2196
429822c1 21972019-07-08 Ed Schonberg <schonberg@adacore.com>
2198
2199 * sem_ch13.adb (Check_Aspect_At_End_Of_Declarations): For an
2200 unanalized aspect in a generic context that has not been
2201 analyzed yet, if the aspect applies to a type, place the type on
2202 the scope stack to make its components visible, before checking
2203 conformance with the version of the expression analyzed at the
2204 freeze point.
2205
e1415398 22062019-07-05 Justin Squirek <squirek@adacore.com>
2207
2208 * checks.adb (Apply_Accessibility_Check): Add logic to fetch the
2209 function result accessibility level if one is required within
2210 the generated check.
2211 * exp_ch6.adb (Needs_Result_Accessibility_Level): Modify
2212 controlling elsif block to handle more cases such as anonymous
2213 access results and disable checking for coextensions.
2214
dad9e9f8 22152019-07-05 Ed Schonberg <schonberg@adacore.com>
2216
2217 * sem_ch9.adb (Analyze_Accept_Statement): If this is an illegal
2218 accept statement for an enclosing entry abandon analysis to
2219 prevent scope mismatches and potential infinite loops in
2220 compiler.
2221
627d0751 22222019-07-05 Hristian Kirtchev <kirtchev@adacore.com>
2223
2224 * ali.adb (For_Each_Invocation_Construct,
2225 For_Each_Invocation_Relation): New version.
2226 (Scan_ALI): Initialize field Invocation_Graph_Encoding.
2227 (Set_Invocation_Graph_Encoding): Update the setting of the
2228 invocation graph encoding.
2229 * ali.ads: Move field Invocation_Graph_Encoding from Unit_Record
2230 to ALI_Record because the encoding applies to the whole ALI,
2231 rather than one of the units (spec or body) for which the ALI
2232 file was created.
2233 (For_Each_Invocation_Construct, For_Each_Invocation_Relation):
2234 New version.
2235 * bindo.adb: Update the section on switches. Complete the
2236 section of debugging elaboration order issues.
2237 (Find_Elaboration_Order): Prepare the routine for the switch
2238 from the old to the new elaboration order mechanism.
2239 * bindo-diagnostics.adb (Find_And_Output_Invocation_Paths):
2240 Manage a visited set used by Visit_Vertex.
2241 (Output_All_Cycles_Suggestions,
2242 Output_Dynamic_Model_Suggestions): Clarify the nature of the
2243 suggested switch.
2244 (Output_Elaborate_Body_Transition): Update the diagnostic to
2245 emit a better message.
2246 (Output_Forced_Suggestions, Output_Full_Encoding_Suggestions):
2247 Clarify the nature of the suggested switch.
2248 (Visit_Vertex): Update the parameter profile to add a set of
2249 invokers visited during the transition. This set prevents
2250 infinite exploration of the graph in case the invocations are
2251 recursive.
2252 * bindo-elaborators.adb: Add a use clause for
2253 Bindo.Writers.Dependency_Writers.
2254 (Elaborate_Units_Common): Output the library graph after it has
2255 been augmented with invocation edges. Output just the components
2256 instead of outputting the whole library graph again.
2257 (Elaborate_Units_Dynamic, Elaborate_Units_Static): Output the
2258 dependencies as expressed in the library graph.
2259 * bindo-units.adb (Invocation_Graph_Encoding): Update the
2260 extraction of the invocation graph encoding.
2261 * bindo-writers.adb: Add with and use clauses for Binderr and
2262 Butil.
2263 (palgc, plgc): New debug routine.
2264 (Write_Components): Moved to the spec. Add a header for the
2265 output.
2266 (Write_Dependencies, Write_Dependencies_Of_Vertex,
2267 Write_Dependency_Edge): New routine.
2268 (Write_Elaboration_Order): Update the logic to follow the format
2269 of Binde's order output.
2270 (Write_Library_Graph): Do not output the components every time
2271 the graph is written.
2272 (Write_Unit): Output the invocation graph encoding of the unit.
2273 Output the invocation constructs and relations for the unit
2274 only.
2275 * bindo-writers.ads (Write_Components): Moved from the body.
2276 (Write_Dependencies): New routine.
2277 * bindusg.adb: Prepare the routine for the switch from the old
2278 to the new elaboration order mechanism.
2279 * debug.adb: Binder switch -d_O is now not associated with any
2280 functionality.
2281 * einfo.adb (Is_Elaboration_Target): The attribute applies to
2282 packages, as specified by the comment on the attribute usage.
2283 * opt.ads: Add a global flag which controls the choice between
2284 the new and the legacy elaboration order mechanism.
2285 * sem_elab.adb: Add Package_Target to type Target_Kind.
2286 (Build_Elaborate_Body_Procedure, Build_Elaborate_Procedure,
2287 Build_Elaborate_Spec_Procedure, Check_Elaboration_Scenarios,
2288 Check_SPARK_Model_In_Effect): Use Main_Unit_Entity to obtain the
2289 entity of the main unit.
2290 (Create_Package_Rep): New routine.
2291 (Create_Target_Rep): Add processing for packages.
2292 (Declaration_Placement_Of_Node, Has_Prior_Elaboration): Use
2293 Main_Unit_Entity to obtain the entity of the main
2294 unit.
2295 (Invocation_Graph_Recording_OK): Prepare the routine for the
2296 switch from the old to the new elaboration order mechanism.
2297 (Main_Unit_Entity): New routine.
2298 (Meet_Elaboration_Requirement,
2299 Process_Conditional_ABE_Variable_Reference): Use
2300 Main_Unit_Entity to obtain the entity of the main unit.
2301 (Process_Invocation_Instantiation): New routine.
2302 (Process_Invocation_Scenario): Add processing for
2303 instantiations.
2304 * switch-b.adb (Scan_Binder_Switches): Prepare the routine for
2305 the switch from the old to the new elaboration order mechanism.
2306
30fb27b1 23072019-07-05 Joffrey Huguet <huguet@adacore.com>
2308
2309 * libgnat/a-textio.adb: Add abstract state refinment.
2310 * libgnat/a-textio.ads: Add File_System abstract state. Add
2311 global contracts, contract cases, preconditions and
2312 postconditions to procedures and functions.
2313 (Set_Input, Set_Output, Set_Error, Standard_Input,
2314 Standard_Output, Standard_Error, Current_Input, Current_Output,
2315 Current_Error): Turn SPARK_Mode off.
2316 (Get_Line): Turn SPARK_Mode off on Get_Line functions.
2317 * libgnat/a-tideio.ads, libgnat/a-tienio.ads,
2318 libgnat/a-tifiio.ads, libgnat/a-tiflio.ads,
2319 libgnat/a-tiinio.ads, libgnat/a-timoio.ads: Add global
2320 contracts, contract cases, preconditions and postconditions to
2321 procedures and functions.
2322
ce99fc8a 23232019-07-05 Arnaud Charlet <charlet@adacore.com>
2324
2325 * doc/gnat_ugn/platform_specific_information.rst: Refresh doc on
2326 installing from the command line on Windows. Remove obsolete
2327 part.
2328 * gnat_ugn.texi: Regenerate.
2329
26ea5003 23302019-07-05 Vasiliy Fofanov <fofanov@adacore.com>
2331
2332 * libgnat/a-wichha.ads (Is_Alphanumeric): Replace comment with
2333 the correct one. Also capitalize references to False
2334 throughout.
2335
c9c81835 23362019-07-05 Eric Botcazou <ebotcazou@adacore.com>
2337
2338 * exp_ch4.adb (Expand_N_Indexed_Component): Do not expand actual
2339 parameters of function calls here either.
2340
50948c8a 23412019-07-05 Hristian Kirtchev <kirtchev@adacore.com>
2342
2343 * bindo-units.adb, checks.adb, exp_attr.adb, exp_ch3.adb,
2344 exp_ch4.adb, exp_pakd.adb, lib-writ.adb, libgnat/g-traceb.adb,
2345 libgnat/g-traceb.ads, libgnat/s-stratt.ads, sem_aux.ads,
2346 sem_util.adb: Minor reformatting.
2347
a9fa50ab 23482019-07-05 Ed Schonberg <schonberg@adacore.com>
2349
2350 * sem_ch13.adb (Build_Predicate_Functions): If a subtype that
2351 carries a static predicate aspect is frozen immediately after
2352 its declaration, ensure that the generated function body created
2353 for predicate checking is inserted after the corresponding
2354 subprogram declaration, which is created at the point the
2355 declaration is elaborated.
2356
ee4e1dd7 23572019-07-05 Hristian Kirtchev <kirtchev@adacore.com>
2358
2359 * exp_ch7.adb (Cleanup_Record): Use the underlying type when
2360 checking for components with tasks.
2361
2028580f 23622019-07-05 Arnaud Charlet <charlet@adacore.com>
2363
2364 * libgnarl/s-osinte__linux.ads: Link with -lrt before -lpthread.
2365
ec1e481f 23662019-07-05 Ed Schonberg <schonberg@adacore.com>
2367
2368 * exp_pakd.adb (Expand_Bit_Packed_Element_Set): Add explicit
2369 range checks when the index type of the bit-packed array is an
2370 enumeration type with a non-standard representation,
2371
ae60396a 23722019-07-05 Hristian Kirtchev <kirtchev@adacore.com>
2373
2374 * sem_res.adb (Is_Control_Flow_Statement): Delay statements
2375 contain an expression, which in turn may have side effects and
2376 affect the infinite recursion. As a result, delay statements
2377 should not be treated specially.
2378
d33025f2 23792019-07-05 Arnaud Charlet <charlet@adacore.com>
2380
2381 * libgnarl/s-linux.ads, libgnarl/s-linux__alpha.ads,
2382 libgnarl/s-linux__android.ads, libgnarl/s-linux__hppa.ads,
2383 libgnarl/s-linux__mips.ads, libgnarl/s-linux__riscv.ads,
2384 libgnarl/s-linux__sparc.ads: Fix typos in comments.
2385
51f2c7f9 23862019-07-05 Hristian Kirtchev <kirtchev@adacore.com>
2387
2388 * sem_res.adb (Check_Infinite_Recursion): Reimplemented.
2389 (Enclosing_Declaration_Or_Statement,
2390 Invoked_With_Different_Arguments, Is_Conditional_Statement,
2391 Is_Control_Flow_Statement, Is_Immediately_Within_Body,
2392 Is_Raise_Idiom, Is_Raise_Statement, Is_Sole_Statement,
2393 Preceded_By_Control_Flow_Statement,
2394 Within_Conditional_Statement): New routines.
2395
0e6f6ee1 23962019-07-05 Javier Miranda <miranda@adacore.com>
2397
2398 * exp_ch4.adb (Expand_N_Type_Conversion): Do not apply an
2399 accessibility check when the conversion is an access to
2400 class-wide interface type and it is an actual parameter.
2401 * exp_ch6.adb (Expand_Call_Helper): Add documentation on the
2402 accessibility level of an anonymous allocator defining the value
2403 of an access parameter.
2404 * sem_util.ads, sem_util.adb (Dynamic_Accessibility_Level): Add
2405 support for an anonymous allocator whose type is that of a
2406 stand-alone object of an anonymous access to object type.
2407
f28a3d6c 24082019-07-05 Piotr Trojanek <trojanek@adacore.com>
2409
2410 * einfo.ads, sem_res.adb: Typo fixes in comments.
2411
2d8a0eb3 24122019-07-05 Bob Duff <duff@adacore.com>
2413
2414 * exp_ch6.adb (Is_Build_In_Place_Function): Narrow the check for
2415 Has_Foreign_Convention to the imported case only. If a
2416 build-in-place function is exported, and called from Ada code,
2417 build-in-place protocols should be used.
2418
6eddee84 24192019-07-05 Ed Schonberg <schonberg@adacore.com>
2420
2421 * sem_util.adb (Encloing_Subprogram): If Enclosing_Dynamic_Scope
2422 is a loop, continue climbing the scope stack to find the
2423 enclosing subprogram.
2424 (Gather_Components): Handle properly a choice in a record
2425 aggregate that is given by a subtype with a static predicate.
2426
249e38a7 24272019-07-05 Javier Miranda <miranda@adacore.com>
2428
2429 * debug.adb (-gnatd.K): Leave available this switch.
2430 * contracts.adb (Build_And_Analyze_Contract_Only_Subprograms):
2431 Remove.
2432 * scil_ll.ads, scil_ll.adb (Contract_Only_Body_Flag,
2433 Contract_Only_Body_Nodes, Get_Contract_Only_Body,
2434 Is_Contract_Only_Body, Set_Contract_Only_Body): Remove.
2435
33ae0c9f 24362019-07-05 Pierre-Marie de Rodat <derodat@adacore.com>
2437
2438 * libgnat/a-strunb.ads: Import documentation from the RM
2439
70f9c8aa 24402019-07-05 Pierre-Marie de Rodat <derodat@adacore.com>
2441
2442 * libgnat/a-strfix.ads: Import documentation from the RM
2443
1bc68ac2 24442019-07-05 Yannick Moy <moy@adacore.com>
2445
2446 * adabkend.adb (Scan_Back_End_Switches): Accept -Og and -Ofast
2447 switches.
2448
2500be2f 24492019-07-05 Hristian Kirtchev <kirtchev@adacore.com>
2450
2451 * ali.adb: Relocate types Invocation_Construct_Record,
2452 Invocation_Relation_Record, and Invocation_Signature_Record to
2453 the body of ALI. Relocate tables Invocation_Constructs,
2454 Invocation_Relations, and Invocation_Signatures to the body of
2455 ALI. Remove type Body_Placement_Codes. Add new types
2456 Declaration_Placement_Codes, and
2457 Invocation_Graph_Encoding_Codes. Update the literals of type
2458 Invocation_Graph_Line_Codes.
2459 (Add_Invocation_Construct): Update the parameter profile. Add an
2460 invocation construct built from all attributes provided.
2461 (Add_Invocation_Relation): Update the parameter profile. Add an
2462 invocation relation built from all attributes provided.
2463 (Body_Placement): New routine.
2464 (Body_Placement_Kind_To_Code, Code_To_Body_Placement_Kind):
2465 Removed.
2466 (Code_To_Declaration_Placement_Kind,
2467 Code_To_Invocation_Graph_Encoding_Kind, Column,
2468 Declaration_Placement_Kind_To_Code, Extra,
2469 For_Each_Invocation_Construct, For_Each_Invocation_Relation,
2470 Invocation_Graph_Encoding,
2471 Invocation_Graph_Encoding_Kind_To_Code, Invoker, Kind, Line,
2472 Locations, Name): New routine.
2473 (Scan_Invocation_Construct_Line): Reimplement the scanning
2474 mechanism.
2475 (Scan_Invocation_Graph_Attributes_Line): New routine.
2476 (Scan_Invocation_Graph_Line): Use a case statement to dispatch.
2477 (Scan_Invocation_Relation_Line): Reimplement the scanning
2478 mechanism.
2479 (Scope): New routine.
2480 (Set_Invocation_Graph_Encoding, Signature, Spec_Placement,
2481 Target): New routine.
2482 * ali.ads: Add new type Invocation_Graph_Encoding_Kind. Add
2483 component Invocation_Graph_Encoding to type Unit_Record.
2484 Relocate various types and data structures to the body of ALI.
2485 (Add_Invocation_Construct, Add_Invocation_Relation): Update the
2486 parameter profile.
2487 (Body_Placement): New routine.
2488 (Body_Placement_Kind_To_Code, Code_To_Body_Placement_Kind):
2489 Removed.
2490 (Code_To_Declaration_Placement_Kind,
2491 Code_To_Invocation_Graph_Encoding_Kind, Column,
2492 Declaration_Placement_Kind_To_Code, Extra,
2493 For_Each_Invocation_Construct, For_Each_Invocation_Relation,
2494 Invocation_Graph_Encoding,
2495 Invocation_Graph_Encoding_Kind_To_Code, Invoker, Kind, Line,
2496 Locations, Name, Scope, Set_Invocation_Graph_Encoding,
2497 Signature, Spec_Placement, Target): New routine.
2498 * bindo.adb: Add with clause for Binde. Add with and use
2499 clauses for Debug. Update the documentation. Add new switches.
2500 (Find_Elaboration_Order): Dispatch to the proper elaboration
2501 mechanism.
2502 * bindo-augmentors.adb:
2503 Remove with and use clauses for GNAT and GNAT.Sets. Remove
2504 membership set VS. Update the parameter profiles of most
2505 routines to use better parameter names. Update the
2506 implementation of most routine to use the new parameter names.
2507 Remove various redundant assertions.
2508 * bindo-builders.adb: Use better names for instantiated data
2509 structures. Update all references to these names. Update the
2510 parameter profiles of most routines to use better parameter
2511 names. Update the implementation of most routine to use the new
2512 parameter names.
2513 (Build_Library_Graph): Update the parameter profile. Update the
2514 call to Create.
2515 (Create_Vertex): Reimplemented.
2516 (Declaration_Placement_Vertex): New routine.
2517 * bindo-builders.ads (Build_Library_Graph): Update the parameter
2518 profile and comment on usage.
2519 * bindo-diagnostics.adb: Almost a new unit.
2520 * bindo-diagnostics.ads: Add a use clause for
2521 Bindo.Graphs.Invocation_Graphs. Remove package
2522 Cycle_Diagnostics.
2523 (Diagnose_Circularities): New routine.
2524 * bindo-elaborators.adb: Remove the with and use clauses for
2525 Binderr and GNAT.Sets. Remove the use clause for
2526 Bindo.Diagnostics.Cycle_Diagnostics. Remove membership set VS.
2527 Update the parameter profiles of most routines to use better
2528 parameter names. Update the implementation of most routine to
2529 use the new parameter names. (Elaborate_Units_Common): Update
2530 the parameter profile. Pass an infication to the library graph
2531 builder whether the dynamic model is in effect.
2532 (Elaborate_Units_Dynamic, Elaborate_Units_Static): Use
2533 Diagnose_Circularities to provide diagnostics.
2534 (Update_Successor): Use routine In_Same_Component to determine
2535 whether the predecessor and successor reside in different
2536 components.
2537 * bindo-graphs.adb: Add with and use clauses for Butil, Debug,
2538 Output, and Bindo.Writers. Remove with and use clauses for
2539 GNAT.Lists. Update the parameter profiles of most routines to
2540 use better parameter names. Update the implementation of most
2541 routine to use the new parameter names. Remove various
2542 redundant assertions. Remove doubly linked list EL. Add new
2543 type Precedence_Kind.
2544 (Add_Cycle): New routine.
2545 (Add_Vertex): Update the parameter profile. Update the creation
2546 of vertex attributes.
2547 (Add_Vertex_And_Complement, Body_Vertex, Column,
2548 Complementary_Vertex, Copy_Cycle_Path, Cycle_Kind_Of): New
2549 routines.
2550 (Destroy_Invocation_Graph_Edge, Destroy_Library_Graph_Cycle,
2551 Destroy_Library_Graph_Edge, Extra, File_Name,
2552 Find_All_Cycles_Through_Vertex, Find_All_Cycles_With_Edge,
2553 Find_Cycles, Find_First_Lower_Precedence_Cycle,
2554 Get_LGC_Attributes, Has_Next, Hash_Library_Graph_Cycle,
2555 Hash_Library_Graph_Cycle_Attributes, Highest_Precedence_Cycle,
2556 Highest_Precedence_Edge, In_Same_Component, Insert_And_Sort,
2557 Invocation_Edge_Count, Invocation_Graph_Encoding,
2558 Is_Cycle_Initiating_Edge, Is_Cyclic_Edge,
2559 Is_Cyclic_Elaborate_All_Edge, Is_Cyclic_Elaborate_Body_Edge,
2560 Is_Cyclic_Elaborate_Edge, Is_Cyclic_Forced_Edge,
2561 Is_Cyclic_Invocation_Edge, Is_Cyclic_With_Edge,
2562 Is_Dynamically_Elaborated, Is_Elaborate_All_Edge,
2563 Is_Elaborate_Body_Edge, Is_Elaborate_Edge: New routines.
2564 (Is_Existing_Predecessor_Successor_Relation): Removed.
2565 (Is_Forced_Edge, Is_Invocation_Edge, Is_Recorded_Cycle,
2566 Is_Recorded_Edge, Is_With_Edge, Iterate_Edges_Of_Cycle, Kind,
2567 Length): New routine.
2568 (Lib_Vertex): Removed.
2569 (Line, Links_Vertices_In_Same_Component,
2570 Maximum_Invocation_Edge_Count, Next, Normalize_And_Add_Cycle,
2571 Normalize_Cycle_Path, Number_Of_Cycles, Path, Precedence,
2572 Remove_Vertex_And_Complement, Sequence_Next_Cycle): New routines.
2573 (Sequence_Next_IGE_Id): Renamed to Sequence_Next_Edge.
2574 (Sequence_Next_IGV_Id): Renamed to Sequence_Next_Vertex.
2575 (Sequence_Next_LGE_Id): Renamed to Sequence_Next_Edge.
2576 (Sequence_Next_LGV_Id): Renamed to Sequence_Next_Vertex.
2577 (Set_Is_Existing_Predecessor_Successor_Relation): Removed.
2578 (Set_Is_Recorded_Cycle, Set_Is_Recorded_Edge,
2579 Set_LGC_Attributes, Spec_Vertex, Trace_Cycle, Trace_Edge,
2580 Trace_Eol, Trace_Vertex): New routines.
2581 * bindo-graphs.ads: Add with and use clauses for Types and
2582 GNAT.Lists. Update the parameter profiles of most routines to
2583 use better parameter names. Update the implementation of most
2584 routine to use the new parameter names. Add the new
2585 instantiated data structures IGE_Lists, IGV_Sets, LGC_Lists,
2586 LGE_Lists, LGE_Sets, LGV_Sets, and RC_Sets. Add new type
2587 Library_Graph_Cycle_Id along with an empty and initial value.
2588 Remove component Lib_Vertex and add new components Body_Vertex
2589 and Spec_Vertex to type Invocation_Graph_Vertex_Attributes. Add
2590 new type Library_Graph_Cycle_Kind. Add new iterators
2591 All_Cycle_Iterator and Edges_Of_Cycle_Iterator. Add new type
2592 Library_Graph_Cycle_Attributes. Add new components
2593 Cycle_Attributes, Cycles, and Dynamically_Elaborated to type
2594 Library_Graph_Attributes.
2595 (Body_Vertex, Column, Destroy_Invocation_Graph_Edge,
2596 Destroy_Library_Graph_Cycle_Attributes,
2597 Destroy_Library_Graph_Edge, Extra, File_Name, Find_Cycles,
2598 Has_Elaborate_All_Cycle, Has_Next, Hash_Library_Graph_Cycle,
2599 Hash_Library_Graph_Cycle_Attributes, Highest_Precedence_Cycle,
2600 In_Same_Component, Invocation_Edge_Count,
2601 Invocation_Graph_Encoding, Is_Dynamically_Elaborated,
2602 Is_Elaborate_All_Edge, Is_Elaborate_Body_Edge,
2603 Is_Elaborate_Edge, Is_Forced_Edge, Is_Invocation_Edge,
2604 Is_With_Edge, Iterate_All_Cycles, Iterate_Edges_Of_Cycle, Kind):
2605 New routines.
2606 (Length, Lib_Vertex, (Line, Next, Number_Of_Cycles, Present,
2607 Same_Library_Graph_Cycle_Attributes, Spec_Vertex): New routines.
2608 * bindo-units.adb (File_Name, Invocation_Graph_Encoding): New
2609 routines.
2610 * bindo-units.ads: Add new instantiated data structure
2611 Unit_Sets.
2612 (File_Name, Invocation_Graph_Encoding): New routine.
2613 * bindo-validators.adb: Remove with and use clauses for GNAT and
2614 GNAT.Sets. Remove membership set US. Update the parameter
2615 profiles of most routines to use better parameter names. Update
2616 the implementation of most routine to use the new parameter
2617 names.
2618 (Validate_Cycle, Validate_Cycle_Path, Validate_Cycles,
2619 Validate_Invocation_Graph_Vertex): Remove the validation of
2620 component Lib_Vertex. Add the validation of components
2621 Body_Vertex and Spec_Vertex.
2622 (Write_Error): New routine.
2623 * bindo-validators.ads (Validate_Cycles): New routine.
2624 * bindo-writers.adb: Update the parameter profiles of most
2625 routines to use better parameter names. Update the
2626 implementation of most routine to use the new parameter names.
2627 (Write_Cycle, Write_Cyclic_Edge, Write_Cycles): New routines.
2628 (Write_Invocation_Graph_Vertex): Remove the output of component
2629 Lib_Vertex. Add the output of components Body_Vertex and
2630 Spec_Vertex.
2631 * bindo-writers.ads (Write_Cycles): New routine.
2632 * debug.adb: Use binder switches -d_C and -d_P, add
2633 documentation on their usage.
2634 * gnatbind.adb: Remove with and use clauses for Binde. Delegate
2635 the choice of elaboration mechanism to Bindo.
2636 * lib-writ.adb (Column, Extra, Invoker, Kind, Line, Locations,
2637 Name, Placement, Scope, Signature, Target): Removed.
2638 (Write_Invocation_Graph): Moved at the top level.
2639 (Write_Invocation_Graph_Attributes): New routine.
2640 (Write_Invocation_Relation, Write_Invocation_Signature): Moved
2641 at the top level.
2642 * lib-writ.ads: Add a documentation section on invocation graph
2643 attributes.
2644 * sem_elab.adb (Body_Placement_Of): New routine.
2645 (Declare_Invocation_Construct): Update the call to
2646 Add_Invocation_Construct.
2647 (Declaration_Placement_Of_Node): New routine.
2648 (Get_Invocation_Attributes): Correct the retrieval of the
2649 enclosing subprogram where the postcondition procedure lives.
2650 (Placement_Of, Placement_Of_Node): Removed.
2651 (Record_Invocation_Graph): Record the encoding format used.
2652 (Record_Invocation_Graph_Encoding): New routine.
2653 (Record_Invocation_Relation): Update the call to
2654 Add_Invocation_Relation.
2655 (Spec_Placement_Of): Removed.
2656 * libgnat/g-lists.ads, libgnat/g-lists.adb (Equal): New routine.
2657
164597c5 26582019-07-05 Ed Schonberg <schonberg@adacore.com>
2659
2660 * checks.adb (Apply_Predicate_Check): Except within the
2661 subprogram body that defines the formal, do not apply predicate
2662 check on a formal IN parameter: such a check is redundant and
2663 its expansion can lead to out-of-scope references when it is
2664 originates in a function call in a precondition,
2665
572a4bc5 26662019-07-05 Yannick Moy <moy@adacore.com>
2667
2668 * sem_res.adb (Resolve_Call): Cannot inline in quantified
2669 expressions.
2670 * sem_util.adb, sem_util.ads (In_Quantified_Expression): New
2671 function.
2672
2c3ad474 26732019-07-05 Bob Duff <duff@adacore.com>
2674
2675 * doc/gnat_rm/standard_and_implementation_defined_restrictions.rst:
2676 Fix typo.
2677 * gnat_rm.texi: Regenerate.
2678
2f67af4c 26792019-07-05 Bob Duff <duff@adacore.com>
2680
2681 * exp_attr.adb (Input): Take the No_Stream_Optimizations
2682 restriction into account.
2683
1cb1fd0f 26842019-07-05 Claire Dross <dross@adacore.com>
2685
2686 * libgnat/a-cofove.ads, libgnat/a-cofove.adb: Definite formal
2687 vectors are now always bounded so that they do not need to be
2688 limited anymore.
2689
d2d09f3e 26902019-07-05 Dmitriy Anisimkov <anisimko@adacore.com>
2691
2692 * libgnat/g-traceb.ads, libgnat/g-traceb.adb (Call_Chain): New
2693 function.
2694
c5c4ce6c 26952019-07-04 James Clarke <jrtc27@debian.org>
14e0bfed 2696
2697 * libgnarl/s-osinte__kfreebsd-gnu.ads (clockid_t): Make type
2698 definition public.
2699 (CLOCK_REALTIME): Make value public.
2700
ecd07d3b 27012019-07-04 Javier Miranda <miranda@adacore.com>
2702
2703 * exp_tss.adb (Init_Proc): Adding missing support for access to
2704 subprograms and access to protected subprograms of non-default
2705 C++ constructors.
2706
e0ff1639 27072019-07-04 Eric Botcazou <ebotcazou@adacore.com>
2708
2709 * gnat1drv.adb (Adjust_Global_Switches): Use proper interface to
2710 set the validity settings in CodePeer mode.
2711 * par-load.adb (Load): Remove all code dealing with validity
2712 settings.
2713 * validsw.ads (Validity_Check_Copies): Alphabetize.
2714 * validsw.adb (Reset_Validity_Check_Options): Set all options to
2715 off.
2716 (Save_Validity_Check_Options): Save all options.
2717
40bff3a0 27182019-07-04 Hristian Kirtchev <kirtchev@adacore.com>
2719
2720 * exp_ch3.adb, exp_ch4.adb, exp_ch4.ads, exp_ch5.adb,
2721 exp_ch7.adb, exp_ch9.adb, exp_ch11.adb, exp_unst.adb,
2722 rtsfind.ads, sem_attr.adb, sem_ch10.adb, sem_ch12.adb,
2723 sem_ch13.adb, sem_dim.adb, sem_disp.adb, xref_lib.adb: Minor
2724 reformatting.
2725
0ebaade4 27262019-07-04 Joffrey Huguet <huguet@adacore.com>
2727
2728 * libgnarl/a-taside.ads: Add assertion policy to ignore
2729 preconditions.
2730 (Abort_Task, Is_Terminated, Is_Callable): Add preconditions.
2731
f14a590b 27322019-07-04 Eric Botcazou <ebotcazou@adacore.com>
2733
2734 * doc/gnat_rm/implementation_defined_pragmas.rst: Fix
2735 capitalization and parenthesis glitches.
2736 * gnat_rm.texi: Regenerate.
2737
f5388f99 27382019-07-04 Ed Schonberg <schonberg@adacore.com>
2739
2740 * sem_ch10.adb (Remove_Context_Clauses): Handle properly the
2741 removal of a limited_with_clause which appears in the library
2742 unit oF the main unit, when some other unit in the context has a
2743 regular with_clause on the same unit, to prevent spurious
2744 visibility errors in the subsequent analysis of pending instance
2745 bodies.
2746
c930bc82 27472019-07-04 Hristian Kirtchev <kirtchev@adacore.com>
2748
2749 * sem_elab.adb: Add new type Elaboration_Phase_Status along with
2750 a global to keep track of the elaboration phase status.
2751 Initialize all internal data structures to Nil for services
2752 Elaborated_Units, Internal_Representation, and Scenario_Storage.
2753 (Build_Call_Marker): Do not create a call marker when the
2754 elaboration phase is not active.
2755 (Build_Variable_Reference_Marker): Do not create a call marker
2756 when the elaboration phase is not active.
2757 (Check_Elaboration_Scenarios): Destroy all internal structures
2758 when the elaboration phase does not have to run. Do not execute
2759 when the elaboration phase is not active.
2760 (Elaboration_Phase_Active): New routine.
2761 (Finalize_All_Data_Structures): New routine.
2762 (Initialize): Initialize all internal data structures and signal
2763 that the elaboration phase has started.
2764 (Initialize_All_Data_Structures): New routine.
2765 (Initialize_Elaborated_Units): Initialize all internal data
2766 structures.
2767 (Initialize_Internal_Representation): Initialize all internal
2768 data structures.
2769 (Initialize_Scenario_Storage): Initialize all internal data
2770 structures.
2771 (Kill_Elaboration_Scenario): Do not execute when the elaboration
2772 phase is not active.
2773 (Set_Elaboration_Phase): New routine.
2774 (Update_Elaboration_Scenario): Do not execute when the
2775 elaboration phase is not active.
2776
39dec7f4 27772019-07-04 Gary Dismukes <dismukes@adacore.com>
2778
2779 * sem_ch6.adb (Analyze_Subprogram_Body_Helper): The special
2780 treatment of calling Mask_Unfrozen_Types must also be done in
2781 the case of an Ignored_Ghost_Entity, because Expander_Active is
2782 False in that case.
2783
92b004be 27842019-07-04 Yannick Moy <moy@adacore.com>
2785
2786 * sem_prag.adb (Check_Library_Level_Entity): Update for new rule
2787 on SPARK_Mode.
2788
12795e1c 27892019-07-04 Justin Squirek <squirek@adacore.com>
2790
2791 * sem_disp.adb (Check_Controlling_Formals): Obtain the full view
2792 before type comparison.
2793
63fe3141 27942019-07-04 Ed Schonberg <schonberg@adacore.com>
2795
2796 * exp_ch4.ads, exp_ch4.adb (Build_Eq_Call): New visible
2797 subprogram, extracted from Expand_Composite_Equality, to handle
2798 properly the composition of equality for variant record types.
2799 * exp_ch3.adb (MAke_Eq_If): Use Build_Eq_Call for each
2800 component, to handle properly the case of a component with a
2801 user-defined equality. Revert to predefined equality if the
2802 user-defined operation is abstract, to maintain compatibility
2803 with older versions,
2804
17fa952a 28052019-07-04 Justin Squirek <squirek@adacore.com>
2806
2807 * exp_ch3.adb (Build_Initialization_Call): Fixup
2808 *_skip_null_excluding_check argument to handle new default.
2809 (Init_Formals): Make *_skip_null_excluding_check formal default
2810 to False
2811 * exp_ch4.adb (Expand_N_Allocator): Add comment to note heavy
2812 code duplication
2813
cf32543d 28142019-07-04 Bob Duff <duff@adacore.com>
2815
2816 * sem_ch3.adb (Access_Definition): Do not create a master unless
2817 Tasking_Allowed. Otherwise, this fails on restricted runtimes.
2818
eb4dbf20 28192019-07-04 Hristian Kirtchev <kirtchev@adacore.com>
2820
2821 * sem_util.adb (Propagate_DIC_Attributes): Do not propagate the
2822 Default_Initial_Condition attributes to an incomplete type.
2823
25ddc6ba 28242019-07-04 Ed Schonberg <schonberg@adacore.com>
2825
2826 * sem_attr.adb (Check_Array_Type): An array type attribute such
2827 as 'First can be applied to an unconstrained array tyope when
2828 the attribute reference appears within an aspect specification
2829 and the prefix is a current instance, given that the prefix of
2830 the attribute will become a formal of the subprogram that
2831 implements the aspect (typically a predicate check).
2832
74a5962a 28332019-07-04 Piotr Trojanek <trojanek@adacore.com>
2834
2835 * sem_util.adb (Yields_Synchronized_Object): Fix typos in
2836 comments.
2837
c65d33a8 28382019-07-04 Yannick Moy <moy@adacore.com>
2839
2840 * sem_util.adb (Yields_Synchronized_Object): Adapt to new SPARK
2841 rule.
2842
afd77d39 28432019-07-04 Yannick Moy <moy@adacore.com>
2844
2845 * sem_spark.adb (Check_Statement): Only check permission of
2846 object in extended return when it is of a deep type.
2847
2281b807 28482019-07-04 Justin Squirek <squirek@adacore.com>
2849
2850 * sem_ch12.adb (Perform_Appropriate_Analysis): Added for
2851 selecting which type of analysis based on wheither the
2852 instantiation is a generic at the library-level. In which case
2853 expansion during analysis.
2854 (Preanalyze_Actuals): Modify calls to Analyze to use the new
2855 routine.
2856
542b3e26 28572019-07-04 Ed Schonberg <schonberg@adacore.com>
2858
2859 * exp_unst.adb: Handle conditional expressions.
2860
7754aad4 28612019-07-04 Yannick Moy <moy@adacore.com>
2862
2863 * sem_spark.adb (Check_Package_Spec, Check_Package_Body): Only
2864 analyze parts of the code marked in SPARK.
2865
3843c1bd 28662019-07-04 Hristian Kirtchev <kirtchev@adacore.com>
2867
2868 * erroutc.adb, exp_aggr.adb, inline.adb, opt.adb, sem_ch3.adb:
2869 Minor reformatting.
2870
5bc0f990 28712019-07-04 Yannick Moy <moy@adacore.com>
2872
2873 * sem_spark.adb (Explanation, Get_Expl): New functions to get
2874 the explanation for a permission mismatch.
2875 (Perm_Error, Perm_Mismatch, Perm_Error_Loop_Exit): Take
2876 explanation into account for issuing a more precise error
2877 message.
2878 (Set_Perm_Prefixes, Set_Perm_Extensions,
2879 Set_Perm_Extensions_Move): Pass suitable argument for the
2880 explanation node.
2881
11903e68 28822019-07-04 Arnaud Charlet <charlet@adacore.com>
2883
2884 * exp_aggr.adb (In_Place_Assign_OK): Moved to top level and add
2885 support for record aggregates.
2886 (Component_Check): Use Is_CCG_Supported_Aggregate instead of a
2887 similar local predicate.
2888 (Convert_To_Assignments): Take advantage of In_Place_Assign_OK
2889 predicate when possible.
2890 (Is_CCG_Supported_Aggregate): Return False for records with
2891 representation clauses and fix the logic for dealing with nested
2892 aggregates.
2893
b0c19ea3 28942019-07-04 Piotr Trojanek <trojanek@adacore.com>
2895
2896 * opt.adb (Set_Config_Switches): Keep assertions policy as
2897 enabled when analysing internal units in GNATprove mode.
2898
90f2b146 28992019-07-04 Arnaud Charlet <charlet@adacore.com>
2900
2901 * exp_ch4.adb (Expand_Short_Circuit_Operator): Strip
2902 N_Variable_Reference_Marker when checking for the presence of
2903 actions.
2904
39ecad34 29052019-07-04 Arnaud Charlet <charlet@adacore.com>
2906
2907 * exp_aggr.adb (Check_Component): Take into account type
2908 conversions.
2909
c0e899f1 29102019-07-04 Dmitriy Anisimkov <anisimko@adacore.com>
2911
2912 * doc/gnat_ugn/platform_specific_information.rst: Document
2913 Windows socket timeout particularity.
2914 * gnat_ugn.texi: Regenerate.
2915 * gsocket.h: Include versionhelpers.h.
2916 * socket.c (__gnat_minus_500ms): New function.
2917 * libgnat/g-sothco.ads (Minus_500ms_Windows_Timeout): New
2918 imported function.
2919 * libgnat/g-socket.adb (Set_Socket_Option): Refactor to remove
2920 500ms from the requested timeout only on old Windows version.
2921
363b1a8e 29222019-07-04 Thomas Quinot <quinot@adacore.com>
2923
2924 * get_scos.adb: Remove bogus, dead code.
2925
4ae0a9ce 29262019-07-04 Ed Schonberg <schonberg@adacore.com>
2927
2928 * sem_dim.adb (Analyze_Dimension_Array_Aggregate): If the
2929 component is an entity name, its dimensions are those of its
2930 type.
2931
d60fa3c9 29322019-07-03 Bob Duff <duff@adacore.com>
2933
2934 * doc/gnat_ugn/gnat_utility_programs.rst: Document new flags in
2935 GNATpp.
2936
877ad320 29372019-07-03 Hristian Kirtchev <kirtchev@adacore.com>
2938
2939 * binde.adb: Remove with clause for System.OS_Lib.
2940 (Force_Elab_Order): Refactor the majority of the code in Butil.
2941 Use the new forced units iterator to obtain unit names.
2942 * bindo-builders.adb: Add with and use clauses for Binderr,
2943 Butil, Opt, Output, Types, GNAT, and GNAT.Dynamic_HTables. Add
2944 a hash table which maps units to line number in the forced
2945 elaboration order file.
2946 (Add_Unit): New routine.
2947 (Build_Library_Graph): Create forced edges between pairs of
2948 units listed in the forced elaboration order file.
2949 (Create_Forced_Edge, Create_Forced_Edges, Destroy_Line_Number,
2950 Duplicate_Unit_Error, Hash_Unit, Internal_Unit_Info,
2951 Is_Duplicate_Unit, Missing_Unit_Info): New routines.
2952 * bindo-graphs.adb (Is_Internal_Unit, Is_Predefined_Unit):
2953 Refactor some of the behavior to Bindo-Units.
2954 * bindo-graphs.ads: Enable the enumeration literal for forced
2955 edges.
2956 * bindo-units.adb, bindo-units.ads (Is_Internal_Unit,
2957 Is_Predefined_Unit): New routines.
2958 * butil.adb: Add with and use clauses for Opt, GNAT, and
2959 System.OS_Lib. Add with clause for Unchecked_Deallocation.
2960 (Has_Next, Iterate_Forced_Units, Next, Parse_Next_Unit_Name,
2961 Read_Forced_Elab_Order_File): New routines.
2962 * butil.ads: Add with and use clauses for Types. Add new
2963 iterator over the units listed in the forced elaboration order
2964 file.
2965 (Has_Next, Iterate_Forced_Units, Next): New routine.
2966 * namet.adb, namet.ads (Present): New routine.
2967
01e6eb2f 29682019-07-03 Bob Duff <duff@adacore.com>
2969
2970 * sem_ch3.adb (Access_Definition): The code was creating a
2971 master in the case where the designated type is a class-wide
2972 interface type. Create a master in the noninterface case as
2973 well. That is, create a master for all limited class-wide types.
2974
9ad42832 29752019-07-03 Yannick Moy <moy@adacore.com>
2976
2977 * erroutc.adb (Sloc_In_Range): New function to determine whether
2978 the range of a pragma Warnings covers a location, taking
2979 instantiations into account.
2980
f2a8d64e 29812019-07-03 Johannes Kanig <kanig@adacore.com>
2982
2983 * osint.ads, osint.adb (Get_First_Main_File_Name): New routine
2984 to access the first file provided on the command line.
2985
d4f28933 29862019-07-03 Ed Schonberg <schonberg@adacore.com>
2987
2988 * inline.adb (Process_Formals_In_Aspects): New procedure within
2989 Expand_Inlined_Call, to perform a replacement of references to
2990 formals that appear in aspect specifications within the body
2991 being inlined.
2992
23e7fc9b 29932019-07-03 Justin Squirek <squirek@adacore.com>
2994
2995 * sem_ch8.adb (Analyze_Object_Renaming): Add call to search for
2996 the appropriate actual subtype of the object renaming being
2997 analyzed.
2998 (Check_Constrained_Object): Minor cleanup.
2999
f8e6d133 30002019-07-03 Yannick Moy <moy@adacore.com>
3001
3002 * sem_spark.adb (Get_Observed_Or_Borrowed_Expr): New function to
3003 return go through traversal function call.
3004 (Check_Type): Consistently use underlying type.
3005 (Get_Perm): Adapt for case of elaboration code where variables
3006 are not declared in the environment. Remove incorrect handling
3007 of borrow and observe.
3008
d044ba5c 30092019-07-03 Hristian Kirtchev <kirtchev@adacore.com>
3010
3011 * inline.adb (Build_Return_Object_Formal): New routine.
3012 (Can_Split_Unconstrained_Function): Code clean up.
3013 (Copy_Formals,Copy_Return_Object): New routines.
3014 (Split_Unconstrained_Function): Code clean up and refactoring.
3015
8699de72 30162019-07-03 Gary Dismukes <dismukes@adacore.com>
3017
3018 * bindo-augmentors.adb, bindo-augmentors.ads,
3019 bindo-builders.ads, bindo-elaborators.adb, sem_ch12.adb,
3020 sem_ch13.adb, sem_spark.adb, sinfo.ads: Minor editorial
3021 corrections and reformatting.
3022
2ccf6539 30232019-07-03 Bob Duff <duff@adacore.com>
3024
3025 * sem_warn.adb (Check_Infinite_Loop_Warning): Avoid the warning
3026 if an Iterator_Specification is present.
3027
17b5260d 30282019-07-03 Bob Duff <duff@adacore.com>
3029
3030 * doc/gnat_ugn/gnat_utility_programs.rst: Document default
3031 new-line behavior.
3032
5f71d12c 30332019-07-03 Hristian Kirtchev <kirtchev@adacore.com>
3034
3035 * ali.adb: Add with and use clauses for GNAT,
3036 GNAT.Dynamic_HTables, and Snames. Add a map from invocation
3037 signature records to invocation signature ids. Add various
3038 encodings of invocation-related attributes. Sort and update
3039 table Known_ALI_Lines.
3040 (Add_Invocation_Construct, Add_Invocation_Relation,
3041 Body_Placement_Kind_To_Code, Code_To_Body_Placement_Kind,
3042 Code_To_Invocation_Construct_Kind, Code_To_Invocation_Kind,
3043 Code_To_Invocation_Graph_Line_Kind, Destroy, Hash): New
3044 routines.
3045 (Initialize_ALI): Sort the initialization sequence. Add
3046 initialization for all invocation-related tables.
3047 (Invocation_Construct_Kind_To_Code,
3048 Invocation_Graph_Line_Kind_To_Code, Invocation_Kind_To_Code,
3049 Invocation_Signature_Of, Present): New routines.
3050 (Scan_ALI): Add the default values for invocation-related ids.
3051 Scan invocation graph lines.
3052 (Scan_Invocation_Graph_Line): New routine.
3053 * ali.ads: Add with clause for GNAT.Dynamic_Tables. Add types
3054 for invocation constructs, relations, and signatures. Add
3055 tables for invocation constructs, relations, and signatures.
3056 Update Unit_Record to capture invocation-related ids. Relocate
3057 table Unit_Id_Tables and subtypes Unit_Id_Table, Unit_Id_Array
3058 from Binde.
3059 (Add_Invocation_Construct, Add_Invocation_Relation,
3060 Body_Placement_Kind_To_Code, Code_To_Body_Placement_Kind,
3061 Code_To_Invocation_Construct_Kind, Code_To_Invocation_Kind,
3062 Code_To_Invocation_Graph_Line_Kind,
3063 Invocation_Construct_Kind_To_Code,
3064 Invocation_Graph_Line_Kind_To_Code, Invocation_Kind_To_Code,
3065 Invocation_Signature_Of, Present): New routines.
3066 * binde.adb: Add with and use clause for Types. Add use clause
3067 for ALI.Unit_Id_Tables;
3068 * binde.ads: Relocate table Unit_Id_Tables and subtypes
3069 Unit_Id_Table, Unit_Id_Array to ALI.
3070 * bindgen.adb: Remove with and use clause for ALI.
3071 * bindgen.ads: Remove with and use clause for Binde. Add with
3072 and use clause for ALI.
3073 * bindo.adb, bindo.ads, bindo-augmentors.adb,
3074 bindo-augmentors.ads, bindo-builders.adb, bindo-builders.ads,
3075 bindo-diagnostics.adb, bindo-diagnostics.ads,
3076 bindo-elaborators.adb, bindo-elaborators.ads, bindo-graphs.adb,
3077 bindo-graphs.ads, bindo-units.adb, bindo-units.ads,
3078 bindo-validators.adb, bindo-validators.ads, bindo-writers.adb,
3079 bindo-writers.ads: New units.
3080 * debug.adb: Use and describe GNAT debug switches -gnatd_F and
3081 -gnatd_G. Add GNATbind debug switches in the ranges dA .. dZ,
3082 d.a .. d.z, d.A .. d.Z, d.1 .. d.9, d_a .. d_z, d_A .. d_Z, and
3083 d_1 .. d_9. Use and describe GNATbind debug switches -d_A,
3084 -d_I, -d_L, -d_N, -d_O, -d_T, and -d_V.
3085 * exp_util.adb, exp_util.ads (Exceptions_OK): Relocate to
3086 Sem_Util.
3087 * gnatbind.adb: Add with and use clause for Bindo. Use the new
3088 Bindo elaboration order only when -d_N is in effect.
3089 * lib-writ.adb
3090 (Column, Extra, Invoker, Kind, Line, Locations, Name, Placement,
3091 Scope, Signature, Target): New routines.
3092 (Write_ALI): Output all invocation-related data.
3093 (Write_Invocation_Graph): New routine.
3094 * lib-writ.ads: Document the invocation graph ALI line.
3095 * namet.adb, namet.ads (Present): New routines.
3096 * sem_ch8.adb (Find_Direct_Name): Capture the status of
3097 elaboration checks and warnings of an identifier.
3098 (Find_Expanded_Name): Capture the status of elaboration checks
3099 and warnings of an expanded name.
3100 * sem_ch12.adb (Analyze_Generic_Package_Declaration): Ensure
3101 that invocation graph-related data within the body of the main
3102 unit is encoded in the ALI file.
3103 (Analyze_Generic_Subprogram_Declaration): Ensure that invocation
3104 graph-related data within the body of the main unit is encoded
3105 in the ALI file.
3106 (Analyze_Package_Instantiation): Perform minimal decoration of
3107 the instance entity.
3108 (Analyze_Subprogram_Instantiation): Perform minimal decoration
3109 of the instance entity.
3110 * sem_elab.adb: Perform heavy refactoring of all code. The unit
3111 is now split into "services" which specialize in one area of ABE
3112 checks. Add processing in order to capture invocation-graph
3113 related attributes of the main unit, and encode them in the ALI
3114 file. The Processing phase can now operate in multiple modes,
3115 all described by type Processing_Kind. Scenarios and targets
3116 are now distinct at the higher level, and carry their own
3117 representations. This eliminates the need to constantly
3118 recompute their attributes, and offers the various processors a
3119 uniform interface. The various initial states of the Processing
3120 phase are now encoded using type Processing_In_State, and
3121 xxx_State constants.
3122 * sem_elab.ads: Update the literals of type
3123 Enclosing_Level_Kind. Add Inline pragmas on several routines.
3124 * sem_prag.adb (Process_Inline): Ensure that invocation
3125 graph-related data within the body of the main unit is encoded
3126 in the ALI file.
3127 * sem_util.adb (Enclosing_Generic_Body, Enclosing_Generic_Unit):
3128 Code clean up.
3129 (Exceptions_OK): Relocated from Sem_Util.
3130 (Mark_Save_Invocation_Graph_Of_Body): New routine.
3131 * sem_util.ads (Exceptions_OK): Relocated from Sem_Util.
3132 (Mark_Save_Invocation_Graph_Of_Body): New routine.
3133 * sinfo.adb (Is_Elaboration_Checks_OK_Node): Now applicable to
3134 N_Variable_Reference_Marker.
3135 (Is_Elaboration_Warnings_OK_Node): Now applicable to
3136 N_Expanded_Name, N_Identifier, N_Variable_Reference_Marker.
3137 (Is_Read): Use Flag4.
3138 (Is_SPARK_Mode_On_Node): New applicable to
3139 N_Variable_Reference_Marker.
3140 (Is_Write): Use Flag5.
3141 (Save_Invocation_Graph_Of_Body): New routine.
3142 (Set_Is_Elaboration_Checks_OK_Node): Now applicable to
3143 N_Variable_Reference_Marker.
3144 (Set_Is_Elaboration_Warnings_OK_Node): Now applicable to
3145 N_Expanded_Name, N_Identifier, N_Variable_Reference_Marker.
3146 (Set_Is_SPARK_Mode_On_Node): New applicable to
3147 N_Variable_Reference_Marker.
3148 (Set_Save_Invocation_Graph_Of_Body): New routine.
3149 * sinfo.ads: Update the documentation of attributes
3150 Is_Elaboration_Checks_OK_Node, Is_Elaboration_Warnings_OK_Node,
3151 Is_SPARK_Mode_On_Node. Update the flag usage of attributes
3152 Is_Read, Is_Write. Add attribute Save_Invocation_Graph_Of_Body
3153 and update its occurrence in nodes.
3154 (Save_Invocation_Graph_Of_Body): New routine along with pragma
3155 Inline.
3156 (Set_Save_Invocation_Graph_Of_Body): New routine along with
3157 pragma Inline.
3158 * switch-b.adb (Scan_Binder_Switches): Refactor the scanning of
3159 debug switches.
3160 (Scan_Debug_Switches): New routine.
3161 * libgnat/g-dynhta.adb, libgnat/g-dynhta.ads (Contains): New routine.
3162 * libgnat/g-graphs.adb (Associate_Vertices): Update the use of
3163 Component_Vertex_Iterator.
3164 (Contains_Component, Contains_Edge, Contains_Vertex, Has_Next):
3165 Reimplemented.
3166 (Iterate_Component_Vertices): New routine.
3167 (Iterate_Vertices): Removed.
3168 (Next): Update the parameter profile.
3169 (Number_Of_Component_Vertices, Number_Of_Outgoing_Edges): New
3170 routines.
3171 * libgnat/g-graphs.ads: Update the initialization of
3172 No_Component. Add type Component_Vertex_Iterator. Remove type
3173 Vertex_Iterator.
3174 (Has_Next): Add new versions and remove old ones.
3175 (Iterate_Component_Vertices): New routine.
3176 (Iterate_Vertices): Removed.
3177 (Next): Add new versions and remove old ones.
3178 (Number_Of_Component_Vertices, Number_Of_Outgoing_Edges): New
3179 routines.
3180 * libgnat/g-sets.adb (Contains): Reimplemented.
3181 * gcc-interface/Make-lang.in (GNATBIND_OBJS): Add
3182 GNAT.Dynamic_HTables, GNAT.Graphs and Bindo units.
3183 * rtsfind.ads: Remove extra space.
3184
df177848 31852019-07-03 Yannick Moy <moy@adacore.com>
3186
3187 * sem_spark.adb: Add support for locally borrowing and observing
3188 a path.
3189 (Get_Root_Object): Add parameter Through_Traversal to denote
3190 when we are interesting in getting to the traversed parameter.
3191 (Is_Prefix_Or_Almost): New function to support detection of
3192 illegal access to borrowed or observed paths.
3193 (Check_Pragma): Add analysis of assertion pragmas.
3194
f3f142ac 31952019-07-03 Ed Schonberg <schonberg@adacore.com>
3196
3197 * sem_ch13.adb (Build_Predicate_Functions): In a generic context
3198 we do not build the bodies of predicate fuctions, but the
3199 expression in a static predicate must be elaborated to allow
3200 case coverage checking within the generic unit.
3201 (Build_Discrete_Static_Predicate): In a generic context, return
3202 without building function body once the
3203 Static_Discrete_Predicate expression for the type has been
3204 constructed.
3205
99d90c85 32062019-07-03 Hristian Kirtchev <kirtchev@adacore.com>
3207
3208 * bindgen.adb, inline.adb, layout.adb, sem_ch12.adb,
3209 sem_ch13.adb, sem_ch7.adb, styleg.adb: Minor reformatting.
3210
800597f6 32112019-07-03 Bob Duff <duff@adacore.com>
3212
3213 * par-ch3.adb (P_Defining_Identifier): Call
3214 Check_Defining_Identifier_Casing.
3215 * style.ads, styleg.ads, styleg.adb
3216 (Check_Defining_Identifier_Casing): New procedure to check for
3217 mixed-case defining identifiers.
3218 * stylesw.ads, stylesw.adb (Style_Check_Mixed_Case_Decls): New
3219 flag for checking for mixed-case defining identifiers.
3220 * doc/gnat_ugn/building_executable_programs_with_gnat.rst:
3221 Document new feature.
3222 * gnat_ugn.texi: Regenerate.
3223
2c75027a 32242019-07-03 Eric Botcazou <ebotcazou@adacore.com>
3225
3226 * doc/gnat_ugn/building_executable_programs_with_gnat.rst
3227 (Warning message control): Document that -gnatw.z/Z apply to
3228 array types.
3229 * freeze.adb (Freeze_Entity): Give -gnatw.z warning for array
3230 types as well, but not if the specified alignment is the minimum
3231 one.
3232 * gnat_ugn.texi: Regenerate.
3233
08237d0d 32342019-07-03 Bob Duff <duff@adacore.com>
3235
3236 * einfo.ads, exp_util.adb, layout.ads, sinfo.ads: Spell "laid"
3237 correctly.
3238
0396441f 32392019-07-03 Ed Schonberg <schonberg@adacore.com>
3240
3241 * sem_ch13.adb (Analyze_Attribute_Definition_Clause): No error
3242 message on attribute applied to a renaming when the renamed
3243 object is an aggregate (from code reading).
3244 (Check_Aspect_At_End_Of_Declarations): In a generic context
3245 where freeze nodes are not generated, the original expression
3246 for an aspect may need to be analyzed to precent spurious
3247 conformance errors when compared with the expression that is
3248 anakyzed at the end of the current declarative list.
3249
c8406f30 32502019-07-03 Eric Botcazou <ebotcazou@adacore.com>
3251
3252 * layout.adb (Layout_Type): Do not set the component size of an
3253 array with a scalar component if the component type is
3254 overaligned.
3255
c38b32ea 32562019-07-03 Ed Schonberg <schonberg@adacore.com>
3257
c5c4ce6c 3258 * inline.adb (Make_Loop_Labels_Unique): New procedure to modify
c38b32ea 3259 the source code of subprograms that are inlined by the
3260 front-end, to prevent accidental duplication between loop labels
3261 in the inlined code and the code surrounding the inlined call.
3262
6d6f134e 32632019-07-03 Hristian Kirtchev <kirtchev@adacore.com>
3264
3265 * doc/gnat_ugn/elaboration_order_handling_in_gnat.rst: Update
3266 the section on resolving elaboration circularities to eliminate
3267 certain combinations of switches which together do not produce
3268 the desired effect and confuse users.
3269 * gnat_ugn.texi: Regenerate.
3270
f3e16ef4 32712019-07-03 Arnaud Charlet <charlet@adacore.com>
3272
3273 * bindgen.adb (Gen_Main): Disable generation of reference to
3274 Ada_Main_Program_Name for CCG.
3275 * bindusg.adb (Display): Add -G to the command-line usage for
3276 gnatbind.
3277 * opt.ads (Generate_C_Code): Update comment.
3278 * switch-b.adb (Scan_Binder_Switches): Add handling for -G.
3279
f4a31b16 32802019-07-03 Arnaud Charlet <charlet@adacore.com>
3281
3282 * sem_ch7.adb (Has_Referencer): Do not consider inlined
3283 subprograms when generating C code, which allows us to generate
3284 static inline subprograms.
3285
2f65e9f7 32862019-07-03 Justin Squirek <squirek@adacore.com>
3287
3288 * sem_ch6.adb (Check_Conformance): Add expression checking for
3289 constant modifiers in anonymous access types (in addition to
3290 "non-null" types) so that they are considered "matching" for
3291 subsequent conformance tests.
3292
c336ed70 32932019-07-03 Arnaud Charlet <charlet@adacore.com>
3294
3295 * doc/gnat_rm/standard_and_implementation_defined_restrictions.rst:
3296 Clarify wording on No_Multiple_Elaboration.
3297 * gnat_rm.texi: Regenerate.
3298
78611c86 32992019-07-03 Ed Schonberg <schonberg@adacore.com>
3300
3301 * sem_ch8.adb (Find_Selected_Component): If the prefix is the
3302 current instance of a type or subtype, complete the resolution
3303 of the name by finding the component of the type denoted by the
3304 selector name.
3305
5a87a4d9 33062019-07-03 Eric Botcazou <ebotcazou@adacore.com>
3307
3308 * doc/gnat_rm/interfacing_to_other_languages.rst (Interfacing to C):
3309 Document that boolean types with convention C now map to C99 bool.
3310 * gnat_rm.texi: Regenerate.
3311
371c539c 33122019-07-03 Javier Miranda <miranda@adacore.com>
3313
3314 * exp_attr.adb (Expand_Min_Max_Attribute): Code cleanup:
3315 removing code that it is now never executed in the CCG compiler
3316 (dead code).
3317
89d2d652 33182019-07-02 Iain Sandoe <iain@sandoe.co.uk>
3319
3320 * libgnat/system-darwin-ppc.ads: Set Stack_Check_Probes True for
3321 PPC Darwin.
3322
d21e66fb 33232019-07-01 Ed Schonberg <schonberg@adacore.com>
3324
3325 * sem_ch12.adb (Is_Defaulted): New predicate in
3326 Check_Formal_Package_Intance, to skip the conformance of checks
3327 on parameters of a formal package that are defaulted,
3328
7a42b778 33292019-07-01 Hristian Kirtchev <kirtchev@adacore.com>
3330
3331 * checks.adb, exp_ch9.adb, exp_unst.adb, sem_ch4.adb,
3332 sem_prag.adb, sem_spark.adb: Minor reformatting.
3333
fc8ae496 33342019-07-01 Ed Schonberg <schonberg@adacore.com>
3335
3336 * sem_attr.adb (Analyze_Attribute, case Enum_Rep): Allow prefix
3337 of attribute to be an attribute reference of a discrete type.
3338
9d27ea41 33392019-07-01 Eric Botcazou <ebotcazou@adacore.com>
3340
3341 * sem_ch12.adb (Analyze_Subprogram_Instantiation): Move up
3342 handling of Has_Pragma_Inline_Always and deal with
3343 Has_Pragma_No_Inline.
3344
bcb8dcf3 33452019-07-01 Ed Schonberg <schonberg@adacore.com>
3346
3347 * sem_ch3.adb (Build_Derived_Record_Type): If the parent type is
3348 declared as a subtype of a private type with an inherited
3349 discriminant constraint, its generated full base appears as a
3350 record subtype, so we need to retrieve its oen base type so that
3351 the inherited constraint can be applied to it.
3352
d087b9ca 33532019-07-01 Yannick Moy <moy@adacore.com>
3354
3355 * sem_spark.adb: Completely rework the algorithm for ownership
3356 checking, as the rules in SPARK RM have changed a lot.
3357 * sem_spark.ads: Update comments.
3358
fe48ee0a 33592019-07-01 Dmitriy Anisimkov <anisimko@adacore.com>
3360
3361 * gsocket.h (Has_Sockaddr_Len): Use the offset of sin_family offset in
3362 the sockaddr_in structure to determine the existence of length field
3363 before the sin_family.
3364
b20f7e2c 33652019-07-01 Ed Schonberg <schonberg@adacore.com>
3366
3367 * sem_prag.adb (Analyze_Pragma, case Weak_External): Pragma only
3368 applies to entities with run-time addresses, not to types.
3369
374fdf94 33702019-07-01 Piotr Trojanek <trojanek@adacore.com>
3371
3372 * einfo.adb, sem_ch7.adb, sem_prag.adb, sem_util.adb: Update
3373 references to the SPARK RM after the removal of Rule 7.1.4(5).
3374
bf13a79d 33752019-07-01 Piotr Trojanek <trojanek@adacore.com>
3376
3377 * sysdep.c: Cleanup references to LynuxWorks in docs and
3378 comments.
3379
866fa2d0 33802019-07-01 Ed Schonberg <schonberg@adacore.com>
3381
3382 * checks.adb (Insert_Valid_Check): Do not apply validity check
3383 to variable declared within a protected object that uses the
3384 Lock_Free implementation, to prevent unwarranted constant
3385 folding, because entities within such an object msut be treated
3386 as volatile.
3387
bcb5ab83 33882019-07-01 Eric Botcazou <ebotcazou@adacore.com>
3389
3390 * exp_ch9.adb (Check_Inlining): Deal with Has_Pragma_No_Inline.
3391
2db33bd6 33922019-07-01 Ed Schonberg <schonberg@adacore.com>
3393
3394 * exp_unst.adb (Visit_Node, Check_Static_Type): Improve the
3395 handling of private and incomplete types whose full view is an
3396 access type, to detect additional uplevel references in dynamic
3397 bounds. This is relevant to N_Free_Statement among others that
3398 manipulate types whose full viww may be an access type.
3399
6b4f0b7d 34002019-07-01 Pat Rogers <rogers@adacore.com>
3401
3402 * doc/gnat_rm/representation_clauses_and_pragmas.rst: Correct
3403 size indicated for R as a component of an array.
3404 * gnat_rm.texi: Regenerate.
3405
cdee70d7 34062019-07-01 Justin Squirek <squirek@adacore.com>
3407
3408 * libgnat/s-win32.ads: Add definition for ULONG, modify
3409 OVERLAPPED type, and add appropriate pragmas.
3410
2cf822b7 34112019-07-01 Bob Duff <duff@adacore.com>
3412
3413 * gnat1drv.adb (gnat1drv): Call Write_ALI if the main unit is
3414 ignored-ghost.
3415
0a1ece97 34162019-07-01 Yannick Moy <moy@adacore.com>
3417
3418 * sem_ch4.adb (Operator_Check): Refine error message.
3419
ee4279ef 34202019-07-01 Piotr Trojanek <trojanek@adacore.com>
3421
3422 * libgnat/a-calend.ads: Revert "Global => null" contracts on
3423 non-pure routines.
3424
2c6b4ada 34252019-07-01 Piotr Trojanek <trojanek@adacore.com>
3426
3427 * exp_attr.adb, libgnat/g-graphs.ads: Fix typos in comments:
3428 componant -> component.
3429
175c4526 34302019-07-01 Hristian Kirtchev <kirtchev@adacore.com>
3431
3432 * libgnat/g-graphs.adb: Use type Directed_Graph rather than
3433 Instance in various routines.
3434 * libgnat/g-graphs.ads: Change type Instance to Directed_Graph.
3435 Update various routines that mention the type.
3436
a0d15509 34372019-07-01 Hristian Kirtchev <kirtchev@adacore.com>
3438
3439 * libgnat/g-sets.adb: Use type Membership_Set rathern than
3440 Instance in various routines.
3441 * libgnat/g-sets.ads: Change type Instance to Membership_Set.
3442 Update various routines that mention the type.
3443
205a23a3 34442019-07-01 Hristian Kirtchev <kirtchev@adacore.com>
3445
3446 * libgnat/g-lists.adb: Use type Doubly_Linked_List rather than
3447 Instance in various routines.
3448 * libgnat/g-lists.ads: Change type Instance to
3449 Doubly_Linked_List. Update various routines that mention the
3450 type.
3451
17fdf8c2 34522019-07-01 Hristian Kirtchev <kirtchev@adacore.com>
3453
3454 * libgnat/g-dynhta.adb: Use type Dynamic_Hash_Table rather than
3455 Instance in various routines.
3456 * libgnat/g-dynhta.ads: Change type Instance to
3457 Dynamic_Hash_Table. Update various routines that mention the
3458 type.
3459
216ffc64 34602019-07-01 Hristian Kirtchev <kirtchev@adacore.com>
3461
3462 * exp_attr.adb, exp_ch7.adb, exp_unst.adb, sem_ch3.adb,
3463 sem_util.adb, uintp.adb, uintp.ads: Minor reformatting.
3464
5051fe35 34652019-07-01 Javier Miranda <miranda@adacore.com>
3466
3467 * exp_attr.adb (Expand_Min_Max_Attribute): Disable expansion of
3468 'Min/'Max on integer, enumeration, fixed point and floating
3469 point types since the CCG backend now provides in file
3470 standard.h routines to support it.
3471
830a2a71 34722019-07-01 Hristian Kirtchev <kirtchev@adacore.com>
3473
3474 * impunit.adb: Add GNAT.Graphs to list Non_Imp_File_Names_95.
3475 * Makefile.rtl, gcc-interface/Make-lang.in: Register unit
3476 GNAT.Graphs.
3477 * libgnat/g-dynhta.adb: Various minor cleanups (use Present
3478 rather than direct comparisons).
3479 (Delete): Reimplement to use Delete_Node.
3480 (Delete_Node): New routine.
3481 (Destroy_Bucket): Invoke the provided destructor.
3482 (Present): New routines.
3483 * libgnat/g-dynhta.ads: Add new generic formal Destroy_Value.
3484 Use better names for the components of iterators.
3485 * libgnat/g-graphs.adb, libgnat/g-graphs.ads: New unit.
3486 * libgnat/g-lists.adb: Various minor cleanups (use Present
3487 rather than direct comparisons).
3488 (Delete_Node): Invoke the provided destructor.
3489 (Present): New routine.
3490 * libgnat/g-lists.ads: Add new generic formal Destroy_Element.
3491 Use better names for the components of iterators.
3492 (Present): New routine.
3493 * libgnat/g-sets.adb, libgnat/g-sets.ads (Destroy, Preset,
3494 Reset): New routines.
3495
b0111d94 34962019-07-01 Dmitriy Anisimkov <anisimko@adacore.com>
3497
3498 * libgnat/g-sothco.adb (Get_Address): Fix the case when AF_INET6
3499 is not defined.
3500
7362896b 35012019-07-01 Ed Schonberg <schonberg@adacore.com>
3502
3503 * exp_attr.adb (Expand_Attribute_Reference, case Invalid_Value):
3504 Resolve result of call to Get_Simple_Init_Val, which may be a
3505 conversion of a literal.
3506
0dae8dc2 35072019-07-01 Hristian Kirtchev <kirtchev@adacore.com>
3508
3509 * freeze.adb (Freeze_Expression): Remove the horrible useless
3510 name hiding of N. Insert the freeze nodes generated by the
3511 expression prior to the expression when the nearest enclosing
3512 scope is transient.
3513
487da8ff 35142019-07-01 Pierre-Marie de Rodat <derodat@adacore.com>
3515
3516 * doc/gnat_ugn/building_executable_programs_with_gnat.rst: Fix
3517 formatting issues in the -gnatR section.
3518 * gnat_ugn.texi: Regenerate.
3519
1d79fa18 35202019-06-30 Iain Sandoe <iain@sandoe.co.uk>
3521
3522 * gnatlink.adb (Link_Step): Remove duplicate -static-libgcc switches.
3523 Push -shared-libgcc explicitly, when it is the target default (unless
3524 overidden by the static flag).
3525 When the user has put an instance of shared/static-libgcc do not push
3526 a duplicate of this.
3527
a850edcd 35282019-06-29 Eric Botcazou <ebotcazou@adacore.com>
3529
3530 * gcc-interface/decl.c (gnat_to_gnu_entity): Beep up comment on SAVED,
3531 and tweak comment on the assertion about the scopes of Itypes. Do not
3532 skip the regular processing for Itypes that are E_Record_Subtype with
3533 a Cloned_Subtype. Get the Cloned_Subtype for every E_Record_Subtype
3534 if the type is dummy and hasn't got its own freeze node.
3535 <E_Record_Subtype>: Save again the DECL of the Cloned_Subtype, if any.
3536 <E_Access_Subtype>: Save again the DECL of the equivalent type.
3537 (Gigi_Equivalent_Type) <E_Access_Subtype>: New case.
3538
b1e46fb1 35392019-06-29 Eric Botcazou <ebotcazou@adacore.com>
3540
3541 * gcc-interface/utils.c (unchecked_convert): Tweak comment. Only skip
3542 dereferences when padding to have the same size on both sides. Do it
3543 for destination types with self-referential size too.
3544
07e38949 35452019-06-29 Eric Botcazou <ebotcazou@adacore.com>
3546
3547 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>: If the
3548 type requires strict alignment, then set the RM size to the type size.
3549 Rework handling of alignment and sizes of tagged types in ASIS mode.
3550 (validate_size): Rename local variable and remove special handling for
3551 strict-alignment types.
3552 * gcc-interface/utils.c (finish_record_type): Constify local variables
3553 and use properly typed constants.
3554
f4409741 35552019-06-29 Eric Botcazou <ebotcazou@adacore.com>
3556
3557 * gcc-interface/decl.c (gnat_to_gnu_field): Rework error messages for
3558 fields requiring strict alignment, add explicit test on Storage_Unit
3559 for position and size, and mention type alignment for position.
3560
5882c515 35612019-06-29 Eric Botcazou <ebotcazou@adacore.com>
3562
3563 * gcc-interface/trans.c (mark_visited_r): Set TYPE_SIZES_GIMPLIFIED on
3564 the main variant of a type, if any.
3565
d0de0a27 35662019-06-29 Eric Botcazou <ebotcazou@adacore.com>
3567
3568 * gcc-interface/decl.c (set_nonaliased_component_on_array_type): Add
3569 missing guard for the presence of TYPE_CANONICAL.
3570 (set_reverse_storage_order_on_array_type): Likewise.
3571
2074c859 35722019-06-29 Eric Botcazou <ebotcazou@adacore.com>
3573
3574 * gcc-interface/gigi.h (make_packable_type): Remove default value.
3575 (value_factor_p): Tweak prototype.
3576 * gcc-interface/decl.c (gnat_to_gnu_entity): Add comment.
3577 (gnat_to_gnu_component_type): Likewise.
3578 (gnat_to_gnu_field): Likewise. Fetch the position of the field earlier
3579 and simplify the condition under which the type is packed. Declare
3580 local variable is_bitfield. Pass 1 as max_align to make_packable_type
3581 if it is set to true.
3582 (copy_and_substitute_in_layout): Pass 0 to make_packable_type.
3583 * gcc-interface/utils.c (make_packable_array_type): New function.
3584 (make_packable_type): Use it to rewrite the type of array field.
3585 (maybe_pad_type): Pass align parameter to make_packable_type.
3586 (create_field_decl): Minor tweaks.
3587 (value_factor_p): Assert that FACTOR is a power of 2 and replace the
3588 modulo computation by a masking operation.
3589
83c6da22 35902019-06-25 Eric Botcazou <ebotcazou@adacore.com>
3591
3592 * gcc-interface/decl.c (gnat_to_gnu_entity): Remove superfluous test
3593 in previous change.
3594 * gcc-interface/gigi.h (maybe_character_type): Fix formatting.
3595 (maybe_character_value): Likewise.
3596
aaabc7bc 35972019-06-24 Jan Hubicka <jh@suse.cz>
3598
3599 * gcc-interface/decl.c (gnat_to_gnu_entity): Check that
3600 type is array or integer prior checking string flag.
83c6da22 3601 * gcc-interface/gigi.h (maybe_character_type): Likewise.
3602 (maybe_character_value): Likewise.
aaabc7bc 3603
5fe09a56 36042019-06-24 Martin Sebor <msebor@redhat.com>
3605
3606 * gcc-interface/utils.c (handle_nonnull_attribute): Quote attribute
3607 name.
3608
bd9331d6 36092019-06-18 Arnaud Charlet <charlet@adacore.com>
3610
83c6da22 3611 PR ada/80590
bd9331d6 3612 * sem_ch5.adb (Analyze_Loop_Statement): Avoid exception propagation
3613 during normal processing.
3614
8a5a7d1c 36152019-06-17 Arnaud Charlet <charlet@adacore.com>
3616
83c6da22 3617 PR ada/80590
8a5a7d1c 3618 * exp_ch9.adb (Expand_N_Delay_Relative_Statement): Swap the two
3619 conditions to avoid a unnecessary exception propagation in the default
3620 case.
3621
580934f6 36222019-05-28 Eric Botcazou <ebotcazou@adacore.com>
3623
3624 * gcc-interface/utils.c (handle_stack_protect_attribute): Move around.
3625
c8956236 36262019-05-28 Eric Botcazou <ebotcazou@adacore.com>
3627
3628 * doc/gnat_rm/implementation_defined_pragmas.rst (Machine_Attribute):
3629 Document additional optional parameters.
3630 * sem_prag.adb (Analyze_Pragma) <Pragma_Machine_Attribute>: Accept
3631 more than one optional parameter.
3632 * gcc-interface/decl.c (prepend_one_attribute_pragma): Alphabetize
3633 the list of supported pragmas. Simplify the handling of parameters
3634 and add support for more than one optional parameter.
3635 * gcc-interface/utils.c (attr_cold_hot_exclusions): New constant.
3636 (gnat_internal_attribute_table): Add entry for no_icf, noipa, flatten,
3637 used, cold, hot, target and target_clones.
3638 (begin_subprog_body): Do not create the RTL for the subprogram here.
3639 (handle_noicf_attribute): New static function.
3640 (handle_noipa_attribute): Likewise.
3641 (handle_flatten_attribute): Likewise.
3642 (handle_used_attribute): Likewise.
3643 (handle_cold_attribute): Likewise.
3644 (handle_hot_attribute): Likewise.
3645 (handle_target_attribute): Likewise.
3646 (handle_target_clones_attribute): Likewise.
3647
62b762c2 36482019-05-28 Eric Botcazou <ebotcazou@adacore.com>
3649
3650 * gcc-interface/trans.c (lvalue_required_for_attribute_p): Return 0
3651 for 'Size too.
3652 (Identifier_to_gnu): Use the actual subtype for a reference to a
3653 packed array in a return statement.
3654 (Attribute_to_gnu) <Attr_Size>: Do not strip VIEW_CONVERT_EXPRs from
3655 the prefix in every case.
3656
336a61a3 36572019-05-28 Eric Botcazou <ebotcazou@adacore.com>
3658
3659 * gcc-interface/trans.c (gnat_to_gnu): Remove superfluous tests on
3660 Backend_Overflow_Checks_On_Target and rework comments.
3661
983c5b5e 36622019-05-28 Eric Botcazou <ebotcazou@adacore.com>
3663
3664 * gcc-interface/trans.c (walk_nesting_tree): New static function.
3665 (finalize_nrv): Use it to walk the entire nesting tree.
3666
96b4b84e 36672019-05-28 Eric Botcazou <ebotcazou@adacore.com>
3668
3669 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Subtype>: Remove
3670 obsolete test on Is_For_Access_Subtype.
3671
0b74284e 36722019-05-28 Eric Botcazou <ebotcazou@adacore.com>
3673
3674 * gcc-interface/decl.c (components_to_record): Set a name on the type
3675 created for the REP part, if any.
3676 * gcc-interface/utils.c (finish_record_type): Only take the maximum
3677 when merging sizes for a variant part at offset 0.
3678 (merge_sizes): Rename has_rep parameter into max.
3679
689dab9d 36802019-05-28 Eric Botcazou <ebotcazou@adacore.com>
3681
3682 * gcc-interface/utils.c (gnat_internal_attribute_table): Add support
3683 for stack_protect attribute.
3684 (handle_stack_protect_attribute): New static function.
3685
804f7d39 36862019-05-28 Eric Botcazou <ebotcazou@adacore.com>
3687
3688 * gcc-interface/decl.c (intrin_arglists_compatible_p): Do not return
3689 false if the internal builtin uses a variable list.
3690
f07f94cc 36912019-05-27 Eric Botcazou <ebotcazou@adacore.com>
3692
3693 * gcc-interface/trans.c (Call_to_gnu): Do not initialize the temporary
3694 created out of addressability concerns if it's for the _Init parameter
3695 of an initialization procedure.
3696
abfd658b 36972019-05-27 Eric Botcazou <ebotcazou@adacore.com>
3698
3699 * gcc-interface/ada-builtin-types.def: New file.
3700 * gcc-interface/ada-builtins.def: Likewise.
3701 * gcc-interface/ada-tree.h (BUILT_IN_LIKELY): New macro.
3702 (BUILT_IN_UNLIKELY): Likewise.
3703 * gcc-interface/trans.c (independent_iterations_p): Initialize the
3704 auto-vector to 16 elements.
3705 (Call_to_gnu): Remove local variable and change the vector of actual
3706 parameters to an auto-vector. Do not convert actual parameters to
3707 the argument type for front-end built-in functions. Add support for
3708 front-end built-in functions.
3709 (build_noreturn_cond): Use internal instead of built-in function.
3710 * gcc-interface/utils.c (c_builtin_type): Include ada-builtin-types.def
3711 (install_builtin_function_types): Likewise.
3712 (install_builtin_functions): Include ada-builtins.def first.
3713
caab73a2 37142019-05-27 Eric Botcazou <ebotcazou@adacore.com>
3715
3716 * gcc-interface/utils.c (maybe_pad_type): Issue the warning for the
3717 specific case of component types preferably.
3718
f1ca2388 37192019-05-27 Eric Botcazou <ebotcazou@adacore.com>
3720
3721 * gcc-interface/trans.c (Identifier_to_gnu): Minor tweaks.
3722 (gnat_to_gnu): Do not convert the result if it is a reference to an
3723 unconstrained array used as the prefix of an attribute reference that
3724 requires an lvalue.
3725
e3f3573c 37262019-05-27 Eric Botcazou <ebotcazou@adacore.com>
3727
3728 * gcc-interface/trans.c (Gigi_Types_Compatible): New predicate.
3729 (Identifier_to_gnu): Use it to assert that the type of the identifier
3730 and that of its entity are compatible for gigi. Rename a couple of
3731 local variables and separate the processing of the result type.
3732
2306cd17 37332019-05-27 Eric Botcazou <ebotcazou@adacore.com>
3734
3735 * gcc-interface/trans.c (Call_to_gnu): Use the unpadded type when
3736 putting back an intermediate conversion the type of the actuals.
3737
6e4e9378 37382019-05-27 Eric Botcazou <ebotcazou@adacore.com>
3739
3740 * gcc-interface/trans.c (gnat_to_gnu) <Shift operations>: Convert the
3741 count to the unsigned version of its base type before proceeding.
3742
85b9be9b 37432019-05-16 Martin Sebor <msebor@redhat.com>
3744
3d6be0d5 3745 * gcc-interface/trans.c (check_inlining_for_nested_subprog): Quote
3746 reserved names.
85b9be9b 3747
65d973ca 37482019-05-08 Arnaud Charlet <charlet@adacore.com>
3749
3750 * standard.ads.h: New file.
3751
ff628b99 37522019-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3753
3754 * gcc-interface/Makefile.in (install-gcc-specs): Use foreach.
3755 Honor DESTDIR.
3756
ebd761d4 37572019-04-29 Michael K. Darling <darlingm@gmail.com>
3758
3759 * gnatvsn.ads: Bump Library_Version to 10.
3760
5f260823 37612019-04-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3762 Bernd Edlinger <bernd.edlinger@hotmail.de>
3763 Jakub Jelinek <jakub@redhat.com>
3764
3765 PR target/89093
3766 * raise-gcc.c (TARGET_ATTRIBUTE): Define.
3767 (continue_unwind, personality_body, PERSONALITY_FUNCTION): Add
3768 TARGET_ATTRIBUTE.
3769
d7ca95c0 37702019-04-07 Eric Botcazou <ebotcazou@adacore.com>
3771
3772 * libgnat/i-cexten.ads (CFloat_128): New type.
3773
26b21081 37742019-03-22 Dmitriy Anisimkov <anisimko@adacore.com>
3775
3776 PR ada/89583
3777 * libgnat/g-socket.adb (Bind_Socket, Connect_Socket,
3778 Send_Socket): Fix the computation of structure lengths passed to
3779 low level routines.
3780 (Is_IPv6_Address): Fix the number of expected colons.
3781
2f6d557f 37822019-03-11 Martin Liska <mliska@suse.cz>
3783
d325ee67 3784 * gcc-interface/misc.c (gnat_post_options): Wrap option name in string
3785 format message and fix GNU coding style.
2f6d557f 3786
c1ad6672 37872019-02-08 Eric Botcazou <ebotcazou@adacore.com>
3788
3789 * gcc-interface/trans.c (gnat_to_gnu) <N_Aggregate>: Minor tweak.
3790 * gcc-interface/utils.c (convert): Do not pad when doing an unchecked
3791 conversion here. Use TREE_CONSTANT throughout the function.
3792 (unchecked_convert): Also pad if the source is a CONSTRUCTOR and the
3793 destination is a more aligned array type or a larger aggregate type,
3794 but not between original and packable versions of a type.
3795
62a6ebbd 37962019-02-08 Eric Botcazou <ebotcazou@adacore.com>
3797
3798 * gcc-interface/utils.c (max_size) <tcc_unary>: Be prepared for an
3799 operand with VOID_TYPE.
3800
da383d19 38012019-02-08 Eric Botcazou <ebotcazou@adacore.com>
3802
3803 * gcc-interface/trans.c (elaborate_all_entities): Do not elaborate the
3804 entities of a package renaming another one.
3805
09c123a0 38062019-02-08 Eric Botcazou <ebotcazou@adacore.com>
3807
3808 * gcc-interface/trans.c (Regular_Loop_to_gnu): Replace tests on
3809 individual flag_unswitch_loops and flag_tree_loop_vectorize switches
3810 with test on global optimize switch.
3811 (Raise_Error_to_gnu): Likewise.
3812
a9dd7273 38132019-02-07 Eric Botcazou <ebotcazou@adacore.com>
3814
3815 * libgnarl/s-linux__sparc.ads (ETIMEDOUT): Set to correct value.
3816
4836c4f1 38172019-02-06 Arnaud Charlet <charlet@adacore.com>
3818
3819 * libgnarl/s-linux__x32.ads: Resync list of signals with s-linux.ads
3820
6b56937c 38212019-01-27 Eric Botcazou <ebotcazou@adacore.com>
3822
3823 * repinfo.adb (List_Component_Layout): Remove superfluous space for
3824 zero-sized field.
3825 * gcc-interface/ada-tree.h (TYPE_IS_EXTRA_SUBTYPE_P): New macro.
3826 * gcc-interface/gigi.h (create_extra_subtype): Declare.
3827 * gcc-interface/decl.c (TYPE_ARRAY_SIZE_LIMIT): Likewise.
3828 (update_n_elem): New function.
3829 (gnat_to_gnu_entity): Use create_extra_subtype to create extra subtypes
3830 instead of doing it manually.
3831 <E_Array_Type>: Use update_n_elem to compute the maximum size. Use the
3832 index type instead of base type for the bounds. Set TYPE_ARRAY_MAX_SIZE
3833 of the array to the maximum size.
3834 <E_Array_Subtype>: Create an extra subtype using the index type of the
3835 base array type for self-referential bounds. Use update_n_elem to
3836 compute the maximum size. Set TYPE_ARRAY_MAX_SIZE of the array to the
3837 maximum size.
3838 (gnat_to_gnu_field): Clear DECL_NONADDRESSABLE_P on discriminants.
3839 * gcc-interface/misc.c (gnat_get_alias_set): Return the alias set of
3840 the base type for an extra subtype.
3841 (gnat_type_max_size): Remove obsolete code.
3842 * gcc-interface/trans.c (Attribute_to_gnu): Minor tweak.
3843 (can_be_lower_p): Deal with pathological types.
3844 * gcc-interface/utils.c (create_extra_subtype): New function.
3845 (create_field_decl): Minor tweak.
3846 (max_size) <tcc_reference>: Compute a better value by using the extra
3847 subtypes on the self-referential bounds.
3848 <tcc_binary>: Rewrite. Deal with "negative value" in unsigned types.
3849 <tcc_expression>: Likewise.
3850 * gcc-interface/utils2.c (compare_arrays): Retrieve the original bounds
3851 of the arrays upfront. Swap only if the second length is not constant.
3852 Use comparisons on the original bounds consistently for the null tests.
3853 (build_binary_op): Use TYPE_IS_EXTRA_SUBTYPE_P macro.
3854 (build_allocator): Minor tweak.
3855
ecb2c722 38562019-01-27 Eric Botcazou <ebotcazou@adacore.com>
3857
3858 * gcc-interface/decl.c (array_type_has_nonaliased_component): Return
3859 the same value for every dimension of a multidimensional array type.
3860
10f25579 38612019-01-26 Eric Botcazou <ebotcazou@adacore.com>
3862
3863 * gcc-interface/trans.c (Regular_Loop_to_gnu): Use the SLOC of the
3864 iteration scheme, if present, throughout the translation.
3865
aced6683 38662019-01-26 Eric Botcazou <ebotcazou@adacore.com>
3867
3868 * gcc-interface/trans.c (gnat_to_gnu) <N_Assignment_Statement>: Use
3869 DECL_SIZE_UNIT instead of TYPE_SIZE_UNIT for the size to be assigned
3870 by a call to memset if the LHS is a DECL.
3871
18b4b30e 38722019-01-26 Eric Botcazou <ebotcazou@adacore.com>
3873
3874 * gcc-interface/trans.c (struct loop_info_d): Remove artificial field.
3875 (Loop_Statement_to_gnu): Do not set it.
3876
6dce35b7 38772019-01-26 Eric Botcazou <ebotcazou@adacore.com>
3878
3879 * gcc-interface/trans.c (Iterate_Acc_Clause_Arg): Fix formatting.
3880 (Acc_gnat_to_gnu): Likewise.
3881 (Acc_Data_to_gnu): Likewise.
3882 (Acc_Var_to_gnu): Likewise.
3883 (Acc_Reduc_to_gnu): Likewise.
3884 (Acc_Size_List_to_gnu): Likewise.
3885 (Pragma_to_gnu) <Pragma_Acc_Loop>: Likewise.
3886 <Pragma_Acc_Data>): Likewise.
3887 (find_loop_for): Remove default value for parameters.
3888 * gcc-interface/trans.c (gnat_to_gnu) <N_Op_And>: Merge into...
3889 <N_Op_Eq>): ...this.
3890
f8cd11ee 38912019-01-26 Eric Botcazou <ebotcazou@adacore.com>
3892
3893 * gcc-interface/decl.c (annotate_value) <INTEGER_CST>: Use test on
3894 the sign bit instead of on the sign of the value.
3895 <PLUS_EXPR>: Turn addition of negative constant into subtraction.
3896 <MULT_EXPR>: Add test for degenerate case.
3897 <BIT_AND_EXPR>: Simplify.
3898
9a3c51d9 38992019-01-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
3900
3901 * s-oscons-tmplt.c (AF_INET6): Do not undefine for RTEMS.
3902
07c11f2b 39032019-01-09 Sandra Loosemore <sandra@codesourcery.com>
3904
3905 PR other/16615
07c11f2b 3906 * exp_ch11.adb: Change "can not" to "cannot".
3907 * sem_ch4.adb: Likewise.
3908
f4d3c071 39092019-01-09 Sandra Loosemore <sandra@codesourcery.com>
3910
3911 PR other/16615
f4d3c071 3912 * exp_ch9.adb: Mechanically replace "can not" with "cannot".
3913 * libgnat/s-regpat.ads: Likewise.
3914 * par-ch4.adb: Likewise.
3915 * set_targ.adb: Likewise.
3916 * types.ads: Likewise.
3917
902071d1 39182019-01-08 Justin Squirek <squirek@adacore.com>
3919
3920 Revert:
902071d1 3921 2018-07-31 Justin Squirek <squirek@adacore.com>
3922
76fb0465 3923 * lib-writ.adb (Write_With_Lines): Modfiy the generation
3924 of dependencies within ali files so that source unit
3925 bodies are properly listed even if said bodies are
3926 missing. Perform legacy behavior in GNATprove mode.
3927 * lib-writ.ads: Modify documentation to reflect current
3928 behavior.
902071d1 3929
3930 and:
902071d1 3931 2018-09-26 Justin Squirek <squirek@adacore.com>
3932
76fb0465 3933 * lib-writ.adb, lib-writ.ads (Write_With_Lines): Add
3934 documentation and an extra conditional check for RCI
3935 units so that generated ali files will list the spec
3936 only instead of a body when a body is not found.
902071d1 3937
65a33d4a 39382019-01-04 Eric Botcazou <ebotcazou@adacore.com>
3939
3940 * gnatvsn.ads: Bump copyright year.
3941
3d8932fd 39422019-01-01 Jakub Jelinek <jakub@redhat.com>
8e8f6434 3943
fbd26352 3944 Update copyright years.
3945
277184bc 3946 * gnat_ugn.texi: Bump @copying's copyright year.
3947 * gnat_rm.texi: Likewise.
7dfbd804 3948\f
3d8932fd 3949Copyright (C) 2019 Free Software Foundation, Inc.
7dfbd804 3950
3951Copying and distribution of this file, with or without modification,
3952are permitted in any medium without royalty provided the copyright
3953notice and this notice are preserved.