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