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