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