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