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