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