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