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