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